summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rw-r--r--svg/glyph/backspace.svg18
-rw-r--r--svg/glyph/bowshock.svg6
-rw-r--r--svg/logo/backspace.svg19
3 files changed, 40 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>
diff --git a/svg/logo/backspace.svg b/svg/logo/backspace.svg
new file mode 100644
index 0000000..3998c7e
--- /dev/null
+++ b/svg/logo/backspace.svg
@@ -0,0 +1,19 @@
+<svg height="144" width="144" 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="72,24 72,72 38.058874503,48" />
+ <circle cx="72" cy="72" fill="black" r="12" />
+
+ <circle clip-path="url(#clip0)" cx="72" cy="72" fill="none" r="24" stroke="white" stroke-width="24" />
+
+ <!-- joints -->
+ <circle cx="72" cy="48" fill="white" r="12" />
+ <circle cx="72" cy="96" fill="white" r="12" />
+ </mask>
+
+ <rect fill="#000000" height="100%" width="100%" x="0" y="0" />
+ <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
+</svg>