Comment 3 for bug 1683063

Revision history for this message
Helge Wurst (h+lge) wrote :

I tried opening a dxf file (AC1009) exported by Eagle 7.7 and found this bug report via
http://www.inkscapeforum.com/viewtopic.php?t=32212

First of all, chr[] (chr0x07) thank you so much for dealing with this issue. Unfortunately there seem to be more issues down the line that need adressing -

* RECT appears to be missing in the implementation, however POLYLINEs are drawn
* svg PATH objects are faulty, a lot of junk seems to be generated instead or the POLYLINE creating the semicircle has wrong vertices.

I'd like to try and fix these issues but right now I know very little about the DXF file structure, only the basics about svg and a bit of python. The RECT entity issue feels within reach but I have no clue what's going on with the blobby POLYLINE bug. Help is much appreciated.

Also not sure whether this is directly related to #1683063 or worth another ticket.

Helge