GNOME Bugzilla – Bug 127871
interpolation of pressure and tilt
Last modified: 2004-12-22 21:47:04 UTC
It would be nice if pressure and tilt could be interpolated the way x and y are now. This idea is untested, but I believe it would make for smoother drawing.
All values in GimpCoords are interpolated. What you are asking for is implemented already. See app/paint/gimppaintcore.c:gimp_paint_core_interpolate().
oops, indeed it is. I was stroking and saw an effect that cause me to think it wasn't.