Use gegl:over instead of gegl:normal

This commit is contained in:
Michael Natterer 2009-11-27 21:11:26 +01:00
parent 825fab3dd0
commit 2c05af036c
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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",