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