Hi! I use InkScape for printing electronics circuits. When I make a design on InkScape then I need to place all the coordinates from the centers of the points. Is there some script or a plugin to print all that data automaticly on a .txt file or some other?
Thanks
Coordinates generator
-
- Posts: 137
- Joined: Mon Jun 16, 2008 11:37 pm
- Location: United States
Re: Coordinates generator
So, you want to generate a text file with a list of coordinates offset (by a specified value) from the existing points? I don't know of any existing script that does that. That actually doesn't sound too difficult to script though. Without any knowledge of Python or how one scripts in Inkscape, I could still write a little app that would give you the coordinates you need after you cut and paste the location information from the XML file. I think...