dxf icon indicating copy to clipboard operation
dxf copied to clipboard

Use arcs when converting polyline with bulge to SVG

Open ericman314 opened this issue 5 years ago • 1 comments

This is really a minor thing, but it would be nice if polylines with a bulge could be converted to arcs in SVG paths, rather than interpolated line segments. Sometimes the line segments are visible. I really love how all the other DXF entities get converted perfectly to SVG paths, like splines and ellipses.

ericman314 avatar Oct 27 '19 00:10 ericman314

From my notes:

Bulge (optional; default is 0). The bulge is the tangent of one fourth the included angle for an arc segment, made negative if the arc goes clockwise from the start point to the endpoint. A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle

z3dev avatar Oct 27 '19 08:10 z3dev