Convert SVG polygon to path
问题 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 these polygons to paths so that it works in Raphael. The great poly2path tool does that, but it doesn't support any batch command, so that each polygon's position relative to the others is lost. Do you know of any tool to convert SVG polygons to paths? (I also have the AI file which was used to export the SVG). Many thanks 回答1: