Skip to content

Instantly share code, notes, and snippets.

@adamjanes
Created March 15, 2018 13:08
Show Gist options
  • Save adamjanes/b76b24130b07da4646bdae5db5ec862f to your computer and use it in GitHub Desktop.
Save adamjanes/b76b24130b07da4646bdae5db5ec862f to your computer and use it in GitHub Desktop.
<svg width="400" height="60">
<rect x="0" y="0" width="50" height="50" fill="green"></rect>
<circle cx="90" cy="25" r="25" fill="red"></circle>
<ellipse cx="145" cy="25" rx="15" ry="25" fill="grey"></ellipse>
<line x1="185" y1="5" x2="230" y2="40" stroke="blue" stroke-width="5"></line>
<text x="260" y="25" font-size="20px" fill="orange">Hello World</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment