
26 Aug
2007
26 Aug
'07
8:16 p.m.
lapnect wrote:
I have just played with LPE and I found two ways to crash Inkscape (current SVN trunk).
The first way:
- draw circle
- do *not* convert it to path
- select that circle and copy it (ctrl+c)
- draw line using freehand tool and select it
- press ctrl+shift+7
- press 'Apply'
- click on 'Paste' icon
This is a 2geom crash. I fixed it temporarily by not allowing 'A' in the SVG path string; 2Geom does not support these arcs yet.
The second way:
- draw circle
- convert it to path
- select that circle and copy it (ctrl+c)
- draw line using freehand tool and select it
- press ctrl+shift+7
- press 'Apply'
- click on 'Paste' icon
- press ctrl+z (undo)
This does not crash for me anymore, although there is trouble with undoing LPE things yes :(
Thanks! Johan