diff options
Diffstat (limited to 'svg/glyph')
-rw-r--r-- | svg/glyph/ax.svg | 11 | ||||
-rw-r--r-- | svg/glyph/bowshock.svg | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/svg/glyph/ax.svg b/svg/glyph/ax.svg new file mode 100644 index 0000000..6e19c4a --- /dev/null +++ b/svg/glyph/ax.svg @@ -0,0 +1,11 @@ +<svg height="36" width="84" xmlns="http://www.w3.org/2000/svg"> + <mask id="glyph"> + <polygon fill="white" points="12,0 24,0 36,36 24,36 18,18 12,36 0,36" /> + <polygon fill="black" points="0,0 18,18 0,18" /> + + <polygon fill="white" points="48,0 60,0 66,9 72,0 84,0 72,18 84,36 72,36 66,27 60,36 48,36 60,18" /> + <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" /> +</svg> diff --git a/svg/glyph/bowshock.svg b/svg/glyph/bowshock.svg new file mode 100644 index 0000000..4e32322 --- /dev/null +++ b/svg/glyph/bowshock.svg @@ -0,0 +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> |