Mercurial > MadButterfly
log pyink/tween.py @ 1339:20cf3e2a0a9d
age | author | description |
---|---|---|
Sun, 06 Feb 2011 22:57:33 +0800 | Thinker K.F. Li | Fix weir behavior for tweening for opacity. |
Sun, 16 Jan 2011 10:14:41 +0800 | wycc | Add more arguments to pass the required data. |
Sun, 16 Jan 2011 10:10:37 +0800 | wycc | When we animate from a use, we should not consider its matrix because the matrix of the destination group is apply to the whole <svg:use> include its matrix. |
Sat, 15 Jan 2011 02:43:20 +0800 | wycc | Use svg:use to duplicate the key frame. The current inkscape will not keep the extra attributes when we break the reference. Therefore, we may modify the inkscape directly or implemnet a break by ourself. In addition, we may need to improve the duplication to sync the new-added objects to an existed group. |