Comment 11 for bug 685707

Revision history for this message
Alvin Penner (apenner) wrote :

attached is a modified version of the file dxf_input.py. This will read in a cubic NURB of arbitrary length and will convert it into a sequence of Bezier curves using knot insertion. With this change the file errorink.dxf is rendered properly, as far as I can tell.

In order to test this, you will need to copy dxf_input.py into the directory C:\Program Files\Inkscape\share\extensions\ to replace the file that is currently there.

as usual, any testing would be appreciated.