summaryrefslogtreecommitdiffstats
path: root/iphone/res/buttonmask.svg
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/res/buttonmask.svg')
-rw-r--r--iphone/res/buttonmask.svg26
1 files changed, 26 insertions, 0 deletions
diff --git a/iphone/res/buttonmask.svg b/iphone/res/buttonmask.svg
new file mode 100644
index 0000000..55f0e29
--- /dev/null
+++ b/iphone/res/buttonmask.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+
+<!--
+ Copyright 2009 (c) Jeff Brown <spadix@users.sourceforge.net>
+ All Rights Reserved
+-->
+
+<svg version="1.1" id="top"
+ width="384px" height="384px"
+ viewBox="0,0 1,1" preserveAspectRatio="xMidYMid" overflow="visible"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink">
+
+ <title>mask for button overlays</title>
+
+ <defs>
+ <style type="text/css"><![CDATA[
+ #bg { fill: white; stroke: none }
+ #mask { fill: black; stroke: none }
+ ]]></style>
+ </defs>
+ <!--<rect id="bg" x="-1" y="-1" width="3" height="3"/>-->
+ <rect id="mask" width="1" height="1" rx=".25" ry=".25"/>
+</svg>