mirror of https://github.com/GNOME/gimp.git
pdb: Use svg:src in plasma's compatibility wrapper
instead of svg:src-over
This commit is contained in:
parent
6fefd5af0c
commit
a481065f2e
|
@ -718,7 +718,7 @@ plug_in_plasma_invoker (GimpProcedure *procedure,
|
|||
NULL);
|
||||
|
||||
over = gegl_node_new_child (node,
|
||||
"operation", "svg:src-over",
|
||||
"operation", "svg:src",
|
||||
NULL);
|
||||
|
||||
gegl_node_connect_to (plasma, "output", over, "aux");
|
||||
|
|
|
@ -758,7 +758,7 @@ HELP
|
|||
NULL);
|
||||
|
||||
over = gegl_node_new_child (node,
|
||||
"operation", "svg:src-over",
|
||||
"operation", "svg:src",
|
||||
NULL);
|
||||
|
||||
gegl_node_connect_to (plasma, "output", over, "aux");
|
||||
|
|
Loading…
Reference in New Issue