Created
July 13, 2014 01:08
-
-
Save kshoufer/f37a01c294c05591032a to your computer and use it in GitHub Desktop.
Simple SVG Shape
This file contains hidden or 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
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink"> | |
<rect x="10" y="10" height="100" width="100" | |
style="stroke:#ff0000; fill: #0000ff"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment