Skip to content

Instantly share code, notes, and snippets.

@RyanGWU82
Forked from CyberShadow/colortext.svg
Created July 11, 2017 22:10
Show Gist options
  • Save RyanGWU82/999b8cdfe8aa19eeab90f2c72618c820 to your computer and use it in GitHub Desktop.
Save RyanGWU82/999b8cdfe8aa19eeab90f2c72618c820 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment