cheese r712 - in trunk: . data data/icons/16x16/actions data/icons/22x22 data/icons/22x22/actions data/icons/24x24 data/icons/24x24/actions data/icons/32x32 data/icons/32x32/actions data/icons/48x48 data/icons/48x48/actions data/icons/scalable data/icons/scalable/actions
- From: dgsiegel svn gnome org
- To: svn-commits-list gnome org
- Subject: cheese r712 - in trunk: . data data/icons/16x16/actions data/icons/22x22 data/icons/22x22/actions data/icons/24x24 data/icons/24x24/actions data/icons/32x32 data/icons/32x32/actions data/icons/48x48 data/icons/48x48/actions data/icons/scalable data/icons/scalable/actions
- Date: Thu, 8 May 2008 00:32:18 +0100 (BST)
Author: dgsiegel
Date: Wed May 7 23:32:17 2008
New Revision: 712
URL: http://svn.gnome.org/viewvc/cheese?rev=712&view=rev
Log:
better effects icon, fixes bug #511369
Added:
trunk/data/icons/16x16/actions/browse-webcam-effects.png (contents, props changed)
trunk/data/icons/22x22/actions/
trunk/data/icons/22x22/actions/Makefile.am
trunk/data/icons/22x22/actions/browse-webcam-effects.png (contents, props changed)
trunk/data/icons/24x24/actions/
trunk/data/icons/24x24/actions/Makefile.am
trunk/data/icons/24x24/actions/browse-webcam-effects.png (contents, props changed)
trunk/data/icons/32x32/actions/
trunk/data/icons/32x32/actions/Makefile.am
trunk/data/icons/32x32/actions/browse-webcam-effects.png (contents, props changed)
trunk/data/icons/48x48/actions/
trunk/data/icons/48x48/actions/Makefile.am
trunk/data/icons/48x48/actions/browse-webcam-effects.png (contents, props changed)
trunk/data/icons/scalable/actions/
trunk/data/icons/scalable/actions/Makefile.am
trunk/data/icons/scalable/actions/browse-webcam-effects.svg
Removed:
trunk/data/icons/16x16/actions/effects.png
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/data/cheese.glade
trunk/data/cheese.ui
trunk/data/icons/16x16/actions/Makefile.am
trunk/data/icons/22x22/Makefile.am
trunk/data/icons/24x24/Makefile.am
trunk/data/icons/32x32/Makefile.am
trunk/data/icons/48x48/Makefile.am
trunk/data/icons/scalable/Makefile.am
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed May 7 23:32:17 2008
@@ -117,12 +117,17 @@
data/effects/Makefile
data/icons/Makefile
data/icons/16x16/Makefile
-data/icons/16x16/actions/Makefile
data/icons/22x22/Makefile
data/icons/24x24/Makefile
data/icons/32x32/Makefile
data/icons/48x48/Makefile
data/icons/scalable/Makefile
+data/icons/16x16/actions/Makefile
+data/icons/22x22/actions/Makefile
+data/icons/24x24/actions/Makefile
+data/icons/32x32/actions/Makefile
+data/icons/48x48/actions/Makefile
+data/icons/scalable/actions/Makefile
data/pixmaps/Makefile
data/sounds/Makefile
help/Makefile
Modified: trunk/data/cheese.glade
==============================================================================
--- trunk/data/cheese.glade (original)
+++ trunk/data/cheese.glade Wed May 7 23:32:17 2008
@@ -301,8 +301,8 @@
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="icon_size">1</property>
- <property name="icon_name">effects</property>
+ <property name="icon_size">3</property>
+ <property name="icon_name">browse-webcam-effects</property>
</widget>
</child>
<child>
Modified: trunk/data/cheese.ui
==============================================================================
--- trunk/data/cheese.ui (original)
+++ trunk/data/cheese.ui Wed May 7 23:32:17 2008
@@ -2,7 +2,6 @@
<!--*- mode: xml -*-->
<interface>
<object class="GtkWindow" id="cheese_window">
- <property name="visible">False</property>
<property name="title" translatable="yes">Cheese</property>
<property name="default_width">640</property>
<property name="default_height">670</property>
@@ -278,8 +277,8 @@
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="icon_size">1</property>
- <property name="icon_name">effects</property>
+ <property name="icon_size">3</property>
+ <property name="icon_name">browse-webcam-effects</property>
</object>
</child>
<child>
Modified: trunk/data/icons/16x16/actions/Makefile.am
==============================================================================
--- trunk/data/icons/16x16/actions/Makefile.am (original)
+++ trunk/data/icons/16x16/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -1,11 +1,11 @@
-themedir = $(datadir)/icons/hicolor
+themedir = $(pkgdatadir)/icons/hicolor
size = 16x16
context = actions
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
- effects.png
+ browse-webcam-effects.png
EXTRA_DIST = \
$(icons_DATA)
Added: trunk/data/icons/16x16/actions/browse-webcam-effects.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/22x22/Makefile.am
==============================================================================
--- trunk/data/icons/22x22/Makefile.am (original)
+++ trunk/data/icons/22x22/Makefile.am Wed May 7 23:32:17 2008
@@ -1,3 +1,5 @@
+SUBDIRS = actions
+
themedir = $(datadir)/icons/hicolor
size = 22x22
context = apps
Added: trunk/data/icons/22x22/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/22x22/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -0,0 +1,11 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 22x22
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ browse-webcam-effects.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
Added: trunk/data/icons/22x22/actions/browse-webcam-effects.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/24x24/Makefile.am
==============================================================================
--- trunk/data/icons/24x24/Makefile.am (original)
+++ trunk/data/icons/24x24/Makefile.am Wed May 7 23:32:17 2008
@@ -1,3 +1,5 @@
+SUBDIRS = actions
+
themedir = $(datadir)/icons/hicolor
size = 24x24
context = apps
Added: trunk/data/icons/24x24/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/24x24/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -0,0 +1,11 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 24x24
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ browse-webcam-effects.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
Added: trunk/data/icons/24x24/actions/browse-webcam-effects.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/32x32/Makefile.am
==============================================================================
--- trunk/data/icons/32x32/Makefile.am (original)
+++ trunk/data/icons/32x32/Makefile.am Wed May 7 23:32:17 2008
@@ -1,3 +1,5 @@
+SUBDIRS = actions
+
themedir = $(datadir)/icons/hicolor
size = 32x32
context = apps
Added: trunk/data/icons/32x32/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/32x32/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -0,0 +1,11 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 32x32
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ browse-webcam-effects.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
Added: trunk/data/icons/32x32/actions/browse-webcam-effects.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/48x48/Makefile.am
==============================================================================
--- trunk/data/icons/48x48/Makefile.am (original)
+++ trunk/data/icons/48x48/Makefile.am Wed May 7 23:32:17 2008
@@ -1,3 +1,5 @@
+SUBDIRS = actions
+
themedir = $(datadir)/icons/hicolor
size = 48x48
context = apps
Added: trunk/data/icons/48x48/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/48x48/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -0,0 +1,11 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = 48x48
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ browse-webcam-effects.png
+
+EXTRA_DIST = \
+ $(icons_DATA)
Added: trunk/data/icons/48x48/actions/browse-webcam-effects.png
==============================================================================
Binary file. No diff available.
Modified: trunk/data/icons/scalable/Makefile.am
==============================================================================
--- trunk/data/icons/scalable/Makefile.am (original)
+++ trunk/data/icons/scalable/Makefile.am Wed May 7 23:32:17 2008
@@ -1,3 +1,5 @@
+SUBDIRS = actions
+
themedir = $(datadir)/icons/hicolor
size = scalable
context = apps
Added: trunk/data/icons/scalable/actions/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/data/icons/scalable/actions/Makefile.am Wed May 7 23:32:17 2008
@@ -0,0 +1,11 @@
+themedir = $(pkgdatadir)/icons/hicolor
+size = scalable
+context = actions
+
+iconsdir = $(themedir)/$(size)/$(context)
+
+icons_DATA = \
+ browse-webcam-effects.svg
+
+EXTRA_DIST = \
+ $(icons_DATA)
Added: trunk/data/icons/scalable/actions/browse-webcam-effects.svg
==============================================================================
--- (empty file)
+++ trunk/data/icons/scalable/actions/browse-webcam-effects.svg Wed May 7 23:32:17 2008
@@ -0,0 +1,588 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="48"
+ height="48"
+ id="svg5490"
+ sodipodi:version="0.32"
+ inkscape:version="0.46"
+ version="1.0"
+ inkscape:export-filename="/home/andreas/project/misc icons/48x48/effects.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:docbase="/home/andreas/project/jokosher/22x22"
+ sodipodi:docname="effects.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
+ <defs
+ id="defs5492">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6010">
+ <stop
+ style="stop-color:#e06666;stop-opacity:1;"
+ offset="0"
+ id="stop6012" />
+ <stop
+ style="stop-color:#e06666;stop-opacity:0;"
+ offset="1"
+ id="stop6014" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6002">
+ <stop
+ style="stop-color:#e06666;stop-opacity:1;"
+ offset="0"
+ id="stop6004" />
+ <stop
+ style="stop-color:#e06666;stop-opacity:0;"
+ offset="1"
+ id="stop6006" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5994">
+ <stop
+ style="stop-color:#8b0000;stop-opacity:1;"
+ offset="0"
+ id="stop5996" />
+ <stop
+ style="stop-color:#af0000;stop-opacity:1"
+ offset="1"
+ id="stop5998" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5966">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop5968" />
+ <stop
+ style="stop-color:#cbcbc3;stop-opacity:1"
+ offset="1"
+ id="stop5970" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5958">
+ <stop
+ style="stop-color:#df0000;stop-opacity:1"
+ offset="0"
+ id="stop5960" />
+ <stop
+ style="stop-color:#ba0000;stop-opacity:1"
+ offset="1"
+ id="stop5962" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient5172">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop5174" />
+ <stop
+ style="stop-color:#ba0000;stop-opacity:1"
+ offset="1"
+ id="stop5176" />
+ </linearGradient>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 11 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="22 : 11 : 1"
+ inkscape:persp3d-origin="11 : 7.3333333 : 1"
+ id="perspective55" />
+ <linearGradient
+ id="linearGradient3702">
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="0"
+ id="stop3704" />
+ <stop
+ id="stop3710"
+ offset="0.5"
+ style="stop-color:black;stop-opacity:1;" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3706" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3702"
+ id="linearGradient2098"
+ gradientUnits="userSpaceOnUse"
+ x1="25.058096"
+ y1="47.027729"
+ x2="25.058096"
+ y2="39.999443" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient2096"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient3688">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop3690" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop3692" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3688"
+ id="radialGradient2094"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+ cx="4.9929786"
+ cy="43.5"
+ fx="4.9929786"
+ fy="43.5"
+ r="2.5" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient9372">
+ <stop
+ style="stop-color:#fce94f;stop-opacity:1;"
+ offset="0"
+ id="stop9374" />
+ <stop
+ style="stop-color:#fce94f;stop-opacity:0;"
+ offset="1"
+ id="stop9376" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6739">
+ <stop
+ style="stop-color:#c00;stop-opacity:1"
+ offset="0"
+ id="stop6741" />
+ <stop
+ style="stop-color:#730000;stop-opacity:1"
+ offset="1"
+ id="stop6743" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6739"
+ id="linearGradient6745"
+ x1="11"
+ y1="5.7221918"
+ x2="11"
+ y2="9.0032368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.0413293,0,0,2.3309562,1.614853,0.6233363)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient9378"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient10267"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient10271"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient10275"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient10279"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient9372"
+ id="radialGradient10283"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.038716,4.194712e-2,-3.898367e-2,0.965333,-0.171292,-0.225252)"
+ cx="9.6991119"
+ cy="5.2384243"
+ fx="9.6991119"
+ fy="5.2384243"
+ r="2.4687479" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5172"
+ id="linearGradient5178"
+ x1="5.6568542"
+ y1="14.189748"
+ x2="3.2703688"
+ y2="15.603962"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4750217,0,0,1.4754551,0.4646291,-0.2664998)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5172"
+ id="linearGradient5952"
+ gradientUnits="userSpaceOnUse"
+ x1="5.6568542"
+ y1="14.189748"
+ x2="3.2703688"
+ y2="15.603962"
+ gradientTransform="matrix(-1.4750217,0,0,1.4754551,47.576608,-0.2940937)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5958"
+ id="linearGradient5964"
+ x1="9.7178297"
+ y1="25.639849"
+ x2="9.982995"
+ y2="19.545048"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.4750217,0,0,1.4720293,0.4646291,-3.4881805e-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5966"
+ id="linearGradient5972"
+ x1="8.859499"
+ y1="13.208529"
+ x2="8.4977846"
+ y2="9.7519455"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5994"
+ id="linearGradient6000"
+ x1="25.749866"
+ y1="35.811172"
+ x2="25.749866"
+ y2="21.651354"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6002"
+ id="linearGradient6008"
+ x1="7.0987148"
+ y1="23.653301"
+ x2="3.0328507"
+ y2="27.266481"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6010"
+ id="linearGradient6016"
+ x1="39.439995"
+ y1="25.116896"
+ x2="45.068298"
+ y2="25.116896"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="8"
+ inkscape:cx="31.124369"
+ inkscape:cy="22.923043"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ width="22px"
+ height="22px"
+ inkscape:window-width="1123"
+ inkscape:window-height="688"
+ inkscape:window-x="157"
+ inkscape:window-y="109"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5170"
+ visible="true"
+ enabled="true" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata5495">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <g
+ id="g2043"
+ inkscape:label="Shadow"
+ transform="matrix(1.0206646,0,0,1.1351534,-0.426478,-6.9707553)">
+ <g
+ style="display:inline"
+ id="g2036"
+ inkscape:label="Shadow">
+ <g
+ id="g3712"
+ style="opacity:0.4"
+ transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
+ <rect
+ y="40"
+ x="38"
+ height="7"
+ width="5"
+ id="rect2801"
+ style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ transform="scale(-1,-1)"
+ y="-47"
+ x="-10"
+ height="7"
+ width="5"
+ id="rect3696"
+ style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ <rect
+ y="40"
+ x="10"
+ height="7.0000005"
+ width="28"
+ id="rect3700"
+ style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </g>
+ </g>
+ </g>
+ <path
+ style="fill:url(#linearGradient5964);fill-opacity:1;stroke:url(#linearGradient6000);stroke-width:1.00000011999999994;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 11.646726,15.43384 L 36.332214,15.43384 L 39.567391,26.253414 L 39.567391,41.800592 C 39.606137,43.024752 38.826848,43.517068 38.068083,43.446934 L 10.237634,43.446934 C 9.4088692,43.456771 8.7134063,42.683999 8.6079495,41.865648 L 8.6079495,26.253414 L 11.646726,15.43384 z"
+ id="rect5508"
+ sodipodi:nodetypes="ccccccccc" />
+ <rect
+ style="opacity:0.31924881;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="rect6709"
+ width="28.578621"
+ height="10.119224"
+ x="9.780158"
+ y="15.941437" />
+ <path
+ style="fill:url(#linearGradient5178);fill-opacity:1;fill-rule:evenodd;stroke:#ae0000;stroke-width:1.00000024000000010px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+ d="M 8.7595069,25.101067 L 2.6355176,26.981881 L 4.6513286,20.339141 L 11.815737,15.325869 L 8.7595069,25.101067 z"
+ id="path6711"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:url(#linearGradient6745);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+ d="M 14.212481,16.940032 L 34.018427,16.940032 L 35.765684,23.9329 L 12.373264,23.9329 L 14.212481,16.940032 z"
+ id="rect6715"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="opacity:0.31455399;fill:none;fill-opacity:0.75000000000000000;fill-rule:evenodd;stroke:#eeeeec;stroke-width:1.00000011999999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 9.5288247,25.948658 L 9.5288247,42.467715 L 38.487386,42.467715 L 38.487386,25.948658"
+ id="path6737" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient9378);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path8485"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.2403014,0,0,1.2414855,6.8169622,10.144226)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient10267);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10265"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.4261657,0,0,1.4275274,8.6201558,2.564617)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient10271);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10269"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.7020842,0,0,1.7037093,-3.8636997,1.6269962)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient10275);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10273"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.6099718,0,0,1.611509,21.502679,-1.3894987)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient10279);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10277"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.2403014,0,0,1.2414855,19.064937,6.05767)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:url(#radialGradient10283);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10281"
+ sodipodi:cx="9.7953539"
+ sodipodi:cy="5.3240066"
+ sodipodi:rx="2.4687479"
+ sodipodi:ry="2.4687479"
+ d="M 12.264102,5.3240066 A 2.4687479,2.4687479 0 1 1 7.326606,5.3240066 A 2.4687479,2.4687479 0 1 1 12.264102,5.3240066 z"
+ transform="matrix(1.8197755,0,0,1.8215131,9.9168778,-1.7282921)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path10285"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(4.453326,0,0,4.0527904,-12.829884,-4.7673396)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11172"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(2.9469036,0,0,2.8508184,2.315623,6.2302597)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11174"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(4.3746176,0,0,4.124502,-2.1518754,-5.0577561)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11176"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(4.2794366,0,0,4.1171669,2.8919175,-7.9328223)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11178"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(3.825225,0,0,3.7005018,15.659728,-6.4700242)" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11180"
+ sodipodi:cx="5.646265"
+ sodipodi:cy="3.6914475"
+ sodipodi:rx="0.3424392"
+ sodipodi:ry="0.35836661"
+ d="M 5.9887042,3.6914475 A 0.3424392,0.35836661 0 1 1 5.3038258,3.6914475 A 0.3424392,0.35836661 0 1 1 5.9887042,3.6914475 z"
+ transform="matrix(2.9469036,0,0,2.8508184,14.586656,2.1437034)" />
+ <path
+ sodipodi:type="star"
+ style="opacity:1;fill:url(#linearGradient5972);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path11182"
+ sodipodi:sides="5"
+ sodipodi:cx="8.739604"
+ sodipodi:cy="12.134158"
+ sodipodi:r1="4.6745782"
+ sodipodi:r2="2.4878902"
+ sodipodi:arg1="0.84335367"
+ sodipodi:arg2="1.4902372"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="M 11.84802,15.625495 L 8.9398095,14.61398 L 6.3796988,16.16932 L 6.4430203,13.090872 L 4.1726865,11.136688 L 7.1200317,10.245618 L 8.2769989,7.4825264 L 10.035237,10.010262 L 13.020616,10.256761 L 11.159921,12.710058 L 11.84802,15.625495 z"
+ transform="matrix(1.5659939,0.1624769,-0.1638735,1.5526511,12.290607,14.959279)" />
+ <path
+ style="fill:url(#linearGradient5952);fill-opacity:1;fill-rule:evenodd;stroke:#ae0000;stroke-width:1.00000024000000010px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+ d="M 39.28173,25.073473 L 45.405717,26.954287 L 43.389908,20.311547 L 36.225499,15.298275 L 39.28173,25.073473 z"
+ id="path5950"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient6008);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 3.5328507,25.783464 L 8.1611538,24.153302"
+ id="path5954"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient6016);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="M 44.568298,25.931977 L 39.939995,24.301815"
+ id="path5956"
+ sodipodi:nodetypes="cc" />
+ </g>
+</svg>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]