Mercurial > MadButterfly
diff pyink/frameline.py @ 1128:b65ac686a7c5
Switch to the DOM-like API. The SPObject become the base of the DOM-like API.
author | wycc |
---|---|
date | Sat, 18 Dec 2010 09:00:55 +0800 |
parents | 214e1f628d63 |
children | 3ec0ad89e443 |
line wrap: on
line diff
--- a/pyink/frameline.py Tue Dec 14 11:04:56 2010 +0800 +++ b/pyink/frameline.py Sat Dec 18 09:00:55 2010 +0800 @@ -666,7 +666,7 @@ ss.setAttribute("type", "normal", True) elif self._keys[i].right_tween_type == self._tween_type_move: ss.setAttribute("type", "relocate", True) - elif self._keys[i].right_tween_type == self._tween_type_scale: + elif self._keys[i].right_tween_type == self._tween_type_shape: ss.setAttribute("type", "scale", True) else: ss = rdoc.createElement("ns0:scene")