Skip to content

Instantly share code, notes, and snippets.

@llimllib
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llimllib/9634712 to your computer and use it in GitHub Desktop.
Save llimllib/9634712 to your computer and use it in GitHub Desktop.
<html><head><title>Radial Bracket</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css"></style></head>
<body>
<svg>
<g transform="translate(100,100)">
<g>
<clipPath id="clip">
<rect x=0 y=0 width=100 height=100>
</clipPath>
<rect x=0 y=0 width=200 height=200 fill="#fe3489"
clip-path="url(#clip)" transform="rotate(45)"></rect>
</g>
</g>
</svg>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment