On Fri, 13 Feb 2004, John Cliff wrote:
--- bulia byak <archiver_1@...19...> wrote:
interesting thing is sodipodi doesnt do it...
Interesting indeed! Could you please test other mousedrag operations, such as panning canvas, freehand drawing, creating shapes etc.? Do they all suffer from this as do the selector operations?
just noticed that the CL for the window i did the testing in has a bunch of criticals in it:
(inkscape.exe:1960): CRITICAL **: file seltrans.cpp: line 305 (void sp_sel_trans_transform(SPSelTrans*,NRMatrix*,NRPoint*)): assertion 'seltrans->grabbed' failed
all are the message above, except 1 which references line 355 theres also a bunch of warnings about "button down in control state" and "cursor entered to arena with already active item" which i guess was the shape tools. managed to generate some x_order_2:colinear! alerts too.
The colinear warnings are things that libart prints out, that we can't turn off from within inkscape (one of several issues we have with libart). (The other issues I'm unfamiliar with.)
Bryce