-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
It would be good to add this feature since the browser support is variable (no IE or old Safari).
How it looks like:
<!-- Reference IN THIS SAME DOCUMENT -->
<svg>
<use xlink:href="#icon-1"></use>
</svg>
<!-- EXTERNAL reference -->
<svg>
<use xlink:href="sprite.svg#icon-1"></use>
</svg>
More info:
Ugoku, zacronos, Herst, kfbow, dstrunk and 3 more