[cairo-commit] rcairo/samples/agg aa_test.rb,1.2,1.3
Kouhei Sutou
commit at pdx.freedesktop.org
Sat Jun 2 21:16:54 PDT 2007
Committed by: kou
Update of /cvs/cairo/rcairo/samples/agg
In directory kemper:/tmp/cvs-serv27327/samples/agg
Modified Files:
aa_test.rb
Log Message:
* samples/agg/aa_test.rb: fixed wrong operation.
Index: aa_test.rb
===================================================================
RCS file: /cvs/cairo/rcairo/samples/agg/aa_test.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- aa_test.rb 28 May 2007 12:22:10 -0000 1.2
+++ aa_test.rb 3 Jun 2007 04:16:41 -0000 1.3
@@ -227,7 +227,7 @@
srand(123)
context.set_source_color(:black)
- context.fill
+ context.paint
n_circles = 20000
start = Time.now
More information about the cairo-commit
mailing list