# HG changeset patch # User wycc # Date 1293679953 -28800 # Node ID 16ea7b81eda8c2193e8ccdab133c3e232d0399fd # Parent e64b02951627d9defd5921f4a6adf4cb457e3099 Add comment to update it latter. diff -r e64b02951627 -r 16ea7b81eda8 pyink/MBScene.py --- a/pyink/MBScene.py Thu Dec 30 11:30:16 2010 +0800 +++ b/pyink/MBScene.py Thu Dec 30 11:32:33 2010 +0800 @@ -425,6 +425,9 @@ except: continue if label == "dup": + #FIXME: The duplication here is not perfect. We should + # get the element inside the group and apply the + # transformation matrix to it directly. for n in node.childList(): ns.appendChild(n.duplicate(self.document)) found = True