Comment 4 for bug 959671

Revision history for this message
Alvin Penner (apenner) wrote : Re: DXF export crashes from SVG

- it looks like the problem is caused by the presence of 'circle' objects in the diagram. The current dxf output routine recognizes only two types of objects, namely 'path' (which includes arcs) and 'rect'
- when you do a Path->Object To Path operation, then a circle object will get converted to a path (which is actually four bezier curves)