Closed
Description
Md-icons loaded using addSvgIconSetInNamespace
appear in the DOM but are not visible. I suspect this is because the <symbol>
tags are included, which will not be rendered without the <use>
tag.
a symbol element itself is not rendered. Only instances of a symbol element (i.e., a reference to a symbol by a element) are rendered.
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
I made a plunkr to demonstrate the issue: https://plnkr.co/edit/KYyfI0uBq2GYM2ElC1k3?p=preview
Metadata
Metadata
Assignees
Labels
No labels