Closed mpickering closed 4 years ago
Seems to me that the SVG exporter does not distinguish between the different point types at all so the lines also join up all the bezier anchors.
The way to fix this is to mirror what happens in the geojson exporter where the coordinates are traversed and the bezier anchors matched with the other control points. After that, SVG already has native support for drawing quadratic bezier curves.
Fixed by #6, right?
For example:
vs