将svg转换为json

前端之家收集整理的这篇文章主要介绍了将svg转换为json前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我希望能够在Illustrator中创建一个svg图像并将其转换为json,以便能够与Raphael js一起使用,如下所示.

如果没有服务器端脚本,怎么办呢?

我想要的是:

[0,255.3,298.5,{type:'path',path:'M 35.3 257.2 C 34.4 245.7 45.4 234.1 48.5 223 C 53.6 204.3 55 185 60 166.2 C 69.5 131 69.6 97.1 89.1 65.1 C 103.4 41.7 129.5 5.3 161.3 19.7 C 184.6 30.3 181.3 59.2 188.9 78.9 C 207.5 127.3 228.6 184.8 230.3 237.3 C 231.3 268.6 202.8 261.3 178.2 264 C 149.2 267.1 120 269.6 91 272.2 C 84.2 272.8 75.8 274.2 69 273 C 60.9 271.6 28.9 259.9 31.3 249.2','fill':'#39b54a','stroke':'none','stroke-width':'0','fill-opacity':'1','stroke-opacity':'0'}];

解决方法

据我所知,你的问题是Raphael没有使用导入的SVG.有一种方法可以将SVG转换为Raphael对象,然后您可以将它与Raphael库一起使用.
浏览这个网站: http://irunmywebsite.com/raphael/SVGTOHTML_LIVE.php
原文链接:https://www.f2er.com/js/156988.html

猜你在找的JavaScript相关文章