svg2Tikz 的问题

svg2Tikz 的问题

我想使用将 svg2tikz图形导出到 tikz。我已经在 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;'

相关内容