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

Opening and saving a file without any modification result in errors with eDrawing #115

Open
vemo-france opened this issue Aug 7, 2019 · 1 comment

Comments

@vemo-france
Copy link

vemo-france commented Aug 7, 2019

Hi,

Here are the steps to reproduce my problem:

  • Open DXF with eDrawing (same with Illustrator) : it works.
  • Load DXF with DxfFile.Load
  • Save DXF with DxfFile.Save
  • Open DXF with eDrawing (or Illustrator) : it fails with error message (translated from french) "Error while reading the file".

It does the same with the ~50 files I've tested. Diff tool between the two files yields way too many differences for being of any use to my poor understanding of DXF file format...

Resources:

EDIT: when opened with Illustrator, the error message is "not enough memory to open that file" !

@brettfo
Copy link
Member

brettfo commented Aug 8, 2019

Thanks for filing this!

Long story short DXF compatibility is tough because the spec is so loose, it's hard to determine exactly what's correct. I'll keep this issue open, but the proper 'fix' will likely be multiple other issues that are discovered/fixed over time.

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

2 participants