blob: 4b74aa692b382c28dd690e6317e404c5a16a9db1 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="UTF-8"?> <svg height="600" width="400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g font-size="5px" font-family="DejaVu Serif">
<text x="10" y="150" font-size="10em" font-family="inherit">Sample</text>
<text x="200" y="150" font-size="10em" font-family="DejaVu Serif">Sample</text>
</g>
</svg>
|