gegl r2280 - in trunk/bindings/rgegl: . samples
- From: yosh svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2280 - in trunk/bindings/rgegl: . samples
- Date: Thu, 8 May 2008 14:23:48 +0100 (BST)
Author: yosh
Date: Thu May 8 13:23:47 2008
New Revision: 2280
URL: http://svn.gnome.org/viewvc/gegl?rev=2280&view=rev
Log:
* samples/render-test.rb: the display op isn't really needed, remove.
Also, update for fractal-explorer op name change.
Modified:
trunk/bindings/rgegl/ChangeLog
trunk/bindings/rgegl/samples/render-test.rb
Modified: trunk/bindings/rgegl/samples/render-test.rb
==============================================================================
--- trunk/bindings/rgegl/samples/render-test.rb (original)
+++ trunk/bindings/rgegl/samples/render-test.rb Thu May 8 13:23:47 2008
@@ -11,13 +11,12 @@
height=40
gegl = Gegl::Node.new
-fractal = gegl.new_child :FractalExplorer,:width=>width,:height=>height, :ncolors=>3
+fractal = gegl.new_child :fractal_explorer, :width=>width, :height=>height, :ncolors=>3
contrast= gegl.new_child :threshold, :value=>0.5
text = gegl.new_child :text, :string=>'GEGL\n\n term', :size=>height/4
over = gegl.new_child :over
-display = gegl.new_child :display
-fractal >> contrast >> over >> display
+fractal >> contrast >> over
text >> over[:aux]
x=0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]