changeset 1171:16ea7b81eda8

Add comment to update it latter.
author wycc
date Thu, 30 Dec 2010 11:32:33 +0800
parents e64b02951627
children 178b126edd2c
files pyink/MBScene.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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