diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/benoit-background.svg | 18 | ||||
-rw-r--r-- | svg/glyph/ax.svg | 11 | ||||
-rw-r--r-- | svg/glyph/bowshock.svg | 4 |
3 files changed, 24 insertions, 9 deletions
diff --git a/svg/benoit-background.svg b/svg/benoit-background.svg index dda63a2..a4d8468 100644 --- a/svg/benoit-background.svg +++ b/svg/benoit-background.svg @@ -1,10 +1,10 @@ -<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> - <polygon fill="#BA0035" points="0,0 96,0 96,96 0,96" /> <!-- oklch(50% 0.199 17.860) "red" --> - <polygon fill="#CD0325" points="0,0 96,0 96,96 19.096,96" /> - <polygon fill="#DC1D02" points="0,0 96,0 96,96 39.765,96" /> - <polygon fill="#E04400" points="0,0 96,0 96,96 64.145,96" /> - <polygon fill="#E55C04" points="0,0 96,0 96,96 96,96" /> - <polygon fill="#EB6F02" points="0,0 96,0 143.674,96" /> - <polygon fill="#F18103" points="0,0 96,0 231.766,96" /> - <polygon fill="#F79204" points="0,0 96,0 482.625,96" /> <!-- oklch(75% 0.170 63.220) "yellow" --> +<svg height="1" width="1" xmlns="http://www.w3.org/2000/svg"> + <polygon fill="#BA0035" points="0,0 1,0 1,1 0,1" /> <!-- oklch(50% 0.199 17.860) "red" --> + <polygon fill="#CD0325" points="0,0 1,0 1,1 0.198912367,1" /> + <polygon fill="#DC1D02" points="0,0 1,0 1,1 0.414213562,1" /> + <polygon fill="#E04400" points="0,0 1,0 1,1 0.668178638,1" /> + <polygon fill="#E55C04" points="0,0 1,0 1,1 1,1" /> + <polygon fill="#EB6F02" points="0,0 1,0 1,0.668178638" /> + <polygon fill="#F18103" points="0,0 1,0 1,0.414213562" /> + <polygon fill="#F79204" points="0,0 1,0 1,0.198912367" /> <!-- oklch(75% 0.170 63.220) "yellow" --> </svg> 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> |