DXF import misses out the last line
Bug #739803 reported by
Tom Parker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Alvin Penner |
Bug Description
Attempting to import the attached DXF file causes Inkscape to decide to forget to draw the last line. QCAD is perfectly happy with it however.
tags: | added: dxf importing |
Changed in inkscape: | |
milestone: | none → 0.49 |
tags: | added: backport-proposed |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The following patch double-checks the vals array, and sees if there's any left over data. If so, it outputs the missing last line.