Comment 1 for bug 342755

Revision history for this message
Chris (mail-christianmayer) wrote :

I can specify the bug a bit closer now:

The import script was adding quite a few markers to the "defs" section of the "svg", e.g. with the following code:

 # inkex.etree.SubElement(defs, 'marker', {'id': entity, 'orient': 'auto', 'refX': '0.0', 'refY': '0.0', 'style': 'stroke-dasharray:0'} )

These additional markers seem to cause Inkscape to segfault. An easy way to reprduce the bug is:

- open an empty Inkscape
- open the XML-Editor (Shift-Ctrl-X)
- add an XML-Node to the svg:defs node and name it "svg:marker"
- open the fill and stroke menu (Shift-Crtl-F)
=> boom, segfault