Skip to content

Instantly share code, notes, and snippets.

@stesla
Created September 3, 2011 15:40
Show Gist options
  • Save stesla/1191361 to your computer and use it in GitHub Desktop.
Save stesla/1191361 to your computer and use it in GitHub Desktop.
<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