nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

LwPolylineSvg: Bulge for Closing Leg #52

Closed mme1950 closed 8 months ago

mme1950 commented 8 months ago

A closed polyline that may have a bulge at the last vertex cannot be closed with a z-clause in the d-attribute of the SVG path element. It must be must be closed with a leg to the first vertex with the bulge of the last vertex.