aboutsummaryrefslogtreecommitdiff
path: root/source/images/smaini.svg
diff options
context:
space:
mode:
authorNebuleon Fumika2013-01-18 17:15:51 -0500
committerNebuleon Fumika2013-01-18 17:15:51 -0500
commitef49954182808fce75ec825399e6e2ba48e7ed48 (patch)
tree568789fd0aade287e469f4de4b9fc77023013f36 /source/images/smaini.svg
parent8ae4ee4d511d5c6eddbc45215aef61398eeca76d (diff)
downloadsnes9x2005-ef49954182808fce75ec825399e6e2ba48e7ed48.tar.gz
snes9x2005-ef49954182808fce75ec825399e6e2ba48e7ed48.tar.bz2
snes9x2005-ef49954182808fce75ec825399e6e2ba48e7ed48.zip
Make many of the buttons be glass images. Darken the lines in the 6-line background for visibility.
Diffstat (limited to 'source/images/smaini.svg')
-rw-r--r--source/images/smaini.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/images/smaini.svg b/source/images/smaini.svg
new file mode 100644
index 0000000..4f949ad
--- /dev/null
+++ b/source/images/smaini.svg
@@ -0,0 +1,14 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="85" height="38">
+ <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="83" height="36" rx="4" ry="4" stroke-width="1" stroke="#330099" fill="url(#interior)" />
+ <rect x="2" y="2" width="81" height="18" stroke="none" fill="url(#glass)" />
+</svg>