> 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 <[EMAIL PROTECTED]> 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;
>


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to