Skip to content

Instantly share code, notes, and snippets.

@kadoppe
Created January 31, 2012 06:45
Show Gist options
  • Save kadoppe/1709273 to your computer and use it in GitHub Desktop.
Save kadoppe/1709273 to your computer and use it in GitHub Desktop.
svg:text text-anchor
<svg width="300" height="200">
<text x="100" y="150" text-anchor="end">end</text>
</svg>
<svg width="300" height="200">
<text x="100" y="100" text-anchor="middle">middle</text>
</svg>
<svg width="300" height="200">
<text x="100" y="50" text-anchor="start">start</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment