Ich möchte dies verwenden, svg2tikz
um Abbildungen nach Tikz zu exportieren. Ich habe diese Erweiterung in Inkscape korrekt installiert. Wenn ich das folgende Bild konvertiere, tritt ein Problem auf:
Wenn ich die von der Erweiterung generierte Ausgabe (Tikz-Code) sehe, ist das Ergebnis:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\begin{document}
\def \globalscale {1.000000}
\begin{tikzpicture}[y=1cm, x=1cm, yscale=\globalscale,xscale=\globalscale, every node/.append style={scale=\globalscale}, inner sep=0pt, outer sep=0pt]
% Image image1 not included. Base64 still not supported;
\end{tikzpicture}
\end{document}
Kann mir bitte jemand helfen?
Warum die Exportrückführung % Image image1 not included. Base64 still not supported;'
?