Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Quite a few aspects don't work on Inkscape 0.92 #13

Open
itchka opened this issue Nov 3, 2017 · 2 comments
Open

Quite a few aspects don't work on Inkscape 0.92 #13

itchka opened this issue Nov 3, 2017 · 2 comments

Comments

@itchka
Copy link

itchka commented Nov 3, 2017

Remove all guides fails
Add margins to selected object fails
I didn't try any others.
A shame this extenstion could be extremely useful. A great enhancement would be to be able to set the distance between two selected guides.

@kfxs
Copy link

kfxs commented Jan 17, 2018

Same in Inkscape 0.92.2

I'm receiving this message:

Traceback (most recent call last):
File "add_margin_guides.py", line 162, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "add_margin_guides.py", line 114, in effect
factor = inkex.unittouu('1' + self.options.unit)
AttributeError: 'module' object has no attribute 'unittouu'

@moasssama
Copy link

same here inkscape 0.92.2 5c3e80d


> Traceback (most recent call last):
>   File "add_margin_guides.py", line 162, in <module>
>     effect.affect()
>   File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
>     self.effect()
>   File "add_margin_guides.py", line 114, in effect
>     factor = inkex.unittouu('1' + self.options.unit)
> AttributeError: 'module' object has no attribute 'unittouu'

Tasty213 referenced this issue in Tasty213/inkscape-guide-tools Jan 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants