Search found 2 matches
- Wed Aug 08, 2012 4:16 am
- Forum: Help with using Inkscape
- Topic: original path in inkscape script
- Replies: 2
- Views: 830
Re: original path in inkscape script
Its the path for the original svg file. Copying the whole folder strukture is not an option becouse it could be several GB over network. The scripts basically just look for a use tag and if there is something before # in the xlink:href attribute it takes it as a file to load in, witch is done by usi...
- Tue Aug 07, 2012 8:53 pm
- Forum: Help with using Inkscape
- Topic: original path in inkscape script
- Replies: 2
- Views: 830
original path in inkscape script
Hi. I am trying to make a couple of python scripts witch handle cross file svg linking. but my never ending problem is to find where the original file actually is located on my computer. the second parameter in sys.argv is a path to a temporary file. but since inkscape dosen't copy my whole folders ...