Wolfgang Keller-2 wrote:
Hello,
when I try to export anything from Inkscape 0.47 (on Windows) to Tikz using the export script from http://code.google.com/p/inkscape2tikz/, all I get is a traceback:
Traceback (most recent call last): File "F:\Wolfgang\Inkscape\share\extensions\tikz_export.py", line 1389, in <module> main_inkscape() File "F:\Wolfgang\Inkscape\share\extensions\tikz_export.py", line 1379, in main_inkscape effect.affect() File "F:\Wolfgang\Inkscape\share\extensions\inkex.py", line 207, in affect self.effect() File "F:\Wolfgang\Inkscape\share\extensions\tikz_export.py", line 1294, in effect graphics_state = GraphicsState(none) NameError: global name 'none' is not defined ...
Sorry about that. I have now fixed the typo.
- Kjell Magne Fauske