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;


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to