I it possible to include external SVG defs

匆匆过客 提交于 2019-12-05 02:29:43

If you want to include an external SVG element via use, simply specify the correct IRI in the xlink:href attribute. If you use a IRI like #something you are referring to an element within the same document which has something as id, if you need to get an external element from a different document you could use something like external.svg#someotherthing, this way the IRI indicates an element with id someotherthing present in a file called external.svg.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!