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 call icons in the project using the svg sprite method. But the icon does not appear when rivets render. I could not find a solution what I did. there is any solution, you know about that?
(sorry about my english)
Here is the sample code: (with pug) svg(class="icon view-icon") use(rv-xlink:href="item.icon")
and the rendered result: <svg class="icon view-icon"><use rv-xlink:href="item.icon" xlink:href="#view-icon"></use></svg> #shadow dom (closed) ~ nothing :(
The text was updated successfully, but these errors were encountered:
Hi all.
I call icons in the project using the svg sprite method. But the icon does not appear when rivets render. I could not find a solution what I did. there is any solution, you know about that?
(sorry about my english)
Here is the sample code: (with pug)
svg(class="icon view-icon") use(rv-xlink:href="item.icon")
and the rendered result:
<svg class="icon view-icon"><use rv-xlink:href="item.icon" xlink:href="#view-icon"></use></svg> #shadow dom (closed)
~ nothing :(The text was updated successfully, but these errors were encountered: