[cairo-commit] rcairo/samples png.rb,1.5,1.6

Kouhei Sutou commit at pdx.freedesktop.org
Sun Oct 9 07:10:09 PDT 2005


Committed by: kou

Update of /cvs/cairo/rcairo/samples
In directory gabe:/tmp/cvs-serv9965/samples

Modified Files:
	png.rb 
Log Message:
Followup previous commit.


Index: png.rb
===================================================================
RCS file: /cvs/cairo/rcairo/samples/png.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- png.rb	8 Oct 2005 14:41:40 -0000	1.5
+++ png.rb	9 Oct 2005 14:10:06 -0000	1.6
@@ -5,7 +5,7 @@
 
 require 'cairo'
 include Cairo
-cr=Context.new(SurfaceImage.new(FORMAT_ARGB32, 200,200))
+cr=Context.new(ImageSurface.new(FORMAT_ARGB32, 200,200))
 
 # fill background with white
 cr.set_source(1.0, 1.0, 1.0)



More information about the cairo-commit mailing list