Wolfgang Keller-2 wrote:
Hello,
Sorry about that. I have now fixed the typo.
And here comes the next 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 1295, in effect goptions, transformation = self.convert_svgstate_to_tikz(graphics_state, graphics_state, self.document.getroot()) File "F:\Wolfgang\Inkscape\share\extensions\tikz_export.py", line 736, in convert_svgstate_to_tikz stroke = state.stroke.get('stroke') AttributeError: 'NoneType' object has no attribute 'get'
Sincerely,
Wolfgang
The version of the extension on the web is currently out of sync with my local hg-repository. Unfortunately I don't have access to my home computer at the moment. I will upload a fix later today. I'm sorry for the inconvenience (Note to self: Remember to run tests before pushing changes to the main repository :().
- Kjell Magne Fauske