alexandria-book-collection-manager 0.6.9.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rubocop.yml +68 -0
- data/.rubocop_todo.yml +200 -0
- data/CHANGELOG.md +23 -0
- data/COPYING +339 -0
- data/ChangeLog.0 +3598 -0
- data/Gemfile +9 -0
- data/INSTALL.rdoc +156 -0
- data/PACKAGING +36 -0
- data/README.md +88 -0
- data/RELEASE_CHECKLIST +18 -0
- data/Rakefile +264 -0
- data/TODO +24 -0
- data/alexandria-book-collection-manager.gemspec +35 -0
- data/alexandria.desktop.in +10 -0
- data/bin/alexandria +82 -0
- data/doc/AUTHORS +60 -0
- data/doc/BUGS +31 -0
- data/doc/FAQ +369 -0
- data/doc/HACKING +19 -0
- data/doc/NEWS +341 -0
- data/doc/alexandria.1 +120 -0
- data/doc/cuecat_support.rdoc +67 -0
- data/lib/alexandria.rb +85 -0
- data/lib/alexandria/about.rb +82 -0
- data/lib/alexandria/book_providers.rb +411 -0
- data/lib/alexandria/book_providers/adlibris.rb +235 -0
- data/lib/alexandria/book_providers/amazon_aws.rb +261 -0
- data/lib/alexandria/book_providers/amazon_ecs_util.rb +405 -0
- data/lib/alexandria/book_providers/barnes_and_noble.rb +229 -0
- data/lib/alexandria/book_providers/bol_it.rb +162 -0
- data/lib/alexandria/book_providers/deastore.rb +277 -0
- data/lib/alexandria/book_providers/douban.rb +135 -0
- data/lib/alexandria/book_providers/ibs_it.rb +149 -0
- data/lib/alexandria/book_providers/mcu.rb +177 -0
- data/lib/alexandria/book_providers/proxis.rb +205 -0
- data/lib/alexandria/book_providers/pseudomarc.rb +185 -0
- data/lib/alexandria/book_providers/renaud.rb +142 -0
- data/lib/alexandria/book_providers/siciliano.rb +271 -0
- data/lib/alexandria/book_providers/thalia.rb +197 -0
- data/lib/alexandria/book_providers/web.rb +59 -0
- data/lib/alexandria/book_providers/webster_it.rb +173 -0
- data/lib/alexandria/book_providers/worldcat.rb +251 -0
- data/lib/alexandria/book_providers/z3950.rb +422 -0
- data/lib/alexandria/config.rb +8 -0
- data/lib/alexandria/console.rb +31 -0
- data/lib/alexandria/execution_queue.rb +96 -0
- data/lib/alexandria/export_library.rb +536 -0
- data/lib/alexandria/import_library.rb +316 -0
- data/lib/alexandria/import_library_csv.rb +270 -0
- data/lib/alexandria/logging.rb +159 -0
- data/lib/alexandria/models/book.rb +72 -0
- data/lib/alexandria/models/library.rb +714 -0
- data/lib/alexandria/net.rb +53 -0
- data/lib/alexandria/preferences.rb +324 -0
- data/lib/alexandria/scanners.rb +42 -0
- data/lib/alexandria/scanners/cuecat.rb +118 -0
- data/lib/alexandria/scanners/keyboard.rb +57 -0
- data/lib/alexandria/smart_library.rb +525 -0
- data/lib/alexandria/ui.rb +53 -0
- data/lib/alexandria/ui/builder_base.rb +43 -0
- data/lib/alexandria/ui/callbacks.rb +389 -0
- data/lib/alexandria/ui/completion_models.rb +228 -0
- data/lib/alexandria/ui/dialogs/about_dialog.rb +59 -0
- data/lib/alexandria/ui/dialogs/acquire_dialog.rb +640 -0
- data/lib/alexandria/ui/dialogs/alert_dialog.rb +68 -0
- data/lib/alexandria/ui/dialogs/bad_isbns_dialog.rb +43 -0
- data/lib/alexandria/ui/dialogs/barcode_animation.rb +159 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog.rb +210 -0
- data/lib/alexandria/ui/dialogs/book_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dialogs/export_dialog.rb +172 -0
- data/lib/alexandria/ui/dialogs/import_dialog.rb +205 -0
- data/lib/alexandria/ui/dialogs/misc_dialogs.rb +85 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog.rb +639 -0
- data/lib/alexandria/ui/dialogs/new_book_dialog_manual.rb +153 -0
- data/lib/alexandria/ui/dialogs/new_smart_library_dialog.rb +67 -0
- data/lib/alexandria/ui/dialogs/preferences_dialog.rb +587 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog.rb +56 -0
- data/lib/alexandria/ui/dialogs/smart_library_properties_dialog_base.rb +432 -0
- data/lib/alexandria/ui/dndable.rb +81 -0
- data/lib/alexandria/ui/gtk_thread_help.rb +88 -0
- data/lib/alexandria/ui/icons.rb +100 -0
- data/lib/alexandria/ui/iconview.rb +91 -0
- data/lib/alexandria/ui/iconview_tooltips.rb +162 -0
- data/lib/alexandria/ui/init.rb +93 -0
- data/lib/alexandria/ui/libraries_combo.rb +75 -0
- data/lib/alexandria/ui/listview.rb +310 -0
- data/lib/alexandria/ui/main_app.rb +67 -0
- data/lib/alexandria/ui/multi_drag_treeview.rb +150 -0
- data/lib/alexandria/ui/sidepane.rb +194 -0
- data/lib/alexandria/ui/sound.rb +107 -0
- data/lib/alexandria/ui/ui_manager.rb +1308 -0
- data/lib/alexandria/undo_manager.rb +78 -0
- data/lib/alexandria/utils.rb +30 -0
- data/lib/alexandria/version.rb +24 -0
- data/lib/alexandria/web_themes.rb +75 -0
- data/misc/sounds/README +15 -0
- data/misc/sounds/bad_scan.csd +62 -0
- data/misc/sounds/good_scan.csd +61 -0
- data/misc/sounds/scanning.csd +46 -0
- data/po/ChangeLog +488 -0
- data/po/Makefile +44 -0
- data/po/README +29 -0
- data/po/commit-po +72 -0
- data/po/cs.po +1437 -0
- data/po/cy.po +1521 -0
- data/po/de.po +1400 -0
- data/po/el.po +1379 -0
- data/po/es.po +1376 -0
- data/po/fr.po +1420 -0
- data/po/ga.po +1359 -0
- data/po/gl.po +1397 -0
- data/po/it.po +1406 -0
- data/po/ja.po +1355 -0
- data/po/mk.po +1373 -0
- data/po/nb.po +1386 -0
- data/po/nl.po +1405 -0
- data/po/pl.po +1373 -0
- data/po/pt.po +1398 -0
- data/po/pt_BR.po +1409 -0
- data/po/ru.po +1372 -0
- data/po/sk.po +1380 -0
- data/po/sv.po +1402 -0
- data/po/uk.po +1423 -0
- data/po/zh_TW.po +1394 -0
- data/schemas/alexandria.schemas +300 -0
- data/share/alexandria/glade/acquire_dialog__builder.glade +201 -0
- data/share/alexandria/glade/book_properties_dialog__builder.glade +910 -0
- data/share/alexandria/glade/main_app__builder.glade +229 -0
- data/share/alexandria/glade/new_book_dialog__builder.glade +379 -0
- data/share/alexandria/glade/preferences_dialog__builder.glade +733 -0
- data/share/alexandria/icons/alexandria.png +0 -0
- data/share/alexandria/icons/alexandria_small.png +0 -0
- data/share/alexandria/icons/book.png +0 -0
- data/share/alexandria/icons/book_icon.png +0 -0
- data/share/alexandria/icons/book_small.png +0 -0
- data/share/alexandria/icons/cuecat.png +0 -0
- data/share/alexandria/icons/cuecat_inactive.png +0 -0
- data/share/alexandria/icons/favorite_tag.png +0 -0
- data/share/alexandria/icons/less.png +0 -0
- data/share/alexandria/icons/library.png +0 -0
- data/share/alexandria/icons/library_small.png +0 -0
- data/share/alexandria/icons/lookup.png +0 -0
- data/share/alexandria/icons/more.png +0 -0
- data/share/alexandria/icons/no_cover.png +0 -0
- data/share/alexandria/icons/smart_library.png +0 -0
- data/share/alexandria/icons/smart_library_small.png +0 -0
- data/share/alexandria/icons/star_set.png +0 -0
- data/share/alexandria/icons/star_unset.png +0 -0
- data/share/alexandria/icons/view_as_icons.png +0 -0
- data/share/alexandria/icons/view_as_list.png +0 -0
- data/share/alexandria/ui/menus.xml +91 -0
- data/share/alexandria/ui/popups.xml +91 -0
- data/share/alexandria/web-themes/clean/clean.css +85 -0
- data/share/alexandria/web-themes/clean/preview.jpg +0 -0
- data/share/alexandria/web-themes/list/list.css +105 -0
- data/share/alexandria/web-themes/list/preview.jpg +0 -0
- data/share/app-icon/16x16/alexandria.png +0 -0
- data/share/app-icon/16x16/alexandria.svg +263 -0
- data/share/app-icon/22x22/alexandria.png +0 -0
- data/share/app-icon/22x22/alexandria.svg +465 -0
- data/share/app-icon/24x24/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.png +0 -0
- data/share/app-icon/32x32/alexandria.svg +813 -0
- data/share/app-icon/32x32/alexandria.xpm +241 -0
- data/share/app-icon/48x48/alexandria.png +0 -0
- data/share/app-icon/scalable/alexandria.svg +700 -0
- data/share/gnome/help/alexandria/C/about.xml +44 -0
- data/share/gnome/help/alexandria/C/adding-books.xml +339 -0
- data/share/gnome/help/alexandria/C/alexandria.xml +185 -0
- data/share/gnome/help/alexandria/C/bugs.xml +18 -0
- data/share/gnome/help/alexandria/C/editing-book-properties.xml +124 -0
- data/share/gnome/help/alexandria/C/exporting.xml +81 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/C/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/C/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/C/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/C/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/C/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/C/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/C/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/C/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/C/getting-started.xml +154 -0
- data/share/gnome/help/alexandria/C/gnu-fdl-1.2.xml +543 -0
- data/share/gnome/help/alexandria/C/introduction.xml +142 -0
- data/share/gnome/help/alexandria/C/searching.xml +90 -0
- data/share/gnome/help/alexandria/C/settings.xml +140 -0
- data/share/gnome/help/alexandria/C/smart-libraries.xml +160 -0
- data/share/gnome/help/alexandria/C/working-with-libraries.xml +76 -0
- data/share/gnome/help/alexandria/ChangeLog +99 -0
- data/share/gnome/help/alexandria/fr/alexandria.xml +2292 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_isbn_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_by_search_1.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_manually.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_add_z3950.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_close_button.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_edit_info.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_export_web_page.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_importing.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_library_pane.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_loaning.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_main_window.png +0 -0
- data/share/gnome/help/alexandria/fr/figures/alexandria_remove_button.png +0 -0
- data/share/gnome/help/alexandria/ja/about.xml +33 -0
- data/share/gnome/help/alexandria/ja/adding-books.xml +314 -0
- data/share/gnome/help/alexandria/ja/alexandria.xml +172 -0
- data/share/gnome/help/alexandria/ja/bugs.xml +11 -0
- data/share/gnome/help/alexandria/ja/editing-book-properties.xml +100 -0
- data/share/gnome/help/alexandria/ja/exporting.xml +98 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_acquire_from_scanner_process.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_add_by_isbn.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_isbn_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_manual_details.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_rename_library_after_import.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/adding_books_search_results.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_info.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/editing_book_properties_loaning.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/exporting_information_html.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/getting_started_first_launched.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/searching_filtering_views_list_view_search.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/settings_providers_new_z3950.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/smart_libraries_new_smart_library.png +0 -0
- data/share/gnome/help/alexandria/ja/figures/working_with_libraries_library_pane.png +0 -0
- data/share/gnome/help/alexandria/ja/getting-started.xml +144 -0
- data/share/gnome/help/alexandria/ja/gnu-fdl-1.2.xml +541 -0
- data/share/gnome/help/alexandria/ja/introduction.xml +134 -0
- data/share/gnome/help/alexandria/ja/searching.xml +104 -0
- data/share/gnome/help/alexandria/ja/settings.xml +129 -0
- data/share/gnome/help/alexandria/ja/smart-libraries.xml +140 -0
- data/share/gnome/help/alexandria/ja/working-with-libraries.xml +88 -0
- data/share/menu/alexandria +7 -0
- data/share/omf/alexandria/alexandria-C.omf.in +27 -0
- data/share/omf/alexandria/alexandria-fr.omf.in +30 -0
- data/share/sounds/alexandria/bad_scan.ogg +0 -0
- data/share/sounds/alexandria/bad_scan.wav +0 -0
- data/share/sounds/alexandria/good_scan.ogg +0 -0
- data/share/sounds/alexandria/good_scan.wav +0 -0
- data/share/sounds/alexandria/scanning.ogg +0 -0
- data/share/sounds/alexandria/scanning.wav +0 -0
- data/spec/alexandria/library_spec.rb +205 -0
- data/spec/alexandria/preferences_spec.rb +22 -0
- data/spec/alexandria/scanners/cuecat_spec.rb +68 -0
- data/spec/alexandria/smart_library_spec.rb +22 -0
- data/spec/alexandria/ui/dialogs_spec.rb +90 -0
- data/spec/alexandria/ui/iconview_spec.rb +27 -0
- data/spec/alexandria/ui/listview_spec.rb +28 -0
- data/spec/alexandria/ui/main_app_spec.rb +48 -0
- data/spec/alexandria/ui/sidepane_spec.rb +27 -0
- data/spec/alexandria/ui/ui_manager_spec.rb +26 -0
- data/spec/alexandria/ui/ui_utilities_spec.rb +60 -0
- data/spec/alexandria/utilities_spec.rb +50 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1-noisbn/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/0192812173.yaml +9 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.cover +0 -0
- data/spec/data/libraries/0.6.1/My Library/0201398257.yaml +10 -0
- data/spec/data/libraries/0.6.1/My Library/1565920007.yaml +10 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140266146.yaml +16 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780140278781.yaml +21 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780571147168.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780575079038.yaml +20 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.cover +0 -0
- data/spec/data/libraries/0.6.2/My Library/9780755322800.yaml +20 -0
- data/spec/spec_helper.rb +46 -0
- data/tasks/rdoc.rake +6 -0
- data/tasks/setup.rb +30 -0
- data/tasks/spec.rake +29 -0
- data/tasks/test.rake +38 -0
- data/test/application_test.rb +39 -0
- data/test/book_test.rb +34 -0
- data/test/data/isbns.txt +3 -0
- data/test/isbn_test.rb +68 -0
- data/test/providers_test.rb +254 -0
- data/test/test_helper.rb +42 -0
- data/util/rake/fileinstall.rb +313 -0
- data/util/rake/gettextgenerate.rb +158 -0
- data/util/rake/omfgenerate.rb +79 -0
- metadata +452 -0
Binary file
|
Binary file
|
@@ -0,0 +1,813 @@
|
|
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://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
+
width="32"
|
13
|
+
height="32"
|
14
|
+
id="svg4908"
|
15
|
+
sodipodi:version="0.32"
|
16
|
+
inkscape:version="0.44+devel"
|
17
|
+
version="1.0"
|
18
|
+
sodipodi:docbase="/home/andreas/project/application icons/32x32"
|
19
|
+
sodipodi:docname="alexandria.svg"
|
20
|
+
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
21
|
+
inkscape:export-filename="/home/andreas/project/application icons/32x32/alexandria.png"
|
22
|
+
inkscape:export-xdpi="90"
|
23
|
+
inkscape:export-ydpi="90"
|
24
|
+
sodipodi:modified="TRUE">
|
25
|
+
<defs
|
26
|
+
id="defs4910">
|
27
|
+
<linearGradient
|
28
|
+
inkscape:collect="always"
|
29
|
+
id="linearGradient2284">
|
30
|
+
<stop
|
31
|
+
style="stop-color:#d3d7cf;stop-opacity:1;"
|
32
|
+
offset="0"
|
33
|
+
id="stop2286" />
|
34
|
+
<stop
|
35
|
+
style="stop-color:#aeb0ab;stop-opacity:1"
|
36
|
+
offset="1"
|
37
|
+
id="stop2288" />
|
38
|
+
</linearGradient>
|
39
|
+
<linearGradient
|
40
|
+
inkscape:collect="always"
|
41
|
+
xlink:href="#linearGradient2284"
|
42
|
+
id="linearGradient2290"
|
43
|
+
x1="17.423727"
|
44
|
+
y1="36.458565"
|
45
|
+
x2="18.851906"
|
46
|
+
y2="29.070097"
|
47
|
+
gradientUnits="userSpaceOnUse"
|
48
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)" />
|
49
|
+
<linearGradient
|
50
|
+
inkscape:collect="always"
|
51
|
+
id="linearGradient2276">
|
52
|
+
<stop
|
53
|
+
style="stop-color:#757672;stop-opacity:1;"
|
54
|
+
offset="0"
|
55
|
+
id="stop2278" />
|
56
|
+
<stop
|
57
|
+
style="stop-color:#9d9e9a;stop-opacity:1"
|
58
|
+
offset="1"
|
59
|
+
id="stop2280" />
|
60
|
+
</linearGradient>
|
61
|
+
<linearGradient
|
62
|
+
inkscape:collect="always"
|
63
|
+
xlink:href="#linearGradient2276"
|
64
|
+
id="linearGradient2282"
|
65
|
+
x1="13.384702"
|
66
|
+
y1="2.9583755"
|
67
|
+
x2="25.94483"
|
68
|
+
y2="32.906288"
|
69
|
+
gradientUnits="userSpaceOnUse"
|
70
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)" />
|
71
|
+
<linearGradient
|
72
|
+
inkscape:collect="always"
|
73
|
+
id="linearGradient2258">
|
74
|
+
<stop
|
75
|
+
style="stop-color:#ff8686;stop-opacity:1"
|
76
|
+
offset="0"
|
77
|
+
id="stop2260" />
|
78
|
+
<stop
|
79
|
+
style="stop-color:#a40000"
|
80
|
+
offset="1"
|
81
|
+
id="stop2262" />
|
82
|
+
</linearGradient>
|
83
|
+
<linearGradient
|
84
|
+
inkscape:collect="always"
|
85
|
+
xlink:href="#linearGradient2258"
|
86
|
+
id="linearGradient1411"
|
87
|
+
gradientUnits="userSpaceOnUse"
|
88
|
+
x1="38.783661"
|
89
|
+
y1="25.046175"
|
90
|
+
x2="35.02327"
|
91
|
+
y2="25.509642"
|
92
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)" />
|
93
|
+
<linearGradient
|
94
|
+
inkscape:collect="always"
|
95
|
+
id="linearGradient2229">
|
96
|
+
<stop
|
97
|
+
style="stop-color:#999b95;stop-opacity:1"
|
98
|
+
offset="0"
|
99
|
+
id="stop2231" />
|
100
|
+
<stop
|
101
|
+
style="stop-color:#d3d7cf;stop-opacity:0;"
|
102
|
+
offset="1"
|
103
|
+
id="stop2233" />
|
104
|
+
</linearGradient>
|
105
|
+
<linearGradient
|
106
|
+
inkscape:collect="always"
|
107
|
+
xlink:href="#linearGradient2229"
|
108
|
+
id="linearGradient1409"
|
109
|
+
gradientUnits="userSpaceOnUse"
|
110
|
+
gradientTransform="matrix(-0.320438,0,0,0.320438,49.586803,30.492236)"
|
111
|
+
x1="24"
|
112
|
+
y1="19.505583"
|
113
|
+
x2="17.223783"
|
114
|
+
y2="19.353201" />
|
115
|
+
<linearGradient
|
116
|
+
id="linearGradient2221"
|
117
|
+
inkscape:collect="always">
|
118
|
+
<stop
|
119
|
+
id="stop2223"
|
120
|
+
offset="0"
|
121
|
+
style="stop-color:#babdb6" />
|
122
|
+
<stop
|
123
|
+
id="stop2225"
|
124
|
+
offset="1"
|
125
|
+
style="stop-color:#d3d7cf;stop-opacity:0;" />
|
126
|
+
</linearGradient>
|
127
|
+
<linearGradient
|
128
|
+
inkscape:collect="always"
|
129
|
+
xlink:href="#linearGradient2221"
|
130
|
+
id="linearGradient2219"
|
131
|
+
x1="24"
|
132
|
+
y1="19.996655"
|
133
|
+
x2="32"
|
134
|
+
y2="19.90625"
|
135
|
+
gradientUnits="userSpaceOnUse"
|
136
|
+
gradientTransform="matrix(-0.320438,0,0,0.320438,49.586803,30.492236)" />
|
137
|
+
<linearGradient
|
138
|
+
inkscape:collect="always"
|
139
|
+
id="linearGradient2184">
|
140
|
+
<stop
|
141
|
+
style="stop-color:#ffffff;stop-opacity:1;"
|
142
|
+
offset="0"
|
143
|
+
id="stop2186" />
|
144
|
+
<stop
|
145
|
+
style="stop-color:#e3e3e3;stop-opacity:1"
|
146
|
+
offset="1"
|
147
|
+
id="stop2188" />
|
148
|
+
</linearGradient>
|
149
|
+
<linearGradient
|
150
|
+
inkscape:collect="always"
|
151
|
+
xlink:href="#linearGradient2184"
|
152
|
+
id="linearGradient2245"
|
153
|
+
gradientUnits="userSpaceOnUse"
|
154
|
+
x1="13.054439"
|
155
|
+
y1="15.055288"
|
156
|
+
x2="32.640141"
|
157
|
+
y2="19.978216"
|
158
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)" />
|
159
|
+
<linearGradient
|
160
|
+
inkscape:collect="always"
|
161
|
+
id="linearGradient5980">
|
162
|
+
<stop
|
163
|
+
style="stop-color:#000000;stop-opacity:1;"
|
164
|
+
offset="0"
|
165
|
+
id="stop5982" />
|
166
|
+
<stop
|
167
|
+
style="stop-color:#000000;stop-opacity:0;"
|
168
|
+
offset="1"
|
169
|
+
id="stop5984" />
|
170
|
+
</linearGradient>
|
171
|
+
<linearGradient
|
172
|
+
inkscape:collect="always"
|
173
|
+
id="linearGradient5958">
|
174
|
+
<stop
|
175
|
+
style="stop-color:#ff0707;stop-opacity:1"
|
176
|
+
offset="0"
|
177
|
+
id="stop5960" />
|
178
|
+
<stop
|
179
|
+
style="stop-color:#8a0000;stop-opacity:1"
|
180
|
+
offset="1"
|
181
|
+
id="stop5962" />
|
182
|
+
</linearGradient>
|
183
|
+
<linearGradient
|
184
|
+
inkscape:collect="always"
|
185
|
+
id="linearGradient5941">
|
186
|
+
<stop
|
187
|
+
style="stop-color:#7d4e01;stop-opacity:1"
|
188
|
+
offset="0"
|
189
|
+
id="stop5943" />
|
190
|
+
<stop
|
191
|
+
style="stop-color:#a96801;stop-opacity:1"
|
192
|
+
offset="1"
|
193
|
+
id="stop5945" />
|
194
|
+
</linearGradient>
|
195
|
+
<linearGradient
|
196
|
+
inkscape:collect="always"
|
197
|
+
xlink:href="#linearGradient5941"
|
198
|
+
id="linearGradient5947"
|
199
|
+
x1="9.9384851"
|
200
|
+
y1="11.43926"
|
201
|
+
x2="9.9843884"
|
202
|
+
y2="1.4955717"
|
203
|
+
gradientUnits="userSpaceOnUse"
|
204
|
+
gradientTransform="matrix(1.6666668,0,0,1.5770797,-2.3333337,-1.6822827)" />
|
205
|
+
<filter
|
206
|
+
inkscape:collect="always"
|
207
|
+
x="-0.043365035"
|
208
|
+
width="1.0867301"
|
209
|
+
y="-0.13146453"
|
210
|
+
height="1.2629291"
|
211
|
+
id="filter6022">
|
212
|
+
<feGaussianBlur
|
213
|
+
inkscape:collect="always"
|
214
|
+
stdDeviation="0.41139686"
|
215
|
+
id="feGaussianBlur6024" />
|
216
|
+
</filter>
|
217
|
+
<radialGradient
|
218
|
+
inkscape:collect="always"
|
219
|
+
xlink:href="#linearGradient5958"
|
220
|
+
id="radialGradient5964"
|
221
|
+
cx="16.362822"
|
222
|
+
cy="24.300686"
|
223
|
+
fx="16.362822"
|
224
|
+
fy="24.300686"
|
225
|
+
r="2.5908539"
|
226
|
+
gradientTransform="matrix(0.8503472,-1.7338529e-2,2.0918462e-2,0.982729,1.9404092,0.711889)"
|
227
|
+
gradientUnits="userSpaceOnUse" />
|
228
|
+
<linearGradient
|
229
|
+
inkscape:collect="always"
|
230
|
+
xlink:href="#linearGradient5980"
|
231
|
+
id="linearGradient5986"
|
232
|
+
x1="20.63868"
|
233
|
+
y1="11.186254"
|
234
|
+
x2="20.63868"
|
235
|
+
y2="12.779696"
|
236
|
+
gradientUnits="userSpaceOnUse"
|
237
|
+
gradientTransform="matrix(1.2,0,0,0.5000001,-8.6000009,1.4999989)" />
|
238
|
+
<linearGradient
|
239
|
+
inkscape:collect="always"
|
240
|
+
xlink:href="#linearGradient2184"
|
241
|
+
id="linearGradient6551"
|
242
|
+
gradientUnits="userSpaceOnUse"
|
243
|
+
x1="13.054439"
|
244
|
+
y1="15.055288"
|
245
|
+
x2="32.640141"
|
246
|
+
y2="19.978216" />
|
247
|
+
<linearGradient
|
248
|
+
inkscape:collect="always"
|
249
|
+
xlink:href="#linearGradient2221"
|
250
|
+
id="linearGradient6553"
|
251
|
+
gradientUnits="userSpaceOnUse"
|
252
|
+
gradientTransform="matrix(-1,0,0,1,48,0)"
|
253
|
+
x1="24"
|
254
|
+
y1="19.996655"
|
255
|
+
x2="32"
|
256
|
+
y2="19.90625" />
|
257
|
+
<linearGradient
|
258
|
+
inkscape:collect="always"
|
259
|
+
xlink:href="#linearGradient2229"
|
260
|
+
id="linearGradient6555"
|
261
|
+
gradientUnits="userSpaceOnUse"
|
262
|
+
gradientTransform="matrix(-1,0,0,1,48,0)"
|
263
|
+
x1="24"
|
264
|
+
y1="19.505583"
|
265
|
+
x2="17.223783"
|
266
|
+
y2="19.353201" />
|
267
|
+
<linearGradient
|
268
|
+
inkscape:collect="always"
|
269
|
+
xlink:href="#linearGradient5980"
|
270
|
+
id="linearGradient6082"
|
271
|
+
gradientUnits="userSpaceOnUse"
|
272
|
+
gradientTransform="matrix(1.2,0,0,0.5000001,-8.5999992,9.4999987)"
|
273
|
+
x1="20.63868"
|
274
|
+
y1="11.186254"
|
275
|
+
x2="20.63868"
|
276
|
+
y2="12.779696" />
|
277
|
+
<linearGradient
|
278
|
+
inkscape:collect="always"
|
279
|
+
xlink:href="#linearGradient5980"
|
280
|
+
id="linearGradient6120"
|
281
|
+
gradientUnits="userSpaceOnUse"
|
282
|
+
gradientTransform="matrix(1.2,0,0,0.5000001,-8.6000021,16.499999)"
|
283
|
+
x1="20.63868"
|
284
|
+
y1="11.186254"
|
285
|
+
x2="20.63868"
|
286
|
+
y2="12.779696" />
|
287
|
+
<linearGradient
|
288
|
+
inkscape:collect="always"
|
289
|
+
xlink:href="#linearGradient2258"
|
290
|
+
id="linearGradient6270"
|
291
|
+
gradientUnits="userSpaceOnUse"
|
292
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)"
|
293
|
+
x1="38.783661"
|
294
|
+
y1="25.046175"
|
295
|
+
x2="35.02327"
|
296
|
+
y2="25.509642" />
|
297
|
+
<linearGradient
|
298
|
+
inkscape:collect="always"
|
299
|
+
xlink:href="#linearGradient2284"
|
300
|
+
id="linearGradient6272"
|
301
|
+
gradientUnits="userSpaceOnUse"
|
302
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)"
|
303
|
+
x1="17.423727"
|
304
|
+
y1="36.458565"
|
305
|
+
x2="18.851906"
|
306
|
+
y2="29.070097" />
|
307
|
+
<linearGradient
|
308
|
+
inkscape:collect="always"
|
309
|
+
xlink:href="#linearGradient2184"
|
310
|
+
id="linearGradient6274"
|
311
|
+
gradientUnits="userSpaceOnUse"
|
312
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)"
|
313
|
+
x1="13.054439"
|
314
|
+
y1="15.055288"
|
315
|
+
x2="32.640141"
|
316
|
+
y2="19.978216" />
|
317
|
+
<linearGradient
|
318
|
+
inkscape:collect="always"
|
319
|
+
xlink:href="#linearGradient2276"
|
320
|
+
id="linearGradient6276"
|
321
|
+
gradientUnits="userSpaceOnUse"
|
322
|
+
gradientTransform="matrix(0.320438,0,0,0.320438,34.205779,30.492236)"
|
323
|
+
x1="13.384702"
|
324
|
+
y1="2.9583755"
|
325
|
+
x2="25.94483"
|
326
|
+
y2="32.906288" />
|
327
|
+
<linearGradient
|
328
|
+
inkscape:collect="always"
|
329
|
+
xlink:href="#linearGradient2221"
|
330
|
+
id="linearGradient6278"
|
331
|
+
gradientUnits="userSpaceOnUse"
|
332
|
+
gradientTransform="matrix(-0.320438,0,0,0.320438,49.586803,30.492236)"
|
333
|
+
x1="24"
|
334
|
+
y1="19.996655"
|
335
|
+
x2="32"
|
336
|
+
y2="19.90625" />
|
337
|
+
<linearGradient
|
338
|
+
inkscape:collect="always"
|
339
|
+
xlink:href="#linearGradient2229"
|
340
|
+
id="linearGradient6280"
|
341
|
+
gradientUnits="userSpaceOnUse"
|
342
|
+
gradientTransform="matrix(-0.320438,0,0,0.320438,49.586803,30.492236)"
|
343
|
+
x1="24"
|
344
|
+
y1="19.505583"
|
345
|
+
x2="17.223783"
|
346
|
+
y2="19.353201" />
|
347
|
+
</defs>
|
348
|
+
<sodipodi:namedview
|
349
|
+
id="base"
|
350
|
+
pagecolor="#ffffff"
|
351
|
+
bordercolor="#666666"
|
352
|
+
borderopacity="1.0"
|
353
|
+
inkscape:pageopacity="0.0"
|
354
|
+
inkscape:pageshadow="2"
|
355
|
+
inkscape:zoom="8"
|
356
|
+
inkscape:cx="33.493761"
|
357
|
+
inkscape:cy="16.499355"
|
358
|
+
inkscape:current-layer="layer1"
|
359
|
+
showgrid="false"
|
360
|
+
inkscape:grid-bbox="true"
|
361
|
+
inkscape:document-units="px"
|
362
|
+
width="32px"
|
363
|
+
height="32px"
|
364
|
+
inkscape:window-width="1680"
|
365
|
+
inkscape:window-height="973"
|
366
|
+
inkscape:window-x="3"
|
367
|
+
inkscape:window-y="51"
|
368
|
+
showguides="true"
|
369
|
+
inkscape:guide-bbox="true" />
|
370
|
+
<metadata
|
371
|
+
id="metadata4913">
|
372
|
+
<rdf:RDF>
|
373
|
+
<cc:Work
|
374
|
+
rdf:about="">
|
375
|
+
<dc:format>image/svg+xml</dc:format>
|
376
|
+
<dc:type
|
377
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
378
|
+
</cc:Work>
|
379
|
+
</rdf:RDF>
|
380
|
+
</metadata>
|
381
|
+
<g
|
382
|
+
id="layer1"
|
383
|
+
inkscape:label="Layer 1"
|
384
|
+
inkscape:groupmode="layer">
|
385
|
+
<path
|
386
|
+
style="opacity:0.26630435;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter6022)"
|
387
|
+
d="M 1,19.1875 L 2.9375,16.0625 L 19.1875,16.0625 L 21,19.1875 L 21,22 L 1,22 L 1,19.1875 z "
|
388
|
+
id="rect5955"
|
389
|
+
sodipodi:nodetypes="ccccccc"
|
390
|
+
transform="matrix(1.2899478,0,0,1.2797372,1.9110962,3.3121263)" />
|
391
|
+
<path
|
392
|
+
style="opacity:1;fill:#c17d11;fill-opacity:1;stroke:url(#linearGradient5947);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
393
|
+
d="M 7.6666672,1.5 L 3.5,4.8019188 L 3.5,30.5 L 28.500001,30.5 L 28.500001,4.9004863 L 24.229168,1.5 L 7.6666672,1.5 z "
|
394
|
+
id="rect4937"
|
395
|
+
sodipodi:nodetypes="ccccccc" />
|
396
|
+
<rect
|
397
|
+
style="opacity:1;fill:#4e2f00;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
398
|
+
id="rect5908"
|
399
|
+
width="18.999998"
|
400
|
+
height="6"
|
401
|
+
x="6.4999995"
|
402
|
+
y="6.5" />
|
403
|
+
<path
|
404
|
+
style="opacity:0.36413042;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
405
|
+
d="M 4.4999997,29.499998 L 4.4999997,5.2173273 L 8.0224578,2.4999999 L 23.907332,2.4999999 L 27.499999,5.350151 L 27.499999,29.406945 L 4.4999997,29.499998 z "
|
406
|
+
id="path5914"
|
407
|
+
sodipodi:nodetypes="ccccccc" />
|
408
|
+
<path
|
409
|
+
style="opacity:1;fill:#6c4301;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
|
410
|
+
d="M 9.2779109,11 L 22.918752,11 L 25.211028,12 L 7,12 L 9.2779109,11 z "
|
411
|
+
id="rect5916"
|
412
|
+
sodipodi:nodetypes="ccccc" />
|
413
|
+
<path
|
414
|
+
style="opacity:0.15760869;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
415
|
+
d="M 4,5 L 28,5 L 24.089286,2 L 7.8035718,2 L 4,5 z "
|
416
|
+
id="path5927"
|
417
|
+
sodipodi:nodetypes="ccccc" />
|
418
|
+
<rect
|
419
|
+
style="opacity:1;fill:#613c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
420
|
+
id="rect5929"
|
421
|
+
width="13.929658"
|
422
|
+
height="4"
|
423
|
+
x="9"
|
424
|
+
y="7" />
|
425
|
+
<rect
|
426
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
427
|
+
id="rect6041"
|
428
|
+
width="1"
|
429
|
+
height="5"
|
430
|
+
x="20"
|
431
|
+
y="7" />
|
432
|
+
<rect
|
433
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
434
|
+
id="rect6045"
|
435
|
+
width="1"
|
436
|
+
height="4.9999995"
|
437
|
+
x="21"
|
438
|
+
y="7" />
|
439
|
+
<rect
|
440
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
441
|
+
id="rect6022"
|
442
|
+
width="1"
|
443
|
+
height="5"
|
444
|
+
x="18"
|
445
|
+
y="7" />
|
446
|
+
<rect
|
447
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
448
|
+
id="rect6024"
|
449
|
+
width="1"
|
450
|
+
height="4.9999995"
|
451
|
+
x="19"
|
452
|
+
y="7" />
|
453
|
+
<rect
|
454
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
455
|
+
id="rect6026"
|
456
|
+
width="1"
|
457
|
+
height="5"
|
458
|
+
x="16"
|
459
|
+
y="7" />
|
460
|
+
<rect
|
461
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
462
|
+
id="rect6028"
|
463
|
+
width="1"
|
464
|
+
height="4.9999995"
|
465
|
+
x="17"
|
466
|
+
y="7" />
|
467
|
+
<rect
|
468
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
469
|
+
id="rect6030"
|
470
|
+
width="1"
|
471
|
+
height="5"
|
472
|
+
x="14"
|
473
|
+
y="7" />
|
474
|
+
<rect
|
475
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
476
|
+
id="rect6032"
|
477
|
+
width="1"
|
478
|
+
height="4.9999995"
|
479
|
+
x="15"
|
480
|
+
y="7" />
|
481
|
+
<rect
|
482
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
483
|
+
id="rect6034"
|
484
|
+
width="1"
|
485
|
+
height="5"
|
486
|
+
x="12"
|
487
|
+
y="7" />
|
488
|
+
<rect
|
489
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
490
|
+
id="rect6036"
|
491
|
+
width="1"
|
492
|
+
height="4.9999995"
|
493
|
+
x="13"
|
494
|
+
y="7" />
|
495
|
+
<rect
|
496
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
497
|
+
id="rect6038"
|
498
|
+
width="1"
|
499
|
+
height="5"
|
500
|
+
x="10"
|
501
|
+
y="7" />
|
502
|
+
<rect
|
503
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
504
|
+
id="rect6040"
|
505
|
+
width="1"
|
506
|
+
height="4.9999995"
|
507
|
+
x="11"
|
508
|
+
y="7" />
|
509
|
+
<rect
|
510
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
511
|
+
id="rect6042"
|
512
|
+
width="1"
|
513
|
+
height="5"
|
514
|
+
x="8"
|
515
|
+
y="7" />
|
516
|
+
<rect
|
517
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
518
|
+
id="rect6044"
|
519
|
+
width="1"
|
520
|
+
height="4.9999995"
|
521
|
+
x="9"
|
522
|
+
y="7" />
|
523
|
+
<rect
|
524
|
+
style="opacity:0.41304345;fill:url(#linearGradient5986);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
525
|
+
id="rect5978"
|
526
|
+
width="18"
|
527
|
+
height="1.0000001"
|
528
|
+
x="7"
|
529
|
+
y="7" />
|
530
|
+
<rect
|
531
|
+
style="opacity:1;fill:#4e2f00;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
532
|
+
id="rect6046"
|
533
|
+
width="18.999998"
|
534
|
+
height="5"
|
535
|
+
x="6.5000019"
|
536
|
+
y="14.5" />
|
537
|
+
<path
|
538
|
+
style="opacity:1;fill:#6c4301;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
|
539
|
+
d="M 9.2729212,18 L 22.913761,18 L 25.206037,19 L 6.9950102,19 L 9.2729212,18 z "
|
540
|
+
id="path6048"
|
541
|
+
sodipodi:nodetypes="ccccc" />
|
542
|
+
<rect
|
543
|
+
style="opacity:1;fill:#613c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
544
|
+
id="rect6050"
|
545
|
+
width="13.929658"
|
546
|
+
height="3"
|
547
|
+
x="9.0000019"
|
548
|
+
y="15" />
|
549
|
+
<rect
|
550
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
551
|
+
id="rect6052"
|
552
|
+
width="1"
|
553
|
+
height="4"
|
554
|
+
x="20"
|
555
|
+
y="15" />
|
556
|
+
<rect
|
557
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
558
|
+
id="rect6054"
|
559
|
+
width="1"
|
560
|
+
height="3.9999995"
|
561
|
+
x="21"
|
562
|
+
y="15" />
|
563
|
+
<rect
|
564
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
565
|
+
id="rect6056"
|
566
|
+
width="1"
|
567
|
+
height="4"
|
568
|
+
x="18.000002"
|
569
|
+
y="15" />
|
570
|
+
<rect
|
571
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
572
|
+
id="rect6058"
|
573
|
+
width="1"
|
574
|
+
height="3.9999995"
|
575
|
+
x="19"
|
576
|
+
y="15" />
|
577
|
+
<rect
|
578
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
579
|
+
id="rect6060"
|
580
|
+
width="1"
|
581
|
+
height="4"
|
582
|
+
x="16.000002"
|
583
|
+
y="15" />
|
584
|
+
<rect
|
585
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
586
|
+
id="rect6062"
|
587
|
+
width="1"
|
588
|
+
height="3.9999995"
|
589
|
+
x="17.000002"
|
590
|
+
y="15" />
|
591
|
+
<rect
|
592
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
593
|
+
id="rect6064"
|
594
|
+
width="1"
|
595
|
+
height="4"
|
596
|
+
x="14.000002"
|
597
|
+
y="15" />
|
598
|
+
<rect
|
599
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
600
|
+
id="rect6066"
|
601
|
+
width="1"
|
602
|
+
height="3.9999995"
|
603
|
+
x="15.000002"
|
604
|
+
y="15" />
|
605
|
+
<rect
|
606
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
607
|
+
id="rect6068"
|
608
|
+
width="1"
|
609
|
+
height="4"
|
610
|
+
x="12.000002"
|
611
|
+
y="15" />
|
612
|
+
<rect
|
613
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
614
|
+
id="rect6070"
|
615
|
+
width="1"
|
616
|
+
height="3.9999995"
|
617
|
+
x="13.000002"
|
618
|
+
y="15" />
|
619
|
+
<rect
|
620
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
621
|
+
id="rect6072"
|
622
|
+
width="1"
|
623
|
+
height="4"
|
624
|
+
x="10.000002"
|
625
|
+
y="15" />
|
626
|
+
<rect
|
627
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
628
|
+
id="rect6074"
|
629
|
+
width="1"
|
630
|
+
height="3.9999995"
|
631
|
+
x="11.000002"
|
632
|
+
y="15" />
|
633
|
+
<rect
|
634
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
635
|
+
id="rect6076"
|
636
|
+
width="1"
|
637
|
+
height="4"
|
638
|
+
x="8.0000019"
|
639
|
+
y="15" />
|
640
|
+
<rect
|
641
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
642
|
+
id="rect6078"
|
643
|
+
width="1"
|
644
|
+
height="3.9999995"
|
645
|
+
x="9.0000019"
|
646
|
+
y="15" />
|
647
|
+
<rect
|
648
|
+
style="opacity:0.41304345;fill:url(#linearGradient6082);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
649
|
+
id="rect6080"
|
650
|
+
width="18"
|
651
|
+
height="1.0000001"
|
652
|
+
x="7.0000019"
|
653
|
+
y="15" />
|
654
|
+
<rect
|
655
|
+
style="opacity:1;fill:#4e2f00;fill-opacity:1;stroke:#8f5902;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
656
|
+
id="rect6084"
|
657
|
+
width="18.999998"
|
658
|
+
height="5"
|
659
|
+
x="6.5"
|
660
|
+
y="21.5" />
|
661
|
+
<path
|
662
|
+
style="opacity:1;fill:#6c4301;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
|
663
|
+
d="M 9.2729181,25 L 22.913758,25 L 25.206034,26 L 6.9950071,26 L 9.2729181,25 z "
|
664
|
+
id="path6086"
|
665
|
+
sodipodi:nodetypes="ccccc" />
|
666
|
+
<rect
|
667
|
+
style="opacity:1;fill:#613c00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
668
|
+
id="rect6088"
|
669
|
+
width="13.929658"
|
670
|
+
height="3"
|
671
|
+
x="9"
|
672
|
+
y="22" />
|
673
|
+
<rect
|
674
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
675
|
+
id="rect6090"
|
676
|
+
width="1"
|
677
|
+
height="4"
|
678
|
+
x="21.999996"
|
679
|
+
y="22" />
|
680
|
+
<rect
|
681
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
682
|
+
id="rect6092"
|
683
|
+
width="1"
|
684
|
+
height="3.9999995"
|
685
|
+
x="22.999996"
|
686
|
+
y="22" />
|
687
|
+
<rect
|
688
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
689
|
+
id="rect6094"
|
690
|
+
width="1"
|
691
|
+
height="4"
|
692
|
+
x="19.999996"
|
693
|
+
y="22" />
|
694
|
+
<rect
|
695
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
696
|
+
id="rect6096"
|
697
|
+
width="1"
|
698
|
+
height="3.9999995"
|
699
|
+
x="20.999996"
|
700
|
+
y="22" />
|
701
|
+
<rect
|
702
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
703
|
+
id="rect6098"
|
704
|
+
width="1"
|
705
|
+
height="4"
|
706
|
+
x="17.999998"
|
707
|
+
y="22" />
|
708
|
+
<rect
|
709
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
710
|
+
id="rect6100"
|
711
|
+
width="1"
|
712
|
+
height="3.9999995"
|
713
|
+
x="18.999996"
|
714
|
+
y="22" />
|
715
|
+
<rect
|
716
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
717
|
+
id="rect6102"
|
718
|
+
width="1"
|
719
|
+
height="4"
|
720
|
+
x="15.999998"
|
721
|
+
y="22" />
|
722
|
+
<rect
|
723
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
724
|
+
id="rect6104"
|
725
|
+
width="1"
|
726
|
+
height="3.9999995"
|
727
|
+
x="16.999998"
|
728
|
+
y="22" />
|
729
|
+
<rect
|
730
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
731
|
+
id="rect6106"
|
732
|
+
width="1"
|
733
|
+
height="4"
|
734
|
+
x="13.999998"
|
735
|
+
y="22" />
|
736
|
+
<rect
|
737
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
738
|
+
id="rect6108"
|
739
|
+
width="1"
|
740
|
+
height="3.9999995"
|
741
|
+
x="14.999998"
|
742
|
+
y="22" />
|
743
|
+
<rect
|
744
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
745
|
+
id="rect6110"
|
746
|
+
width="1"
|
747
|
+
height="4"
|
748
|
+
x="11.999998"
|
749
|
+
y="22" />
|
750
|
+
<rect
|
751
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
752
|
+
id="rect6112"
|
753
|
+
width="1"
|
754
|
+
height="3.9999995"
|
755
|
+
x="12.999998"
|
756
|
+
y="22" />
|
757
|
+
<rect
|
758
|
+
style="opacity:1;fill:#babdb6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
759
|
+
id="rect6114"
|
760
|
+
width="1"
|
761
|
+
height="4"
|
762
|
+
x="9.9999981"
|
763
|
+
y="22" />
|
764
|
+
<rect
|
765
|
+
style="opacity:1;fill:#555753;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
766
|
+
id="rect6116"
|
767
|
+
width="1"
|
768
|
+
height="3.9999995"
|
769
|
+
x="10.999998"
|
770
|
+
y="22" />
|
771
|
+
<rect
|
772
|
+
style="opacity:0.41304345;fill:url(#linearGradient6120);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
773
|
+
id="rect6118"
|
774
|
+
width="18"
|
775
|
+
height="1.0000001"
|
776
|
+
x="7"
|
777
|
+
y="22" />
|
778
|
+
<g
|
779
|
+
id="g6262"
|
780
|
+
transform="translate(-17.896077,-12.878149)">
|
781
|
+
<path
|
782
|
+
style="fill:url(#linearGradient6270);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.22924781;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
783
|
+
d="M 44.896077,39.878149 L 44.896077,42.378149 L 45.896077,41.378149 L 46.896077,42.378149 L 46.896077,40.378149 C 46.896077,33.378149 42.896077,35.378149 42.396077,31.378149 L 41.896077,31.878149 C 42.896077,36.378149 44.896077,33.878149 44.896077,39.878149 z "
|
784
|
+
id="path2227"
|
785
|
+
sodipodi:nodetypes="cccccccc" />
|
786
|
+
<path
|
787
|
+
style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:0.99999964;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:17.85;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
788
|
+
d="M 34.396077,32.418032 L 49.396077,32.418032 L 49.396077,44.375183 L 45.396077,44.378149 L 43.896077,43.378149 L 42.896077,44.378149 L 40.896077,44.378149 L 39.896077,43.378149 L 38.396077,44.378149 L 34.396077,44.375183 L 34.396077,32.418032 z "
|
789
|
+
id="rect1304"
|
790
|
+
sodipodi:nodetypes="ccccccccccc" />
|
791
|
+
<path
|
792
|
+
style="fill:url(#linearGradient6272);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.12072754;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
793
|
+
d="M 34.896077,42.878149 L 48.896077,42.878149 L 48.396077,38.378149 L 35.396077,38.378149 L 34.896077,42.878149 z "
|
794
|
+
id="path2180"
|
795
|
+
sodipodi:nodetypes="ccccc" />
|
796
|
+
<path
|
797
|
+
style="fill:url(#linearGradient6274);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6276);stroke-width:0.99999923;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
798
|
+
d="M 35.396077,41.878149 C 36.896077,40.878149 39.396077,39.193822 41.896077,41.378149 C 44.427644,39.193822 46.896077,40.878149 48.396077,41.878149 L 48.396077,31.878149 C 45.896077,30.378149 43.927644,29.75188 41.896077,31.378149 C 39.864509,29.720313 37.896077,30.378149 35.396077,31.878149 L 35.396077,41.878149 z "
|
799
|
+
id="path2182"
|
800
|
+
sodipodi:nodetypes="ccccccc" />
|
801
|
+
<path
|
802
|
+
style="color:#000000;fill:url(#linearGradient6278);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:17.85;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
803
|
+
d="M 41.896077,31.878149 C 41.255201,31.397492 40.01761,30.71793 38.896077,30.878149 L 38.896077,39.378149 C 39.536953,39.057711 41.255723,39.701348 41.896599,40.342224 L 41.896077,31.878149 z "
|
804
|
+
id="rect2192"
|
805
|
+
sodipodi:nodetypes="ccccc" />
|
806
|
+
<path
|
807
|
+
style="color:#000000;fill:url(#linearGradient6280);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:17.85;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
|
808
|
+
d="M 41.896077,31.878149 C 42.287416,31.655085 43.360231,30.848327 43.896077,30.878149 L 43.896077,39.378149 C 43.41542,39.21793 42.376734,40.057711 41.896077,40.378149 L 41.896077,31.878149 z "
|
809
|
+
id="path2195"
|
810
|
+
sodipodi:nodetypes="ccccc" />
|
811
|
+
</g>
|
812
|
+
</g>
|
813
|
+
</svg>
|