RE: [Inkscape-devel] bug with moving selections
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?
import is working on all three of those formats on windows 2k currently, cant speak for other windows versions.
Thanks, closing.
_________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus&pgmarket=en-ca&RU=http%3a%2...
--- 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?
ok, done some quick tests, going out of the draw area while performing a command freezes the following: scale, move, rotate, skew
the rectangle, circle, star and spiral tools seem to react less severely, if you hold the mouse down the entire time its out of the window they seem to be ok, if you let go when you next click in the drawing area the shape you were creating vanishes. the spiral can get a bit more confused if you go off one side around the window and back in the other, but no sane users going to do that anyway :) The freehand and calligraphy tools dont mind you going off window, they just square the line off at the edge of the window (ie connect exit point to re-entry location). sodipodi draws whatever shape you draw regardless of if it gos out of its window (not sure if thats correct behaviour, but from a user point of view its nice)
import is working on all three of those formats on windows 2k currently, cant speak for other windows versions.
Thanks, closing.
__________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
--- 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.
hope that means more to you guys than me :)
John
__________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
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
participants (3)
-
Bryce Harrington
-
bulia byak
-
John Cliff