This code implements a simple DXF file parser that can read many 2D DXF files containing ARC, LINE, POLYLINE, LWPOLYLINE and SPLINE outlines such as those used for embroidery patterns and input to machines like Silhouette paper cutters.
Stars
14
Forks
3
Watchers
14
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
Add methods to selectievly enable drawing of TEXT, MTEXT and DIMENSION objects (disabled by default)
96e94b1View on GitHubAdd code for TEXT and MTEXT (does not support all features)
27b098dView on GitHubRegression fix for LWPOLYLINE when last segment has bulge value
5362a4cView on GitHubCode reorg to better handle INSERT. Also added placeholder
4069231View on GitHub