Created
May 14, 2012 01:04
-
-
Save EvanZ/2691052 to your computer and use it in GitHub Desktop.
testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" | |
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | |
<svg width="200px" height="200px" viewBox="0 0 200 200"> | |
<!-- guide lines --> | |
<path d="M 20 10, 20 120 M 10 30 100 30 M 10 70 100 70 | |
M 10 110 100 110" style="stroke: gray;"/> | |
<text x="20" y="30">Simplest Text</text> | |
<text x="20" y="70" style="stroke: black;">Outlined/filled</text> | |
<text x="20" y="110" style="stroke: black; stroke-width: 0.5; | |
fill: none;">Outlined only</text> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment