halamalala / inkscape2tikz

Automatically exported from code.google.com/p/inkscape2tikz
Other
22 stars 2 forks source link

Additional feature for creating named tikz nodes #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attached is a very badly programmed example.
An additional layer "<Nodes>" is used. All paths are used to create nodes 
instead paths. Only the first point of the path is used to create a tikz node 
\node[nodestyle] (NodeId) at (x,y) {};
this makes it much easier to extend an image with some information.

Original issue reported on code.google.com by gree...@gmx.de on 18 Dec 2012 at 10:32

Attachments:

GoogleCodeExporter commented 8 years ago
All paths of the layer "<Nodes>" are used to create nodes instead paths!

Original comment by gree...@gmx.de on 18 Dec 2012 at 10:39