SVG Namespace prefix xlink for href on image is not defined error All In One
SVG Namespace prefix xlink for href on image is not defined error All In One
https://cdn.xgqfrms.xyz/icons/apple-loading.svg
solution
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1380 1618" width="1380" height="1618" preserveAspectRatio="xMidYMid meet" style="width: 100%; height: 100%; transform: translate3d(0px, 0px, 0px);">
...
</svg>
xmlns:xlink="http://www.w3.org/1999/xlink"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1380 1618" width="1380" height="1618" preserveAspectRatio="xMidYMid meet" style="width: 100%; height: 100%; transform: translate3d(0px, 0px, 0px);">
...
</svg>
demo
refs
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/16448672.html
未经授权禁止转载,违者必究!