[gimp] Use gegl:over instead of gegl:normal
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Use gegl:over instead of gegl:normal
- Date: Fri, 27 Nov 2009 20:12:11 +0000 (UTC)
commit 2c05af036cfe5454bbf6c145b432265596cacb23
Author: Michael Natterer <mitch gimp org>
Date: Fri Nov 27 21:11:26 2009 +0100
Use gegl:over instead of gegl:normal
app/core/gimpdrawable.c | 2 +-
app/core/gimpimage.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpdrawable.c b/app/core/gimpdrawable.c
index a80a06d..f7e2bd3 100644
--- a/app/core/gimpdrawable.c
+++ b/app/core/gimpdrawable.c
@@ -815,7 +815,7 @@ gimp_drawable_get_node (GimpItem *item)
node = GIMP_ITEM_CLASS (parent_class)->get_node (item);
drawable->private->mode_node = gegl_node_new_child (node,
- "operation", "gegl:normal",
+ "operation", "gegl:over",
NULL);
input = gegl_node_get_input_proxy (node, "input");
diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c
index 05c0e9f..2b88fc9 100644
--- a/app/core/gimpimage.c
+++ b/app/core/gimpimage.c
@@ -1250,7 +1250,7 @@ gimp_image_get_graph (GimpProjectable *projectable)
gegl_node_add_child (image->graph, channels_node);
blend_node = gegl_node_new_child (image->graph,
- "operation", "gegl:normal",
+ "operation", "gegl:over",
NULL);
gegl_node_connect_to (layers_node, "output",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]