hub/venv/lib/python3.7/site-packages/trimesh/resources/svg.template.xml

6 lines
252 B
XML
Raw Normal View History

<svg width="100%" height="100%" viewBox="$MIN_X $MIN_Y $WIDTH $HEIGHT"
xmlns="http://www.w3.org/2000/svg">
<path d="$PATH_STRING"
fill="none" stroke="black" stroke-width="$STROKE" stroke-linejoin="round" stroke-linecap="round" />
</svg>