On Thu, Nov 08, 2007 at 07:04:01PM +0100, Udo Giacomozzi wrote: > We wanted to do implicit path-closing in the point test implementation > but the problem is that I don't know if a path is open or not. > Remember, a path is allowed to be open as long some other path(s) > close the shape as a whole.
I'm not sure this holds for dynamically drawn ones. The four-in-a-row case is an attempt to check that, it's 4 moveTo,lineTo after a beginFill. > This is easier for dynamic shapes because each subshape has it's own, > closed path (since it does not use two fill styles), but the > point_test algorithm does not distinguish between dynamic and > SWF-defined shapes. Can we provide two different point_test_local, one for dynamic and one for static ? --strk; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit