diff options
Diffstat (limited to 'svg/glyph')
-rw-r--r-- | svg/glyph/backspace.svg | 18 | ||||
-rw-r--r-- | svg/glyph/bowshock.svg | 6 |
2 files changed, 21 insertions, 3 deletions
diff --git a/svg/glyph/backspace.svg b/svg/glyph/backspace.svg new file mode 100644 index 0000000..53d1496 --- /dev/null +++ b/svg/glyph/backspace.svg @@ -0,0 +1,18 @@ +<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> + <clipPath id="clip0"> + <rect height="100%" width="50%" x="50%" y="0" /> + </clipPath> + + <mask id="glyph"> + <polygon fill="white" points="48,0 48,48 14.058874503,24" /> + <circle cx="48" cy="48" fill="black" r="12" /> + + <circle clip-path="url(#clip0)" cx="48" cy="48" fill="none" r="24" stroke="white" stroke-width="24" /> + + <!-- joints --> + <circle cx="48" cy="24" fill="white" r="12" /> + <circle cx="48" cy="72" fill="white" r="12" /> + </mask> + + <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" /> +</svg> diff --git a/svg/glyph/bowshock.svg b/svg/glyph/bowshock.svg index 4e32322..915576f 100644 --- a/svg/glyph/bowshock.svg +++ b/svg/glyph/bowshock.svg @@ -1,4 +1,4 @@ -<svg height="72" width="60" xmlns="http://www.w3.org/2000/svg"> - <circle cx="30" cy="42" fill="none" r="24" stroke="#FFEEE0" stroke-width="12" /> - <circle cx="30" cy="30" fill="none" r="24" stroke="#0F0F0F" stroke-width="12" /> +<svg height="72" width="72" xmlns="http://www.w3.org/2000/svg"> + <circle cx="36" cy="42" fill="none" r="24" stroke="#FFEEE0" stroke-width="12" /> + <circle cx="36" cy="30" fill="none" r="24" stroke="#0F0F0F" stroke-width="12" /> </svg> |