Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocad Crash on opening file #17

Open
DGriffin91 opened this issue Jan 15, 2021 · 1 comment
Open

Autocad Crash on opening file #17

DGriffin91 opened this issue Jan 15, 2021 · 1 comment

Comments

@DGriffin91
Copy link

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
Copy link
Contributor

piaoger commented Jan 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants