gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11214: Add comment above draw of a


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11214: Add comment above draw of a shape with expected auto-close on endFill
Date: Tue, 07 Jul 2009 20:31:01 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11214
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Tue 2009-07-07 20:31:01 +0200
message:
  Add comment above draw of a shape with expected auto-close on endFill
modified:
  testsuite/misc-ming.all/DrawingApiTest.as
=== modified file 'testsuite/misc-ming.all/DrawingApiTest.as'
--- a/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-07 11:10:51 +0000
+++ b/testsuite/misc-ming.all/DrawingApiTest.as 2009-07-07 18:31:01 +0000
@@ -227,6 +227,8 @@
        check( zshape.hitTest((223+25), (145+20), true) ); // 3
        check( zshape.hitTest(273, 165, true) ); // 4
 
+       // The ugly orange stroke / light brown fill
+       // expected to auto-close on endFill()
        createEmptyMovieClip("x", 20);
        with (x)
        {


reply via email to

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