From 8bc22701fbef17c24de6f2f8af282da08eba5766 Mon Sep 17 00:00:00 2001 From: koem Date: Sat, 9 Feb 2013 18:14:29 +1300 Subject: Icons for OC - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons --- main/project/attributes/iconlist.txt | 191 ++++---- main/project/attributes/listEnStrings.sh | 23 + main/project/attributes/makeEnums.sh | 27 ++ main/project/attributes/makeGpxIdArray.sh | 0 main/project/attributes/makehtmlpage1res.sh | 25 +- main/project/attributes/makeicons1res.sh | 9 +- main/project/attributes/nounwork.sh | 20 + main/project/attributes/ocicons.html | 56 +++ main/project/attributes/readme.txt | 64 ++- main/project/attributes/svgs/abandonedbuilding.svg | 48 +- main/project/attributes/svgs/aircraft.svg | 48 ++ main/project/attributes/svgs/all_seasons.svg | 62 +++ main/project/attributes/svgs/arithmetic.svg | 61 +++ main/project/attributes/svgs/ask_owner.svg | 76 +++ main/project/attributes/svgs/available.svg | 2 +- main/project/attributes/svgs/breeding.svg | 55 +++ main/project/attributes/svgs/cave.svg | 76 +++ main/project/attributes/svgs/compass.svg | 143 ++++++ main/project/attributes/svgs/cow.svg | 2 +- main/project/attributes/svgs/danger.svg | 2 +- main/project/attributes/svgs/day.svg | 98 ++++ main/project/attributes/svgs/fee.svg | 2 +- main/project/attributes/svgs/field_puzzle.svg | 51 +- main/project/attributes/svgs/firstaid.svg | 12 +- main/project/attributes/svgs/flashlight.svg | 143 +++--- main/project/attributes/svgs/frontyard.svg | 2 +- main/project/attributes/svgs/hike_long.svg | 2 +- main/project/attributes/svgs/hike_med.svg | 2 +- main/project/attributes/svgs/hike_short.svg | 2 +- main/project/attributes/svgs/hills.svg | 514 ++++++++++++++++++++ main/project/attributes/svgs/hunting.svg | 57 ++- main/project/attributes/svgs/icon_not_found.svg | 70 --- main/project/attributes/svgs/in_water.svg | 91 ++++ main/project/attributes/svgs/inside.svg | 102 ++++ main/project/attributes/svgs/investigation.svg | 72 +++ main/project/attributes/svgs/kids.svg | 99 ++-- main/project/attributes/svgs/landf.svg | 2 +- main/project/attributes/svgs/letterbox.svg | 64 +++ main/project/attributes/svgs/link_only.svg | 74 +++ main/project/attributes/svgs/maintenance.svg | 57 +++ main/project/attributes/svgs/moving_target.svg | 87 ++++ main/project/attributes/svgs/nightcache.svg | 75 +-- main/project/attributes/svgs/no_gps.svg | 74 +++ main/project/attributes/svgs/oc_only.svg | 83 ++++ main/project/attributes/svgs/onehour.svg | 72 ++- main/project/attributes/svgs/other_cache.svg | 75 +++ main/project/attributes/svgs/overnight.svg | 81 ++++ main/project/attributes/svgs/parkngrab.svg | 75 +-- main/project/attributes/svgs/partnership.svg | 173 +++---- main/project/attributes/svgs/poi.svg | 60 +++ main/project/attributes/svgs/poisonoak.svg | 108 +++-- main/project/attributes/svgs/puzzle.svg | 179 +++++++ main/project/attributes/svgs/railway.svg | 53 +++ main/project/attributes/svgs/s_tool.svg | 66 +-- main/project/attributes/svgs/seasonal.svg | 2 +- main/project/attributes/svgs/snow_proof.svg | 114 +++++ main/project/attributes/svgs/specific_times.svg | 73 +++ main/project/attributes/svgs/stealth.svg | 2 +- main/project/attributes/svgs/swamp.svg | 522 +++++++++++++++++++++ main/project/attributes/svgs/syringe.svg | 58 +++ main/project/attributes/svgs/teamwork.svg | 105 ++--- main/project/attributes/svgs/thorn.svg | 2 +- main/project/attributes/svgs/ticks.svg | 2 +- main/project/attributes/svgs/tide.svg | 52 ++ main/project/attributes/svgs/treeclimbing.svg | 45 +- main/project/attributes/svgs/unknown.svg | 70 +++ main/project/attributes/svgs/uv.svg | 2 +- main/project/attributes/svgs/webcam.svg | 60 +++ main/project/attributes/svgs/wirelessbeacon.svg | 32 +- 69 files changed, 4155 insertions(+), 753 deletions(-) create mode 100755 main/project/attributes/listEnStrings.sh create mode 100755 main/project/attributes/makeEnums.sh mode change 100644 => 100755 main/project/attributes/makeGpxIdArray.sh mode change 100644 => 100755 main/project/attributes/makehtmlpage1res.sh mode change 100644 => 100755 main/project/attributes/makeicons1res.sh create mode 100755 main/project/attributes/nounwork.sh create mode 100644 main/project/attributes/ocicons.html create mode 100644 main/project/attributes/svgs/aircraft.svg create mode 100644 main/project/attributes/svgs/all_seasons.svg create mode 100644 main/project/attributes/svgs/arithmetic.svg create mode 100644 main/project/attributes/svgs/ask_owner.svg create mode 100644 main/project/attributes/svgs/breeding.svg create mode 100644 main/project/attributes/svgs/cave.svg create mode 100644 main/project/attributes/svgs/compass.svg create mode 100644 main/project/attributes/svgs/day.svg create mode 100644 main/project/attributes/svgs/hills.svg delete mode 100644 main/project/attributes/svgs/icon_not_found.svg create mode 100644 main/project/attributes/svgs/in_water.svg create mode 100644 main/project/attributes/svgs/inside.svg create mode 100644 main/project/attributes/svgs/investigation.svg create mode 100644 main/project/attributes/svgs/letterbox.svg create mode 100644 main/project/attributes/svgs/link_only.svg create mode 100644 main/project/attributes/svgs/maintenance.svg create mode 100644 main/project/attributes/svgs/moving_target.svg create mode 100644 main/project/attributes/svgs/no_gps.svg create mode 100644 main/project/attributes/svgs/oc_only.svg create mode 100644 main/project/attributes/svgs/other_cache.svg create mode 100644 main/project/attributes/svgs/overnight.svg create mode 100644 main/project/attributes/svgs/poi.svg create mode 100644 main/project/attributes/svgs/puzzle.svg create mode 100644 main/project/attributes/svgs/railway.svg create mode 100644 main/project/attributes/svgs/snow_proof.svg create mode 100644 main/project/attributes/svgs/specific_times.svg create mode 100644 main/project/attributes/svgs/swamp.svg create mode 100644 main/project/attributes/svgs/syringe.svg create mode 100644 main/project/attributes/svgs/tide.svg create mode 100644 main/project/attributes/svgs/unknown.svg create mode 100644 main/project/attributes/svgs/webcam.svg (limited to 'main/project') diff --git a/main/project/attributes/iconlist.txt b/main/project/attributes/iconlist.txt index 69c9e75..046add1 100644 --- a/main/project/attributes/iconlist.txt +++ b/main/project/attributes/iconlist.txt @@ -1,98 +1,111 @@ # Definitions for attributes: # - internal name: used as -# a) name of string, prefixed with "attribute_" -# b) name of icon, prefixed with "attribute_" -# - gsx: id used in groundspeak GPX files +# a) for GC caches this is the ID with which it is found in c:geo +# b) name of string, prefixed with "attribute_" +# c) name of icon, prefixed with "attribute_" +# - gcid: id used in groundspeak GPX files +# - ocid: opencaching id # - man: graphic is selfmade or overhauled # - license: type of license # - copyright holder: Name of person # - URL: icon is based on graphic downloadable here # -# internal name | gsx | man | license | copyright holder | URL +# No blank lines! Use # for comments +# No reordering! This will mess up the scripts checking for missing localized strings # -# Permissions (allowed / not allowed) +# internal name | gcid | ocid | man | license | copyright holder | URL +dogs | 1 | | | PD | | http://thenounproject.com/noun/dog/#icon-No364 +bicycles | 32 | | x | PD | | http://thenounproject.com/noun/bicycle/#icon-No536 +motorcycles | 33 | | | PD | | http://thenounproject.com/noun/motorcycle/#icon-No53 +quads | 34 | | | PD | USA National Park Service | http://thenounproject.com/noun/4-wheeler/#icon-No228 +jeeps | 35 | | | PD | USA National Park Service | http://thenounproject.com/noun/jeep/#icon-No57 +snowmobiles | 36 | | | PD | USA National Park Service | http://thenounproject.com/noun/snowmobile/#icon-No505 +horses | 37 | | | PD | USA National Park Service | http://thenounproject.com/noun/horseback-trail/#icon-No329 +campfires | 38 | | | PD | USA National Park Service | http://thenounproject.com/noun/campfire/#icon-No196 +rv | 46 | | | PD | USA National Park Service | http://thenounproject.com/noun/camper/#icon-No86 +kids | 6 | 59 | x | PD | | http://thenounproject.com/noun/teddy-bear/#icon-No6843 +onehour | 7 | | x | CC0 | The Noun Project | http://thenounproject.com/noun/clock/#icon-No2306 +scenic | 8 | | | PD | USA National Park Service | http://thenounproject.com/noun/binoculars/#icon-No112 +hiking | 9 | 25 | | PD | USA National Park Service | http://thenounproject.com/noun/hiker/#icon-No562 +climbing | 10 | 28 | | PD | USA National Park Service | http://thenounproject.com/noun/climbing/#icon-No526 +wading | 11 | | x | PD | USA National Park Service | http://thenounproject.com/noun/wading/#icon-No581 +swimming | 12 | 29 | | PD | USA National Park Service | http://thenounproject.com/noun/swimming/#icon-No226 +available | 13 | 38 | x | PD | koem | selfmade +night | 14 | | | PD | | http://thenounproject.com/noun/moon/#icon-No128 +winter | 15 | | | PD | USA National Park Service | http://thenounproject.com/noun/snow/#icon-No64 +stealth | 40 | | x | PD | Celine | http://www.specialweb.com/original/icons4.html +firstaid | 42 | | | PD | Roger Cook, Dan Shanosky | http://thenounproject.com/noun/first-aid/#icon-No535 +cow | 43 | | | PD | | http://www.openclipart.org/people/Anonymous/mucca.svg +field_puzzle | 47 | | x | PD | nicubunu | http://www.openclipart.org/detail/15169/red-jigsaw-piece-13-by-nicubunu http://thenounproject.com/noun/running/#icon-No246 +nightcache | 52 | 1 | x | PD | | http://thenounproject.com/noun/moon/#icon-No128 +parkngrab | 53 | 24 | x | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/parking/#icon-No27 +abandonedbuilding | 54 | | x | CC0 | | http://thenounproject.com/noun/house/#icon-No4399 +hike_short | 55 | | x | PD | koem | selfmade +hike_med | 56 | | x | PD | koem | selfmade +hike_long | 57 | | x | PD | koem | selfmade +seasonal | 62 | 60 | x | PD | USA National Park Service | http://thenounproject.com/noun/sun/#icon-No76 http://thenounproject.com/noun/snow/#icon-No64 +touristok | 63 | | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/baggage/#icon-No12 +frontyard | 65 | | x | PD | koem | selfmade +teamwork | 66 | | | CC0 | riyazali | http://thenounproject.com/noun/group/#icon-No9477 +landf | 45 | | x | PD | koem | selfmade +partnership | 61 | | | CC0 | United Nations OCHA | http://thenounproject.com/noun/partnership/#icon-No4203 +fee | 2 | 36 | x | PD | koem | selfmade +rappelling | 3 | 49 | | PD | USA National Park Service | http://thenounproject.com/noun/rock-climbing/#icon-No529 +boat | 4 | 52 | | PD | USA National Park Service | http://thenounproject.com/noun/motorboat/#icon-No661 +scuba | 5 | 51 | | PD | USA National Park Service | http://thenounproject.com/noun/scuba-diving/#icon-No242 +flashlight | 44 | 48 | x | PD | koem | selfmade +uv | 48 | | x | PD | koem | selfmade +snowshoes | 49 | | | PD | USA National Park Service | http://thenounproject.com/noun/snow-shoeing/#icon-No388 +skiis | 50 | | | PD | USA National Park Service | http://thenounproject.com/noun/cross-country-skiing/#icon-No510 +s_tool | 51 | 46 | x | CC0 | Jacob Hardbower | http://thenounproject.com/noun/tools/#icon-No4684 +wirelessbeacon | 60 | | x | PD | | http://thenounproject.com/noun/non-ionizing-radiation/#icon-No277 +treeclimbing | 64 | | | CC0 | Ryan Oksenhorn | http://thenounproject.com/noun/tree/#icon-No947 +poisonoak | 17 | 16 | x | PD | koem | selfmade +dangerousanimals | 18 | 17 | | PD | USA National Park Service | http://thenounproject.com/noun/snake/#icon-No201 +ticks | 19 | 14 | x | PD | koem | selfmade +mine | 20 | 15 | | PD | USA National Park Service | http://thenounproject.com/noun/rock-collecting/#icon-No528 +cliff | 21 | 11 | | PD | USA National Park Service | http://thenounproject.com/noun/falling-rocks/#icon-No520 +hunting | 22 | 12 | x | PD | koem | selfmade +danger | 23 | 9 | x | PD | ryanlerch | http://www.openclipart.org/detail/1448/skull-and-crossbones-by-ryanlerch +thorn | 39 | 13 | x | PD | emilie.rollandin | http://www.openclipart.org/detail/68125/spine-by-emilie.rollandin +wheelchair | 24 | | | PD | USA National Park Service | http://thenounproject.com/noun/wheelchair-accessible/#icon-No354 +parking | 25 | 18 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/parking/#icon-No27 +public | 26 | 19 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/bus/#icon-No97 +water | 27 | 20 | | PD | USA National Park Service | http://thenounproject.com/noun/drinking-water/#icon-No214 +restrooms | 28 | 21 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/unisex/#icon-No50 +phone | 29 | 22 | | PD | | http://thenounproject.com/noun/telephone/#icon-No127 +picnic | 30 | | | PD | USA National Park Service | http://thenounproject.com/noun/picnic-table/#icon-No208 +camping | 31 | | | PD | USA National Park Service | http://thenounproject.com/noun/campground/#icon-No209 +stroller | 41 | | | PD | USA National Park Service | http://thenounproject.com/noun/stroller/#icon-No161 +fuel | 58 | | | PD | | http://thenounproject.com/noun/gas/#icon-No155 +food | 59 | | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/restaurant/#icon-No33 +oc_only | | 6 | x | PD | koem | selfmade +link_only | | 7 | x | PD | koem | selfmade +letterbox | | 8 | | CC0 | | http://thenounproject.com/noun/post-office/#icon-No2404 +railway | | 10 | | CC0 | | http://thenounproject.com/noun/train/#icon-No4420 +syringe | | 23 | | CC0 | Betovarg Jabib | http://thenounproject.com/noun/syringe/#icon-No1508 +swamp | | 26 | x | CC0 | Megan Strickland | http://thenounproject.com/noun/hand/#icon-No1477 +hills | | 27 | x | PD | koem | selfmade +poi | | 30 | | PD | | http://thenounproject.com/noun/point-of-interest/#icon-No522 +moving_target | | 31 | x | PD | | http://thenounproject.com/noun/running/#icon-No246 +webcam | | 32 | | PD | | http://thenounproject.com/noun/video-camera/#icon-No637 +inside | | 33 | x | PD | koem | selfmade +in_water | | 34 | x | PD | koem | selfmade +no_gps | | 35 | x | PD | koem | selfmade +overnight | | 37 | x | PD | koem | selfmade +specific_times | | 39 | x | CC0 | The Noun Project | http://thenounproject.com/noun/clock/#icon-No2306 +day | | 40 | x | PD | | http://thenounproject.com/noun/sun/#icon-No76 +tide | | 41 | | CC0 | United Nations UCHA | http://thenounproject.com/noun/storm-surge/#icon-No4248 +all_seasons | | 42 | x | PD | koem | selfmade +breeding | | 43 | x | PD | koem | selfmade +snow_proof | | 44 | x | PD | USA National Park Service | http://thenounproject.com/noun/snow/#icon-No64 +compass | | 47 | x | CC0 | James Keuning | http://thenounproject.com/noun/compass/#icon-No9699 +cave | | 50 | | PD | | http://thenounproject.com/noun/cave/#icon-No3827 +aircraft | | 53 | | CC0 | United Nations UCHA | http://thenounproject.com/noun/helicopter/#icon-No4415 +investigation | | 54 | x | CC0 | Timur Carpeev | http://thenounproject.com/noun/magnifying-glass/#icon-No5386 +puzzle | | 55 | x | PD | nicubunu | http://www.openclipart.org/detail/15169/red-jigsaw-piece-13-by-nicubunu +arithmetic | | 56 | x | PD | koem | selfmade +other_cache | | 57 | x | PD | koem | selfmade +ask_owner | | 58 | x | PD | koem | selfmade # -dogs | 1 | | CC | | http://thenounproject.com/noun/dog/#icon-No364 -bicycles | 32 | x | PD | | http://thenounproject.com/noun/bicycle/#icon-No536 -motorcycles | 33 | | PD | | http://thenounproject.com/noun/motorcycle/#icon-No53 -quads | 34 | | PD | USA National Park Service | http://thenounproject.com/noun/4-wheeler/#icon-No228 -jeeps | 35 | | PD | USA National Park Service | http://thenounproject.com/noun/jeep/#icon-No57 -snowmobiles | 36 | | PD | USA National Park Service | http://thenounproject.com/noun/snowmobile/#icon-No505 -horses | 37 | | PD | USA National Park Service | http://thenounproject.com/noun/horseback-trail/#icon-No329 -campfires | 38 | | PD | USA National Park Service | http://thenounproject.com/noun/campfire/#icon-No196 -rv | 46 | | PD | USA National Park Service | http://thenounproject.com/noun/camper/#icon-No86 -# -# Conditions (yes / no) -# -kids | 6 | x | PD | Jack Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek | http://thenounproject.com/noun/teddy-bear/#icon-No610 -onehour | 7 | x | CC | The Noun Project | http://thenounproject.com/noun/stopwatch/#icon-No282 -scenic | 8 | | PD | USA National Park Service | http://thenounproject.com/noun/binoculars/#icon-No112 -hiking | 9 | | PD | USA National Park Service | http://thenounproject.com/noun/hiker/#icon-No562 -climbing | 10 | | PD | USA National Park Service | http://thenounproject.com/noun/climbing/#icon-No526 -wading | 11 | x | PD | USA National Park Service | http://thenounproject.com/noun/wading/#icon-No581 -swimming | 12 | | PD | USA National Park Service | http://thenounproject.com/noun/swimming/#icon-No226 -available | 13 | x | PD | koem | -night | 14 | | PD | | http://thenounproject.com/noun/moon/#icon-No128 -winter | 15 | | PD | USA National Park Service | http://thenounproject.com/noun/snow/#icon-No64 -stealth | 40 | x | PD | Celine | http://www.specialweb.com/original/icons4.html -firstaid | 42 | | PD | Roger Cook, Dan Shanosky | http://thenounproject.com/noun/first-aid/#icon-No535 -cow | 43 | | PD | | http://www.openclipart.org/people/Anonymous/mucca.svg -field_puzzle | 47 | x | PD | nicubunu | http://www.openclipart.org/detail/15169/red-jigsaw-piece-13-by-nicubunu -nightcache | 52 | x | PD | | http://thenounproject.com/noun/moon/#icon-No128 -parkngrab | 53 | x | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/parking/#icon-No27 -abandonedbuilding | 54 | x | CC | The Noun Project | http://thenounproject.com/noun/home/#icon-No293 -hike_short | 55 | x | PD | koem | -hike_med | 56 | x | PD | koem | -hike_long | 57 | x | PD | koem | -seasonal | 62 | x | PD | USA National Park Service | http://thenounproject.com/noun/sun/#icon-No76 http://thenounproject.com/noun/snow/#icon-No64 -touristok | 63 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/baggage/#icon-No12 -frontyard | 65 | x | PD | koem | -teamwork | 66 | | CC | The Noun Project | http://thenounproject.com/noun/community/#icon-No288 -# -# other -# -landf | 45 | x | PD | koem | -partnership | 61 | | PD | worker | http://www.openclipart.org/detail/152875/hand-shake-by-worker -# -# Equipment (required / not required) -# -fee | 2 | x | PD | koem | -rappelling | 3 | | PD | USA National Park Service | http://thenounproject.com/noun/rock-climbing/#icon-No529 -boat | 4 | | PD | USA National Park Service | http://thenounproject.com/noun/motorboat/#icon-No661 -scuba | 5 | | PD | USA National Park Service | http://thenounproject.com/noun/scuba-diving/#icon-No242 -flashlight | 44 | | CC | The Noun Project | http://thenounproject.com/noun/flashlight/#icon-No516 -uv | 48 | x | PD | koem | -snowshoes | 49 | | PD | USA National Park Service | http://thenounproject.com/noun/snow-shoeing/#icon-No388 -skiis | 50 | | PD | USA National Park Service | http://thenounproject.com/noun/cross-country-skiing/#icon-No510 -s_tool | 51 | | CC | The Noun Project | http://thenounproject.com/noun/gears/#icon-No179 -wirelessbeacon | 60 | x | PD | | http://thenounproject.com/noun/non-ionizing-radiation/#icon-No277 -treeclimbing | 64 | | CC | The Noun Project | http://thenounproject.com/noun/tree/#icon-No173 -# -# Hazards (present / not present) -# -poisonoak | 17 | | CC | The Noun Project | http://thenounproject.com/noun/mushroom/#icon-No309 -dangerousanimals | 18 | | PD | USA National Park Service | http://thenounproject.com/noun/snake/#icon-No201 -ticks | 19 | x | PD | koem | -mine | 20 | | PD | USA National Park Service | http://thenounproject.com/noun/rock-collecting/#icon-No528 -cliff | 21 | | PD | USA National Park Service | http://thenounproject.com/noun/falling-rocks/#icon-No520 -hunting | 22 | | CC | The Noun Project | http://thenounproject.com/noun/location/#icon-No418 -danger | 23 | x | PD | ryanlerch | http://www.openclipart.org/detail/1448/skull-and-crossbones-by-ryanlerch -thorn | 39 | | PD | emilie.rollandin | http://www.openclipart.org/detail/68125/spine-by-emilie.rollandin -# -# Facilities -# -wheelchair | 24 | | PD | USA National Park Service | http://thenounproject.com/noun/wheelchair-accessible/#icon-No354 -parking | 25 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/parking/#icon-No27 -public | 26 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/bus/#icon-No97 -water | 27 | | PD | USA National Park Service | http://thenounproject.com/noun/drinking-water/#icon-No214 -restrooms | 28 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/unisex/#icon-No50 -phone | 29 | | PD | | http://thenounproject.com/noun/telephone/#icon-No127 -picnic | 30 | | PD | USA National Park Service | http://thenounproject.com/noun/picnic-table/#icon-No208 -camping | 31 | | PD | USA National Park Service | http://thenounproject.com/noun/campground/#icon-No209 -stroller | 41 | | PD | USA National Park Service | http://thenounproject.com/noun/stroller/#icon-No161 -fuel | 58 | | PD | | http://thenounproject.com/noun/gas/#icon-No155 -food | 59 | | PD | Roger Cook, Don Shanosky | http://thenounproject.com/noun/restaurant/#icon-No33 -# -# own -# -icon_not_found | | x | PD | koem | selfmade +unknown | -1 | -1 | x | PD | koem | selfmade diff --git a/main/project/attributes/listEnStrings.sh b/main/project/attributes/listEnStrings.sh new file mode 100755 index 0000000..1fae240 --- /dev/null +++ b/main/project/attributes/listEnStrings.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +require () { + hash $1 2>&- || { echo >&2 "I require $1 but it's not installed. Aborting."; exit 1; } +} + +require sed +require cut + +stringfile="../../res/values/strings.xml" + +cat iconlist.txt | grep -v "^#" | while read l; do + name=`echo $l | cut -d "|" -f 1 | sed "s/ *//g"` + att=attribute_${name}_ + for yn in yes no; do + line="`grep ${att}${yn} $stringfile`" + if [ -z "$line" ]; then + echo " " + else + echo "$line" + fi + done +done diff --git a/main/project/attributes/makeEnums.sh b/main/project/attributes/makeEnums.sh new file mode 100755 index 0000000..c877ce0 --- /dev/null +++ b/main/project/attributes/makeEnums.sh @@ -0,0 +1,27 @@ +#!/bin/bash +# +# creates Enums from iconslist.txt +# +# structure: +# UNKNOWN(0, 0, "unknown", R.drawable.attribute_unknown, R.string.attribute_unknown_yes, R.string.attribute_unknown_no), + +require () { + hash $1 2>&- || { echo >&2 "I require $1 but it's not installed. Aborting."; exit 1; } +} + +require sed +require cut + +cat iconlist.txt | grep -v "^#" | while read l; do + name=`echo $l | cut -d "|" -f 1 | sed "s/ *//g"` + gcid=`echo $l | cut -d "|" -f 2 | sed "s/ *//g"` + ocid=`echo $l | cut -d "|" -f 3 | sed "s/ *//g"` + enum=`echo $name | tr a-z A-Z` + yes=R.string.attribute_${name}_yes + no=R.string.attribute_${name}_no + + [ -z "$gcid" ] && gcid=-1 + [ -z "$ocid" ] && ocid=-1 + + echo " ${enum}($gcid, $ocid, \"$name\", R.drawable.attribute_$name, $yes, $no)," +done diff --git a/main/project/attributes/makeGpxIdArray.sh b/main/project/attributes/makeGpxIdArray.sh old mode 100644 new mode 100755 diff --git a/main/project/attributes/makehtmlpage1res.sh b/main/project/attributes/makehtmlpage1res.sh old mode 100644 new mode 100755 index 0aa8d6a..c5e4029 --- a/main/project/attributes/makehtmlpage1res.sh +++ b/main/project/attributes/makehtmlpage1res.sh @@ -2,20 +2,27 @@ # # this script generates a html-page with all icons on it -OUT=iconlist1res.html +OUT=./iconlist1res.html +LIST=./iconlist.txt BG0=#c0c0c0 BG1=#a0a0a0 BG=0 BGCOLOR=$BG0 addrow () { + attrname=attribute_$1 echo "" >> "${OUT}" - echo "" >> "${OUT}" - echo "" >> "${OUT}" -# echo "" >> "${OUT}" + echo "" >> "${OUT}" + echo "" >> "${OUT}" echo "" >> "${OUT}" - desc=`grep "${1}_yes" ../../res/values/strings.xml | sed "s/^.*>\(.*\)<.*$/\1/"` - echo "$desc$1" >> "${OUT}" + for f in 2 3; do + id=`grep "^\<$1\>" $LIST | cut -d "|" -f $f | sed "s/ *//g"` + [ -z "$id" ] && id=" " + echo "$id" >> "${OUT}" + done + descyes=`grep "${attrname}_yes" ../../res/values/strings.xml | sed "s/^.*>\(.*\)<.*$/\1/"` + descno=`grep "${attrname}_no" ../../res/values/strings.xml | sed "s/^.*>\(.*\)<.*$/\1/"` + echo "$descyes
$descno${attrname}_yes
${attrname}_no" >> "${OUT}" BG=$(( $BG + 1 )) [ $BG -eq 2 ] && BG=0 [ $BG -eq 0 ] && BGCOLOR=$BG0 @@ -23,11 +30,13 @@ addrow () { } echo "" > "${OUT}" -echo "" >> "${OUT}" +echo "
icondescriptionresource name
" >> "${OUT}" cat iconlist.txt | grep -v "^#" | while read i; do name=`echo $i | cut -d "|" -f 1 | sed "s/ //g"` - addrow attribute_$name + addrow $name done echo "
iconGC-IDOC-IDdescriptionresource name
" >> "${OUT}" + +echo "generated file $OUT" diff --git a/main/project/attributes/makeicons1res.sh b/main/project/attributes/makeicons1res.sh old mode 100644 new mode 100755 index a6805ea..85e9fd7 --- a/main/project/attributes/makeicons1res.sh +++ b/main/project/attributes/makeicons1res.sh @@ -1,7 +1,6 @@ #!/bin/bash # # creates attribute icons in one resolution only -# target dir: ./drawable require () { hash $1 2>&- || { echo >&2 "I require $1 but it's not installed. Aborting."; exit 1; } @@ -12,6 +11,8 @@ require convert require composite require sed +# directory for icons +ICONDIR="./drawable-mdpi" # size of the image itself (inside border) IMGSIZE=32 # size of the whole icon @@ -31,14 +32,14 @@ SSTROKE=5 # color of the strikethru bar SCOL=\#c00000 # file name of strike thru bar -SFNAME="drawable/attribute__strikethru.png" +SFNAME="$ICONDIR/attribute__strikethru.png" #calculated values BNDIST=$(( ${ICONSIZE} - ${BDIST} )) res=48 # create output directory if missing -[ -d drawable ] || mkdir drawable +[ -d $ICONDIR ] || mkdir $ICONDIR # create border echo "drawing border" @@ -67,7 +68,7 @@ else svgs="svgs/*.svg" fi for s in $svgs; do - n=drawable/attribute_`basename "$s" | sed "s/\.svg//"` + n=$ICONDIR/attribute_`basename "$s" | sed "s/\.svg//"` # don't draw icons if svg is older than icon [ -f "${n}.png" ] && [ "$s" -ot "${n}.png" ] && continue diff --git a/main/project/attributes/nounwork.sh b/main/project/attributes/nounwork.sh new file mode 100755 index 0000000..91ac2b2 --- /dev/null +++ b/main/project/attributes/nounwork.sh @@ -0,0 +1,20 @@ +#/!bin/bash + +if [ $# -ne 2 ]; then + echo "Usage: $0 " + exit +fi + +TMPDIR=`date +"%N"` +mkdir $TMPDIR +mkdir new +wget -O $TMPDIR/x.zip $2 +unzip $TMPDIR/x.zip -d $TMPDIR +rm $TMPDIR/x.zip +mv $TMPDIR/*.svg new/$1.svg +rm -rf $TMPDIR +inkscape new/$1.svg +chmod 664 new/$1.svg +sed -i 's/pagecolor="#......"/pagecolor="#009674"/g;s/pageopacity="[^"]*"/pageopacity="1"/g' new/$1.svg + +ls new diff --git a/main/project/attributes/ocicons.html b/main/project/attributes/ocicons.html new file mode 100644 index 0000000..9ccb7a4 --- /dev/null +++ b/main/project/attributes/ocicons.html @@ -0,0 +1,56 @@ + +1 Only at night
+6 Only loggable at Opencaching
+7 Hyperlink to another caching portal only
+8 Letterbox (needs stamp)
+9 Dangerous area
+10 Active railway nearby
+11 Cliff / Rocks
+12 Hunting
+13 Thorns
+14 Ticks
+15 Abandoned mines
+16 Poisonous plants
+17 Dangerous animals
+18 Parking area nearby
+19 Public transportation
+20 Drinking water nearby
+21 Public restrooms nearby
+22 Public phone nearby
+23 First aid available
+24 Near the parking area
+25 Long walk
+26 Swamp or marsh
+27 Hilly area
+28 Some climbing (no gear needed)
+29 Swimming required
+30 Point of interest
+31 Moving target
+32 Webcam
+33 Wihin enclosed rooms (caves, buildings etc.)
+34 In the water
+35 Without GPS (letterboxes, cistes, compass juggling ...)
+36 Access or parking fee
+37 Overnight stay necessary
+38 Available 24 hours
+39 Only available at specified times
+40 by day only
+41 Tide
+42 All seasons
+43 Breeding season / protected nature
+44 Snow-proof hiding place
+46 Special equipment
+47 Compass
+48 Flashlight
+49 Climbing gear
+50 Cave equipment
+51 Diving equipment
+52 Watercraft
+53 Aircraft
+54 Investigation
+55 Puzzle / Mystery
+56 Arithmetical problem
+57 Other cache type
+58 Ask owner for start conditions
+59 Suited for children
+60 Only available during specified seasons
diff --git a/main/project/attributes/readme.txt b/main/project/attributes/readme.txt index c1c6b37..9b56328 100644 --- a/main/project/attributes/readme.txt +++ b/main/project/attributes/readme.txt @@ -1,17 +1,71 @@ +Attribute Icons +=============== + +You can find good icons on thenounproject.com. + +Be sure to only use CC0 and PD licensed icons. If you use CC-BY licensed icons, we must attribute the designer in the about box in c:geo. + +An xml list of OC icons can be downloaded here: http://www.opencaching.de/xml/ocxml11.php?modifiedsince=20060320000000&user=0&session=0&attrlist=1 +An html overview is in ocicons.html + + 1. Creating SVGs with Inkscape +------------------------------ + +For SVGs from thenounproject.com you can use the script ./nounwork +Example: ./nounwork day http://thenounproject.com/download/zipped/svg_76.zip +This will download the SVG and start Inkscape. Edit it and save. The canvas color is set automatically (just that you can see the painted things later on) and the resulting day.svg will be put into the folder "new". + +Editing in Inkscape: + - edit if you have to + - if you need a cache box, take it from other_cache.svg + - don't use a background or so. Background of the later rendered icons will be black be black. + - after editing make everything white - exeptions are ok, see field_puzzle.svg or maintenance.svg + - Select everything with Strg-a + - go to File > Document Properties + - let Inkscape automatically adjust the canvas to the selection + - save + +Put the result into the folder "svgs" and don't forget to add it to git (git add svgs/*). + + +2. edit iconlist.txt +-------------------- +Add a new line or change an existing one. +Don't mess up the structure of this file. It is used to automatically create missing strings, html-pages and enumerations. -2. creating the icons +The first row contains the name of the attribute. In case of gc.com, this also is their internal id and is used for parsing websites in c:geo. So don't change any IDs! + + +3. create the icons +------------------- ./makeicons1res.sh -An icon is only created when it is not present or the corresponding svg-file -is newer than the icon +An icon is only created when it is not present or the corresponding svg-file is newer than the icon -Icons are written to directory ./drawable +Icons are written to directory ./drawable-mdpi. Copy them to res/drawable-mdpi when done. -3. creating an html page with all icons +4. create an html page with all icons to check your work +-------------------------------------------------------- ./makehtmlpage1res.sh + + +If you made new icons: +====================== + +5. create the Enums for CacheAttributes.java +-------------------------------------------- + +./makeEnums.sh will print out the enums. Use this output and paste it into CacheAttribute.java. Exchange the last comma with a semikolon. + + +6. create a list of strings that are (not) missing +-------------------------------------------------- + +./listEnStrings.sh will list all attribute strings from strings.xml and creates empty string tags for missing strings. The output of the missing string tags lack a ">" sign so that you get a compiler error as a reminder, when you inserted them into values/strings.xml. + diff --git a/main/project/attributes/svgs/abandonedbuilding.svg b/main/project/attributes/svgs/abandonedbuilding.svg index 840e455..7e3588d 100644 --- a/main/project/attributes/svgs/abandonedbuilding.svg +++ b/main/project/attributes/svgs/abandonedbuilding.svg @@ -1,6 +1,4 @@ - - image/svg+xml - \ No newline at end of file diff --git a/main/project/attributes/svgs/aircraft.svg b/main/project/attributes/svgs/aircraft.svg new file mode 100644 index 0000000..bc2e4ad --- /dev/null +++ b/main/project/attributes/svgs/aircraft.svg @@ -0,0 +1,48 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/all_seasons.svg b/main/project/attributes/svgs/all_seasons.svg new file mode 100644 index 0000000..0b2adb3 --- /dev/null +++ b/main/project/attributes/svgs/all_seasons.svg @@ -0,0 +1,62 @@ + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/arithmetic.svg b/main/project/attributes/svgs/arithmetic.svg new file mode 100644 index 0000000..5218290 --- /dev/null +++ b/main/project/attributes/svgs/arithmetic.svg @@ -0,0 +1,61 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/ask_owner.svg b/main/project/attributes/svgs/ask_owner.svg new file mode 100644 index 0000000..a1871a8 --- /dev/null +++ b/main/project/attributes/svgs/ask_owner.svg @@ -0,0 +1,76 @@ + + + +image/svg+xml + + + + + +? + \ No newline at end of file diff --git a/main/project/attributes/svgs/available.svg b/main/project/attributes/svgs/available.svg index e1871e7..391f2bf 100644 --- a/main/project/attributes/svgs/available.svg +++ b/main/project/attributes/svgs/available.svg @@ -30,7 +30,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="0.74023945" inkscape:cx="165.71217" diff --git a/main/project/attributes/svgs/breeding.svg b/main/project/attributes/svgs/breeding.svg new file mode 100644 index 0000000..2197086 --- /dev/null +++ b/main/project/attributes/svgs/breeding.svg @@ -0,0 +1,55 @@ + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/cave.svg b/main/project/attributes/svgs/cave.svg new file mode 100644 index 0000000..81d37fd --- /dev/null +++ b/main/project/attributes/svgs/cave.svg @@ -0,0 +1,76 @@ + +image/svg+xml + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/compass.svg b/main/project/attributes/svgs/compass.svg new file mode 100644 index 0000000..ac987a0 --- /dev/null +++ b/main/project/attributes/svgs/compass.svg @@ -0,0 +1,143 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + N + S + diff --git a/main/project/attributes/svgs/cow.svg b/main/project/attributes/svgs/cow.svg index 52d6b91..2ed795b 100644 --- a/main/project/attributes/svgs/cow.svg +++ b/main/project/attributes/svgs/cow.svg @@ -83,7 +83,7 @@ inkscape:current-layer="Layer_1" inkscape:cx="206.40401" inkscape:cy="136.384" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:window-height="510" inkscape:window-width="787" diff --git a/main/project/attributes/svgs/danger.svg b/main/project/attributes/svgs/danger.svg index c4d2dae..70ffef7 100644 --- a/main/project/attributes/svgs/danger.svg +++ b/main/project/attributes/svgs/danger.svg @@ -121,7 +121,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="9.6300965" inkscape:cx="19.532217" diff --git a/main/project/attributes/svgs/day.svg b/main/project/attributes/svgs/day.svg new file mode 100644 index 0000000..717779e --- /dev/null +++ b/main/project/attributes/svgs/day.svg @@ -0,0 +1,98 @@ + + + +image/svg+xml + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/fee.svg b/main/project/attributes/svgs/fee.svg index 1dd8742..a992a01 100644 --- a/main/project/attributes/svgs/fee.svg +++ b/main/project/attributes/svgs/fee.svg @@ -79,7 +79,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="13.26182" inkscape:cx="10.99608" diff --git a/main/project/attributes/svgs/field_puzzle.svg b/main/project/attributes/svgs/field_puzzle.svg index 3a68bbf..864e1ab 100644 --- a/main/project/attributes/svgs/field_puzzle.svg +++ b/main/project/attributes/svgs/field_puzzle.svg @@ -12,9 +12,9 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg1" sodipodi:version="0.32" - inkscape:version="0.47 r22583" - width="291.81256" - height="364.14044" + inkscape:version="0.48.3.1 r9886" + width="719.26666" + height="650.47516" sodipodi:docname="field_puzzle.svg" version="1.1"> + inkscape:current-layer="svg1" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + d="m 126.46467,264.30285 c -14.85205,3.27915 -30.709774,11.35094 -37.698638,23.71571 -7.953883,30.10477 21.324458,11.53197 28.546218,30.05093 7.22177,18.51897 -14.90196,23.65334 -14.90196,23.65334 l 0,0 -96.1618669,17.54871 c 0,0 17.5258129,95.34014 17.5258109,95.34013 0,0 5.134379,22.12371 23.653339,14.90196 15.046656,-5.86769 5.600244,-26.3109 17.679263,-29.49688 2.787465,-0.73523 6.727023,-0.5407 12.371668,0.95066 12.364775,6.98886 20.436557,22.84659 23.715706,37.69863 1.21052,5.48271 1.67598,10.7619 1.55297,15.47258 0.0123,0.20582 0.009,0.42543 0.02,0.63167 0.68799,13.20544 -1.90925,27.20251 -9.58858,36.40665 C 67.823852,549.25172 74.857793,515.30034 54.981683,515.08536 40.50008,514.92871 38.19568,526.76702 37.996597,533.24212 l 18.474391,101.23435 c 0,0 96.359792,-18.37899 96.359782,-18.37898 0,0 22.12371,-5.13439 14.90196,-23.65334 -7.22176,-18.51896 -36.46936,0.0482 -28.51548,-30.05654 6.98887,-12.36477 22.81585,-20.43096 37.6679,-23.7101 5.4827,-1.21051 10.76192,-1.67598 15.47258,-1.55296 0.20581,-0.0123 0.42543,-0.009 0.63166,-0.02 13.20545,-0.68799 27.23327,1.90363 36.43739,9.58297 18.07478,25.35477 -15.87658,18.32082 -16.09157,38.19694 -0.215,19.8761 22.2962,16.86499 22.2962,16.865 l 95.61411,-17.41703 c 0,0 -18.25333,-96.54156 -18.25331,-96.54155 0,0 -5.1344,-22.12373 -23.65334,-14.90196 -18.51897,7.22177 0.0538,36.5001 -30.05093,28.54622 -12.36478,-6.98886 -20.43657,-22.84659 -23.71571,-37.69863 -1.21052,-5.48271 -1.67599,-10.76192 -1.55297,-15.47258 -0.0123,-0.20582 -0.009,-0.42545 -0.02,-0.63167 -0.68799,-13.20544 1.90924,-27.20253 9.58858,-36.40664 4.75402,-3.38903 8.37093,-4.96254 11.23841,-5.25929 12.42576,-1.28594 10.80358,21.14544 26.95293,21.32012 18.54521,0.2006 17.17822,-18.72794 16.91033,-21.3515 L 281.02299,309.1275 180.52645,327.46724 c -6.56754,-0.30779 -17.76429,-2.8489 -17.61168,-16.95739 0.21499,-19.87611 34.13561,-12.83656 16.06083,-38.19133 -9.20413,-7.67933 -23.2012,-10.27657 -36.40664,-9.58858 -0.20625,0.0107 -0.42586,0.008 -0.63168,0.02 -4.71066,-0.12301 -9.98987,0.34245 -15.47258,1.55297 z" + style="fill:#ffffff;stroke:#ffffff;stroke-width:12.5;stroke-linejoin:round;stroke-opacity:1;stroke-dasharray:none" + inkscape:connector-curvature="0" /> @@ -170,14 +175,20 @@ + id="text3169" + transform="translate(9.603191,310.90723)" /> + id="g3030" + transform="matrix(1.3065793,0,0,1.3065793,-85.854751,206.80272)"> + style="fill:#ffffff" + inkscape:connector-curvature="0" + id="path3" + d="m 378.21774,-51.521019 c 27.59538,0 49.98813,-23.892812 49.98813,-53.361091 0,-29.4943 -22.39275,-53.39586 -49.98813,-53.39586 -27.5997,0 -49.97943,23.90156 -49.97943,53.39586 0,29.468279 22.37973,53.361091 49.97943,53.361091 z" /> + diff --git a/main/project/attributes/svgs/firstaid.svg b/main/project/attributes/svgs/firstaid.svg index 8a81bcf..601aeec 100644 --- a/main/project/attributes/svgs/firstaid.svg +++ b/main/project/attributes/svgs/firstaid.svg @@ -18,7 +18,7 @@ viewBox="0 0 100 99.989" enable-background="new 0 0 100 99.989" xml:space="preserve" - inkscape:version="0.48.0 r9654" + inkscape:version="0.48.3.1 r9886" sodipodi:docname="firstaid.svg">image/svg+xml \ No newline at end of file diff --git a/main/project/attributes/svgs/flashlight.svg b/main/project/attributes/svgs/flashlight.svg index c03e0d0..e1878ae 100644 --- a/main/project/attributes/svgs/flashlight.svg +++ b/main/project/attributes/svgs/flashlight.svg @@ -1,5 +1,5 @@ - + image/svg+xml - - - - - - - - \ No newline at end of file + width="447.49109" + height="226.29697" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="flashlight.svg"> + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/main/project/attributes/svgs/frontyard.svg b/main/project/attributes/svgs/frontyard.svg index 3bb29d7..563ea1e 100644 --- a/main/project/attributes/svgs/frontyard.svg +++ b/main/project/attributes/svgs/frontyard.svg @@ -65,7 +65,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="1.9598977" inkscape:cx="172.33799" diff --git a/main/project/attributes/svgs/hike_long.svg b/main/project/attributes/svgs/hike_long.svg index d69d1bb..dbff050 100644 --- a/main/project/attributes/svgs/hike_long.svg +++ b/main/project/attributes/svgs/hike_long.svg @@ -30,7 +30,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="9.2180314" inkscape:cx="31.884766" diff --git a/main/project/attributes/svgs/hike_med.svg b/main/project/attributes/svgs/hike_med.svg index 5bb31e1..f36cb71 100644 --- a/main/project/attributes/svgs/hike_med.svg +++ b/main/project/attributes/svgs/hike_med.svg @@ -30,7 +30,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="9.2180314" inkscape:cx="31.777344" diff --git a/main/project/attributes/svgs/hike_short.svg b/main/project/attributes/svgs/hike_short.svg index a1c1d97..a6a9263 100644 --- a/main/project/attributes/svgs/hike_short.svg +++ b/main/project/attributes/svgs/hike_short.svg @@ -30,7 +30,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="6.3619048" inkscape:cx="24.042967" diff --git a/main/project/attributes/svgs/hills.svg b/main/project/attributes/svgs/hills.svg new file mode 100644 index 0000000..e37009e --- /dev/null +++ b/main/project/attributes/svgs/hills.svg @@ -0,0 +1,514 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/hunting.svg b/main/project/attributes/svgs/hunting.svg index 0cb8de1..ce871d9 100644 --- a/main/project/attributes/svgs/hunting.svg +++ b/main/project/attributes/svgs/hunting.svg @@ -1,6 +1,4 @@ - - image/svg+xml + + + - \ No newline at end of file + style="fill:#ffffff;fill-opacity:1;stroke:none" + d="m 74.78125,7.8437469 c -36.974995,0 -66.9375,29.9625051 -66.9375,66.9375001 0,36.974993 29.962505,66.968753 66.9375,66.968753 36.975,0 66.96875,-29.99376 66.96875,-66.968753 0,-36.974995 -29.99375,-66.9375001 -66.96875,-66.9375001 z m 0,11.2187501 c 30.77349,0 55.75,24.945257 55.75,55.71875 0,30.773493 -24.97651,55.750003 -55.75,55.750003 -30.773493,0 -55.71875,-24.97651 -55.71875,-55.750003 0,-30.773493 24.945257,-55.71875 55.71875,-55.71875 z" + id="path2992" + inkscape:connector-curvature="0" /> \ No newline at end of file diff --git a/main/project/attributes/svgs/icon_not_found.svg b/main/project/attributes/svgs/icon_not_found.svg deleted file mode 100644 index 94c9052..0000000 --- a/main/project/attributes/svgs/icon_not_found.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - -image/svg+xml - - \ No newline at end of file diff --git a/main/project/attributes/svgs/in_water.svg b/main/project/attributes/svgs/in_water.svg new file mode 100644 index 0000000..2e5880f --- /dev/null +++ b/main/project/attributes/svgs/in_water.svg @@ -0,0 +1,91 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/inside.svg b/main/project/attributes/svgs/inside.svg new file mode 100644 index 0000000..375a911 --- /dev/null +++ b/main/project/attributes/svgs/inside.svg @@ -0,0 +1,102 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/investigation.svg b/main/project/attributes/svgs/investigation.svg new file mode 100644 index 0000000..741bd64 --- /dev/null +++ b/main/project/attributes/svgs/investigation.svg @@ -0,0 +1,72 @@ + +image/svg+xml + + + + + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/kids.svg b/main/project/attributes/svgs/kids.svg index 8535d49..6f9849d 100644 --- a/main/project/attributes/svgs/kids.svg +++ b/main/project/attributes/svgs/kids.svg @@ -1,6 +1,4 @@ - - image/svg+xml + inkscape:current-layer="Bear" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + + + + + + + - \ No newline at end of file + sodipodi:type="arc" + style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:4.9000001;stroke-miterlimit:4;stroke-dasharray:none" + id="path2988" + sodipodi:cx="30.084745" + sodipodi:cy="67.58316" + sodipodi:rx="14.40678" + sodipodi:ry="13.347458" + d="m 44.491526,67.58316 a 14.40678,13.347458 0 1 1 -0.01517,-0.612409 L 30.084745,67.58316 z" + transform="matrix(4.4545058,0,0,4.2198099,-0.25809025,-3.5761101)" + sodipodi:start="0" + sodipodi:end="6.2372871" /> \ No newline at end of file diff --git a/main/project/attributes/svgs/landf.svg b/main/project/attributes/svgs/landf.svg index 9a11752..7449075 100644 --- a/main/project/attributes/svgs/landf.svg +++ b/main/project/attributes/svgs/landf.svg @@ -65,7 +65,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="1.9598977" inkscape:cx="124.00257" diff --git a/main/project/attributes/svgs/letterbox.svg b/main/project/attributes/svgs/letterbox.svg new file mode 100644 index 0000000..fccd1fb --- /dev/null +++ b/main/project/attributes/svgs/letterbox.svg @@ -0,0 +1,64 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/main/project/attributes/svgs/link_only.svg b/main/project/attributes/svgs/link_only.svg new file mode 100644 index 0000000..0ae9537 --- /dev/null +++ b/main/project/attributes/svgs/link_only.svg @@ -0,0 +1,74 @@ + + + +image/svg+xml + + + + + + + +@ + \ No newline at end of file diff --git a/main/project/attributes/svgs/maintenance.svg b/main/project/attributes/svgs/maintenance.svg new file mode 100644 index 0000000..ba80fa1 --- /dev/null +++ b/main/project/attributes/svgs/maintenance.svg @@ -0,0 +1,57 @@ + + + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/moving_target.svg b/main/project/attributes/svgs/moving_target.svg new file mode 100644 index 0000000..36bbc41 --- /dev/null +++ b/main/project/attributes/svgs/moving_target.svg @@ -0,0 +1,87 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/nightcache.svg b/main/project/attributes/svgs/nightcache.svg index 091bc91..f1748b3 100644 --- a/main/project/attributes/svgs/nightcache.svg +++ b/main/project/attributes/svgs/nightcache.svg @@ -11,9 +11,9 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg2" version="1.1" - inkscape:version="0.47 r22583" - width="63.320835" - height="70.843979" + inkscape:version="0.48.3.1 r9886" + width="63.435875" + height="70.973412" sodipodi:docname="nightcache.svg"> @@ -67,45 +67,60 @@ guidetolerance="10" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:window-width="1280" - inkscape:window-height="749" + inkscape:window-width="1317" + inkscape:window-height="744" id="namedview4" showgrid="false" inkscape:zoom="3.6694845" inkscape:cx="42.161139" - inkscape:cy="39.941451" - inkscape:window-x="0" + inkscape:cy="40.070882" + inkscape:window-x="49" inkscape:window-y="24" inkscape:window-maximized="1" inkscape:current-layer="svg2" showguides="true" - inkscape:guide-bbox="true" /> + inkscape:guide-bbox="true" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + + transform="matrix(0.16719484,0,0,0.14721581,3.3511552,25.377931)" + id="g3139"> + + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4" + d="M 30.848294,111.52289 136.26388,212.60632 135.54185,247.98553 32.292345,146.90209 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8" + d="m 145.6502,211.52328 213.71926,-85.92092 -7.22025,28.15897 -207.22104,93.14116 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8-1" + d="m 37.70753,161.34257 93.14116,93.14117 0,54.87387 -90.253061,-102.52749 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8-1-8" + d="M 139.51298,257.01083 340.2358,167.47979 328.68341,216.57746 138.06894,309.71863 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> - diff --git a/main/project/attributes/svgs/no_gps.svg b/main/project/attributes/svgs/no_gps.svg new file mode 100644 index 0000000..b77f695 --- /dev/null +++ b/main/project/attributes/svgs/no_gps.svg @@ -0,0 +1,74 @@ + + + +image/svg+xml + + +NO +GPS + \ No newline at end of file diff --git a/main/project/attributes/svgs/oc_only.svg b/main/project/attributes/svgs/oc_only.svg new file mode 100644 index 0000000..5d82e76 --- /dev/null +++ b/main/project/attributes/svgs/oc_only.svg @@ -0,0 +1,83 @@ + + + +image/svg+xml + + + + + +OC +only + \ No newline at end of file diff --git a/main/project/attributes/svgs/onehour.svg b/main/project/attributes/svgs/onehour.svg index d526309..7b4a817 100644 --- a/main/project/attributes/svgs/onehour.svg +++ b/main/project/attributes/svgs/onehour.svg @@ -1,6 +1,4 @@ - - image/svg+xml + inkscape:current-layer="svg2" /> + + + sodipodi:nodetypes="cssscc" /> \ No newline at end of file + sodipodi:nodetypes="cssscc" /> \ No newline at end of file diff --git a/main/project/attributes/svgs/other_cache.svg b/main/project/attributes/svgs/other_cache.svg new file mode 100644 index 0000000..211f077 --- /dev/null +++ b/main/project/attributes/svgs/other_cache.svg @@ -0,0 +1,75 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/overnight.svg b/main/project/attributes/svgs/overnight.svg new file mode 100644 index 0000000..6d2c32e --- /dev/null +++ b/main/project/attributes/svgs/overnight.svg @@ -0,0 +1,81 @@ + + + +image/svg+xml + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/parkngrab.svg b/main/project/attributes/svgs/parkngrab.svg index 92c26ee..c18668f 100644 --- a/main/project/attributes/svgs/parkngrab.svg +++ b/main/project/attributes/svgs/parkngrab.svg @@ -11,9 +11,9 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" id="svg2" version="1.1" - inkscape:version="0.47 r22583" - width="65.290451" - height="66.819588" + inkscape:version="0.48.3.1 r9886" + width="64.682953" + height="66.861275" sodipodi:docname="parkngrab.svg"> @@ -52,43 +52,58 @@ guidetolerance="10" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:window-width="1280" - inkscape:window-height="749" + inkscape:window-width="1317" + inkscape:window-height="744" id="namedview4" showgrid="false" inkscape:zoom="2.7405038" inkscape:cx="-51.256849" - inkscape:cy="51.890155" - inkscape:window-x="0" + inkscape:cy="51.931841" + inkscape:window-x="49" inkscape:window-y="24" inkscape:window-maximized="1" - inkscape:current-layer="svg2" /> + inkscape:current-layer="svg2" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + + transform="matrix(0.16719484,0,0,0.14721581,4.5982359,21.265794)" + id="g3139"> + + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4" + d="M 30.848294,111.52289 136.26388,212.60632 135.54185,247.98553 32.292345,146.90209 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8" + d="m 145.6502,211.52328 213.71926,-85.92092 -7.22025,28.15897 -207.22104,93.14116 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8-1" + d="m 37.70753,161.34257 93.14116,93.14117 0,54.87387 -90.253061,-102.52749 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" + id="rect3135-4-8-1-8" + d="M 139.51298,257.01083 340.2358,167.47979 328.68341,216.57746 138.06894,309.71863 z" + style="fill:#ffffff;fill-opacity:1;stroke:none" /> - diff --git a/main/project/attributes/svgs/partnership.svg b/main/project/attributes/svgs/partnership.svg index 9e672f8..bd5eaea 100644 --- a/main/project/attributes/svgs/partnership.svg +++ b/main/project/attributes/svgs/partnership.svg @@ -1,6 +1,4 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - + id="Layer_1" + x="0px" + y="0px" + width="100" + height="64.844002" + viewBox="0 0 100 64.844" + enable-background="new 0 0 100 64.844" + xml:space="preserve" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="partnership.svg">image/svg+xml + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/poi.svg b/main/project/attributes/svgs/poi.svg new file mode 100644 index 0000000..9c8dc94 --- /dev/null +++ b/main/project/attributes/svgs/poi.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/poisonoak.svg b/main/project/attributes/svgs/poisonoak.svg index 546a6d5..d3b3265 100644 --- a/main/project/attributes/svgs/poisonoak.svg +++ b/main/project/attributes/svgs/poisonoak.svg @@ -1,5 +1,5 @@ - + image/svg+xml - - \ No newline at end of file + width="659.70728" + height="720.22192" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="Neues Dokument 1"> + + + + + + image/svg+xml + + + + + + + + + + diff --git a/main/project/attributes/svgs/puzzle.svg b/main/project/attributes/svgs/puzzle.svg new file mode 100644 index 0000000..fc32e0f --- /dev/null +++ b/main/project/attributes/svgs/puzzle.svg @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Nicu Buculei + + + + + image/svg+xml + + + + + + + + + + + diff --git a/main/project/attributes/svgs/railway.svg b/main/project/attributes/svgs/railway.svg new file mode 100644 index 0000000..1ded551 --- /dev/null +++ b/main/project/attributes/svgs/railway.svg @@ -0,0 +1,53 @@ + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/s_tool.svg b/main/project/attributes/svgs/s_tool.svg index 2125558..ebcdbbd 100644 --- a/main/project/attributes/svgs/s_tool.svg +++ b/main/project/attributes/svgs/s_tool.svg @@ -1,6 +1,4 @@ - - image/svg+xml + inkscape:current-layer="Layer_1" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" /> + + + + + d="m 21.045539,36.941396 58.384,58.04 c 4.448,4.423 11.662,4.423 16.11,0 4.447,-4.421 4.447,-11.592 0,-16.016 l -58.383,-58.04 c 0.712,-5.508 -1.041,-11.2699997 -5.296,-15.4999997 -5.107,-5.07800002 -12.434,-6.584 -18.872,-4.54900002 3.752,3.72700002 6.652,6.67900002 7.565,7.58500002 3.262,3.2439997 4.035,7.7329997 1.728,10.0259997 l -3.684,3.663 c -2.307,2.293 -6.823,1.525 -10.085,-1.718 -0.911,-0.907 -3.88,-3.789 -7.63099997,-7.521 -2.04700003,6.402 -0.532,13.685 4.57599997,18.763 4.255,4.231 10.049,5.974 15.588,5.267 z" + id="path15" + style="fill:#ffffff" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccccccccccccc" /> + d="m 20.895539,98.602396 29.443,-29.272 -3.843,-3.822 -27.491,27.33 c -0.651,0.648 -1.795,0.558 -2.556,-0.195 -0.76,-0.759 -0.849,-1.897 -0.198,-2.543 l 27.49,-27.33 -4.405,-4.381 -27.49,27.332 c -0.65,0.645 -1.794,0.557 -2.556,-0.198 -0.761,-0.756 -0.849,-1.896 -0.198,-2.539 l 27.49,-27.332 -3.844,-3.821 -29.443,29.272 c -2.85099997,2.832 -1.22,9.046 3.641,13.877 4.86,4.833 11.109,6.455004 13.96,3.622 z" + id="path17" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + \ No newline at end of file diff --git a/main/project/attributes/svgs/seasonal.svg b/main/project/attributes/svgs/seasonal.svg index 55f39f5..fe52864 100644 --- a/main/project/attributes/svgs/seasonal.svg +++ b/main/project/attributes/svgs/seasonal.svg @@ -51,7 +51,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="2.7337906" inkscape:cx="79.766037" diff --git a/main/project/attributes/svgs/snow_proof.svg b/main/project/attributes/svgs/snow_proof.svg new file mode 100644 index 0000000..353f37f --- /dev/null +++ b/main/project/attributes/svgs/snow_proof.svg @@ -0,0 +1,114 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/specific_times.svg b/main/project/attributes/svgs/specific_times.svg new file mode 100644 index 0000000..54b73ab --- /dev/null +++ b/main/project/attributes/svgs/specific_times.svg @@ -0,0 +1,73 @@ + +image/svg+xml + + + + +! + \ No newline at end of file diff --git a/main/project/attributes/svgs/stealth.svg b/main/project/attributes/svgs/stealth.svg index ab218b6..dcc8579 100644 --- a/main/project/attributes/svgs/stealth.svg +++ b/main/project/attributes/svgs/stealth.svg @@ -37,7 +37,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="0.35" inkscape:cx="214.11428" diff --git a/main/project/attributes/svgs/swamp.svg b/main/project/attributes/svgs/swamp.svg new file mode 100644 index 0000000..5d40229 --- /dev/null +++ b/main/project/attributes/svgs/swamp.svg @@ -0,0 +1,522 @@ + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/syringe.svg b/main/project/attributes/svgs/syringe.svg new file mode 100644 index 0000000..287c946 --- /dev/null +++ b/main/project/attributes/svgs/syringe.svg @@ -0,0 +1,58 @@ + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/teamwork.svg b/main/project/attributes/svgs/teamwork.svg index e7c636b..df5ff27 100644 --- a/main/project/attributes/svgs/teamwork.svg +++ b/main/project/attributes/svgs/teamwork.svg @@ -1,6 +1,4 @@ - - image/svg+xml + style="fill:#ffffff" + transform="translate(-10.567,-3)"> - - - + style="fill:#ffffff" + inkscape:connector-curvature="0" /> - - - + d="m 70.101,18.667 c 0,4.896 -1.903,9.324 -4.974,12.665 2.188,1.851 5.014,2.973 8.107,2.973 6.929,0 12.545,-5.604 12.545,-12.518 0,-6.915 -5.616,-12.52 -12.545,-12.52 -1.814,0 -3.534,0.393 -5.092,1.084 1.243,2.509 1.959,5.325 1.959,8.316 z" + id="path7" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + - + d="m 76.324,37.851 -3.09,27.816 -9.4,6.267 V 87.6 c 0,0 4.117,3.134 7.833,3.134 3.671,0 7.834,-3.134 7.834,-3.134 V 68.8 L 86.438,63.139 88.9,41.063 c 0,0 -6.291,-2.288 -12.576,-3.212 z" + id="path11" + style="fill:#ffffff" + inkscape:connector-curvature="0" /> + + \ No newline at end of file diff --git a/main/project/attributes/svgs/thorn.svg b/main/project/attributes/svgs/thorn.svg index b3d690c..1e56be4 100644 --- a/main/project/attributes/svgs/thorn.svg +++ b/main/project/attributes/svgs/thorn.svg @@ -128,7 +128,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="7.5005314" inkscape:cx="1.8267393" diff --git a/main/project/attributes/svgs/ticks.svg b/main/project/attributes/svgs/ticks.svg index 4d9df5c..4f394fa 100644 --- a/main/project/attributes/svgs/ticks.svg +++ b/main/project/attributes/svgs/ticks.svg @@ -93,7 +93,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="8.2995898" inkscape:cx="23.893119" diff --git a/main/project/attributes/svgs/tide.svg b/main/project/attributes/svgs/tide.svg new file mode 100644 index 0000000..56588cf --- /dev/null +++ b/main/project/attributes/svgs/tide.svg @@ -0,0 +1,52 @@ + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/treeclimbing.svg b/main/project/attributes/svgs/treeclimbing.svg index e0c4227..2c71f46 100644 --- a/main/project/attributes/svgs/treeclimbing.svg +++ b/main/project/attributes/svgs/treeclimbing.svg @@ -1,6 +1,4 @@ - - image/svg+xml - + \ No newline at end of file diff --git a/main/project/attributes/svgs/unknown.svg b/main/project/attributes/svgs/unknown.svg new file mode 100644 index 0000000..94c9052 --- /dev/null +++ b/main/project/attributes/svgs/unknown.svg @@ -0,0 +1,70 @@ + + + +image/svg+xml + + \ No newline at end of file diff --git a/main/project/attributes/svgs/uv.svg b/main/project/attributes/svgs/uv.svg index c2595c6..4b43afb 100644 --- a/main/project/attributes/svgs/uv.svg +++ b/main/project/attributes/svgs/uv.svg @@ -79,7 +79,7 @@ pagecolor="#009674" bordercolor="#666666" borderopacity="1.0" - inkscape:pageopacity="1.0" + inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="1.02781" inkscape:cx="95.564462" diff --git a/main/project/attributes/svgs/webcam.svg b/main/project/attributes/svgs/webcam.svg new file mode 100644 index 0000000..67dc03b --- /dev/null +++ b/main/project/attributes/svgs/webcam.svg @@ -0,0 +1,60 @@ + + + +image/svg+xml + + + \ No newline at end of file diff --git a/main/project/attributes/svgs/wirelessbeacon.svg b/main/project/attributes/svgs/wirelessbeacon.svg index d23015f..2e18438 100644 --- a/main/project/attributes/svgs/wirelessbeacon.svg +++ b/main/project/attributes/svgs/wirelessbeacon.svg @@ -18,7 +18,7 @@ viewBox="0 0 100 83.419" enable-background="new 0 0 100 83.419" xml:space="preserve" - inkscape:version="0.47 r22583" + inkscape:version="0.48.3.1 r9886" sodipodi:docname="wirelessbeacon.svg">image/svg+xml + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> + style="fill:#ffffff;fill-opacity:1" /> \ No newline at end of file -- cgit v1.1