CATSFC/source/images/smsgfr.svg
Nebuleon Fumika 2e6ee590b5 Set up the experimental branch.
* Explain what version this is in the readme.
* Add a warning to the emulator when it starts.
* Set up a visually distinct theme, in red.
* Set up a distinct system folder, EXPSFC.
* Change the Makefile to build to expsfc.plg.
2013-02-02 01:24:29 -05:00

16 lines
857 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="193" height="111">
<defs>
<linearGradient id="interior" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#c00000" />
<stop offset="1" stop-color="#a00000" />
</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="0.5" y="0.5" width="192" height="110" rx="6" ry="6" stroke-width="1" stroke="#600000" fill="#ffffff" />
<rect x="1" y="1" width="191" height="26" rx="5.5" ry="5.5" stroke="none" fill="url(#interior)" />
<rect x="2" y="2" width="190" height="10" stroke="none" fill="url(#glass)" />
<rect x="1" y="22" width="191" height="5" stroke="none" fill="#ffffff" />
</svg>