Webkit currentColor
Hi all,
I'm using currentColor to dictate the stroke color of an SVG. This works fine in Chrome & Firefox but on Safari Webkit it's a shade of blue. Any ideas on how to get this rectified?
The SVG is just an inline
<svg ...> tag with stroke=currentColor give by the the global css file.1 Reply
I don't have an apple device so i can't test this but
stroke="currentColor" would be correct xml syntax, perhaps that's why it doesn't work