gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Problem with Drawing API


From: Sandro Santilli
Subject: Re: [Gnash-dev] Problem with Drawing API
Date: Wed, 7 Nov 2007 15:32:24 +0100

On Wed, Nov 07, 2007 at 03:14:06PM +0100, Udo Giacomozzi wrote:
> Hello Sandro,
> 
> Wednesday, November 7, 2007, 11:56:05 AM, you wrote:
> SS> Wrong. Another trick is pressing '-' and '+' to decrement
> SS> and increment the alpha. Using this you can see that
> SS> the pp considers the two squares on the right as two subshapes,
> SS> which overlap thus giving different saturation in the center
> SS> then on the borders (where there's no overlap).
> 
> Ah, I see. Yes. So moveTo() starts a new subshape too, right?

Nope, beginFill does, and this is the difference between the two
squares on the left (moveTo only) and the two on the right (beginFill,
moveTo).

--strk;




reply via email to

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