blob: 086c9367a57d9133967caa361ba520e231dbabf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg xmlns="http://www.w3.org/2000/svg">
<text x="20px" y="20px" style="font-size: 10px">abc</text>
<text x="70px" y="20px" style="font-size: 20px">abc</text>
<text x="120px" y="20px" style="font-size: 20px">abc</text>
<text x="20px" y="70px" style="font-size: 20px">abc</text>
<text x="70px" y="70px" style="font-size: 20px">abc</text>
<text x="120px" y="70px" style="font-size: 20px">abc</text>
<text x="20px" y="120px" style="font-size: 20px">abc</text>
<text x="70px" y="120px" style="font-size: 20px">abc</text>
<text x="120px" y="120px" style="font-size: 20px">abc</text>
</svg>
|