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...