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

ELLIPSE: A full ellipse must be converted into an ellipse element #22

Closed mme1950 closed 9 months ago

mme1950 commented 9 months ago

An ellipse with a start and end angle is converted into an SVG path element containing en elliptic arc. If start and end angle are 0 and 2 PI an SVG ellipse element must be created. A transform="rotate ..." attrebute may be necessary.