Joannesalfa
> a polygon (pron.: /'p?l?g?n/) is a flat shape consisting of straight lines that are joined to form a closed chain or circuit
I know what means polygon, sorry my mistake for saying "Path" which doesn't make sense.
However, it would have more than 50 vertex to create a complex shape.
Take a look:
http://www.w3schools.com/svg/svg_polygon.asp
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<polygon points="100,10 40,180 190,60 10,60 160,180"
style="fill:lime;stroke:purple;stroke-width:5;fill-rule:evenodd;" />
</svg>
Isn't possible to recreate this shape according to this code via JSON or something with your Polygon plugin?