Skip to content

Instantly share code, notes, and snippets.

@karloscodes
Created February 26, 2026 12:12
Show Gist options
  • Select an option

  • Save karloscodes/755692db8566519b923f0a21bff3d38a to your computer and use it in GitHub Desktop.

Select an option

Save karloscodes/755692db8566519b923f0a21bff3d38a to your computer and use it in GitHub Desktop.
tiny svg test
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="80">
<rect width="200" height="80" fill="#e8f5ce"/>
<text x="10" y="45" font-size="18" font-family="Arial">Smoke Test</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment