Skip to content

Instantly share code, notes, and snippets.

@szledan
Last active December 14, 2015 15:19
Show Gist options
  • Save szledan/5106912 to your computer and use it in GitHub Desktop.
Save szledan/5106912 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>My first SVG</h1>
<svg>
<path d="M20 20 C 200 100 200 20 20 100 " stroke="red" fill="green" fill-rule="evenodd" stroke-linecap="round"
stroke-width="26"/>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment