summaryrefslogtreecommitdiff
path: root/svg/glyph
diff options
context:
space:
mode:
Diffstat (limited to 'svg/glyph')
-rw-r--r--svg/glyph/ax.svg2
-rw-r--r--svg/glyph/u8c.svg39
2 files changed, 40 insertions, 1 deletions
diff --git a/svg/glyph/ax.svg b/svg/glyph/ax.svg
index 6e19c4a..8e5e921 100644
--- a/svg/glyph/ax.svg
+++ b/svg/glyph/ax.svg
@@ -7,5 +7,5 @@
<polygon fill="black" points="48,0 66,18 48,18" />
</mask>
- <rect fill="#FFFFFF" height="108" mask="url(#glyph)" width="108" x="0" y="0" />
+ <rect fill="#FFFFFF" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
</svg>
diff --git a/svg/glyph/u8c.svg b/svg/glyph/u8c.svg
new file mode 100644
index 0000000..360234e
--- /dev/null
+++ b/svg/glyph/u8c.svg
@@ -0,0 +1,39 @@
+<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg">
+ <clipPath id="clip0">
+ <rect height="100%" width="50%" x="0" y="0" />
+ </clipPath>
+
+ <clipPath id="clip1">
+ <rect height="100%" width="50%" x="50%" y="0" />
+ </clipPath>
+
+ <mask id="background">
+ <circle cx="48" cy="48" fill="white" r="42" />
+
+ <circle cx="48" cy="48" fill="none" r="42" stroke="black" stroke-width="12" />
+
+ <circle cx="48" cy="29" fill="none" r="23" stroke="black" stroke-width="12" />
+ <circle cx="48" cy="67" fill="none" r="23" stroke="black" stroke-width="12" />
+ </mask>
+
+ <mask id="glyph">
+ <circle clip-path="url(#clip0)" cx="48" cy="67" fill="none" r="23" stroke="white" stroke-width="4" />
+
+ <circle clip-path="url(#clip0)" cx="48" cy="29" fill="none" r="23" stroke="black" stroke-width="12" />
+ <circle clip-path="url(#clip0)" cx="48" cy="29" fill="none" r="23" stroke="white" stroke-width="4" />
+
+ <circle clip-path="url(#clip1)" cx="48" cy="29" fill="none" r="23" stroke="white" stroke-width="4" />
+
+ <circle clip-path="url(#clip1)" cx="48" cy="67" fill="none" r="23" stroke="black" stroke-width="12" />
+ <circle clip-path="url(#clip1)" cx="48" cy="67" fill="none" r="23" stroke="white" stroke-width="4" />
+
+ <circle cx="48" cy="48" fill="none" r="42" stroke="white" stroke-width="4" />
+
+ <!-- Joints: -->
+ <circle cx="48" cy="44" fill="white" r="2" />
+ <circle cx="48" cy="52" fill="white" r="2" />
+ </mask>
+
+ <rect fill="#FFFFFF" height="100%" mask="url(#background)" width="100%" x="0" y="0" />
+ <rect fill="#A9E13D" height="100%" mask="url(#glyph)" width="100%" x="0" y="0" />
+</svg>