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;'?

관련 정보