[cairo-commit] cairo/test pdf-surface.c,1.3,1.4
Carl Worth
commit at pdx.freedesktop.org
Sat May 14 10:00:29 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv23716/test
Modified Files:
pdf-surface.c
Log Message:
* test/pdf-surface.c (main): Update for change in
cairo_pdf_surface_create which no longer accepts DPI values.
Index: pdf-surface.c
===================================================================
RCS file: /cvs/cairo/cairo/test/pdf-surface.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pdf-surface.c 11 May 2005 03:25:38 -0000 1.3
+++ pdf-surface.c 14 May 2005 17:00:27 -0000 1.4
@@ -47,8 +47,7 @@
surface = cairo_pdf_surface_create (file,
297 / 25.4,
- 210 / 25.4,
- 300.0, 300.0);
+ 210 / 25.4);
cr = cairo_create (surface);
cairo_rectangle (cr, 10, 10, 100, 100);
More information about the cairo-commit
mailing list