pdb: Use svg:src in plasma's compatibility wrapper

instead of svg:src-over
This commit is contained in:
Téo Mazars 2013-09-13 02:10:24 +02:00
parent 6fefd5af0c
commit a481065f2e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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