Clip path not displaying properly in SVG sprite when using “use”

江枫思渺然 提交于 2019-12-01 01:25:38
Gregory Bell

This seems to be a browser support issue. Using the external reference works as expected in Firefox. Chrome doesn't handle clip paths and some other functions in external references. There's an outstanding bug report filed. Safari also doesn't support it.

Related StackOverflow ticket: Why can't I reference an SVG linear gradient defined in an external file (paint server)?

Open bugs: https://code.google.com/p/chromium/issues/detail?id=109212 https://bugs.webkit.org/show_bug.cgi?id=105904

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