gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-293-g2fd706f
Date: Fri, 18 Mar 2011 16:22:39 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  2fd706fd5aa815013b7589958cd1716e0395b832 (commit)
      from  4b75a4faa7aa7c8b9a83338bbef6c1ee05925b90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=2fd706fd5aa815013b7589958cd1716e0395b832


commit 2fd706fd5aa815013b7589958cd1716e0395b832
Author: Sandro Santilli <address@hidden>
Date:   Fri Mar 18 17:21:37 2011 +0100

    Fix bug #32833 for AGG renderer (render missing bitmap fills in solid red)

diff --git a/librender/agg/Renderer_agg_style.h 
b/librender/agg/Renderer_agg_style.h
index 4350d4f..159caf9 100644
--- a/librender/agg/Renderer_agg_style.h
+++ b/librender/agg/Renderer_agg_style.h
@@ -460,7 +460,7 @@ public:
         const SWFCxForm& cx, bool repeat, bool smooth) {
 
         if (!bi) {
-            add_color(agg::rgba8_pre(0,0,0,0));
+            add_color(agg::rgba8_pre(255,0,0,255));
             return;
         }
 
diff --git a/testsuite/misc-swfmill.all/missing_bitmapTestRunner.cpp 
b/testsuite/misc-swfmill.all/missing_bitmapTestRunner.cpp
index 695950a..d60cdc2 100644
--- a/testsuite/misc-swfmill.all/missing_bitmapTestRunner.cpp
+++ b/testsuite/misc-swfmill.all/missing_bitmapTestRunner.cpp
@@ -61,7 +61,7 @@ main(int /*argc*/, char** /*argv*/)
 
        int tol = 15;
 
-       xcheck_pixel(100, 100, 20, red, tol);
+       check_pixel(100, 100, 20, red, tol);
        check_pixel(300, 100, 20, white, tol);
        check_pixel(100, 300, 20, white, tol);
 

-----------------------------------------------------------------------

Summary of changes:
 librender/agg/Renderer_agg_style.h                 |    2 +-
 .../misc-swfmill.all/missing_bitmapTestRunner.cpp  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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