Skip to content

Instantly share code, notes, and snippets.

@getflourish
Created August 12, 2015 20:02
Show Gist options
  • Save getflourish/31caca435255da100430 to your computer and use it in GitHub Desktop.
Save getflourish/31caca435255da100430 to your computer and use it in GitHub Desktop.
Slice on canvas, padded
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<circle stroke="#566483" stroke-width="2" cx="16" cy="16" r="12"></circle>
<path d="M10,16 L22,16" stroke="#566483" stroke-width="2" stroke-linecap="square"></path>
<path d="M16,10 L16,22" stroke="#566483" stroke-width="2" stroke-linecap="square"></path>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment