Sat, 02 Apr 2011 05:36:36 +0800 |
wycc |
Fix the svg:use. For a svg:use, it is a group which include the content it reference. It means that we can not tween it to its origin object directly. Instead, we need to ungroup it and then use the result matrix to generate the tweened transformation matrix. Therefore, we need to concate its matrix to the referenced object.
|
Sun, 27 Mar 2011 08:27:03 +0800 |
wycc |
Check if the scenes is defined. Disable the changeScene function if the scenes is not defined for the pure MB program.
|
Fri, 25 Mar 2011 08:49:01 +0800 |
wycc |
Fix the forward refeence issue.
|
Fri, 25 Mar 2011 03:56:07 +0800 |
wycc |
Fix the forward reference issue
|
Fri, 25 Mar 2011 03:54:45 +0800 |
wycc |
Fix the parseUse which setup parameter to the wrong object.
|
Fri, 25 Mar 2011 02:31:55 +0800 |
wycc |
Fix the issue that we put the wrong entry for the groupMap for svg:g element.
|
Fri, 25 Mar 2011 02:03:17 +0800 |
wycc |
Fix the parseImage to setup the transform attributes correctly.
|
Wed, 23 Mar 2011 23:02:36 +0800 |
wycc |
Consider the width and height attribute for the rect elements. The inkscape will change the width and height directly without using transform when we resize the rectangle.
|
Tue, 22 Mar 2011 01:03:16 +0800 |
wycc |
CHange the SVG parser for the scribbo animation.
|
Fri, 11 Mar 2011 14:07:55 +0800 |
wycc |
Check in so that we can check the crash issues.
|
Tue, 21 Dec 2010 14:36:50 +0800 |
wycc |
Add some stub for the animation.
|
Sat, 20 Nov 2010 20:04:31 +0800 |
wycc |
Implement Scene API.
|
Fri, 12 Nov 2010 16:53:03 +0800 |
Thinker K.F. Li |
Fix issue of moving lightbar of testsvg.js.
|
Wed, 03 Nov 2010 22:02:23 +0800 |
wycc |
Use inkscape:label to be the same way as the mbname. In this way, we can use the property editor to define name of the object.
|