Updated in CVS, 2 small bugs in PathAnim were effecting Scrollbar and ViewPort.
In PathAnimation.line():
if (path[i*2-2] != x2 || path[i*2-1] != y2) { // was &&, should be ||
And in run():
if (anim.frame>=anim.length/2+1) { // needed a +1
Scrollbar, ViewPort, and ScrollPane all work fine now.
Dan
|