gnash-commit
[Top][All Lists]
Advanced

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

Re[2]: [Gnash-commit] gnash/server shape.cpp


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-commit] gnash/server shape.cpp
Date: Sat, 3 Mar 2007 17:54:25 +0100

Hello strk,

Saturday, March 3, 2007, 4:58:25 PM, you wrote:
s> The problem is that even shapes with *NO* fill , but only lines
s> should be checked for containing a point.
s> See DrawingApiTest.swf under misc-ming.all

It should only be checked if the point is on the (arbitrary sized)
outline of a path. With other words, the test for m_fill0==0 *is*
relevant.

However, a function path::point_test() is completely nonsense as a
path does *not* to be closed. A straight horizontal line (only one
edge) is a fully valid path, regardless of m_fill0 and m_fill1.

For more information have a look at \page render_handler_intro or just
ask.

Udo





reply via email to

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