Skip to content

Instantly share code, notes, and snippets.

@yhs0602
Last active May 23, 2024 08:35
Show Gist options
  • Save yhs0602/232e43e34ab57b5e58313db1efcf71fe to your computer and use it in GitHub Desktop.
Save yhs0602/232e43e34ab57b5e58313db1efcf71fe to your computer and use it in GitHub Desktop.
Updated svg
$svg_content
Display the source blob
Display the rendered blob
Raw
<svg width="200" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="lightblue"/>
<text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-size="20" fill="black">Hello, SVG!</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment