Vadoola / dxf2elmt

A CLI program to convert .dxf to .elmt
MIT License
1 stars 2 forks source link

Unexpected Code Pair error due to XRecord? #19

Closed Vadoola closed 1 month ago

Vadoola commented 2 months ago

Laurent tried to convert a file that was giving a error about it being an invalid DXF due to an unexpected code pair.

A quick glance, it looks like the issue is due to an XRecord, and might be in the underlying dxf crate, but I need to look at this more closely. 05DI-AD16DIX-10.zip

scorpio810 commented 1 month ago

It seems that the issue is fixed with the master branch of dxf-rs and patched polygon.rs https://qelectrotech.org/forum/viewtopic.php?pid=20519#p20519

Vadoola commented 1 month ago

This issue was fixed with the upgrade from dxf-rs 0.5.0 to dxf-rs master branch on git as part of commit 01cbabd