CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/24 09:07:32

Modified files:
        testsuite/misc-ming.all: DrawingApiTest.as 

Log message:
        more comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/DrawingApiTest.as?cvsroot=gnash&r1=1.7&r2=1.8

Patches:
Index: DrawingApiTest.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTest.as,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- DrawingApiTest.as   24 Apr 2007 08:52:55 -0000      1.7
+++ DrawingApiTest.as   24 Apr 2007 09:07:32 -0000      1.8
@@ -68,7 +68,7 @@
        endFill();
        lineTo(50, 150);
 
-       // clockwise
+       // The clockwise blue-stroke, cyan-fill square
        moveTo(200, 100);
        lineStyle(1, 0x00FF00);
        beginFill(0x00FFFF, 100);
@@ -78,7 +78,7 @@
        lineTo(200, 100);
        endFill();
 
-       // counter-clockwise
+       // The counter-clockwise cyan-stroke, green-fill square
        moveTo(230, 100);
        lineStyle(1, 0x00FFFF);
        beginFill(0x00FF00, 50);
@@ -88,7 +88,7 @@
        lineTo(230, 100);
        endFill();
 
-       // clockwise, move after beginFill
+       // The clockwise green-stroke, violet-fill square, with move after 
beginFill
        lineStyle(1, 0x00FF00);
        beginFill(0xFF00FF, 100);
        moveTo(260, 100);


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

Reply via email to