summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac4e1bc)
raw | patch | inline | side by side (parent: ac4e1bc)
author | JazzyNico <JazzyNico@users.sourceforge.net> | |
Mon, 10 Aug 2009 20:55:57 +0000 (20:55 +0000) | ||
committer | JazzyNico <JazzyNico@users.sourceforge.net> | |
Mon, 10 Aug 2009 20:55:57 +0000 (20:55 +0000) |
share/extensions/measure.py | patch | blob | history |
index 4537736496f3c12384a4fb02d7b87ff0739b1085..8eacd40c602f245105e085502c9858437a6f099b 100644 (file)
self.group = inkex.etree.SubElement(node.getparent(),inkex.addNS('text','svg'))
t = node.get('transform')
- if t:
- self.group.set('transform', t)
+ # Removed to fix LP #308183
+ # (Measure Path text shifted when used with a copied object)
+ #if t:
+ # self.group.set('transform', t)
a =[]