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
Post a Comment