Skip to content

dropshadow: Fix shrinking with negative grow-radius (#300)

woob requested to merge thetoastcaper/gegl:drop-shadow-shrink-fix into master

Just a simple one-line MR for a simple issue

Per commit message:

Adds in an absolute function to test the grow-radius magnitude, rather than its signed value. Allows shadows to once again shrink when given a negative grow radius.

Also fixes gimp#9778 (closed), gimp#8607 (moved)

Merge request reports