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
9 stars 2 forks source link

Splines with 3 or four control points should be converted to Quadratic and Cubic SVG splines. #27

Closed mme1950 closed 9 months ago

mme1950 commented 9 months ago

AutoCAD can create splines with up to 10 control points. This requires a special treatment ( see #5).

Three or four control points can be converted to SVG quadratic or cubic splines.