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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -