Test filesCAD › drawing.dxf

Sample DXF file

A minimal AutoCAD R12 (AC1009) DXF with a closed polyline, a line, a circle and a text label.

↓ Download drawing.dxf
Filenamedrawing.dxf
FormatDXF
Size743 bytes (743 bytes)
MIME typeimage/vnd.dxf
SHA-256864324b6c4d194ff81f631fcf8fa0871ad73e4ff48887aa9f24e0563e9702786
What this file catchesCAD import and DXF parsing. DXF is plain group-code/value text, so it catches importers that assume a binary CAD blob, and the R12-vs-R2000 structural split (this is the widely-compatible R12 form, with heavyweight POLYLINE rather than the newer LWPOLYLINE). Generated from source.

Download & verify

curl -fsSL -o "drawing.dxf" "https://files.hexaqa.com/cad/drawing.dxf"
curl -fsSL "https://files.hexaqa.com/cad/drawing.dxf" | sha256sum # expect: 864324b6c4d194ff81f631fcf8fa0871ad73e4ff48887aa9f24e0563e9702786

← All CAD files