12 lines
550 B
XML
12 lines
550 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><script xmlns=""/>
|
||
|
<title>歩兵</title>
|
||
|
<g transform="rotate(0 55,55)">
|
||
|
<polygon fill="#777" points="90,95 80,25 55,15 30,25 20,95"/>
|
||
|
</g>
|
||
|
<g transform="rotate(0 50,50)">
|
||
|
<polygon fill="#eb5" points="85,90 75,20 50,10 25,20 15,90"/>
|
||
|
<text x="30" y="45" font-family="DFKai-sb" font-size="40" stroke="#000" fill="#000">歩</text>
|
||
|
<text x="30" y="80" font-family="DFKai-sb" font-size="40" stroke="#000" fill="#000">兵</text>
|
||
|
</g>
|
||
|
</svg>
|