GNOME Bugzilla – Bug 589689
keyframe curves go through the roof
Last modified: 2009-07-29 06:32:04 UTC
If you put a curve at 100% or 0%, it's flush with the clip border and half hidden and harder to manipulate. We need to subtract the 2*stroke_width from the height of the clip.
commit 930cd575bae617ab1855c875ded9d74e6a8e6045 Author: Brandon Lewis <brandon_lewis@berkeley.edu> Date: Tue Jul 28 13:41:41 2009 -0700 curve.py: take curve line width into account when calculating the XY position keyframes. fixes bug 589689