fix transform in scale generator extension
This commit is contained in:
parent
d409b8cb98
commit
c9fcbe5e96
@ -476,7 +476,7 @@ class VerticalHorizontalScale(inkex.EffectExtension):
|
|||||||
y = self.bbox[2] + half
|
y = self.bbox[2] + half
|
||||||
centre = (x, y)
|
centre = (x, y)
|
||||||
|
|
||||||
grp_transform = 'translate' + str( centre )
|
grp_transform = 'translate(' + str(centre) + ')'
|
||||||
|
|
||||||
grp_name = 'Label line'
|
grp_name = 'Label line'
|
||||||
grp_attribs = {inkex.addNS('label','inkscape'):grp_name, 'transform':grp_transform }
|
grp_attribs = {inkex.addNS('label','inkscape'):grp_name, 'transform':grp_transform }
|
||||||
|
Reference in New Issue
Block a user