Skip to content

Releases: SecondMouseAU/SwiftDXF

SwiftDXF 0.1.1

25 Jun 20:11

Choose a tag to compare

Adds header essentials ($INSUNITS units, $EXTMIN/$EXTMAX extents) and per-vertex polyline bulge (group 42) to the entity model. Still validated bit-exact against ezdxf across the corpus.

SwiftDXF 0.1.0

25 Jun 19:55

Choose a tag to compare

First release. Native Swift ASCII-DXF reader for 2D model-space geometry (LINE/CIRCLE/ARC/ELLIPSE/POINT/TEXT/MTEXT/LWPOLYLINE/POLYLINE). CP932/Shift-JIS + UTF-8, CRLF/R12 padding, ellipse normalisation. Verified bit-exact against the MIT-licensed ezdxf reader across an 11-file / ~62k-entity corpus (entity counts and every coordinate scalar).