Skip to content

Instantly share code, notes, and snippets.

@helderdarocha
Last active August 29, 2015 14:00
Show Gist options
  • Save helderdarocha/11257956 to your computer and use it in GitHub Desktop.
Save helderdarocha/11257956 to your computer and use it in GitHub Desktop.
SVG example
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<text y="50" transform="translate(100)">
<tspan x="0" text-anchor="middle">000012340000</tspan><tspan x="0" text-anchor="middle" dy="15">1234</tspan>
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment