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
The document viewBox attribute is missing.
Traceback (most recent call last):
File "androidvector.py", line 309, in
vector.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 285, in affect
self.output()
File "androidvector.py", line 101, in output
self.etree.write(sys.stdout, pretty_print=True)
AttributeError: AndroidVector instance has no attribute 'etree'
The text was updated successfully, but these errors were encountered:
Tried with Inkscape 0.92 on Debian bullseye
I got
The document viewBox attribute is missing.
Traceback (most recent call last):
File "androidvector.py", line 309, in
vector.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 285, in affect
self.output()
File "androidvector.py", line 101, in output
self.etree.write(sys.stdout, pretty_print=True)
AttributeError: AndroidVector instance has no attribute 'etree'
The text was updated successfully, but these errors were encountered: