[cairo-commit] cairo-demo/png ChangeLog, 1.17, 1.18 snapping.c, 1.1, 1.2

Carl Worth commit at pdx.freedesktop.org
Fri Oct 22 08:52:29 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv30558

Modified Files:
	ChangeLog snapping.c 
Log Message:

        Correct typo in comment.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ChangeLog	22 Oct 2004 15:08:23 -0000	1.17
+++ ChangeLog	22 Oct 2004 15:52:26 -0000	1.18
@@ -2,6 +2,7 @@
 
 	* snapping.c: Add demo showing how to do device-pixel-aligned
 	graphics.
+	Correct typo in comment.
 
 2004-10-18  Carl Worth  <cworth at cworth.org>
 

Index: snapping.c
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/snapping.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snapping.c	22 Oct 2004 15:08:23 -0000	1.1
+++ snapping.c	22 Oct 2004 15:52:26 -0000	1.2
@@ -31,7 +31,7 @@
  * when the transformation includes rotation and or shear components.
  *
  * The output includes four groups of nested boxes. The top two groups
- * consists of 10 filled boxes, alternating between black and
+ * consists of 5 filled boxes, alternating between black and
  * white. The bottom two groups show 5 white stroked boxes. Within
  * each group, the path for each box is constructed the same way, but
  * with a different transform. For the two groups on the right, all




More information about the cairo-commit mailing list