Mercurial > MadButterfly
log
age | author | description |
---|---|---|
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. |
Wed, 30 Mar 2011 22:24:52 +0800 | wycc | Prevent the inkscape:bbox-* from duplicated. This will crash the libxml parser. |
Wed, 30 Mar 2011 13:42:30 +0800 | Thinker K.F. Li | Add exporter for export svg with bbox information. |
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 09:24:44 +0800 | wycc | Change the default frame rat to be 12 |
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 |