The iron-iconset-svg defined svg element doesn't link to the class styles on IE11/Edge, when I put a style tag out of g tag and defined some classes, the element in the group seems unaffected.
I found a similar issue, please refer to this https://github.com/iconic/SVGInjector/issues/23
Description
The
iron-iconset-svg
defined svg element doesn't link to the class styles on IE11/Edge, when I put a style tag out of g tag and defined some classes, the element in the group seems unaffected. I found a similar issue, please refer to this https://github.com/iconic/SVGInjector/issues/23Expected outcome
defined classes should affected.
Actual outcome
defined classes unaffected.
Steps to reproduce
iron-iconset-svg
.you can see the icon is black, because the defined classes unaffected. When I used in-line styles, all correct.
Browsers Affected