Well, it's working now. Guess the translated locations are proportionally the same.
Thanks so much!
Search found 6 matches
- Sat May 30, 2015 8:10 am
- Forum: Help with using Inkscape
- Topic: Shortcuts in inkscape extensions
- Replies: 6
- Views: 2155
- Sat May 30, 2015 5:37 am
- Forum: Help with using Inkscape
- Topic: Shortcuts in inkscape extensions
- Replies: 6
- Views: 2155
Re: Shortcuts in inkscape extensions
Looks really promising! However, when I call the --query-all command, the resulting coordinates are very different from the actual object locations. Why are they different? and is there some way I can compensate for that? For example, one of the entries in --query-all comes out as: text399, 30762.01...
- Sat May 30, 2015 12:19 am
- Forum: Help with using Inkscape
- Topic: Shortcuts in inkscape extensions
- Replies: 6
- Views: 2155
Shortcuts in inkscape extensions
Hi, I was trying to write my own extension, and I was wondering if it was at all possible to access shortcuts within the script. Specifically, Is there any way an inkscape extension can automatically select all objects in a given svg image? I know I can do it with ctrl+a but I was hoping there was a...
- Thu May 21, 2015 5:16 am
- Forum: Help with using Inkscape
- Topic: Error using python extension
- Replies: 0
- Views: 2536
Error using python extension
Hey guys, I've been trying to install an extension into my Inkscape 0.91 and I keep running into a lot of issues. The first and foremost one is this error I get whenever I attempt to run the extension: Traceback (most recent call last): File "/home/name/inkex.py", line 56, in <module> effe...
- Thu May 21, 2015 2:22 am
- Forum: Help with using Inkscape
- Topic: Exporting Nodes Coordinates
- Replies: 24
- Views: 35769
Re: Exporting Nodes Coordinates
You can fix this easily by editing the extension python file and change the inkex.unittouu to self.unittouu Are you sure that's all I have to do? Because I tried to add that in the inkex.py file and I got this error: AttributeError: TemplateEffect instance has no attribute 'unittouu' I have attache...
- Wed May 20, 2015 6:24 am
- Forum: Help with using Inkscape
- Topic: Exporting Nodes Coordinates
- Replies: 24
- Views: 35769
Re: Exporting Nodes Coordinates
I get an error when I attempt to use this extension: Traceback (most recent call last): File "ExportXY.py", line 57, in <module> effect.affect() File "/home/name/.config/inkscape/extensions/inkex.py", line 151, in affect self.getposinlayer() File "/home/name/.config/inkscape...