Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isometric Projection get error under Debian 10 Buster with Inkscape 1.0.2 #15

Closed
dreadful-itconsultant opened this issue Oct 24, 2022 · 1 comment

Comments

@dreadful-itconsultant
Copy link

Using inkscape 1.0.2 on debian 10 'buster'. When run this 3.0 extensions, get error. The older version 2.1 run no error.

Traceback (most recent call last):
File "axonometric_projection.py", line 184, in
effect.run()
File "/usr/share/inkscape/extensions/inkex/base.py", line 140, in run
self.save_raw(self.effect())
File "axonometric_projection.py", line 164, in effect
tr = transform @ effect_matrix
TypeError: unsupported operand type(s) for @: 'Transform' and 'Transform'

Best regards

@jdhoek
Copy link
Owner

jdhoek commented Oct 24, 2022

I'm afraid that looks like a limitation in the API Inkscape 1.0.2 provides. The current version of Inkscape is 1.2.1, I would recommend updating your Inkscape version if you can (it has lots of very nice improvements).

If you can't update Inkscape, you can use an older version of this extension. I think v2.1 is indeed the latest you can run on Inkscape 1.0.2.

Thanks for reporting this. I'll add a note to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants