VisiCut icon indicating copy to clipboard operation
VisiCut copied to clipboard

SVG Exporter

Open renebohne opened this issue 10 years ago • 1 comments

Some students are writing a liblasercut SVGExporter "device driver". It will allow to export the current elements (after vector optimization) into an SVG file. A file save dialog will pop up if the user hits "execute"

Some tricky issues might be:

  • layers for multiple input files and mappings

renebohne avatar Jan 14 '15 08:01 renebohne

You could reuse code from the dummy driver, which has a SVG export and playback functionality: https://github.com/t-oster/LibLaserCut/blob/develop/src/com/t_oster/liblasercut/drivers/Dummy.java

mgmax avatar Jan 14 '15 09:01 mgmax