The biggest bug is when the paper is wider than long the exported SVG is incorrectly scaled.

the SVG text output needs to be formatted and the floating point resolution needs to be truncated - this is one of the main reasons the .svg files are so unreasonably large.

Currently the camera only works in orthographic mode - to get it to work in perspective mode will require some world space conversions which David Braun has covered in some of his .tox examples and TD forum posts. setting it to perspective mode will probably break everything.

Probably remove Polygon as an export option.