You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "textext.py", line 1086, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "textext.py", line 205, in effect
current_scale *= self.uutounit(1, "pt")
TypeError: unsupported operand type(s) for *=: 'NoneType' and 'float'
The text was updated successfully, but these errors were encountered:
This seems to be a duplicate of issue #15. It is already fixed in the release/0.8 branch. For a quick solution I recommend to open your textext.py and changes the one line according to commit c55d578. (The part of the code can be found in the function def get_old(self):).
Traceback (most recent call last):
File "textext.py", line 1086, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "textext.py", line 205, in effect
current_scale *= self.uutounit(1, "pt")
TypeError: unsupported operand type(s) for *=: 'NoneType' and 'float'
The text was updated successfully, but these errors were encountered: