Created
September 3, 2011 15:40
-
-
Save stesla/1191361 to your computer and use it in GitHub Desktop.
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 class="paper" xmlns="http://www.w3.org/2000/svg" | |
version="1.1" width="785" height="200"> | |
<rect x="50" y="50" width="300" height="100" r="0" | |
rx="0" ry="0" fill="cyan" stroke="black" | |
stroke-width="5px"/> | |
<ellipse cx="600" cy="100" rx="150" ry="50" | |
fill="orange" stroke="black" | |
stroke-width="5px"/> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment