From: <J.B...@ew...> - 2007-07-26 10:57:11
|
Hi all, Josh found a bug in skel-strokes LPE: when using a circle as pattern = parameter, Inkscape crashes. I think this is because of the elliptic arc = thing in inkscape's circles. (d=3D M 211,162 A 67,58 0 1 1 77,162 A 67,58 0 1 1 211,162 z) The crash message is: terminate called after throwing an instance of 'NotImplemented' what(): method not implemented It happens when a skeletal stroke effect is applied to a path and when a = circle shape is copied and then pasted onto the pattern parameter using = the LPE dialog. GDB crashes on application of Skel strokes with a "terminate called = after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check" ... this does not happen outside gdb, = so... i don't know whether this is a bug in inkscape or not (probably it = is). So i cannot track down where the 'circle crash' comes from. Maybe you can shine some light on this? - Johan |