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: zou lunkai
Subject: Re: [Gnash-dev] Problem with Drawing API
Date: Tue, 6 Nov 2007 17:26:51 +0800

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

I should have time to work on the tests next week.

> What the "user" draws might depend greatly on some dynamic data which in some
> situations might produce "malformed" shapes.

right, make sense.

--zou


On Nov 6, 2007 5:09 PM, Sandro Santilli <address@hidden> wrote:
> 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]