jamievicary / globular

Globular
37 stars 9 forks source link

Vector graphics output #42

Open jamievicary opened 8 years ago

jamievicary commented 8 years ago

The PNG output creates files that are too large for practical inclusion in research papers, and are not in vector format. It would be ideal to export graphics in a vector format. Internally, 2d graphics are SVG diagrams. The easiest route might be to use existing SVG to PDF Javascript libraries.