gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/samples/README testsu...


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash ChangeLog testsuite/samples/README testsu...
Date: Thu, 02 Nov 2006 09:59:42 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   06/11/02 09:59:42

Modified files:
        .              : ChangeLog 
        testsuite/samples: README 
Added files:
        testsuite/samples: gradient-tests.swf gradient-tests.png 

Log message:
        Added extensive gradients test

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1474&r2=1.1475
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/README?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/gradient-tests.swf?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/gradient-tests.png?cvsroot=gnash&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.1474
retrieving revision 1.1475
diff -u -b -r1.1474 -r1.1475
--- ChangeLog   2 Nov 2006 08:13:22 -0000       1.1474
+++ ChangeLog   2 Nov 2006 09:59:42 -0000       1.1475
@@ -1,3 +1,8 @@
+2006-11-02 Udo Giacomozzi <address@hidden>
+
+       * testsuite/samples/gradients-test.swf: Added a extensive
+         test for gradient rendering.
+
 2006-11-02 Hiroyuki Ikezoe <address@hidden>
 
         * backend/sound_handler_gst.cpp: segfault fix (bug #18167)

Index: testsuite/samples/README
===================================================================
RCS file: /cvsroot/gnash/gnash/testsuite/samples/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/samples/README    30 Oct 2006 20:33:48 -0000      1.2
+++ testsuite/samples/README    2 Nov 2006 09:59:42 -0000       1.3
@@ -89,6 +89,52 @@
 == Description ==
 
 
+= [gradient-tests.swf] =
+
+== Origin == 
+
+Self-made by Udo Giacomozzi, Gnash developer
+
+== Description ==
+
+Various tests to check correct rendering of non-solid fill styles.
+Check with gradient-test.png for a correct rendering.
+
+First row: Linear gradients.
+Left: simplest linear gradient, black to white, no transform
+Center: Two additional color stops to get a very sharp border. The fill
+  is also shrinked and rotated. This shows if the transformation matrix
+  works correctly and if gradient overflow is correct (continue with
+  first/last color, don't repeat the whole gradient). The two red 
+  lines show where the color transitions should be. 
+Right: Gradient with many color stops (red lines show transitions). 
+  The shape is non-rectangular but the gradient has no transformation
+  matrix.
+
+Second row: Radial gradients.
+Left: simplest radial gradient, black to white, no transform
+Center: Six color stops added to the previous sample with red
+  lines showing where they should be. The gradient is not centered.
+Third: Simple radial gradient, but scaled (shrinked). Shows gradient
+  overflow, which should be white. The dashed red line shows where
+  the gradient ends (more or less).
+Right: Gradient with four color stops, rotated and scaled.
+
+Third row: Bitmap fills.
+Left: Simple, scaled bitmap. No rotation.
+Second: Slightly rotated bitmap (test anti-aliasing)
+Third: Horizontally flipped bitmap
+Last: Curved shape with bitmap fill. The fill is rotated and shrinked.
+  The bitmap should be repeated and the blue corners shows the position
+  of one sample tile.
+
+Bottom row: 
+Left: Highly scaled 4x4 bitmap. Shows resampling quality.
+Right: Same scaled 4x4 bitmap and a linear gradient on top of it. The
+  gradient has the same blue tone though the LUT but with decreasing
+  alpha value.
+
+
 = [money3.swf] =
 
 == Origin == 

Index: testsuite/samples/gradient-tests.swf
===================================================================
RCS file: testsuite/samples/gradient-tests.swf
diff -N testsuite/samples/gradient-tests.swf
Binary files /dev/null and /tmp/cvsgK4Oy5 differ

Index: testsuite/samples/gradient-tests.png
===================================================================
RCS file: testsuite/samples/gradient-tests.png
diff -N testsuite/samples/gradient-tests.png
Binary files /dev/null and /tmp/cvshPmgC8 differ




reply via email to

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