Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SVG图像嵌入到图形中。在SVG中导出图形时,是否有办法保持其SVG格式?_Svg_Graphviz - Fatal编程技术网

SVG图像嵌入到图形中。在SVG中导出图形时,是否有办法保持其SVG格式?

SVG图像嵌入到图形中。在SVG中导出图形时,是否有办法保持其SVG格式?,svg,graphviz,Svg,Graphviz,我有源代码input.txt: graph G { node[label=""]; 1[image="image.svg"]; } 用命令 neato -Tsvg .\input.txt -o output.svg 输出将image.svg转换为位图。有没有办法保持图像的SVG格式

我有源代码
input.txt

graph G {
    node[label=""];
    1[image="image.svg"];
}
用命令

neato -Tsvg .\input.txt -o output.svg
输出将image.svg转换为位图。有没有办法保持图像的SVG格式