Re: libdxfrw issue
Posted by Rallaz on Sep 18, 2015; 4:13pm
URL: https://forum.librecad.org/libdxfrw-issue-tp5712257p5712258.html
enum Space was written initially for dxf format, code 67, and can be:
0 = model sapace or
1 = paper space
But adding dwg suport:
0 = entity are part of a block or old style (R12) polyline
1 = paper space
2 = model sapace
the 0 option in dwg must be hide
Added a patch in master branch
Cheers,
Rallaz