[Commit] cairo-demo/X11 cairo-knockout.c,1.4,1.5

Carl Worth commit at keithp.com
Mon Sep 29 09:20:43 PDT 2003


Committed by: cworth

Update of /local/src/CVS/cairo-demo/X11
In directory home.keithp.com:/tmp/cvs-serv7216

Modified Files:
	cairo-knockout.c 
Log Message:
Fix bug in oval_path.

Index: cairo-knockout.c
===================================================================
RCS file: /local/src/CVS/cairo-demo/X11/cairo-knockout.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo-knockout.c	29 Sep 2003 15:17:00 -0000	1.4
+++ cairo-knockout.c	29 Sep 2003 15:20:40 -0000	1.5
@@ -32,7 +32,7 @@
 
     cairo_translate (r, xc, yc);
     cairo_scale (r, 1.0, yr / xr);
-    cairo_move_to (r, 0.0, 0.0);
+    cairo_move_to (r, xr, 0.0);
     cairo_arc (r,
                0, 0,
                xr,




More information about the Commit mailing list