gegl r2279 - in trunk/bindings/pygegl: . samples
- From: yosh svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2279 - in trunk/bindings/pygegl: . samples
- Date: Thu, 8 May 2008 14:23:43 +0100 (BST)
Author: yosh
Date: Thu May 8 13:23:43 2008
New Revision: 2279
URL: http://svn.gnome.org/viewvc/gegl?rev=2279&view=rev
Log:
* samples/render-test.py: the display op isn't really needed, remove.
Modified:
trunk/bindings/pygegl/ChangeLog
trunk/bindings/pygegl/samples/render-test.py
Modified: trunk/bindings/pygegl/samples/render-test.py
==============================================================================
--- trunk/bindings/pygegl/samples/render-test.py (original)
+++ trunk/bindings/pygegl/samples/render-test.py Thu May 8 13:23:43 2008
@@ -22,9 +22,8 @@
string="GEGL\n\n term",
size=height/4)
over = gegl.new_child("over")
-display = gegl.new_child("screen")
-fractal >> contrast >> over >> display
+fractal >> contrast >> over
text >> over["aux"]
buffer = over.render((0,0,width,height), "Y u8")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]