thorvg/examples/resources/svg/patch.svg
2024-07-11 23:31:07 +09:00

10 lines
462 B
XML

<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'>
<g fill="#448" stroke="#444" stroke-dasharray="4,2" fill-opacity="0.3">
<path d="M5,35l60-30l30,60l-60,30z"/>
<path d="M6,35l60-30l30,60l-60,30z" stroke-dashoffset="3"/>
</g>
<g stroke-width="3" stroke="#44C" stroke-linecap="round">
<path d="M11,30h9m5-7h9m5-7h9m5-7h9M41,90h9m5-7h9m5-7h9m5-7h9"/>
<path d="M10,39v9m7,5v9m7,5v9m7,5v9M70,10v9m7,5v9m7,5v9m7,5v9"/>
</g>
</svg>