Simple Inkscape extension to convert nodes of paths to x,y coordinates.
Features:
- X, Y offsets
- Configurable origin
- Configurable seperator - , | ","
- Output file
Insipration came from tekolay's csv_output and jwcliff's Inkscape_Exportxy
- Create your text
- Convert text to paths (Path > Object to Path)
- Select each path/letter
- Select the "Edit path by nodes" tool
- Export (Extensions > Export > Nodes to CSV...)
- Plot or do other fun things!
-87.43034,509.56655,
-90.7739936,505.07739,
-94.6749225,500.61918,
-92.5696593,498.66872,
-90.4024766,496.2229,
-88.390093,493.43652,
-86.780185,490.40247,
- Copy
nodes_to_csv.inx
andnodes_to_csv.py
to your Inkscape extensions folder. On Linux it is located at~/.config/inkscape/extensions/
- Relaunch Inscape