halamalala / inkscape2tikz

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

incomplete output #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ERROR:root:Failed to put output on clipboard

I have installed inkscape 0.46 & inkscape2tikz as per instructions today,
under ubuntu 9.04

installation seems o.k. (I get the export to tikz button), but a simple
test (drawing a filled circle) failed - only the 'wrapper' was written to
file, the shape is missing, and the error above was reported.

\documentclass{article}
\usepackage{tikz}
\begin{document}
\definecolor{c008000}{RGB}{0,128,0}
\begin{tikzpicture}[y=0.80pt,x=0.80pt,yscale=-1, inner sep=0pt, outer sep=0pt]

\end{tikzpicture}
\end{document}

I'd love to get this working - any advice on how to proceed would be much
appreciated.

karin

Original issue reported on code.google.com by prettygu...@gmail.com on 3 Sep 2009 at 5:12

GoogleCodeExporter commented 8 years ago
I'm sorry about this. I accidentally pushed some code to the repository without 
doing
regression tests. Fixed in r5256af102d. Please download tikz_export.py again.

Original comment by kjel...@gmail.com on 3 Sep 2009 at 6:54