GNOME Bugzilla – Bug 386061
Jitter doesn't work on some parametric brushes
Last modified: 2006-12-18 10:47:33 UTC
The 'Jitter' option doesn't have any effect on parametric brushes that have an angle of 90° (and doesn't have enough effect with brushes that have an angle close to 90°). The following is a small patch to fix that.
Created attachment 78404 [details] [review] Patch to fix jitter on vbr brushes with an angle > 0
2006-12-18 Sven Neumann <sven@gimp.org> * app/paint/gimpbrushcore.c (gimp_brush_core_interpolate): applied patch from Aurore D that improves jitter for brushes with an angle close to 90° (bug #386061).