Is It Possible To Change Svg (included As Element) Styles From External Css?
All the solutions I can find describe dirty hacks with replacing an element with inline svg, or embedding css directly into the svg. Both doesn't suit me. What I need:
Solution 1:
No, you cannot style an embedded resource with CSS code on the embedding page, even if the embedded resouce happens to be in an XML format (or HTML format – you cannot even style an HTML document embedded with iframe
using CSS code in the embedding document).
Post a Comment for "Is It Possible To Change Svg (included As Element) Styles From External Css?"