ixmilia / dxf-rs

MIT License
99 stars 34 forks source link

Autocad Crash on opening file #17

Open DGriffin91 opened 3 years ago

DGriffin91 commented 3 years ago

I'm having an issue where if I open a DXF file with dxf-rs, then save, the resulting file it crashes autocad 2016.

I'm using the latest version of dxf-rs from github.

let drawing = Drawing::load_file("input_test.dxf").unwrap();
drawing.save_file("output_test.dxf").unwrap();

Capture

Input and output test files: test.zip

piaoger commented 3 years ago

Just have a quick test. They can be loaded successfully in QCAD, LibreCAD and ODA :)