我在snap.svg。
中加载基于多边形的SVG图像时遇到困难这是我的
我的HTML
<svg id="svgThing"></svg>
我的JavaScript
var s = Snap("#svgThing");
Snap.load("/svgImage.svg", function (f) {
g = f.selectAll("polygon");
s.append(g);
});
和mysvg图像代码(其中一部分反正它很大)
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="1440" height="758" style="display: block;"><polygon stroke-linejoin="round" stroke-miterlimit="1" stroke-width="1" points="721,-77 350,-77 679,-76" style="fill:#dcdb.............