を使って図を tikz にエクスポートしたいです svg2tikz
。この拡張機能を inkscape に正しくインストールしました。次の画像を変換すると、問題が発生します。
拡張機能によって生成された出力 (tikz コード) を見ると、結果は次のようになります。
\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}
誰か助けてくれませんか?
なぜ輸出返品なのか% Image image1 not included. Base64 still not supported;'
?