[cairo-commit] test/device-offset-positive.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Jun 19 00:23:04 PDT 2006


 test/device-offset-positive.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree ddc01a3c5530aa9480eb19aded7ba08f97529440 (from 70d3719ec9d0dbe7e37f3ad3c5cfbe596be4f409)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jun 19 03:22:53 2006 -0400

    Correct comment about expected result in device-offset-positive test.

diff --git a/test/device-offset-positive.c b/test/device-offset-positive.c
index a1bad6e..e4a6ae8 100644
--- a/test/device-offset-positive.c
+++ b/test/device-offset-positive.c
@@ -70,7 +70,7 @@ draw (cairo_t *cr, int width, int height
     cairo_surface_set_device_offset (surface, + SIZE / 2, + SIZE / 2);
 
     /* Finally, copy the offset surface to the original destination.
-    * The final result should be a blue square with the lower-right
+    * The final result should be a blue square with the upper-left
     * quarter red. */
     cairo_set_source_surface (cr, surface, SIZE / 2, SIZE / 2);
 


More information about the cairo-commit mailing list