[cairo-commit] pycairo/examples warpedtext.py,1.1,1.2

Steve Chaplin commit at pdx.freedesktop.org
Mon Mar 14 08:43:43 PST 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo/examples
In directory gabe:/tmp/cvs-serv2475/examples

Modified Files:
	warpedtext.py 
Log Message:
SC 2005/03/14

Index: warpedtext.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/warpedtext.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- warpedtext.py	15 Nov 2004 10:05:27 -0000	1.1
+++ warpedtext.py	14 Mar 2005 16:43:41 -0000	1.2
@@ -30,7 +30,7 @@
 
 	def warpPath(self):
 		self.first = True
-		self.ctx.current_path(self.moveto, self.lineto, self.curveto, self.closepath)
+		self.ctx.get_path(self.moveto, self.lineto, self.curveto, self.closepath)
 
 
 WIDTH, HEIGHT = 512, 512




More information about the cairo-commit mailing list