Skip to content

Instantly share code, notes, and snippets.

@theRemix
Created March 17, 2020 02:29
Show Gist options
  • Save theRemix/1ddd00a76d5bdabba17dd594bbc5f79a to your computer and use it in GitHub Desktop.
Save theRemix/1ddd00a76d5bdabba17dd594bbc5f79a to your computer and use it in GitHub Desktop.
test color
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"
>
<rect fill="#CEE" width="100%" height="100%" />
<text font-size="16" y="20">
<tspan fill="red" x="0">hi cat</tspan>
<tspan fill="red" x="0" dy="20">hi kitty</tspan>
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment