log

age author description
Fri, 24 Dec 2010 15:40:16 +0800 Thinker K.F. Li Rename MBScene.dom to MBScene.root
Fri, 24 Dec 2010 15:18:05 +0800 wycc Merge
Fri, 24 Dec 2010 15:00:28 +0800 wycc Add the Run button to simulate the animation
Fri, 24 Dec 2010 14:44:07 +0800 wycc CHange the implementation to set the transformation matrix only. This is be more friendly for the animation inside the inskcape.
Fri, 24 Dec 2010 12:24:07 +0800 Thinker K.F. Li Change URL of design document for pyink.
Fri, 24 Dec 2010 12:21:25 +0800 Thinker K.F. Li Add blank line between methods.
Fri, 24 Dec 2010 11:26:57 +0800 Thinker K.F. Li Fix incorrect index of y-scale in the matrix
Thu, 23 Dec 2010 11:04:05 +0800 Thinker K.F. Li Use getAttribute()/spitem instead of .label and DOMtoItem().
Thu, 23 Dec 2010 00:00:46 +0800 wycc Fix the issue of the new DOM implementation
Wed, 22 Dec 2010 23:02:46 +0800 wycc Separate the tween from the main module.
Wed, 22 Dec 2010 13:27:37 +0800 Thinker K.F. Li Use pybind with new DOM API (at PYNode).
Tue, 21 Dec 2010 14:36:50 +0800 wycc Add some stub for the animation.
Tue, 21 Dec 2010 14:36:24 +0800 wycc Add sample SVG animation file.
Tue, 21 Dec 2010 14:35:42 +0800 wycc Fix the tween calculation for the inbetween frames. Now, we can use primitive instead og group to defin ethe animation. Currently, it has been tested against rectangle only. We need to check others as well.