-
@webalys @CloudFour Not in the way you'd expect. An inline SVG is treated as an HTML element, so
currentColorwill inherit the parent element's text color. But an external SVG is treated as a document, socurrentColorwill only inherit as far as the SVG's root. Example: codepen.io/tylersticka/pen/GRvvRgw -
@webalys @CloudFour I briefly wrote about this challenge in my SVG Wish List article a while back: cloudfour.com/thinks/svg-wish-list/#inherited-color-in-external-svg