How can I get external stylesheets to work in svg in Firefox?
Developing website in Visual Studio. I have a svg file containing css classes for fill, which are referenced in an external style sheet.
Works fine in IE. The svg graphic renders in Firefox; but, doesn't recognize the external fill color.
If I use an internal style sheet in the svg, it works fine in Firefox.
All Replies (1)
Additional detail on the question: Controlling the height and width of the svg content using the external stylesheet works fine in Firefox