Convert SVG polygon to path

后端 未结 4 1079
春和景丽
春和景丽 2020-12-04 13:34

I have a fairly large SVG file of administrative subdivisions that I need to work with in Raphael.JS (it has 600 polygons and weights 1.2 Mb).

Now, I need to convert

4条回答
  •  爱一瞬间的悲伤
    2020-12-04 14:04

    A clicky-bunty answer:

    1. open the svg in inkscape vector graphics editor
    2. select all objects (ctrl-a)
    3. at the drop down menu point "path" select first entry "object to path" (shift-ctrl-c)
    4. save the svg and check out the path properties

    Might be not an appropriate answer (because with large files the program needs some time).

提交回复
热议问题