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: Tue, 6 Nov 2007 10:09:24 +0100

On Tue, Nov 06, 2007 at 04:35:29PM +0800, zou lunkai wrote:

> with(mc)
> {
>       beginFill(0x0000ff, 100);
>       lineStyle(5, 0xff00ff, 100);
>       moveTo(200, 200);
>       lineTo(300, 200);
>       lineTo(200, 300);
>       lineTo(300, 300);
>       // lineTo(200, 200);  // with or without these two lines doesn't make
> a difference with pp.
>       // endFill();
> }

See new commits in DrawingApiTest.as, I'm not adding pixel checking.

--strk;




reply via email to

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