Hello,
is there a way to debug an extension I have written?
I want to see the values of variables, etc.
Thanks,
bernie70
Search found 6 matches
- Wed Jan 15, 2014 10:40 pm
- Forum: Programming
- Topic: Debugging Extension
- Replies: 1
- Views: 3826
- Tue May 14, 2013 4:46 am
- Forum: Programming
- Topic: Change Color by Id / Name
- Replies: 9
- Views: 7343
Re: Change Color by Id / Name
Hi,
I could solve the problem myself with with node.set(*width', ...) and node.set('height', ...)
Greetings,
bernie70
I could solve the problem myself with with node.set(*width', ...) and node.set('height', ...)
Greetings,
bernie70
- Mon May 13, 2013 6:40 pm
- Forum: Programming
- Topic: Change Color by Id / Name
- Replies: 9
- Views: 7343
Re: Change Color by Id / Name
Hi atomissant, hi ragstian,
now I have seen, that the size (width and heigth) of the modified nodes is modified a little bit after executing the extension.
Is it possible to leave the size untouched or how can I change the size of the node with the extension?
Kind regards,
bernie70
now I have seen, that the size (width and heigth) of the modified nodes is modified a little bit after executing the extension.
Is it possible to leave the size untouched or how can I change the size of the node with the extension?
Kind regards,
bernie70
- Mon May 13, 2013 5:14 pm
- Forum: Programming
- Topic: Change Color by Id / Name
- Replies: 9
- Views: 7343
Re: Change Color by Id / Name
Hi atomissant, hi ragstian,
thank you for your answers.
I tried your extensions and both are working fine. Thank you very much for the solutions. Now I have to decide, which version I will use
Kind regards,
bernie70
thank you for your answers.
I tried your extensions and both are working fine. Thank you very much for the solutions. Now I have to decide, which version I will use
Kind regards,
bernie70
- Wed May 08, 2013 5:18 pm
- Forum: Programming
- Topic: Change Color by Id / Name
- Replies: 9
- Views: 7343
Re: Change Color by Id / Name
Hi Ragnar, thank you for the answer. I created a sample testfile to show you what I want. In the example.svg there are the shapes like in my original-svg. The colors can always be different (yellow, red, blue). In the example.txt there are the colors to which the shapes should be changed with the ex...
- Mon May 06, 2013 4:58 pm
- Forum: Programming
- Topic: Change Color by Id / Name
- Replies: 9
- Views: 7343
Change Color by Id / Name
Hello, I have an inkscape file with many symbols on it. Some of them are shapes. When I select one or more shapes and I use the Extension "Color" - "Color replace" I can change the color without problems. What I need is this: - The shapes have unique Id's/names (A01, A02, S01, S0...