We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I am receiving a parsing error for the attached DXF file. out1.zip
If I remove the lines 950-957 it successfully parses. The contents of those lines is as follows:
$FINGERPRINTGUID 2 9 $VERSIONGUID 2 9
I am wondering if it is possible to have a loading mechanism that is tolerant of these empty entries?
The text was updated successfully, but these errors were encountered:
Looks like it is related to: ixmilia/dxf#83
Sorry, something went wrong.
76c334d
Good call, and you're right, the fix was exactly the same as the C# version of this library. I've pushed a commit that covers this case.
No branches or pull requests
Hi there,
I am receiving a parsing error for the attached DXF file.
out1.zip
If I remove the lines 950-957 it successfully parses. The contents of those lines is as follows:
I am wondering if it is possible to have a loading mechanism that is tolerant of these empty entries?
The text was updated successfully, but these errors were encountered: