Hello,
When you move one of the node of the gradient transform on the path of the polygon, inkscape crash immediatly (Win32). Maybe due to the snap code ?
Have a good day! Yann.
On Wed, Feb 18, 2009 at 5:38 AM, Yann Papouin <yann.papouin@...400...> wrote:
Hello,
When you move one of the node of the gradient transform on the path of the polygon, inkscape crash immediatly (Win32). Maybe due to the snap code ?
No, it displays:
(inkscape.exe:324): Gdk-CRITICAL **: gdk_device_get_axis: assertion `device != NULL' failed
and it looks like it is triggered by knot.cpp:
if (gdk_event_get_axis (event, GDK_AXIS_PRESSURE, &knot->pressure)) knot->pressure = CLAMP (knot->pressure, 0, 1); else knot->pressure = 0.5;
but this code didn't change for a long time.
Can someone please try rolling back (e.g. a couple weeks) to see at what point this broke? If rolling back Inkscape SVN does not help, try to roll back devlibs as well. I would do this myself but it takes a whole day to recompile it on my old windows laptop...
I happen to have an old build around from rev 20546 - it does not crash yet. So you can start from there and bisect.
rev#20595 is Ok
2009/2/18 bulia byak <buliabyak@...400...>
I happen to have an old build around from rev 20546 - it does not crash yet. So you can start from there and bisect.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Thanks all, it is now found that the offending commit was 20598, and I forwarded this to Diederik who did this commit (so, this is in fact related to snapping after all...)
oops, that should be 20698
On Thu, Feb 19, 2009 at 9:44 AM, bulia byak <buliabyak@...400...> wrote:
Thanks all, it is now found that the offending commit was 20598, and I forwarded this to Diederik who did this commit (so, this is in fact related to snapping after all...)
Reported by fireclown https://bugs.launchpad.net/%7Eglyn-chariot to https://bugs.launchpad.net/inkscape/+bug/333405
2009/2/19 bulia byak <buliabyak@...400...>
oops, that should be 20698
On Thu, Feb 19, 2009 at 9:44 AM, bulia byak <buliabyak@...400...> wrote:
Thanks all, it is now found that the offending commit was 20598, and I forwarded this to Diederik who did this commit (so, this is in fact related to snapping after all...)
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (2)
-
bulia byak
-
Yann Papouin