amandaghassaei / OrigamiSimulator

Realtime WebGL origami simulator
http://origamisimulator.org/
MIT License
1.11k stars 140 forks source link

Add support for 'z' command in SVG paths (#12) #16

Closed edemaine closed 5 years ago

edemaine commented 5 years ago

According to SVG spec, m and M start new subpath, and z (equivalent to Z) closes it.

This is useful for polygons drawn with Shift-F6 tool in Inkscape.