Last active
February 3, 2025 16:27
-
-
Save CyberShadow/95621a949b07db295000 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
<?xml version="1.0" encoding="utf-8"?> | |
<svg version="1.1" | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="100" height="50" | |
> | |
<text font-size="16" x="10" y="20"> | |
<tspan fill="red">Hello</tspan>, | |
<tspan fill="green">world</tspan>! | |
</text> | |
</svg> |
nice work Vlad
Thanks!
Thanks
Thanks
You can use http://rawgit.com/ to put the file link into .md
thanks!!
OMG
Hello,
world!
inline seems not to colour ...
@dgoo2308 You can't use arbitrary HTML on GitHub Markdown. Non-whitelisted tags are stripped.
OMG
@CyberShadow thanks
thanks
Thanks!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/a/31142950/21501