css3 - css select svg use xlink -


this inline svg in html:

    <svg id="svg1"><use xlink:href = "#mysvgsymbol"/></<svg>     <svg id="svg2"><use xlink:href = "#mysvgsymbol"/></<svg>     <svg id="svg3"><use xlink:href = "#mysvgsymbol"/></<svg>      #mysvgsymbol  

is in svg , has several layers g each own id.

how select layers g in relation svg ids, can style same layers differently in each svg use link?

is @ possible select across use tag href svg?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -