Search found 1 match
- Sun Feb 15, 2015 2:17 am
- Forum: Programming
- Topic: Find the center of an object in a script
- Replies: 1
- Views: 2448
Find the center of an object in a script
Hello, I've written a script in Python in order to automatically scrape data from graphs saved in svg. I need to get the center positions of the objects selected in Inkscape. I looked for a convenient way to do it, and the only solution I found was to call externally the Inkscape command this way: i...