28 lines
953 B
XML
28 lines
953 B
XML
<svg version="1.1" width="455" height="755" xmlns="http://www.w3.org/2000/svg">
|
|
<g transform="translate(2.5, 2.5)">
|
|
<g stroke-width="2.5" stroke="black" fill-opacity="0">
|
|
<!-- D/B zones -->
|
|
<polygon points="150,0 300,0 300,150 400,150 450,200 450,600 375,750 75,750 0,600 0,200 50,150 150,150" />
|
|
|
|
<!-- C zone -->
|
|
<polygon points="150,150 300,150 375,200 375,480 325,600 125,600 75,480 75,200" />
|
|
|
|
<!-- A zone body -->
|
|
<rect x="150" y="200" width="150" height="280" />
|
|
|
|
<!-- A zone head -->
|
|
<rect x="175" y="25" width="100" height="50" />
|
|
</g>
|
|
|
|
<g text-anchor="middle" dominant-baseline="middle" font-size="24" font-weight="bold" font-family="sans-serif">
|
|
<text x="225" y="50">A</text>
|
|
<text x="225" y="112.5">B</text>
|
|
|
|
<text x="37.5" y="340">D</text>
|
|
<text x="112.5" y="340">C</text>
|
|
<text x="225" y="340">A</text>
|
|
<text x="337.5" y="340">C</text>
|
|
<text x="412.5" y="340">D</text>
|
|
</g>
|
|
</g>
|
|
</svg> |