jscad / io

DEPRECATED : Input Output handling for JSCAD (see the link below)
https://github.com/jscad/OpenJSCAD.org/tree/V2/packages
34 stars 13 forks source link

SVG Patch #60

Closed z3dev closed 6 years ago

z3dev commented 6 years ago

After a few tests, I found that SVG serialize() was returning a single object, not an array. This caused the website to fail with a exception when converting a 2D CAG to SVG.

Simple test... export the baby panda example as SVG.

A few more little cleanup items as well. :)