diff options
Diffstat (limited to 'source/images/subsela.svg')
-rw-r--r-- | source/images/subsela.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/images/subsela.svg b/source/images/subsela.svg new file mode 100644 index 0000000..929afcc --- /dev/null +++ b/source/images/subsela.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="245" height="22"> + <defs> + <linearGradient id="interior" x1="0" x2="0" y1="0" y2="1"> + <stop offset="0" stop-color="#5c3e9a" /> + <stop offset="1" stop-color="#461f99" /> + </linearGradient> + <linearGradient id="glass" x1="0" x2="0" y1="0" y2="1"> + <stop offset="0" stop-color="#ffffff" stop-opacity="0.2" /> + <stop offset="1" stop-color="#ffffff" stop-opacity="0.1" /> + </linearGradient> + </defs> + <rect x="1" y="1" width="243" height="20" rx="4" ry="4" stroke-width="1" stroke="#330099" fill="url(#interior)" /> + <rect x="2" y="2" width="241" height="10" stroke="none" fill="url(#glass)" /> +</svg> |