summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Manni <thomas.manni@free.fr>2015-01-29 18:50:13 +0100
committerThomas Manni <thomas.manni@free.fr>2015-01-29 19:01:27 +0100
commit049b8c64e0cf2b5b1f1f7296b02e88c53d987948 (patch)
tree5913a910e24a22e7492b11e100b1e1e8492a5db0 /tests
parent53206adfa41c02c6d169f809327d983c44e557d3 (diff)
operations: add gegl:value-propagate
Diffstat (limited to 'tests')
-rw-r--r--tests/compositions/Makefile.am1
-rw-r--r--tests/compositions/reference/value-propagate.pngbin0 -> 212734 bytes
-rw-r--r--tests/compositions/value-propagate.xml12
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index 40804a42..61829485 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -57,6 +57,7 @@ TESTS = \
stretch-contrast.xml \
supernova.xml \
transform.xml \
+ value-propagate.xml \
video-degradation.xml \
grey-json.xml \
weighted-blend.xml \
diff --git a/tests/compositions/reference/value-propagate.png b/tests/compositions/reference/value-propagate.png
new file mode 100644
index 00000000..d1e387ce
--- /dev/null
+++ b/tests/compositions/reference/value-propagate.png
Binary files differ
diff --git a/tests/compositions/value-propagate.xml b/tests/compositions/value-propagate.xml
new file mode 100644
index 00000000..523eb609
--- /dev/null
+++ b/tests/compositions/value-propagate.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<gegl>
+ <node operation='gegl:value-propagate'>
+ <params></params>
+ </node>
+ <node operation='gegl:load'>
+ <params>
+ <param name='path'>data/duck.png</param>
+ </params>
+ </node>
+</gegl>
+