15 lines
544 B
XML
15 lines
544 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
||
|
<title>香車</title>
|
||
|
<g transform="rotate(180 55,55)">
|
||
|
<polygon fill="#777" points="90,95 80,25 55,15 30,25 20,95"/>
|
||
|
</g>
|
||
|
<g transform="rotate(180 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>
|
||
|
|