6 lines
293 B
XML
6 lines
293 B
XML
<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<title>Layer 1</title>
|
|
<text xml:space="preserve" text-anchor="center" font-family="Noto Sans JP" font-size="24" id="svg_1" x="376" y="276" stroke-width="0" stroke="#000" fill="#000000">hello world</text>
|
|
</g>
|
|
</svg>
|