summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rw-r--r--svg/glyph/benoitSmall.svg11
-rw-r--r--svg/glyph/pollexSmall.svg14
2 files changed, 25 insertions, 0 deletions
diff --git a/svg/glyph/benoitSmall.svg b/svg/glyph/benoitSmall.svg
new file mode 100644
index 0000000..5a5985b
--- /dev/null
+++ b/svg/glyph/benoitSmall.svg
@@ -0,0 +1,11 @@
+<svg height="72" width="72" xmlns="http://www.w3.org/2000/svg">
+ <mask id="glyph">
+ <ellipse cx="36" cy="36" fill="white" rx="36" ry="24" />
+ <ellipse cx="36" cy="36" fill="black" rx="30" ry="18" />
+
+ <ellipse cx="36" cy="36" fill="white" rx="24" ry="24" />
+ <ellipse cx="36" cy="36" fill="black" rx="18" ry="18" />
+ </mask>
+
+ <rect fill="#FFFFFF" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
+</svg>
diff --git a/svg/glyph/pollexSmall.svg b/svg/glyph/pollexSmall.svg
new file mode 100644
index 0000000..276746f
--- /dev/null
+++ b/svg/glyph/pollexSmall.svg
@@ -0,0 +1,14 @@
+<svg height="64" width="64" xmlns="http://www.w3.org/2000/svg">
+ <mask id="glyph">
+ <polygon fill="white" points="0,0 55,0 55,18 16,18 16,0 16,24 0,24" />
+ <circle cx="55" cy="9" fill="white" r="9" />
+
+ <polygon fill="black" points="16,6 45,6 45,12 16,12" />
+ <circle cx="45" cy="9" fill="black" r="3" />
+
+ <polygon fill="white" points="0,40 16,40 64,64 48,64" />
+ <polygon fill="white" points="48,40 64,40 16,64 0,64" />
+ </mask>
+
+ <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
+</svg>