Created
May 21, 2024 20:38
-
-
Save petrklus/7192d80089572cd6202f9b95f3ff212b to your computer and use it in GitHub Desktop.
This file contains 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 width="200" height="200" xmlns="http://www.w3.org/2000/svg"> | |
<circle cx="100" cy="100" r="140" fill="red" /> | |
<text x="50%" y="120" text-anchor="middle" font-family="Arial" font-size="20" fill="white">Third party source</text> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment