hpi-swa-teaching / SVGMorph

(SWT22-04)
MIT License
5 stars 2 forks source link

Exporter: Correcty export SVG Paths #68

Open Greenscreen23 opened 2 years ago

Greenscreen23 commented 2 years ago

The current implementation of the exporter just copies the d string from the SVGPath, instead of parsing the segments. If we at some point want to be able to edit SVGs, we should also adjust this implementation