blob: 380eab97331bf7ecbf580c2ed614fedc2678b3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<style>
:root {
background-color: #f8f8f8;
}
text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
fill: #000000;
dominant-baseline: hanging;
}
</style>
<text x="7" y="12">ありがとう</text>
</svg>
|