我想使用 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;'
?