gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as


From: strk
Subject: Re: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as
Date: Thu, 8 Nov 2007 19:32:35 +0100

On Thu, Nov 08, 2007 at 06:00:28PM +0000, Udo Giacomozzi wrote:

> -     check( !inv3.hitTest(92, 150, true)  );  // Outside the right autofill 
> (but in the boundaries)
> +     check( !inv3.hitTest((20*4), 100 + (10*4), true)  );  // Outside the 
> right autofill (but in the boundaries)
>       check(  inv3.hitTest((24*4), 100 + (10*4), false) );  // Outside the 
> right autofill (but in the boundaries)

It's still not it, we want the coordinates to be *the same*
for the two calls, one with last argument "true" and the other
with last argument "false".
Using the same coordinates is used to verify that the point
is in the boundaries but not in the shape.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]