ig3tool 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/ig3tool +114 -0
- data/lib/glade/bib.glade +539 -0
- data/lib/glade/bibliotheek.glade +994 -0
- data/lib/glade/icons/cola.png +0 -0
- data/lib/glade/icons/emblem-money.png +0 -0
- data/lib/glade/icons/emblem-package.png +0 -0
- data/lib/glade/icons/emblem-penning.xpm +98 -0
- data/lib/glade/icons/emblem-people.png +0 -0
- data/lib/glade/icons/emblem-sales.png +0 -0
- data/lib/glade/icons/gdict.png +0 -0
- data/lib/glade/icons/members_klein.png +0 -0
- data/lib/glade/icons/members_xklein.png +0 -0
- data/lib/glade/icons/no.xpm +34 -0
- data/lib/glade/icons/stock_book.svg +338 -0
- data/lib/glade/icons/stock_book_klein.png +0 -0
- data/lib/glade/icons/stock_book_xklein.png +0 -0
- data/lib/glade/icons/stock_bookmark.svg +327 -0
- data/lib/glade/icons/stock_bookmark_klein.png +0 -0
- data/lib/glade/icons/stock_bookmark_xklein.png +0 -0
- data/lib/glade/icons/stock_print.png +0 -0
- data/lib/glade/interne.glade +228 -0
- data/lib/glade/loginwindow.glade +255 -0
- data/lib/glade/memberinfo.svg +411 -0
- data/lib/glade/memberinfo_klein.png +0 -0
- data/lib/glade/memberinfo_xklein.png +0 -0
- data/lib/glade/members.glade +596 -0
- data/lib/glade/members.svg +559 -0
- data/lib/glade/members_klein.png +0 -0
- data/lib/glade/members_xklein.png +0 -0
- data/lib/glade/penningtool.glade +731 -0
- data/lib/glade/people.glade +947 -0
- data/lib/glade/printen.glade +358 -0
- data/lib/glade/printer.png +0 -0
- data/lib/glade/printer_klein.png +0 -0
- data/lib/glade/printer_xklein.png +0 -0
- data/lib/glade/printerlog_klein.png +0 -0
- data/lib/glade/printerlog_xklein.png +0 -0
- data/lib/glade/printing.glade +841 -0
- data/lib/glade/products.glade +404 -0
- data/lib/glade/sales.glade +426 -0
- data/lib/glade/stock_book.svg +338 -0
- data/lib/glade/stock_book_klein.png +0 -0
- data/lib/glade/stock_book_xklein.png +0 -0
- data/lib/glade/stock_bookmark_klein.png +0 -0
- data/lib/glade/stock_bookmark_xklein.png +0 -0
- data/lib/glade/vendingmachine.glade +207 -0
- data/lib/lib/errors.rb +90 -0
- data/lib/lib/util.rb +89 -0
- data/lib/ui/automaatwindow.rb +107 -0
- data/lib/ui/bibliotheekwindow.rb +453 -0
- data/lib/ui/bibwindow.rb +537 -0
- data/lib/ui/gladehelper.rb +110 -0
- data/lib/ui/internewindow.rb +126 -0
- data/lib/ui/loginwindow.rb +60 -0
- data/lib/ui/memberswindow.rb +327 -0
- data/lib/ui/messagebox.rb +23 -0
- data/lib/ui/peoplewindow.rb +333 -0
- data/lib/ui/printenwindow.rb +329 -0
- data/lib/ui/printingwindow.rb +395 -0
- data/lib/ui/productswindow.rb +160 -0
- data/lib/ui/saleswindow.rb +207 -0
- data/lib/ui/toolwindow.rb +97 -0
- metadata +128 -0
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,98 @@
|
|
1
|
+
/* XPM */
|
2
|
+
static char *pixmap[] = {
|
3
|
+
/* width height ncols cpp */
|
4
|
+
"32 32 60 2",
|
5
|
+
/* Colors */
|
6
|
+
"00 c #FFFFFF",
|
7
|
+
"01 c #FFFFF0",
|
8
|
+
"02 c #F0FAF0",
|
9
|
+
"03 c #F0F0F0",
|
10
|
+
"04 c #EFF4EF",
|
11
|
+
"05 c #E0F8E0",
|
12
|
+
"06 c #E0EAE0",
|
13
|
+
"07 c #E0E0E0",
|
14
|
+
"08 c #FFFFDF",
|
15
|
+
"09 c #DFE8DF",
|
16
|
+
"0A c #DFE6DF",
|
17
|
+
"0B c #D0E0D0",
|
18
|
+
"0C c #DFDBDF",
|
19
|
+
"0D c #DFD7DF",
|
20
|
+
"0E c #D0D1D0",
|
21
|
+
"0F c #D0CFD0",
|
22
|
+
"10 c #CFD9CF",
|
23
|
+
"11 c #CFD2CF",
|
24
|
+
"12 c #C0D2C0",
|
25
|
+
"13 c #CFCACF",
|
26
|
+
"14 c #C0C8C0",
|
27
|
+
"15 c #CFC0C0",
|
28
|
+
"16 c #C0C3C0",
|
29
|
+
"17 c #C0BBC0",
|
30
|
+
"18 c #BFC2BF",
|
31
|
+
"19 c #BFBABF",
|
32
|
+
"1A c #BFB4BF",
|
33
|
+
"1B c #B0B9B0",
|
34
|
+
"1C c #B0B2B0",
|
35
|
+
"1D c #B0ABB0",
|
36
|
+
"1E c #AFB4AF",
|
37
|
+
"1F c #AFA9AF",
|
38
|
+
"20 c #A0AAA0",
|
39
|
+
"21 c #AFA7A0",
|
40
|
+
"22 c #A0A1A0",
|
41
|
+
"23 c #9FA79F",
|
42
|
+
"24 c #A0989F",
|
43
|
+
"25 c #9F989F",
|
44
|
+
"26 c #9F949F",
|
45
|
+
"27 c #909890",
|
46
|
+
"28 c #908A90",
|
47
|
+
"29 c #8F888F",
|
48
|
+
"2A c #8F8780",
|
49
|
+
"2B c #808080",
|
50
|
+
"2C c #906FFF",
|
51
|
+
"2D c #003FBF",
|
52
|
+
"2E c #000080",
|
53
|
+
"2F c #FFFF00",
|
54
|
+
"30 c #00FF00",
|
55
|
+
"31 c #80787F",
|
56
|
+
"32 c #7F7070",
|
57
|
+
"33 c #6F6760",
|
58
|
+
"34 c #60585F",
|
59
|
+
"35 c #5F585F",
|
60
|
+
"36 c #5F5050",
|
61
|
+
"37 c #302F30",
|
62
|
+
"38 c #2F272F",
|
63
|
+
"39 c #000000",
|
64
|
+
"3A c #000000",
|
65
|
+
".. s None c None",
|
66
|
+
"......................................39391F1F..................",
|
67
|
+
"....................................39281539391F1F..............",
|
68
|
+
"..................................392927221D1939391F1F..........",
|
69
|
+
"..............393939............39190F251D1A1C1D2439391F1F......",
|
70
|
+
"............39..0E..3939........3935350D1C1A1C1D35353139391F1F..",
|
71
|
+
"..........39..05..0E..163939....2E2C153535151D353535353538391F1F",
|
72
|
+
"........39..03..0E..14..1639..2E2C2D352C19353521353535323439281F",
|
73
|
+
"......39..03..06..0E..16..392E2C2D..2D2E21083535353137333639271F",
|
74
|
+
"....39..05..06..0E..16..16392C2D..2C2E39392F08302A353334392B1F..",
|
75
|
+
"..39..06..06..0B..10..1222392E....2C2E....39393030333439271F....",
|
76
|
+
"39..0B..0B..0B..10..0E222239......2E2C2E2E....393933392B1F......",
|
77
|
+
"3907..01..0B..10..0B..22..39........2E2E2C2E2E....39............",
|
78
|
+
"39..06..010110..0B..0E1214391F1F........2E2E2C2E2E..............",
|
79
|
+
"3906..06..07..0E..12..14..392B281F1F3939....2E2E2C2D............",
|
80
|
+
"39..05..07..0E..17..14..16392B2B283900063939....2C2D............",
|
81
|
+
"3907..07..0B..1B..1B..1C..392B273900..06..0E39392D2E............",
|
82
|
+
"39..07..1C1C1C..1C..1C..1C39273900..04..0C..0E203939............",
|
83
|
+
"3902..0B3030..1C..1C..2039273900..02..04..0C..2213163939........",
|
84
|
+
"39..02..010120..20..2039273900..02..02..0C..0E..1F..18..3939....",
|
85
|
+
"390B..16..1B..22..2239273900..04..02..14..0E..191C1F22221C1C39..",
|
86
|
+
"39..0B..1B..22..2239273900..06..04..141D181813..1C1C22221F0539..",
|
87
|
+
"..39391C..1C..27392739000A0A..061616..1818131B16..1C1F27051939..",
|
88
|
+
"......3939..2739271F390000..09..18180E..131B261E19..1F0517..391F",
|
89
|
+
"..........3939271F..3906..00..16..131B1B16161819..19051B..203927",
|
90
|
+
"....................39..0A..1700001B1B..1C1E19..19051B..1E39271F",
|
91
|
+
"....................3906..0E..0E..000019261F..19051B..1E39271F..",
|
92
|
+
"....................393913..11..13..1F0000..1C051B..1E39271F....",
|
93
|
+
"........................3939..13..16..18..00051E..1E39271F......",
|
94
|
+
"............................393916..203023..20..2039271F........",
|
95
|
+
"................................3939..103011..2339271F..........",
|
96
|
+
"....................................393911..2339271F............",
|
97
|
+
"........................................393939271F..............",
|
98
|
+
};
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,34 @@
|
|
1
|
+
/* XPM */
|
2
|
+
static char *no_xpm[] = {
|
3
|
+
/* width height ncolors chars_per_pixel */
|
4
|
+
"17 17 10 1",
|
5
|
+
/* colors */
|
6
|
+
" c #E15555",
|
7
|
+
". c #DC3939",
|
8
|
+
"X c #D71D1D",
|
9
|
+
"o c #D20000",
|
10
|
+
"O c #FFFFFF",
|
11
|
+
"+ c #FAE3E3",
|
12
|
+
"@ c #F5C7C7",
|
13
|
+
"# c #F0AAAA",
|
14
|
+
"$ c #EB8E8E",
|
15
|
+
"% c #E67272",
|
16
|
+
/* pixels */
|
17
|
+
"O# OOOOOOOOOOOO @",
|
18
|
+
"+oo OOOOOOOOOO oX",
|
19
|
+
"O#oo OOOOOOOO oo#",
|
20
|
+
"OO#oo OOOOOO oo#O",
|
21
|
+
"OOO#oo OOOO oo#OO",
|
22
|
+
"OOOO%oo OO oo#OOO",
|
23
|
+
"OOOOO oo oo#OOOO",
|
24
|
+
"OOOOOO oooo#OOOOO",
|
25
|
+
"OOOOOOOXoo.OOOOOO",
|
26
|
+
"OOOOOO oooo OOOOO",
|
27
|
+
"OOOOO oo##oo OOOO",
|
28
|
+
"OOOO oo#OO#oo$OOO",
|
29
|
+
"OOO oo#OOOO#oo#OO",
|
30
|
+
"OO oo#OOOOOO%oo#O",
|
31
|
+
"O oo#OOOOOOOO oo#",
|
32
|
+
"@oo#OOOOOOOOOO oX",
|
33
|
+
"O##OOOOOOOOOOOO%+"
|
34
|
+
};
|
@@ -0,0 +1,338 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
<svg
|
4
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
+
xmlns:cc="http://web.resource.org/cc/"
|
6
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
7
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
9
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
10
|
+
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="128.00000px"
|
13
|
+
height="128.00000px"
|
14
|
+
id="svg2"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.42"
|
17
|
+
sodipodi:docbase="/home/silvestre/Desktop/nuevos"
|
18
|
+
sodipodi:docname="stock_book.svg">
|
19
|
+
<defs
|
20
|
+
id="defs4">
|
21
|
+
<linearGradient
|
22
|
+
id="linearGradient10532">
|
23
|
+
<stop
|
24
|
+
style="stop-color:#000000;stop-opacity:0.26041666;"
|
25
|
+
offset="0.0000000"
|
26
|
+
id="stop10534" />
|
27
|
+
<stop
|
28
|
+
style="stop-color:#000000;stop-opacity:0;"
|
29
|
+
offset="1"
|
30
|
+
id="stop10536" />
|
31
|
+
</linearGradient>
|
32
|
+
<linearGradient
|
33
|
+
id="linearGradient9796">
|
34
|
+
<stop
|
35
|
+
style="stop-color:#000000;stop-opacity:0.65625000;"
|
36
|
+
offset="0.0000000"
|
37
|
+
id="stop9798" />
|
38
|
+
<stop
|
39
|
+
style="stop-color:#000000;stop-opacity:0;"
|
40
|
+
offset="1"
|
41
|
+
id="stop9800" />
|
42
|
+
</linearGradient>
|
43
|
+
<linearGradient
|
44
|
+
id="linearGradient9040">
|
45
|
+
<stop
|
46
|
+
style="stop-color:#000000;stop-opacity:0.57291669;"
|
47
|
+
offset="0.0000000"
|
48
|
+
id="stop9042" />
|
49
|
+
<stop
|
50
|
+
style="stop-color:#000000;stop-opacity:0;"
|
51
|
+
offset="1"
|
52
|
+
id="stop9044" />
|
53
|
+
</linearGradient>
|
54
|
+
<linearGradient
|
55
|
+
id="linearGradient8304">
|
56
|
+
<stop
|
57
|
+
style="stop-color:#ffffff;stop-opacity:0.75000000;"
|
58
|
+
offset="0.0000000"
|
59
|
+
id="stop8306" />
|
60
|
+
<stop
|
61
|
+
style="stop-color:#ffffff;stop-opacity:0;"
|
62
|
+
offset="1"
|
63
|
+
id="stop8308" />
|
64
|
+
</linearGradient>
|
65
|
+
<linearGradient
|
66
|
+
id="linearGradient8296"
|
67
|
+
inkscape:collect="always">
|
68
|
+
<stop
|
69
|
+
id="stop8298"
|
70
|
+
offset="0"
|
71
|
+
style="stop-color:#ffffff;stop-opacity:0.62400001" />
|
72
|
+
<stop
|
73
|
+
id="stop8300"
|
74
|
+
offset="1"
|
75
|
+
style="stop-color:#ffffff;stop-opacity:0;" />
|
76
|
+
</linearGradient>
|
77
|
+
<linearGradient
|
78
|
+
inkscape:collect="always"
|
79
|
+
id="linearGradient5359">
|
80
|
+
<stop
|
81
|
+
style="stop-color:#a47e51;stop-opacity:1.0000000"
|
82
|
+
offset="0"
|
83
|
+
id="stop5361" />
|
84
|
+
<stop
|
85
|
+
style="stop-color:#c99964;stop-opacity:1.0000000"
|
86
|
+
offset="1"
|
87
|
+
id="stop5363" />
|
88
|
+
</linearGradient>
|
89
|
+
<linearGradient
|
90
|
+
id="linearGradient4625">
|
91
|
+
<stop
|
92
|
+
style="stop-color:#f4f4ee;stop-opacity:1;"
|
93
|
+
offset="0"
|
94
|
+
id="stop4627" />
|
95
|
+
<stop
|
96
|
+
style="stop-color:#b2b2ad;stop-opacity:1.0000000"
|
97
|
+
offset="1.0000000"
|
98
|
+
id="stop4629" />
|
99
|
+
</linearGradient>
|
100
|
+
<linearGradient
|
101
|
+
inkscape:collect="always"
|
102
|
+
xlink:href="#linearGradient4625"
|
103
|
+
id="linearGradient4631"
|
104
|
+
x1="100.60516"
|
105
|
+
y1="65.298889"
|
106
|
+
x2="108.63469"
|
107
|
+
y2="65.298892"
|
108
|
+
gradientUnits="userSpaceOnUse"
|
109
|
+
gradientTransform="translate(-2.000000,0.000000)" />
|
110
|
+
<linearGradient
|
111
|
+
inkscape:collect="always"
|
112
|
+
xlink:href="#linearGradient5359"
|
113
|
+
id="linearGradient5365"
|
114
|
+
x1="85.963097"
|
115
|
+
y1="99.660515"
|
116
|
+
x2="45.107010"
|
117
|
+
y2="33.062729"
|
118
|
+
gradientUnits="userSpaceOnUse" />
|
119
|
+
<linearGradient
|
120
|
+
inkscape:collect="always"
|
121
|
+
xlink:href="#linearGradient8296"
|
122
|
+
id="linearGradient8294"
|
123
|
+
gradientUnits="userSpaceOnUse"
|
124
|
+
x1="60.785091"
|
125
|
+
y1="-20.288902"
|
126
|
+
x2="59.115170"
|
127
|
+
y2="71.890686" />
|
128
|
+
<linearGradient
|
129
|
+
inkscape:collect="always"
|
130
|
+
xlink:href="#linearGradient8304"
|
131
|
+
id="linearGradient8310"
|
132
|
+
x1="53.608860"
|
133
|
+
y1="5.6855788"
|
134
|
+
x2="54.789669"
|
135
|
+
y2="20.814316"
|
136
|
+
gradientUnits="userSpaceOnUse" />
|
137
|
+
<linearGradient
|
138
|
+
inkscape:collect="always"
|
139
|
+
xlink:href="#linearGradient9040"
|
140
|
+
id="linearGradient9046"
|
141
|
+
x1="46.051662"
|
142
|
+
y1="36.369003"
|
143
|
+
x2="70.385277"
|
144
|
+
y2="42.058598"
|
145
|
+
gradientUnits="userSpaceOnUse" />
|
146
|
+
<linearGradient
|
147
|
+
inkscape:collect="always"
|
148
|
+
xlink:href="#linearGradient4625"
|
149
|
+
id="linearGradient9058"
|
150
|
+
gradientUnits="userSpaceOnUse"
|
151
|
+
gradientTransform="translate(-2.000000,0.000000)"
|
152
|
+
x1="100.60516"
|
153
|
+
y1="65.298889"
|
154
|
+
x2="108.63469"
|
155
|
+
y2="65.298892" />
|
156
|
+
<linearGradient
|
157
|
+
inkscape:collect="always"
|
158
|
+
xlink:href="#linearGradient5359"
|
159
|
+
id="linearGradient9060"
|
160
|
+
gradientUnits="userSpaceOnUse"
|
161
|
+
x1="85.963097"
|
162
|
+
y1="99.660515"
|
163
|
+
x2="45.107010"
|
164
|
+
y2="33.062729" />
|
165
|
+
<linearGradient
|
166
|
+
inkscape:collect="always"
|
167
|
+
xlink:href="#linearGradient8296"
|
168
|
+
id="linearGradient9062"
|
169
|
+
gradientUnits="userSpaceOnUse"
|
170
|
+
x1="60.785091"
|
171
|
+
y1="-20.288902"
|
172
|
+
x2="59.115170"
|
173
|
+
y2="71.890686" />
|
174
|
+
<linearGradient
|
175
|
+
inkscape:collect="always"
|
176
|
+
xlink:href="#linearGradient9040"
|
177
|
+
id="linearGradient9064"
|
178
|
+
gradientUnits="userSpaceOnUse"
|
179
|
+
x1="46.051662"
|
180
|
+
y1="36.369003"
|
181
|
+
x2="70.385277"
|
182
|
+
y2="42.058598" />
|
183
|
+
<linearGradient
|
184
|
+
inkscape:collect="always"
|
185
|
+
xlink:href="#linearGradient8304"
|
186
|
+
id="linearGradient9066"
|
187
|
+
gradientUnits="userSpaceOnUse"
|
188
|
+
x1="53.608860"
|
189
|
+
y1="5.6855788"
|
190
|
+
x2="54.789669"
|
191
|
+
y2="20.814316" />
|
192
|
+
<linearGradient
|
193
|
+
inkscape:collect="always"
|
194
|
+
xlink:href="#linearGradient9796"
|
195
|
+
id="linearGradient9802"
|
196
|
+
x1="71.793358"
|
197
|
+
y1="154.92252"
|
198
|
+
x2="77.933578"
|
199
|
+
y2="92.103325"
|
200
|
+
gradientUnits="userSpaceOnUse" />
|
201
|
+
<radialGradient
|
202
|
+
inkscape:collect="always"
|
203
|
+
xlink:href="#linearGradient10532"
|
204
|
+
id="radialGradient10538"
|
205
|
+
cx="53.845020"
|
206
|
+
cy="116.42805"
|
207
|
+
fx="53.845020"
|
208
|
+
fy="116.42805"
|
209
|
+
r="47.232471"
|
210
|
+
gradientTransform="matrix(1.000000,-1.646632e-18,-2.979184e-18,0.225000,-6.326917e-16,90.23174)"
|
211
|
+
gradientUnits="userSpaceOnUse" />
|
212
|
+
<radialGradient
|
213
|
+
inkscape:collect="always"
|
214
|
+
xlink:href="#linearGradient10532"
|
215
|
+
id="radialGradient10542"
|
216
|
+
gradientUnits="userSpaceOnUse"
|
217
|
+
gradientTransform="matrix(1.000000,1.016439e-17,-5.412540e-18,0.225000,1.605035e-15,90.23174)"
|
218
|
+
cx="53.845020"
|
219
|
+
cy="116.42805"
|
220
|
+
fx="53.845020"
|
221
|
+
fy="116.42805"
|
222
|
+
r="47.232471" />
|
223
|
+
<linearGradient
|
224
|
+
inkscape:collect="always"
|
225
|
+
xlink:href="#linearGradient9040"
|
226
|
+
id="linearGradient1353"
|
227
|
+
gradientUnits="userSpaceOnUse"
|
228
|
+
x1="46.051662"
|
229
|
+
y1="36.369003"
|
230
|
+
x2="70.385277"
|
231
|
+
y2="42.058598"
|
232
|
+
gradientTransform="translate(-22.71091,4.007808)" />
|
233
|
+
<linearGradient
|
234
|
+
inkscape:collect="always"
|
235
|
+
xlink:href="#linearGradient8296"
|
236
|
+
id="linearGradient1356"
|
237
|
+
gradientUnits="userSpaceOnUse"
|
238
|
+
x1="60.785091"
|
239
|
+
y1="-20.288902"
|
240
|
+
x2="59.115170"
|
241
|
+
y2="71.890686"
|
242
|
+
gradientTransform="translate(-22.71091,4.007808)" />
|
243
|
+
<linearGradient
|
244
|
+
inkscape:collect="always"
|
245
|
+
xlink:href="#linearGradient5359"
|
246
|
+
id="linearGradient1359"
|
247
|
+
gradientUnits="userSpaceOnUse"
|
248
|
+
x1="85.963097"
|
249
|
+
y1="99.660515"
|
250
|
+
x2="45.107010"
|
251
|
+
y2="33.062729"
|
252
|
+
gradientTransform="translate(-22.71091,4.007808)" />
|
253
|
+
<linearGradient
|
254
|
+
inkscape:collect="always"
|
255
|
+
xlink:href="#linearGradient4625"
|
256
|
+
id="linearGradient1362"
|
257
|
+
gradientUnits="userSpaceOnUse"
|
258
|
+
gradientTransform="translate(-24.71091,4.007808)"
|
259
|
+
x1="100.60516"
|
260
|
+
y1="65.298889"
|
261
|
+
x2="108.63469"
|
262
|
+
y2="65.298892" />
|
263
|
+
</defs>
|
264
|
+
<sodipodi:namedview
|
265
|
+
id="base"
|
266
|
+
pagecolor="#ffffff"
|
267
|
+
bordercolor="#666666"
|
268
|
+
borderopacity="1.0"
|
269
|
+
inkscape:pageopacity="0.0"
|
270
|
+
inkscape:pageshadow="2"
|
271
|
+
inkscape:zoom="1.4970776"
|
272
|
+
inkscape:cx="150.04152"
|
273
|
+
inkscape:cy="105.14116"
|
274
|
+
inkscape:document-units="px"
|
275
|
+
inkscape:current-layer="layer1"
|
276
|
+
inkscape:window-width="1022"
|
277
|
+
inkscape:window-height="719"
|
278
|
+
inkscape:window-x="0"
|
279
|
+
inkscape:window-y="25" />
|
280
|
+
<metadata
|
281
|
+
id="metadata7">
|
282
|
+
<rdf:RDF>
|
283
|
+
<cc:Work
|
284
|
+
rdf:about="">
|
285
|
+
<dc:format>image/svg+xml</dc:format>
|
286
|
+
<dc:type
|
287
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
288
|
+
</cc:Work>
|
289
|
+
</rdf:RDF>
|
290
|
+
</metadata>
|
291
|
+
<g
|
292
|
+
inkscape:label="Layer 1"
|
293
|
+
inkscape:groupmode="layer"
|
294
|
+
id="layer1">
|
295
|
+
<path
|
296
|
+
sodipodi:type="arc"
|
297
|
+
style="opacity:1.0000000;color:#000000;fill:url(#radialGradient10542);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
|
298
|
+
id="path10540"
|
299
|
+
sodipodi:cx="53.845020"
|
300
|
+
sodipodi:cy="116.42805"
|
301
|
+
sodipodi:rx="47.232471"
|
302
|
+
sodipodi:ry="10.627306"
|
303
|
+
d="M 101.07749 116.42805 A 47.232471 10.627306 0 1 1 6.6125488,116.42805 A 47.232471 10.627306 0 1 1 101.07749 116.42805 z"
|
304
|
+
transform="matrix(0.867050,0.108136,-0.120151,0.963390,33.17654,-2.032428)" />
|
305
|
+
<path
|
306
|
+
sodipodi:type="arc"
|
307
|
+
style="opacity:1.0000000;color:#000000;fill:url(#radialGradient10538);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible"
|
308
|
+
id="path9804"
|
309
|
+
sodipodi:cx="53.845020"
|
310
|
+
sodipodi:cy="116.42805"
|
311
|
+
sodipodi:rx="47.232471"
|
312
|
+
sodipodi:ry="10.627306"
|
313
|
+
d="M 101.07749 116.42805 A 47.232471 10.627306 0 1 1 6.6125488,116.42805 A 47.232471 10.627306 0 1 1 101.07749 116.42805 z"
|
314
|
+
transform="matrix(0.992312,0.123758,-0.137509,1.102569,10.28358,-24.03743)" />
|
315
|
+
<path
|
316
|
+
style="fill:url(#linearGradient9802);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
|
317
|
+
d="M 87.380074,119.97048 L 127.05535,101.07749 L 74.154982,87.852399 L 71.793358,111.94096 L 87.380074,119.97048 z "
|
318
|
+
id="path9068" />
|
319
|
+
<path
|
320
|
+
style="fill:#c99964;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ab773e;stroke-width:2.8653314;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
|
321
|
+
d="M 24.634341,25.602481 L 24.634341,105.03329 L 87.360810,118.38491 L 87.360810,18.587225 L 24.634341,25.602481 z "
|
322
|
+
id="path3897" />
|
323
|
+
<path
|
324
|
+
style="fill:url(#linearGradient1362);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
|
325
|
+
d="M 9.0603080,26.207070 L 9.0603080,106.26611 L 71.643334,118.07423 L 83.923780,115.47644 L 83.923780,22.664635 L 71.643334,20.539173 L 9.0603080,26.207070 z "
|
326
|
+
id="path1710"
|
327
|
+
sodipodi:nodetypes="ccccccc" />
|
328
|
+
<path
|
329
|
+
style="fill:url(#linearGradient1359);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#ab773e;stroke-width:3.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
|
330
|
+
d="M 9.6433340,24.317771 L 9.6433340,107.21076 L 75.532632,121.14434 L 75.532632,16.996738 L 9.6433340,24.317771 z "
|
331
|
+
id="path2443" />
|
332
|
+
<path
|
333
|
+
style="fill:url(#linearGradient1356);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:0.25000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"
|
334
|
+
d="M 11.021475,26.134875 L 11.021475,75.230526 C 30.281220,38.158300 57.222597,54.189533 73.810470,82.244190 L 73.810470,18.787227 L 11.021475,26.134875 z "
|
335
|
+
id="path7549"
|
336
|
+
sodipodi:nodetypes="ccccc" />
|
337
|
+
</g>
|
338
|
+
</svg>
|
Binary file
|
Binary file
|