You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked #73 but still it is hacky way and you will have to do it for all svg which is quite lot of works.
Btw overall this is really great package. I appreciate your efforts to maintain this package.
I was also thinking how we can give unique id to path, g, clipath is also there. We might need to find the way to encapsulate each svg-icon component just like angular does it with viewEncapsulation.emulated or default
If you think this can be close feel free to do it.
if you have same id in other svg then the second one will not display.
Is there anyway to force svg to have unique id (via encapsulation)
svg1: https://svgshare.com/i/_7P.svg
svg2: https://svgshare.com/i/_6v.svg
The text was updated successfully, but these errors were encountered: