Created
February 26, 2026 12:12
-
-
Save karloscodes/755692db8566519b923f0a21bff3d38a to your computer and use it in GitHub Desktop.
tiny svg test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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