Skip to content

Instantly share code, notes, and snippets.

@obiwankennedy
Last active March 2, 2019 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obiwankennedy/62101383d411e55d205e44df78aa5299 to your computer and use it in GitHub Desktop.
Save obiwankennedy/62101383d411e55d205e44df78aa5299 to your computer and use it in GitHub Desktop.
SvgWithColor
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="180" height="50">
<text font-size="16" x="10" y="20">
(<tspan fill="blue">10 4</tspan>
<tspan fill="red">10 3 7 7 9 9</tspan>)
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment