app: use the new distance-transform operation in the blend tool

This commit is contained in:
Simon Budig 2014-08-03 20:09:31 +02:00
parent a0b9e5c702
commit 8af3fec689
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ gradient_precalc_shapeburst (GimpImage *image,
}
shapeburst = gegl_node_new_child (NULL,
"operation", "gimp:shapeburst",
"operation", "gegl:distance-transform",
"normalize", TRUE,
NULL);