log

age author description
Sat, 02 Apr 2011 05:39:26 +0800 wycc Copy the transformation matrix when we clone it. It looks like the MB do not copy the matrix automatically.
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.