diff pyink/MBScene.py @ 1171:16ea7b81eda8

Add comment to update it latter.
author wycc
date Thu, 30 Dec 2010 11:32:33 +0800
parents d73ef03c96de
children 96a7abce774a
line wrap: on
line diff
--- 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