Mercurial > MadButterfly
log pyink/domview.py @ 1294:082fff7e9604
age | author | description |
---|---|---|
Sat, 15 Jan 2011 23:07:29 +0800 | Thinker K.F. Li | merge |
Sat, 15 Jan 2011 20:57:42 +0800 | Thinker K.F. Li | Add clone function for domview |
Sat, 15 Jan 2011 21:19:50 +0800 | wycc | Merge |
Sat, 15 Jan 2011 21:06:55 +0800 | wycc | Change the duplicate key back to the old implementation. Now, we have clone key frame(extend) and copy key frame(duplicate). |
Sat, 15 Jan 2011 20:48:03 +0800 | Thinker K.F. Li | Revert to changeset #0442ae9c2ac2 for domview.py. |
Sat, 15 Jan 2011 18:32:33 +0800 | Thinker K.F. Li | Replace a workaround with a more semantic one. |
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. |