Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-06-08 21:15:01 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-06-08 21:15:01 (GMT)
commite7af51809ce6f9aa4f850f415d464d71017a3801 (patch)
tree16cb96d105db82faf6a25c74e1d483b3b83388c0 /gfx
parent38411094fcdea57829a804a46516382980858662 (diff)
major refactoring underway; nothing works
git-svn-id: http://mediamods.com/public-svn/camera-activity/Camera.activity@98 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'gfx')
-rw-r--r--gfx/menubar_photo.svg14
-rw-r--r--gfx/menubar_video.svg15
-rw-r--r--gfx/mode_photo.pngbin0 -> 5342 bytes
-rw-r--r--gfx/mode_restart.pngbin0 -> 10182 bytes
-rw-r--r--gfx/mode_video.pngbin0 -> 2416 bytes
-rw-r--r--gfx/mode_wait.pngbin0 -> 6741 bytes
-rw-r--r--gfx/polaroid.svg11
-rw-r--r--gfx/shutter_button.svg14
-rw-r--r--gfx/shutter_button_invert.svg14
-rw-r--r--gfx/shutter_button_record.svg14
-rw-r--r--gfx/thumb_close.svg15
-rw-r--r--gfx/thumb_photo.svg13
-rw-r--r--gfx/thumb_polaroid.svg13
-rw-r--r--gfx/thumb_video.svg29
14 files changed, 152 insertions, 0 deletions
diff --git a/gfx/menubar_photo.svg b/gfx/menubar_photo.svg
new file mode 100644
index 0000000..f90f475
--- /dev/null
+++ b/gfx/menubar_photo.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="70.5" height="49.5" viewBox="0 0 70.5 49.5" overflow="visible" enable-background="new 0 0 70.5 49.5" xml:space="preserve">
+ <line x1="4.9" y1="1.5" x2="19.5" y2="1.5" stroke="&fill_color;" stroke-width="3.5" fill="&fill_color;"/>
+ <rect x="1.5" y="6" width="70.5" height="45" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+ <path d="M36,14.2c8.3,0,15,6.7,15,15s-6.7,15-15,15c-8.3,0-15-6.7-15-15S27.7,14.2,36,14.2" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+ <path d="M36,20.2c5,0,9,4,9,9c0,5-4,9-9,9c-5,0-9-4-9-9C27,24.3,31,20.2,36,20.2" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+</svg>
diff --git a/gfx/menubar_video.svg b/gfx/menubar_video.svg
new file mode 100644
index 0000000..006c984
--- /dev/null
+++ b/gfx/menubar_video.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg version="1.1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="70" height="33.3" viewBox="0 0 70 33.3" overflow="visible" enable-background="new 0 0 70 33.3" xml:space="preserve">
+<line x1="59.7" y1="1.5" x2="70.4" y2="1.5"/>
+<rect x="19.8" y="3.3" class="st0" width="51.7" height="31.5" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+<polygon points="1.5,7 7.7,7 7.7,32.7 1.5,32.7 1.5,7" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+<rect x="8.1" y="9.9" width="11.4" height="19.4" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+<polygon points="26.7,12.1 55.3,12.1 64.6,28.3 36,28.3" stroke="&stroke_color;" stroke-width="3.5" fill="&fill_color;"/>
+</svg>
diff --git a/gfx/mode_photo.png b/gfx/mode_photo.png
new file mode 100644
index 0000000..eee4ba6
--- /dev/null
+++ b/gfx/mode_photo.png
Binary files differ
diff --git a/gfx/mode_restart.png b/gfx/mode_restart.png
new file mode 100644
index 0000000..4e6dbab
--- /dev/null
+++ b/gfx/mode_restart.png
Binary files differ
diff --git a/gfx/mode_video.png b/gfx/mode_video.png
new file mode 100644
index 0000000..5f9a08f
--- /dev/null
+++ b/gfx/mode_video.png
Binary files differ
diff --git a/gfx/mode_wait.png b/gfx/mode_wait.png
new file mode 100644
index 0000000..48b2dc6
--- /dev/null
+++ b/gfx/mode_wait.png
Binary files differ
diff --git a/gfx/polaroid.svg b/gfx/polaroid.svg
new file mode 100644
index 0000000..9b4f700
--- /dev/null
+++ b/gfx/polaroid.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="675" height="645" viewBox="0 0 675 645"
+ overflow="visible" enable-background="new 0 0 675 645" xml:space="preserve">
+<rect y="0" fill="#FFFFFF" width="675" height="645"/>
+<rect x="17.5" y="15" fill="#646464" width="640" height="480"/>
+</svg>
diff --git a/gfx/shutter_button.svg b/gfx/shutter_button.svg
new file mode 100644
index 0000000..12da58a
--- /dev/null
+++ b/gfx/shutter_button.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="160" height="120" viewBox="0 0 160 120"
+ overflow="visible" enable-background="new 0 0 160 120" xml:space="preserve">
+
+ <path stroke="#000000" fill="#FFFFFF" d="M160,108.1c0,6.5-7.1,11.9-15.8,11.9H15.8C7.1,120,0,114.7,0,108.1V11.9C0,5.3,7.1,0,15.8,0h128.4 c8.7,0,15.8,5.3,15.8,11.9V108.1L160,108.1z"/>
+ <path stroke="#000000" fill="#FFFFFF" d="M80,36.8c-24.9,0-45.6,24.8-45.6,24.8S55.1,86.5,80,86.5c24.9,0,45.6-25,45.6-25S104.9,36.8,80,36.8z M80,79.1c-9.6,0-17.5-7.8-17.5-17.5c0-9.6,7.8-17.5,17.5-17.5c9.6,0,17.5,7.8,17.5,17.5C97.5,71.3,89.7,79.1,80,79.1z"/>
+ <circle stroke="#000000" fill="#FFFFFF" cx="80" cy="61.7" r="7.9"/>
+
+</svg>
diff --git a/gfx/shutter_button_invert.svg b/gfx/shutter_button_invert.svg
new file mode 100644
index 0000000..e40792d
--- /dev/null
+++ b/gfx/shutter_button_invert.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="160" height="120" viewBox="0 0 160 120"
+ overflow="visible" enable-background="new 0 0 160 120" xml:space="preserve">
+
+ <path stroke="#000000" fill="#000000" d="M160,108.1c0,6.5-7.1,11.9-15.8,11.9H15.8C7.1,120,0,114.7,0,108.1V11.9C0,5.3,7.1,0,15.8,0h128.4 c8.7,0,15.8,5.3,15.8,11.9V108.1L160,108.1z"/>
+ <path stroke="#000000" fill="#FFFFFF" d="M80,36.8c-24.9,0-45.6,24.8-45.6,24.8S55.1,86.5,80,86.5c24.9,0,45.6-25,45.6-25S104.9,36.8,80,36.8z M80,79.1c-9.6,0-17.5-7.8-17.5-17.5c0-9.6,7.8-17.5,17.5-17.5c9.6,0,17.5,7.8,17.5,17.5C97.5,71.3,89.7,79.1,80,79.1z"/>
+ <circle stroke="#000000" fill="#FFFFFF" cx="80" cy="61.7" r="7.9"/>
+
+</svg>
diff --git a/gfx/shutter_button_record.svg b/gfx/shutter_button_record.svg
new file mode 100644
index 0000000..0c9a57f
--- /dev/null
+++ b/gfx/shutter_button_record.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="160" height="120" viewBox="0 0 160 120"
+ overflow="visible" enable-background="new 0 0 160 120" xml:space="preserve">
+
+ <path stroke="#000000" fill="#FF0000" d="M160,108.1c0,6.5-7.1,11.9-15.8,11.9H15.8C7.1,120,0,114.7,0,108.1V11.9C0,5.3,7.1,0,15.8,0h128.4 c8.7,0,15.8,5.3,15.8,11.9V108.1L160,108.1z"/>
+ <path stroke="#000000" fill="#FFFFFF" d="M80,36.8c-24.9,0-45.6,24.8-45.6,24.8S55.1,86.5,80,86.5c24.9,0,45.6-25,45.6-25S104.9,36.8,80,36.8z M80,79.1c-9.6,0-17.5-7.8-17.5-17.5c0-9.6,7.8-17.5,17.5-17.5c9.6,0,17.5,7.8,17.5,17.5C97.5,71.3,89.7,79.1,80,79.1z"/>
+ <circle stroke="#000000" fill="#FFFFFF" cx="80" cy="61.7" r="7.9"/>
+
+</svg>
diff --git a/gfx/thumb_close.svg b/gfx/thumb_close.svg
new file mode 100644
index 0000000..68acd16
--- /dev/null
+++ b/gfx/thumb_close.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#000000">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="24.5" height="24.5" viewBox="0 0 24.5 24.5"
+ overflow="visible" enable-background="new 0 0 24.5 24.5" xml:space="preserve">
+
+ <path fill="#fill_color" stroke="&stroke_color;" d="M12.8,0.5C6,0.5,0.5,6,0.5,12.8C0.5,19.5,6,25,12.8,25C19.5,25,25,19.5,25,12.8C25,6,19.5,0.5,12.8,0.5z"/>
+ <path fill="&fill_color;" stroke="&stroke_color;" d="M18.4,15.9c0.7,0.7,0.7,1.8,0,2.5c-0.7,0.7-1.8,0.7-2.5,0l-3.1-3.1l-3.1,3.1c-0.7,0.7-1.8,0.7-2.5,0 c-0.7-0.7-0.7-1.8,0-2.5l3.1-3.1L7.2,9.7C6.5,9,6.5,7.9,7.2,7.2c0.7-0.7,1.8-0.7,2.5,0l3.1,3.1l3.1-3.1c0.7-0.7,1.8-0.7,2.5,0 c0.7,0.7,0.7,1.8,0,2.5l-3.1,3.1L18.4,15.9z"/>
+
+</svg>
diff --git a/gfx/thumb_photo.svg b/gfx/thumb_photo.svg
new file mode 100644
index 0000000..90136f4
--- /dev/null
+++ b/gfx/thumb_photo.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="123.5" height="123.5"
+ viewBox="0 0 123.5 123.5" overflow="visible" enable-background="new 0 0 123.5 123.5" xml:space="preserve">
+<rect x="1.75" y="1.75" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="120" height="120"/>
+<rect x="7.168" y="7.167" fill="&fill_color;" stroke="&stroke_color;" width="109" height="82"/>
+</svg>
diff --git a/gfx/thumb_polaroid.svg b/gfx/thumb_polaroid.svg
new file mode 100644
index 0000000..90136f4
--- /dev/null
+++ b/gfx/thumb_polaroid.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="123.5" height="123.5"
+ viewBox="0 0 123.5 123.5" overflow="visible" enable-background="new 0 0 123.5 123.5" xml:space="preserve">
+<rect x="1.75" y="1.75" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" width="120" height="120"/>
+<rect x="7.168" y="7.167" fill="&fill_color;" stroke="&stroke_color;" width="109" height="82"/>
+</svg>
diff --git a/gfx/thumb_video.svg b/gfx/thumb_video.svg
new file mode 100644
index 0000000..472ea80
--- /dev/null
+++ b/gfx/thumb_video.svg
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY ns_svg "http://www.w3.org/2000/svg">
+ <!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="123.5" height="123.5"
+ viewBox="0 0 123.5 123.5" overflow="visible" enable-background="new 0 0 123.5 123.5" xml:space="preserve">
+<rect x="1.75" y="1.75" width="120" height="120" fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" />
+<rect x="7.168" y="21.179" width="109.164" height="80.188" fill="&fill_color;" stroke="&stroke_color;"/>
+<g>
+ <rect x="7.417" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="26.85" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="46.283" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="65.717" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="85.149" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="104.583" y="8.75" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+</g>
+<g>
+ <rect x="7.417" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="26.85" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="46.283" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="65.717" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="85.149" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+ <rect x="104.583" y="107.082" width="11.667" height="7.333" fill="&fill_color;" stroke="&stroke_color;" />
+</g>
+</svg>