Update for applytransform extension
This commit is contained in:
parent
5b785c06a7
commit
0950bf5767
@ -13,9 +13,9 @@ from inkex.styles import Style
|
|||||||
NULL_TRANSFORM = Transform([[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]])
|
NULL_TRANSFORM = Transform([[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]])
|
||||||
|
|
||||||
|
|
||||||
class ApplyTransform(inkex.Effect):
|
class ApplyTransform(inkex.EffectExtension):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
inkex.Effect.__init__(self)
|
super(ApplyTransform, self).__init__()
|
||||||
|
|
||||||
def effect(self):
|
def effect(self):
|
||||||
if self.svg.selected:
|
if self.svg.selected:
|
||||||
|
Reference in New Issue
Block a user