mirror of https://github.com/GNOME/gimp.git
Use gegl:over instead of gegl:normal
This commit is contained in:
parent
825fab3dd0
commit
2c05af036c
|
@ -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");
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue