Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use arcs when converting polyline with bulge to SVG #49

Open
ericman314 opened this issue Oct 27, 2019 · 1 comment
Open

Use arcs when converting polyline with bulge to SVG #49

ericman314 opened this issue Oct 27, 2019 · 1 comment

Comments

@ericman314
Copy link
Contributor

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.

@z3dev
Copy link

z3dev commented Oct 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants