[cairo-commit] pycairo/examples/cairo_snippets snippets_pdf.py, 1.9, 1.10 snippets_ps.py, 1.5, 1.6 snippets_svg.py, 1.1, 1.2

Steve Chaplin commit at pdx.freedesktop.org
Sat May 27 19:03:08 PDT 2006


Committed by: stevech1097

Update of /cvs/cairo/pycairo/examples/cairo_snippets
In directory kemper:/tmp/cvs-serv13230/examples/cairo_snippets

Modified Files:
	snippets_pdf.py snippets_ps.py snippets_svg.py 
Log Message:
'SC'

Index: snippets_pdf.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_pdf.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- snippets_pdf.py	29 Aug 2005 02:31:19 -0000	1.9
+++ snippets_pdf.py	28 May 2006 02:03:07 -0000	1.10
@@ -36,6 +36,7 @@
     else:
         cr.restore()
         cr.show_page()
+        surface.finish()
 
     if verbose_mode:
         print

Index: snippets_ps.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_ps.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- snippets_ps.py	29 Aug 2005 02:31:19 -0000	1.5
+++ snippets_ps.py	28 May 2006 02:03:07 -0000	1.6
@@ -36,6 +36,7 @@
     else:
         cr.restore()
         cr.show_page()
+        surface.finish()
 
     if verbose_mode:
         print

Index: snippets_svg.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_svg.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- snippets_svg.py	14 Dec 2005 04:47:02 -0000	1.1
+++ snippets_svg.py	28 May 2006 02:03:07 -0000	1.2
@@ -33,6 +33,7 @@
     else:
         cr.restore()
         cr.show_page()
+        surface.finish()
 
     if verbose_mode:
         print



More information about the cairo-commit mailing list