This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
HelloWorld/SVG/helloWorld.svg
2021-12-05 21:14:24 +00:00

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>