gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-ming.all DrawingApiTest.as
Date: Tue, 24 Apr 2007 08:27:09 +0000

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

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

Log message:
        removed spurious debugging lines

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

Patches:
Index: DrawingApiTest.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/DrawingApiTest.as,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- DrawingApiTest.as   23 Apr 2007 20:05:20 -0000      1.5
+++ DrawingApiTest.as   24 Apr 2007 08:27:08 -0000      1.6
@@ -17,18 +17,15 @@
 {
        clear();
 
-#if 1
        // The thick red line
        lineStyle(20, 0xFF0000, 100);
        moveTo(100, 100);
        lineTo(200, 200);
-#endif
 
        // The hairlined horizontal black line
        lineStyle(0, 0x000000, 100);
        moveTo(220, 180);
        lineTo(280, 180);
-#if 1
 
        // The violet line
        moveTo(100, 200);
@@ -91,7 +88,6 @@
        lineTo(240, 100);
        lineTo(260, 100);
        endFill();
-#endif
 }
 
 // Make the MovieClip "active" (grabbing mouse events)




reply via email to

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