[cairo-commit]
pycairo/examples/cairo_snippets snippets_pdf.py, 1.1, 1.2
Steve Chaplin
commit at pdx.freedesktop.org
Thu Apr 28 15:28:40 PDT 2005
Committed by: stevech1097
Update of /cvs/cairo/pycairo/examples/cairo_snippets
In directory gabe:/tmp/cvs-serv12218/examples/cairo_snippets
Modified Files:
snippets_pdf.py
Log Message:
SC
Index: snippets_pdf.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_pdf.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snippets_pdf.py 27 Apr 2005 07:34:50 -0000 1.1
+++ snippets_pdf.py 28 Apr 2005 22:28:36 -0000 1.2
@@ -12,7 +12,7 @@
X_inches, Y_inches = 2, 2
X_ppi, Y_ppi = 300, 300
-width, height = X_inches * 96, Y_inches * 96 # used by snippet_normalize()
+width, height = X_inches * 72, Y_inches * 72 # used by snippet_normalize()
Verbose_mode = True
More information about the cairo-commit
mailing list