diff options
Diffstat (limited to 'svg/benoitBackground.svg')
-rw-r--r-- | svg/benoitBackground.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/svg/benoitBackground.svg b/svg/benoitBackground.svg new file mode 100644 index 0000000..a4d8468 --- /dev/null +++ b/svg/benoitBackground.svg @@ -0,0 +1,10 @@ +<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> |