Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-23 04:23:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-12-23 04:23:11 +0400
commit40449b1994301081f96d014df626a5375e020c76 (patch)
tree20220d8b071310fda8a0ab851c7a8f7bcc3ed8a2
parentfa0211df269a3398dd70467982f9e129c79e501b (diff)
parent3ca00cbf541d0283e91dc454866a5f24576271be (diff)
Merged changes in the trunk up to revision 53280.
-rwxr-xr-xbuild_files/build_environment/install_deps.sh49
-rw-r--r--build_files/buildbot/config/user-config-glibc211-i686.py2
-rw-r--r--build_files/buildbot/config/user-config-glibc211-x86_64.py2
-rw-r--r--build_files/buildbot/config/user-config-glibc27-i686.py2
-rw-r--r--build_files/buildbot/config/user-config-glibc27-x86_64.py2
-rw-r--r--build_files/buildbot/config/user-config-player-glibc211-i686.py2
-rw-r--r--build_files/buildbot/config/user-config-player-glibc211-x86_64.py2
-rw-r--r--build_files/buildbot/config/user-config-player-glibc27-i686.py2
-rw-r--r--build_files/buildbot/config/user-config-player-glibc27-x86_64.py2
-rw-r--r--build_files/scons/tools/btools.py4
-rw-r--r--doc/python_api/rst/bge.logic.rst14
-rw-r--r--doc/python_api/rst/bge.types.rst110
-rw-r--r--extern/libmv/CMakeLists.txt4
-rw-r--r--extern/libmv/ChangeLog800
-rwxr-xr-xextern/libmv/bundle.sh13
-rw-r--r--extern/libmv/files.txt5
-rw-r--r--extern/libmv/libmv/multiview/fundamental.cc4
-rw-r--r--extern/libmv/libmv/simple_pipeline/initialize_reconstruction.cc16
-rw-r--r--extern/libmv/libmv/simple_pipeline/tracks.cc26
-rw-r--r--extern/libmv/libmv/simple_pipeline/tracks.h8
-rw-r--r--extern/libmv/third_party/gflags/README.libmv2
-rw-r--r--extern/libmv/third_party/glog/README.libmv1
-rw-r--r--intern/cycles/CMakeLists.txt2
-rw-r--r--intern/cycles/app/cycles_server.cpp23
-rw-r--r--intern/cycles/blender/blender_sync.cpp8
-rw-r--r--intern/cycles/device/device_network.cpp544
-rw-r--r--intern/cycles/device/device_network.h111
-rw-r--r--intern/cycles/kernel/CMakeLists.txt1
-rw-r--r--intern/cycles/kernel/closure/bsdf_toon.h206
-rw-r--r--intern/cycles/kernel/kernel_compat_cuda.h1
-rw-r--r--intern/cycles/kernel/kernel_compat_opencl.h1
-rw-r--r--intern/cycles/kernel/kernel_montecarlo.h16
-rw-r--r--intern/cycles/kernel/kernel_object.h28
-rw-r--r--intern/cycles/kernel/kernel_textures.h1
-rw-r--r--intern/cycles/kernel/kernel_triangle.h4
-rw-r--r--intern/cycles/kernel/kernel_types.h3
-rw-r--r--intern/cycles/kernel/osl/CMakeLists.txt1
-rw-r--r--intern/cycles/kernel/osl/bsdf_toon.cpp179
-rw-r--r--intern/cycles/kernel/osl/osl_closures.cpp9
-rw-r--r--intern/cycles/kernel/osl/osl_closures.h8
-rw-r--r--intern/cycles/kernel/osl/osl_services.cpp13
-rw-r--r--intern/cycles/kernel/shaders/stdosl.h5
-rw-r--r--intern/cycles/kernel/svm/svm_math.h67
-rw-r--r--intern/cycles/kernel/svm/svm_types.h2
-rw-r--r--intern/cycles/render/object.cpp30
-rw-r--r--intern/cycles/render/scene.h1
-rw-r--r--intern/cycles/util/util_cuda.cpp18
-rw-r--r--intern/cycles/util/util_cuda.h2
-rw-r--r--intern/cycles/util/util_math.h69
-rw-r--r--intern/cycles/util/util_transform.h2
-rw-r--r--intern/cycles/util/util_types.h2
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.h2
-rw-r--r--intern/ghost/intern/GHOST_SystemCocoa.mm10
-rw-r--r--intern/ghost/intern/GHOST_WindowCocoa.mm24
-rwxr-xr-xrelease/datafiles/blender_icons.sh3
-rw-r--r--release/datafiles/blender_icons.svg50974
-rw-r--r--release/datafiles/blender_icons16.pngbin221713 -> 230256 bytes
-rw-r--r--release/datafiles/blender_icons32.pngbin551824 -> 575666 bytes
-rw-r--r--release/scripts/modules/addon_utils.py57
-rw-r--r--release/scripts/modules/bpy/utils.py32
-rw-r--r--release/scripts/modules/bpy_restrict_state.py57
-rw-r--r--release/scripts/modules/bpy_types.py9
-rw-r--r--release/scripts/startup/bl_ui/properties_data_bone.py8
-rw-r--r--release/scripts/startup/bl_ui/properties_render.py3
-rw-r--r--release/scripts/startup/bl_ui/space_text.py1
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py22
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
-rw-r--r--release/scripts/templates/addon_add_object.py2
-rw-r--r--release/scripts/templates/operator_modal_draw.py8
-rw-r--r--source/blender/avi/intern/avi_endian.c2
-rw-r--r--source/blender/blenkernel/BKE_blender.h2
-rw-r--r--source/blender/blenkernel/BKE_context.h1
-rw-r--r--source/blender/blenkernel/BKE_global.h2
-rw-r--r--source/blender/blenkernel/BKE_mesh.h15
-rw-r--r--source/blender/blenkernel/intern/DerivedMesh.c34
-rw-r--r--source/blender/blenkernel/intern/bpath.c2
-rw-r--r--source/blender/blenkernel/intern/cdderivedmesh.c20
-rw-r--r--source/blender/blenkernel/intern/context.c49
-rw-r--r--source/blender/blenkernel/intern/dynamicpaint.c11
-rw-r--r--source/blender/blenkernel/intern/editderivedmesh.c56
-rw-r--r--source/blender/blenkernel/intern/fcurve.c8
-rw-r--r--source/blender/blenkernel/intern/gpencil.c2
-rw-r--r--source/blender/blenkernel/intern/image.c2
-rw-r--r--source/blender/blenkernel/intern/library.c6
-rw-r--r--source/blender/blenkernel/intern/mball.c20
-rw-r--r--source/blender/blenkernel/intern/mesh.c109
-rw-r--r--source/blender/blenkernel/intern/node.c18
-rw-r--r--source/blender/blenkernel/intern/object.c19
-rw-r--r--source/blender/blenkernel/intern/paint.c4
-rw-r--r--source/blender/blenkernel/intern/pbvh.c2
-rw-r--r--source/blender/blenkernel/intern/scene.c3
-rw-r--r--source/blender/blenkernel/intern/sequencer.c4
-rw-r--r--source/blender/blenkernel/intern/smoke.c4
-rw-r--r--source/blender/blenkernel/intern/softbody.c28
-rw-r--r--source/blender/blenlib/BLI_array.h4
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c36
-rw-r--r--source/blender/blenlib/intern/math_color.c4
-rw-r--r--source/blender/blenlib/intern/math_geom.c10
-rw-r--r--source/blender/blenloader/BLO_soundfile.h41
-rw-r--r--source/blender/blenloader/CMakeLists.txt1
-rw-r--r--source/blender/blenloader/intern/readfile.c19
-rw-r--r--source/blender/bmesh/bmesh_class.h2
-rw-r--r--source/blender/bmesh/intern/bmesh_construct.c38
-rw-r--r--source/blender/bmesh/intern/bmesh_marking.c59
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.c12
-rw-r--r--source/blender/bmesh/operators/bmo_extrude.c22
-rw-r--r--source/blender/bmesh/tools/bmesh_bevel.c4
-rw-r--r--source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp10
-rw-r--r--source/blender/compositor/operations/COM_TrackPositionOperation.cpp2
-rw-r--r--source/blender/editors/animation/anim_filter.c14
-rw-r--r--source/blender/editors/animation/fmodifier_ui.c8
-rw-r--r--source/blender/editors/armature/editarmature.c7
-rw-r--r--source/blender/editors/armature/meshlaplacian.c4
-rw-r--r--source/blender/editors/armature/poselib.c5
-rw-r--r--source/blender/editors/armature/reeb.c2
-rw-r--r--source/blender/editors/curve/editcurve.c33
-rw-r--r--source/blender/editors/include/ED_view3d.h5
-rw-r--r--source/blender/editors/include/UI_resources.h3
-rw-r--r--source/blender/editors/interface/interface.c38
-rw-r--r--source/blender/editors/interface/interface_handlers.c23
-rw-r--r--source/blender/editors/interface/interface_icons.c25
-rw-r--r--source/blender/editors/interface/interface_panel.c8
-rw-r--r--source/blender/editors/interface/interface_regions.c71
-rw-r--r--source/blender/editors/interface/interface_widgets.c44
-rw-r--r--source/blender/editors/interface/resources.c20
-rw-r--r--source/blender/editors/interface/view2d.c8
-rw-r--r--source/blender/editors/interface/view2d_ops.c17
-rw-r--r--source/blender/editors/mesh/editface.c6
-rw-r--r--source/blender/editors/mesh/editmesh_add.c2
-rw-r--r--source/blender/editors/mesh/editmesh_knife.c6
-rw-r--r--source/blender/editors/mesh/editmesh_loopcut.c58
-rw-r--r--source/blender/editors/mesh/editmesh_rip.c3
-rw-r--r--source/blender/editors/mesh/editmesh_select.c9
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c15
-rw-r--r--source/blender/editors/mesh/editmesh_utils.c13
-rw-r--r--source/blender/editors/mesh/mesh_data.c15
-rw-r--r--source/blender/editors/mesh/mesh_navmesh.c12
-rw-r--r--source/blender/editors/mesh/mesh_ops.c7
-rw-r--r--source/blender/editors/mesh/meshtools.c26
-rw-r--r--source/blender/editors/object/object_add.c13
-rw-r--r--source/blender/editors/object/object_bake.c8
-rw-r--r--source/blender/editors/object/object_edit.c8
-rw-r--r--source/blender/editors/object/object_vgroup.c15
-rw-r--r--source/blender/editors/physics/particle_edit.c15
-rw-r--r--source/blender/editors/physics/particle_object.c19
-rw-r--r--source/blender/editors/physics/physics_fluid.c2
-rw-r--r--source/blender/editors/screen/area.c32
-rw-r--r--source/blender/editors/screen/screen_edit.c24
-rw-r--r--source/blender/editors/screen/screen_ops.c8
-rw-r--r--source/blender/editors/sculpt_paint/paint_image.c6
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h6
-rw-r--r--source/blender/editors/sculpt_paint/paint_ops.c4
-rw-r--r--source/blender/editors/sculpt_paint/paint_vertex.c308
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
-rw-r--r--source/blender/editors/space_clip/tracking_select.c14
-rw-r--r--source/blender/editors/space_node/drawnode.c4
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c46
-rw-r--r--source/blender/editors/space_outliner/outliner_edit.c4
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h1
-rw-r--r--source/blender/editors/space_outliner/outliner_select.c3
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c2
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c114
-rw-r--r--source/blender/editors/space_sequencer/sequencer_add.c6
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt3
-rw-r--r--source/blender/editors/space_text/space_text.c11
-rw-r--r--source/blender/editors/space_text/text_draw.c366
-rw-r--r--source/blender/editors/space_text/text_format.c148
-rw-r--r--source/blender/editors/space_text/text_format.h77
-rw-r--r--source/blender/editors/space_text/text_format_py.c296
-rw-r--r--source/blender/editors/space_text/text_header.c10
-rw-r--r--source/blender/editors/space_text/text_intern.h12
-rw-r--r--source/blender/editors/space_text/text_ops.c6
-rw-r--r--source/blender/editors/space_text/text_python.c5
-rw-r--r--source/blender/editors/space_view3d/drawobject.c13
-rw-r--r--source/blender/editors/space_view3d/drawvolume.c8
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c19
-rw-r--r--source/blender/editors/space_view3d/view3d_edit.c5
-rw-r--r--source/blender/editors/space_view3d/view3d_fly.c4
-rw-r--r--source/blender/editors/space_view3d/view3d_project.c28
-rw-r--r--source/blender/editors/space_view3d/view3d_select.c14
-rw-r--r--source/blender/editors/space_view3d/view3d_view.c8
-rw-r--r--source/blender/editors/transform/transform.c2
-rw-r--r--source/blender/editors/transform/transform_generics.c14
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.c2
-rw-r--r--source/blender/gpu/intern/gpu_draw.c9
-rw-r--r--source/blender/gpu/shaders/gpu_shader_material.glsl13
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c2
-rw-r--r--source/blender/imbuf/intern/dds/FlipDXT.cpp6
-rw-r--r--source/blender/makesdna/DNA_armature_types.h4
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h8
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h6
-rw-r--r--source/blender/makesrna/RNA_types.h7
-rw-r--r--source/blender/makesrna/intern/makesrna.c26
-rw-r--r--source/blender/makesrna/intern/rna_access.c5
-rw-r--r--source/blender/makesrna/intern/rna_armature.c5
-rw-r--r--source/blender/makesrna/intern/rna_mesh.c14
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c59
-rw-r--r--source/blender/makesrna/intern/rna_nodetree_types.h39
-rw-r--r--source/blender/makesrna/intern/rna_rna.c14
-rw-r--r--source/blender/makesrna/intern/rna_scene.c14
-rw-r--r--source/blender/makesrna/intern/rna_space.c7
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c10
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_alphaOver.c2
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_lensdist.c2
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_splitViewer.c2
-rw-r--r--source/blender/python/SConscript3
-rw-r--r--source/blender/python/bmesh/bmesh_py_utils.c4
-rw-r--r--source/blender/python/intern/bpy.c4
-rw-r--r--source/blender/python/intern/bpy_rna.c92
-rw-r--r--source/blender/python/intern/bpy_rna.h1
-rw-r--r--source/blender/python/intern/bpy_rna_callback.c179
-rw-r--r--source/blender/python/intern/bpy_rna_callback.h5
-rw-r--r--source/blender/python/mathutils/mathutils_geometry.c2
-rw-r--r--source/blender/render/extern/include/RE_multires_bake.h3
-rw-r--r--source/blender/render/intern/raytrace/rayobject_octree.cpp12
-rw-r--r--source/blender/render/intern/source/convertblender.c2
-rw-r--r--source/blender/render/intern/source/imagetexture.c22
-rw-r--r--source/blender/render/intern/source/multires_bake.c242
-rw-r--r--source/blender/render/intern/source/occlusion.c16
-rw-r--r--source/blender/render/intern/source/render_texture.c10
-rw-r--r--source/blender/render/intern/source/shadeoutput.c2
-rw-r--r--source/blender/render/intern/source/volume_precache.c4
-rw-r--r--source/blender/windowmanager/WM_api.h8
-rw-r--r--source/blender/windowmanager/WM_types.h3
-rw-r--r--source/blender/windowmanager/intern/wm_draw.c4
-rw-r--r--source/blender/windowmanager/intern/wm_event_system.c21
-rw-r--r--source/blender/windowmanager/intern/wm_gesture.c3
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c25
-rw-r--r--source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp2
-rw-r--r--source/gameengine/Converter/BL_BlenderDataConversion.cpp14
-rw-r--r--source/gameengine/Converter/CMakeLists.txt2
-rw-r--r--source/gameengine/Converter/KX_BlenderSceneConverter.cpp136
-rw-r--r--source/gameengine/Converter/KX_BlenderSceneConverter.h17
-rw-r--r--source/gameengine/Converter/KX_LibLoadStatus.cpp251
-rw-r--r--source/gameengine/Converter/KX_LibLoadStatus.h85
-rw-r--r--source/gameengine/GameLogic/CMakeLists.txt2
-rw-r--r--source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp9
-rw-r--r--source/gameengine/GameLogic/Joystick/SCA_Joystick.h5
-rw-r--r--source/gameengine/GameLogic/SCA_JoystickManager.cpp8
-rw-r--r--source/gameengine/GameLogic/SCA_PythonJoystick.cpp184
-rw-r--r--source/gameengine/GameLogic/SCA_PythonJoystick.h56
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp24
-rw-r--r--source/gameengine/Ketsji/KX_ISceneConverter.h3
-rw-r--r--source/gameengine/Ketsji/KX_KetsjiEngine.cpp2
-rw-r--r--source/gameengine/Ketsji/KX_PythonInit.cpp53
-rw-r--r--source/gameengine/Ketsji/KX_PythonInitTypes.cpp4
-rw-r--r--source/gameengine/Rasterizer/RAS_BucketManager.cpp4
-rw-r--r--source/gameengine/Rasterizer/RAS_MaterialBucket.cpp2
-rw-r--r--source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp2
-rw-r--r--source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp2
-rw-r--r--source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp6
-rw-r--r--source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp4
-rw-r--r--source/tests/bl_load_addons.py42
254 files changed, 18371 insertions, 40022 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 75b07ff73b3..5e33bd050ed 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1787,34 +1787,58 @@ print_info() {
INFO ""
INFO "If you're using CMake add this to your configuration flags:"
+ _buildargs=""
+
if $ALL_STATIC; then
- INFO " -D WITH_STATIC_LIBS=ON"
+ _1="-D WITH_STATIC_LIBS=ON"
+ INFO " $_1"
+ _buildargs="$_buildargs $_1"
fi
if [ -d $INST/boost ]; then
- INFO " -D BOOST_ROOT=$INST/boost"
- INFO " -D Boost_NO_SYSTEM_PATHS=ON"
+ _1="-D BOOST_ROOT=$INST/boost"
+ _2="-D Boost_NO_SYSTEM_PATHS=ON"
+ INFO " $_1"
+ INFO " $_2"
+ _buildargs="$_buildargs $_1 $_2"
elif $ALL_STATIC; then
- INFO " -D Boost_USE_ICU=ON"
+ _1="-D Boost_USE_ICU=ON"
+ INFO " $_1"
+ _buildargs="$_buildargs $_1"
fi
if [ -d $INST/osl -a $WITH_OSL == true ]; then
- INFO " -D CYCLES_OSL=$INST/osl"
- INFO " -D WITH_CYCLES_OSL=ON"
- INFO " -D LLVM_VERSION=$LLVM_VERSION_FOUND"
+ _1="-D CYCLES_OSL=$INST/osl"
+ _2="-D WITH_CYCLES_OSL=ON"
+ _3="-D LLVM_VERSION=$LLVM_VERSION_FOUND"
+ INFO " $_1"
+ INFO " $_2"
+ INFO " $_3"
+ _buildargs="$_buildargs $_1 $_2 $_3"
if [ -d $INST/llvm ]; then
- INFO " -D LLVM_DIRECTORY=$INST/llvm"
- INFO " -D LLVM_STATIC=ON"
+ _1="-D LLVM_DIRECTORY=$INST/llvm"
+ _2="-D LLVM_STATIC=ON"
+ INFO " $_1"
+ INFO " $_2"
+ _buildargs="$_buildargs $_1 $_2"
fi
fi
if [ -d $INST/ffmpeg ]; then
- INFO " -D WITH_CODEC_FFMPEG=ON"
- INFO " -D FFMPEG=$INST/ffmpeg"
- INFO " -D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;rt;`print_info_ffmpeglink`'"
+ _1="-D WITH_CODEC_FFMPEG=ON"
+ _2="-D FFMPEG=$INST/ffmpeg"
+ _3="-D FFMPEG_LIBRARIES='avformat;avcodec;avutil;avdevice;swscale;rt;`print_info_ffmpeglink`'"
+ INFO " $_1"
+ INFO " $_2"
+ INFO " $_3"
+ _buildargs="$_buildargs $_1 $_2 $_3"
fi
INFO ""
+ INFO "Or even simpler, just run (in your build dir):"
+ INFO " make -j$THREADS BUILD_CMAKE_ARGS=\"$_buildargs\""
+
+ INFO ""
INFO "If you're using SCons add this to your user-config:"
if [ -d $INST/python-3.3 ]; then
@@ -1832,6 +1856,7 @@ print_info() {
if [ -d $INST/boost ]; then
INFO "BF_BOOST = '$INST/boost'"
+ INFO "WITH_BF_BOOST = True"
fi
if [ -d $INST/ffmpeg ]; then
diff --git a/build_files/buildbot/config/user-config-glibc211-i686.py b/build_files/buildbot/config/user-config-glibc211-i686.py
index e665657d91e..149a01433a6 100644
--- a/build_files/buildbot/config/user-config-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-glibc211-i686.py
@@ -103,7 +103,7 @@ WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
WITH_BF_STATICJACK = True
BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
diff --git a/build_files/buildbot/config/user-config-glibc211-x86_64.py b/build_files/buildbot/config/user-config-glibc211-x86_64.py
index 420d9ed4db9..0fae7f0cdb3 100644
--- a/build_files/buildbot/config/user-config-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-glibc211-x86_64.py
@@ -103,7 +103,7 @@ WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
WITH_BF_STATICJACK = True
BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
diff --git a/build_files/buildbot/config/user-config-glibc27-i686.py b/build_files/buildbot/config/user-config-glibc27-i686.py
index b36196fd835..46f3ccb3df7 100644
--- a/build_files/buildbot/config/user-config-glibc27-i686.py
+++ b/build_files/buildbot/config/user-config-glibc27-i686.py
@@ -92,7 +92,7 @@ WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
# Cycles
WITH_BF_CYCLES = True
diff --git a/build_files/buildbot/config/user-config-glibc27-x86_64.py b/build_files/buildbot/config/user-config-glibc27-x86_64.py
index 7359e155586..23ddcf7a5b9 100644
--- a/build_files/buildbot/config/user-config-glibc27-x86_64.py
+++ b/build_files/buildbot/config/user-config-glibc27-x86_64.py
@@ -92,7 +92,7 @@ WITH_BF_FFTW3 = True
WITH_BF_STATICFFTW3 = True
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
# Cycles
WITH_BF_CYCLES = True
diff --git a/build_files/buildbot/config/user-config-player-glibc211-i686.py b/build_files/buildbot/config/user-config-player-glibc211-i686.py
index 96f201235c4..37fe511fac8 100644
--- a/build_files/buildbot/config/user-config-player-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-player-glibc211-i686.py
@@ -103,7 +103,7 @@ BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBP
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
WITH_BF_STATICJACK = True
BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
diff --git a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
index 75979d0bcfe..8f51c5ad8be 100644
--- a/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-player-glibc211-x86_64.py
@@ -103,7 +103,7 @@ BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBP
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
WITH_BF_STATICJACK = True
BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
diff --git a/build_files/buildbot/config/user-config-player-glibc27-i686.py b/build_files/buildbot/config/user-config-player-glibc27-i686.py
index 82b105c4527..300af2295f0 100644
--- a/build_files/buildbot/config/user-config-player-glibc27-i686.py
+++ b/build_files/buildbot/config/user-config-player-glibc27-i686.py
@@ -98,7 +98,7 @@ BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBP
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
# Motion Tracking
WITH_BF_LIBMV = False
diff --git a/build_files/buildbot/config/user-config-player-glibc27-x86_64.py b/build_files/buildbot/config/user-config-player-glibc27-x86_64.py
index 1e6aa4af802..722c3a00a66 100644
--- a/build_files/buildbot/config/user-config-player-glibc27-x86_64.py
+++ b/build_files/buildbot/config/user-config-player-glibc27-x86_64.py
@@ -98,7 +98,7 @@ BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBP
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
# JACK
-WITH_BF_JACK = True
+WITH_BF_JACK = False
# Motion Tracking
WITH_BF_LIBMV = False
diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 056ebb9b7fe..521138cba6a 100644
--- a/build_files/scons/tools/btools.py
+++ b/build_files/scons/tools/btools.py
@@ -47,10 +47,10 @@ def get_version():
if (ver_base is not None) and (ver_char is not None) and (ver_cycle is not None):
# eg '2.56a-beta'
- if ver_cycle:
+ if ver_cycle != "release":
ver_display = "%s%s-%s" % (ver_base, ver_char, ver_cycle)
else:
- ver_display = "%s%s" % (ver_base, ver_char) # assume release
+ ver_display = "%s%s" % (ver_base, ver_char)
return ver_base, ver_display, ver_cycle
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index 7d20aa31a36..944b1ca06a0 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -125,6 +125,10 @@ Variables
The current mouse wrapped in an :class:`~bge.types.SCA_PythonMouse` object.
+.. data:: joysticks
+
+ A list of attached joysticks. The list size it he maximum number of supported joysticks. If no joystick is available for a given slot, the slot is set to None.
+
*****************
General functions
*****************
@@ -172,7 +176,7 @@ General functions
Restarts the current game by reloading the .blend file (the last saved version, not what is currently running).
-.. function:: LibLoad(blend, type, data, load_actions=False, verbose=False, load_scripts=True)
+.. function:: LibLoad(blend, type, data, load_actions=False, verbose=False, load_scripts=True, async=False)
Converts the all of the datablocks of the given type from the given blend.
@@ -187,7 +191,13 @@ General functions
:arg verbose: Whether or not to print debugging information (e.g., "SceneName: Scene")
:type verbose: bool
:arg load_scripts: Whether or not to load text datablocks as well (can be disabled for some extra security)
- :type load_scripts: bool
+ :type load_scripts: bool
+ :arg async: Whether or not to do the loading asynchronously (in another thread). Only the "Scene" type is currently supported for this feature.
+ :type async: bool
+
+ :rtype: :class:`bge.types.KX_LibLoadStatus`
+
+ .. note:: Asynchronously loaded libraries will not be available immediately after LibLoad() returns. Use the returned KX_LibLoadStatus to figure out when the libraries are ready.
.. function:: LibNew(name, type, data)
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 8cf9ccb794c..470e1c56bac 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -141,6 +141,74 @@ Types
:type: boolean
+.. class:: SCA_PythonJoystick(PyObjectPlus)
+
+ A Python interface to a joystick.
+
+ .. attribute:: name
+
+ The name assigned to the joystick by the operating system. (read-only)
+
+ :type: string
+
+ .. attribute:: activeButtons
+
+ A list of active button values. (read-only)
+
+ :type: list
+
+ .. attribute:: axisValues
+
+ The state of the joysticks axis as a list of values :data:`numAxis` long. (read-only).
+
+ :type: list of ints.
+
+ Each specifying the value of an axis between -1.0 and 1.0 depending on how far the axis is pushed, 0 for nothing.
+ The first 2 values are used by most joysticks and gamepads for directional control. 3rd and 4th values are only on some joysticks and can be used for arbitary controls.
+
+ * left:[-1.0, 0.0, ...]
+ * right:[1.0, 0.0, ...]
+ * up:[0.0, -1.0, ...]
+ * down:[0.0, 1.0, ...]
+
+ .. attribute:: hatValues
+
+ The state of the joysticks hats as a list of values :data:`numHats` long. (read-only).
+
+ :type: list of ints
+
+ Each specifying the direction of the hat from 1 to 12, 0 when inactive.
+
+ Hat directions are as follows...
+
+ * 0:None
+ * 1:Up
+ * 2:Right
+ * 4:Down
+ * 8:Left
+ * 3:Up - Right
+ * 6:Down - Right
+ * 12:Down - Left
+ * 9:Up - Left
+
+ .. attribute:: numAxis
+
+ The number of axes for the joystick at this index. (read-only).
+
+ :type: integer
+
+ .. attribute:: numButtons
+
+ The number of buttons for the joystick at this index. (read-only).
+
+ :type: integer
+
+ .. attribute:: numHats
+
+ The number of hats for the joystick at this index. (read-only).
+
+ :type: integer
+
.. class:: SCA_IObject(CValue)
This class has no python functions
@@ -1861,6 +1929,44 @@ Types
:type: boolean
+.. class:: KX_LibLoadStatus(PyObjectPlus)
+
+ An object providing information about a LibLoad() operation.
+
+ .. code-block:: python
+
+ # Print a message when an async LibLoad is done
+ import bge
+
+ def finished_cb(status):
+ print("Library (%s) loaded in %.2fms." % (status.libraryName, status.timeTaken))
+
+ bge.logic.LibLoad('myblend.blend', 'Scene', async=True).onFinish = finished_cb
+
+ .. attribute:: onFinish
+
+ A callback that gets called when the lib load is done.
+
+ :type: callable
+
+ .. attribute:: progress
+
+ The current progress of the lib load as a normalized value from 0.0 to 1.0.
+
+ :type: float
+
+ .. attribute:: libraryName
+
+ The name of the library being loaded (the first argument to LibLoad).
+
+ :type: string
+
+ .. attribute:: timeTaken
+
+ The amount of time, in seconds, the lib load took (0 until the operation is complete).
+
+ :type: float
+
.. class:: KX_LightObject(KX_GameObject)
A Light object.
@@ -3977,7 +4083,7 @@ Types
:type: list of ints.
- Each spesifying the value of an axis between -32767 and 32767 depending on how far the axis is pushed, 0 for nothing.
+ Each specifying the value of an axis between -32767 and 32767 depending on how far the axis is pushed, 0 for nothing.
The first 2 values are used by most joysticks and gamepads for directional control. 3rd and 4th values are only on some joysticks and can be used for arbitary controls.
* left:[-32767, 0, ...]
@@ -4001,7 +4107,7 @@ Types
:type: list of ints
- Each spesifying the direction of the hat from 1 to 12, 0 when inactive.
+ Each specifying the direction of the hat from 1 to 12, 0 when inactive.
Hat directions are as follows...
diff --git a/extern/libmv/CMakeLists.txt b/extern/libmv/CMakeLists.txt
index ebc5953d956..a51f576d965 100644
--- a/extern/libmv/CMakeLists.txt
+++ b/extern/libmv/CMakeLists.txt
@@ -47,9 +47,9 @@ set(SRC
libmv/multiview/conditioning.cc
libmv/multiview/euclidean_resection.cc
libmv/multiview/fundamental.cc
+ libmv/multiview/homography.cc
libmv/multiview/projection.cc
libmv/multiview/triangulation.cc
- libmv/multiview/homography.cc
libmv/numeric/numeric.cc
libmv/numeric/poly.cc
libmv/simple_pipeline/bundle.cc
@@ -71,8 +71,8 @@ set(SRC
libmv/tracking/lmicklt_region_tracker.cc
libmv/tracking/pyramid_region_tracker.cc
libmv/tracking/retrack_region_tracker.cc
- libmv/tracking/trklt_region_tracker.cc
libmv/tracking/track_region.cc
+ libmv/tracking/trklt_region_tracker.cc
third_party/fast/fast_10.c
third_party/fast/fast_11.c
diff --git a/extern/libmv/ChangeLog b/extern/libmv/ChangeLog
index 02b79c93ec2..c52d5456c32 100644
--- a/extern/libmv/ChangeLog
+++ b/extern/libmv/ChangeLog
@@ -1,3 +1,487 @@
+commit cfabdfe48df2add3d1f30cf4370efd0b31990ab0
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 20 05:46:53 2012 +0600
+
+ Assorted fixes for keyframe selection:
+
+ - Biggest error was in cost functors used for F and H refirement,
+ they were just wrong.
+
+ - Use natural logarithms, since it's actually makes sense from
+ math papers point of view and error is somewhere else.
+
+ - Disabled rho for GRIC, for now use non-clamped error for tests.
+
+ - Made SymmetricEpipolarDistance returning non-squared distance
+ Keyframe selection is currently the only used of this function
+ and it seems using non-squared distance makes much more sense.
+
+ Also would think to append suffix "Squared" to functions which
+ returns squared distances.
+
+ - Removed templated version of SymmetricEpipolarDistance, since
+ it's not needed actually.
+
+ This is actually even worse working than previous implementation,
+ but commit it needed for further review.
+
+commit 35d8c57626ad74818f155e6e5960c663ea84e032
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 20 03:00:40 2012 +0600
+
+ Euclidean resection cost function didn't use correct constructor
+
+ It was storing a reference to initial rotation passed by value,
+ leading to pointer being pointing to a stack variable, leading to
+ wrong memory access in residuals computing.
+
+ Apparently was visible in optimized builds only with inline
+ substitution allowed.
+
+commit 0798d3162bb49cee7e1c423ceccbca1326ad5650
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 20 02:50:52 2012 +0600
+
+ Automatic keyframe selection based on Pollefeys's criteria
+
+ This commit implements automatic keyframe selection algorithm
+ based on Pollefeys's criteria (F-GRIC is smaller than H-GRIC
+ and correspondence ratio is more then 90%).
+
+ It is implemented as a part of simple pipeline and returns
+ vector of keyframe images for a given Tracks structure.
+
+ For simple pipeline reconstruction two best keyframes are
+ expected to be selected from all detected candidates.
+ Criteria for this selection could be reprojection error of
+ solution from two candidate keyfames.
+
+ Unfortunately, it's not fully workable yet, hopefully would
+ be fixed soon.
+
+commit e943985552f0598ae122252876f305d72c25c2f9
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:47:11 2012 +0600
+
+ Camera Tracking: allow fallback to reprojection resection
+ by user demand
+
+ This fixes some "regressions" introduced in previous commit
+ which lead to much worse solution in some cases. Now it's
+ possible to bring old behavior back.
+
+ Perhaps it's more like temporal solution for time being smarter
+ solution is found. But finding such a solution isn't so fast,
+ so let's bring manual control over reprojection usage.
+
+ But anyway, imo it's now nice to have a structure which could
+ be used to pass different settings to the solver.
+
+commit 5a23d01dd531d1e0798298d17ba42a3397effb82
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu Sep 20 18:55:44 2012 +0000
+
+ Make Euclidean resection "always" succeed.
+
+ The Euclidean resection code had a magical constant, 1e-3, used to
+ compare the results of solving an equation. This failure detection
+ was well-intended, trying to prevent poor solutions from getting
+ made without notifying the caller. Unfortunately in practice, this
+ threshold is too conservative. Furthermore, it is not clear the
+ threshold should exist at all; the purpose of the Euclidean
+ resection is to come up with the best solution it can; other
+ methods (e.g. reprojection error) should be used to compare
+ whether the method succeeded.
+
+ This commit changes the Euclidean EPnP code to always succeed,
+ causing the previous fallback to projective resection to never
+ run. In most cases, this will result in better reconstructions.
+
+ This should, in most cases, fix the dreaded "flipping" problem.
+
+commit 57dad861d2a7f9d058c6d8edde1a2d51d7225a51
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu Sep 20 02:27:34 2012 +0000
+
+ Fix variable naming in the planar tracker.
+
+commit e9392fd3b46f5668662935696e7d9afac3390ca4
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu Sep 20 02:10:33 2012 +0000
+
+ Add smarter tolerance checking in the planar tracker.
+
+ The planar tracker uses Ceres for the refinement stage. During
+ refinement, Ceres iteratively updates the parameters with the
+ latest best guess. If the change in the parameters falls below a
+ threshold, Ceres will abort successfully ("converged").
+
+ For the case of pure translation tracking, the parameters are
+ exactly the two pixel shifts (dx, dy), and measuring the change in
+ these parameters gives a meaningful termination criterion.
+ However, for all the other parameterizations like affine, where
+ the parameterization involves affine parameters that have no
+ physical interpretation, Ceres is left with no way to terminate
+ the solver early. With the existing code, often many iterations
+ are run long after Ceres has found a solution sufficiently
+ accurate for all tracking needs. No one needs tracking with
+ a quadrillionth of a pixel accuracy; that time is wasted.
+
+ This patch extends the existing iteration callback that is passed
+ in to Ceres to check if the pattern has fallen out of the search
+ window, to also check if the optimizer has made a tiny step. In
+ particular, if the maximum shift of any patch corner between two
+ successful optimizer steps is less than a threshold (currently
+ 0.005 pixels), the track is declared successful and tracking
+ is terminated.
+
+ This leads to dramatic speed increases in some cases, with little
+ to no loss in track quality. This is especially apparent when
+ tracking patches with affine or perspective motion models. For
+ example, on some tracking cases I tried, the iterations Ceres took
+ went from 50 to 3.
+
+commit 36729c19bf90cb767e9adb96ba7dd48a5ace2be1
+Author: Keir Mierle <mierle@gmail.com>
+Date: Wed Sep 19 22:25:02 2012 +0000
+
+ Detect too-small planar tracking patches.
+
+ The planar tracker did not detect very skinny patches which have
+ effectively zero area and are untrackable. This adds detection and
+ rejection of patterns with zero area. This fixes a crash found by
+ during Mango production.
+
+commit 5cf2bae255a5a0f2e36ea0516670782cb88b589d
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:33:53 2012 +0600
+
+ Real fix for previous commit from Keir. He's comment;
+
+ Cleanup for when trackers fall out of the search window.
+
+ Sergey originally left a TODO() here, but his fix is the correct
+ one. I removed the TODO and fixed some comment issues.
+
+commit a11533918720e5b43dc1e95895db0eb36c8c06aa
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:31:16 2012 +0600
+
+ Fix crash when tracking in planar motion model (and maybe some other)
+
+ It was an Abort() caused by check for solver result not equal to USER_ABORT.
+
+ In some cases solver returns USER_ABORT due to BoundaryCheckingCallback
+ detects coordinates does not belong to image.
+
+ Somehow this callback wasn't called in previous version of Ceres and
+ in the same case marker was jumping. Now when the callback is called
+ it seems we could simply return failure of tracking without aborting
+ Blender.
+
+ Probably this is in fact some issue somewhere else, would double
+ check with Keir about this.
+
+commit 4be2306bcc664b259aaf7068b9f32ab60124a509
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:29:39 2012 +0600
+
+ Resolved some compilation warnings (missed prototypes)
+
+ In some cases it was missed include of header file, in some other
+ cases symbol could be static.
+
+commit bef729ba5c12683d13584d2a728b8b6506b7ca90
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:27:17 2012 +0600
+
+ Code cleanup: silence some -Wnarrowing warnings from C++11
+
+commit add1415d896818367087c784a3013dd8f1bb2095
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 17:25:18 2012 +0600
+
+ Changes to SamplePlanarPatch to support mask input and
+ added output for pattern center.
+
+commit daa354c0735b954b0cd7725626e9a3d67416d46b
+Author: Keir Mierle <mierle@gmail.com>
+Date: Sat Jun 9 19:22:39 2012 +0000
+
+ Change libmv's bilinear sampling to assume the same
+ pixel conventions as Blender. This fixes the preview
+ widget in Blender, and should make tracking slightly
+ more accurate.
+
+commit 99b6222873fbfbe248316316956720376a58f438
+Author: Keir Mierle <mierle@gmail.com>
+Date: Sat Jun 9 18:58:51 2012 +0000
+
+ Add new warp regularization scheme for planar tracking.
+
+ This adds a new term to the tracking cost function that
+ restricts how much the optimizer can warp the patch (as
+ opposed to merely adjusting the translation). This should
+ reduce the "jumpiness" that is sometimes seen when doing
+ non-"Loc" tracks.
+
+ It is disabled in this commit; a subsequent commit will add
+ controls to the tracking dialog for this.
+
+commit a1c5a70badd11cba0470700bad2eac2b2bd30c86
+Author: Keir Mierle <mierle@gmail.com>
+Date: Sat Jun 9 06:55:21 2012 +0000
+
+ Planar tracker polish.
+
+ - Fixes the correlation checking code that was broken in the
+ previous commit. The bug was a transpose error.
+ - Fixes a memory leak of the warp functor, found by Sameer.
+ - Various cleanups done at Sameer's suggestion.
+
+ Thanks to Sameer Agarwal for a code review.
+
+commit 2cb784caa854a77cdd43620ab133f26b87ed0d83
+Author: Keir Mierle <mierle@gmail.com>
+Date: Fri Jun 8 17:42:17 2012 +0000
+
+ Make planar tracking much faster.
+
+ - This makes planar tracking around 2-3x or more faster than
+ before, by rearranging how the sampling is done.
+ Previously, the source patch was sampled repeatedly on
+ every optimizer iteration; this was done for
+ implementation speed, but was wasteful in computation.
+
+ - This also contains some additions to Ceres to help
+ deailing with mixed numeric / automatic differentation. In
+ particular, there is now a "Chain::Rule" operator that
+ facilitates calling a function that takes Jet arguments,
+ yet does numeric derivatives internally. This is used to
+ mix the numeric differentation of the images with the warp
+ parameters, passed as jets by Ceres to the warp functor.
+
+ There is also a new "JetOps" object for doing operations
+ on types which may or may not be jets, such as scaling
+ the derivative part only, or extracting the scalar part
+ of a jet.
+
+ This patche is aimed at Ceres upstream.
+
+ - A new function for sampling a patch is now part of the
+ track_region.h API; this will get used to make the preview
+ widget properly show what is getting tracked. Currently
+ the preview widget does not handle perspective tracks.
+
+ Known issues:
+
+ This patch introduces a bug such that the "Minimum
+ Correlation" flag does not work; if it is enabled, tracking
+ aborts immediately. The workaround for now is to disable the
+ correlation checking, and examine your tracks carefully. A
+ fix will get added shortly.
+
+commit 81d028f13738ebe2304287dfce90e91bc782e2cf
+Author: Keir Mierle <mierle@gmail.com>
+Date: Fri May 18 20:04:43 2012 +0000
+
+ Remove an unnecessary template<> line in libmv. Convert debug logs to LG.
+
+commit 238aaba241ef99995d254aadc974db719da04b96
+Author: Keir Mierle <mierle@gmail.com>
+Date: Fri May 18 12:05:10 2012 +0000
+
+ Support normalization in the tracking prepass
+
+ The last tracker commit added normalized tracking. This makes
+ tracking patches undergoing uniform illumination change easier.
+ However, the prepass which computes a quick translation-only
+ estimate of the warp did not take this into account. This commit
+ fixes that.
+
+ This works reasonably well but in some examples the brute
+ initialization fails. I suspect this is due to the warped template
+ estimate in the current frame being too different from the
+ original, so there are multiple peaks in the normalized-SAD
+ correlation function.
+
+ The solution is to use the previous frame for the brute
+ initialization and the keyframe for refinement, but that requires
+ architecture changes.
+
+commit 981ca4f6a679cd9ac3d086eae3cd946ce72ca8a5
+Author: Keir Mierle <mierle@gmail.com>
+Date: Fri May 18 02:12:47 2012 +0000
+
+ Add light-normalized tracking to the planar tracker
+
+ This commit adds the ability to normalize patterns by their
+ average value while tracking, to make them invariant to global
+ illumination changes.
+
+ To see this in action, check out the "Lobby" scene from Hollywood
+ VFX. If you track the markers that are shadowed by the actress,
+ previously they would not track. With the scale adaption on, the
+ tracker would shrink the area to compensate for the changed
+ illumination, losing the track. With "Normalize" turned on, the
+ patch is correctly tracked and scale is maintained.
+
+ A remaining problem is that only the Ceres cost function is
+ updated to handle the normalization. The brute translation search
+ does not take this into account. Perhaps "Prepass" (see below)
+ should get disabled if normalization is enabled until I fix the
+ prepass to normalize as well.
+
+ There are a few other changes:
+
+ - Bail out of the sampling loop early if the mask is zero; this
+ saves expensive samples of the image derivatives.
+
+ - Fix a bug where the mask was ignored when sampling in the cost
+ functor.
+
+commit e9384b15fb2a6a5b81346d5758fa136f0911e945
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu May 17 23:53:32 2012 +0000
+
+ Implement support for affine tracking in the planar tracker; cleanups.
+
+commit 021d41eed8b4ce6a4e37786ccd357ed5dc83a13f
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu May 17 21:26:06 2012 +0000
+
+ For the planar tracker, initialize the warp from the four correspondences
+ after brute force translation search.
+
+commit 003d1bf6145cfd30938b35f6e10d43708dbf916c
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 16:56:01 2012 +0600
+
+ Correction to region tracker options initialization.
+
+ Based on patch from Keir to Blender:
+ https://svn.blender.org/svnroot/bf-blender/branches/soc-2011-tomato@46743
+
+commit 6af47b218cfdf5219f0ebb3cb95459817cf9abf2
+Author: Keir Mierle <mierle@gmail.com>
+Date: Thu May 17 02:31:52 2012 +0000
+
+ Add new planar tracker features and use the new planar API
+
+ This commit removes the use of the legacy RegionTracker API from
+ Blender, and replaces it with the new TrackRegion API. This also
+ adds several features to the planar tracker in libmv:
+
+ - Do a brute-force initialization of tracking similar to "Hybrid"
+ mode in the stable release, but using all floats. This is slower
+ but more accurate. It is still necessary to evaluate if the
+ performance loss is worth it. In particular, this change is
+ necessary to support high bit depth imagery.
+
+ - Add support for masks over the search window. This is a step
+ towards supporting user-defined tracker masks. The tracker masks
+ will make it easy for users to make a mask for e.g. a ball.
+
+ - Add Pearson product moment correlation coefficient checking (aka
+ "Correlation" in the UI. This causes tracking failure if the
+ tracked patch is not linearly related to the template.
+
+ - Add support for warping a few points in addition to the supplied
+ points. This is useful because the tracking code deliberately
+ does not expose the underlying warp representation. Instead,
+ warps are specified in an aparametric way via the correspondences.
+
+ - Remove the "num_samples_xy" concept and replace it with
+ automatic determination of the number of samples. This makes the
+ API easier for users.
+
+ - Fix various bugs in the parameterizations.
+
+ There remains a bug with subpixel precision tracking when in
+ "keyframe" mode; this will get fixed shortly.
+
+commit 16a46db104468cec80bd31ca9d5f8bffbe3e003e
+Author: Keir Mierle <mierle@gmail.com>
+Date: Mon May 14 12:15:38 2012 +0000
+
+ "Efficient Second-order Minimization" for the planar tracker
+
+ This implements the "Efficient Second-order Minimization"
+ scheme, as supported by the existing translation tracker.
+ This increases the amount of per-iteration work, but
+ decreases the number of iterations required to converge and
+ also increases the size of the basin of attraction for the
+ optimization.
+
+commit 23243b1b1f3e1ab3ef862b47bca06ee876ac2cf4
+Author: Keir Mierle <mierle@gmail.com>
+Date: Sun May 13 23:08:56 2012 +0000
+
+ Add a planar tracking implementation to libmv
+
+ This adds a new planar tracking implementation to libmv. The
+ tracker is based on Ceres[1], the new nonlinear minimizer that
+ myself and Sameer released from Google as open source. Since
+ the motion model is more involved, the interface is
+ different than the RegionTracker interface used previously
+ in Blender.
+
+ The ESM tracker, also known as the KLT tracker in the UI, is
+ temporarily changed to use the new Ceres-based planar
+ tracker in translation-only mode. Currently it is a bit
+ slower than ESM and also doesn't have all the bells and
+ whistles implemented. Those will come soon. Longer term,
+ both trackers will remain since Ceres is unlikely to be as
+ fast as ESM for pure translation solving, due to its
+ generality.
+
+ The next step is to implement a new tracking UI. The current
+ UI assumes a translational motion model; the new one must
+ support arbitrary perspective transforms of the pattern
+ regions.
+
+ [1] http://code.google.com/p/ceres-solver
+
+commit 52be92b53eb4decb1a316690b162196f227cc441
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Thu Dec 6 16:06:08 2012 +0600
+
+ Initial Ceres integration
+
+ Currently only put sources to src/third_party/ceres and made sure they're
+ not giving compilation issues.
+
+ Used Ceres upstream version 1.3.0.
+
+ Needed to make some modifications to it's CMakeLists.txt also to glog and
+ fglags. They're described in README.libmv of this libraries.
+
+ Basically:
+
+ - Added -fPIC to glog/gflags, so shared ceres library could be linked
+ statically against this libraries.
+
+ - Tweaked Ceres's build rules to use needed libraries from libmv's
+ third_party folder.
+
+commit b13f9d13122e091cb85855c2094386ccdef6e5a4
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Wed Dec 5 19:05:34 2012 +0600
+
+ Update Eigen to version 3.1.2
+
+ Mainly because of lots of warnings generating by gcc-4.7 which are
+ resolved in newer eigen version.
+
+commit 1f0dd94e8e37d3fe2df89282ec16a6a685fdde0b
+Author: Sergey Sharybin <sergey.vfx@gmail.com>
+Date: Fri May 25 16:36:44 2012 +0600
+
+ - Added avutil to qt-tracker linking when building with FFmpeg support.
+ On some platforms it seems to be required
+ - Synchronized QT Creator project for qt-tracker with changes in sources,
+ so no it might be compiled from QT Creator.
+
commit b813dbe3f46bbbc7e73ac791d4665622e4fc7ba5
Author: Sergey Sharybin <sergey.vfx@gmail.com>
Date: Wed May 9 19:01:10 2012 +0600
@@ -238,319 +722,3 @@ Date: Fri Feb 17 20:08:01 2012 +0600
SAD tracker now can deal with pattern size any size,
Very quick implementation came from Blender before Hybrid tracker was added.
Better to be replaced with brute tracker.
-
-commit d547c9cfe37d5d3397d33c8b0e58471e1e1c1634
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 20:03:52 2012 +0600
-
- Just convert end of lines to unix style.
-
-commit eb73ddbaec5b9e1ad30331bbf858a6ebc266c4aa
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 20:02:20 2012 +0600
-
- Made some function static. Resolves possible linking issues when building with MinGW.
-
-commit 2930681fafd86e4f4a958054b1db8bfff29623d1
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 19:59:45 2012 +0600
-
- Missed this in commit with improvements in camera intrinsics.
-
-commit 8d31bc767019b05c5bf8c9f309f9545b3428afa1
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 19:57:51 2012 +0600
-
- Another step of syncing codebase with Blender.
- Mainly fixes for freebsd/osx compilation and aligned memory allocation.
-
-commit 3214a2df5bfd98021f25d0f1a626a86318bb245f
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 19:48:02 2012 +0600
-
- Support compilation on FreeBSD platform
-
-commit 0e5abe96f543687ccfb3a923ec639cb8f45d54f8
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 19:44:18 2012 +0600
-
- Implementation of basic system for progress reporting into callee stuff
-
- Implemented by using simple callbacks classes which are getting invoked from
- places where lots of calculation happens, so applications which are using
- libmv may display nice progress bar.
-
-commit c5e18fe35464618055e0e9761be8d22fae56db49
-Author: Keir Mierle <mierle@gmail.com>
-Date: Fri Feb 17 19:25:45 2012 +0600
-
- Add support for detecting tracking failure in the ESM tracker component of
- libmv. Since both KLT and Hybrid rely on ESM underneath, KLT and Hybrid now
- have a minimum correlation setting to match. With this fix, track failures
- should get detected quicker, with the issue that sometimes the tracker will
- give up too easily. That is fixable by reducing the required correlation (in
- the track properties).
-
-commit ea0fed736ecdcc8c020227aeef8ef4cd3be5e63d
-Author: Keir Mierle <mierle@gmail.com>
-Date: Fri Feb 17 19:23:50 2012 +0600
-
- Add a new hybrid region tracker for motion tracking to libmv, and
- add it as an option (under "Hybrid") in the tracking settings. The
- region tracker is a combination of brute force tracking for coarse
- alignment, then refinement with the ESM/KLT algorithm already in
- libmv that gives excellent subpixel precision (typically 1/50'th
- of a pixel)
-
- This also adds a new "brute force" region tracker which does a
- brute force search through every pixel position in the destination
- for the pattern in the first frame. It leverages SSE if available,
- similar to the SAD tracker, to do this quickly. Currently it does
- some unnecessary conversions to/from floating point that will get
- fixed later.
-
- The hybrid tracker glues the two trackers (brute & ESM) together
- to get an overall better tracker. The algorithm is simple:
-
- 1. Track from frame 1 to frame 2 with the brute force tracker.
- This tries every possible pixel position for the pattern from
- frame 1 in frame 2. The position with the smallest
- sum-of-absolute-differences is chosen. By definition, this
- position is only accurate up to 1 pixel or so.
- 2. Using the result from 1, initialize a track with ESM. This does
- a least-squares fit with subpixel precision.
- 3. If the ESM shift was more than 2 pixels, report failure.
- 4. If the ESM track shifted less than 2 pixels, then the track is
- good and we're done. The rationale here is that if the
- refinement stage shifts more than 1 pixel, then the brute force
- result likely found some random position that's not a good fit.
-
-commit a07fff8431621c01d81ae52595d8dd91a295a776
-Author: Keir Mierle <mierle@gmail.com>
-Date: Fri Feb 17 19:19:58 2012 +0600
-
- Assorted camera tracker improvements
-
- - Add support for refining the camera's intrinsic parameters
- during a solve. Currently, refining supports only the following
- combinations of intrinsic parameters:
-
- f
- f, cx, cy
- f, cx, cy, k1, k2
- f, k1
- f, k1, k2
-
- This is not the same as autocalibration, since the user must
- still make a reasonable initial guess about the focal length and
- other parameters, whereas true autocalibration would eliminate
- the need for the user specify intrinsic parameters at all.
-
- However, the solver works well with only rough guesses for the
- focal length, so perhaps full autocalibation is not that
- important.
-
- Adding support for the last two combinations, (f, k1) and (f,
- k1, k2) required changes to the library libmv depends on for
- bundle adjustment, SSBA. These changes should get ported
- upstream not just to libmv but to SSBA as well.
-
- - Improved the region of convergence for bundle adjustment by
- increasing the number of Levenberg-Marquardt iterations from 50
- to 500. This way, the solver is able to crawl out of the bad
- local minima it gets stuck in when changing from, for example,
- bundling k1 and k2 to just k1 and resetting k2 to 0.
-
- - Add several new region tracker implementations. A region tracker
- is a libmv concept, which refers to tracking a template image
- pattern through frames. The impact to end users is that tracking
- should "just work better". I am reserving a more detailed
- writeup, and maybe a paper, for later.
-
- - Other libmv tweaks, such as detecting that a tracker is headed
- outside of the image bounds.
-
- This includes several changes made directly to the libmv extern
- code rather expecting to get those changes through normal libmv
- channels, because I, the libmv BDFL, decided it was faster to work
- on libmv directly in Blender, then later reverse-port the libmv
- changes from Blender back into libmv trunk. The interesting part
- is that I added a full Levenberg-Marquardt loop to the region
- tracking code, which should lead to a more stable solutions. I
- also added a hacky implementation of "Efficient Second-Order
- Minimization" for tracking, which works nicely. A more detailed
- quantitative evaluation will follow.
-
-commit 0bf66c009d5022eacfc473d247884a73ffeefa8f
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 19:13:49 2012 +0600
-
- Rest of compilation fix with FAST library.
-
-commit 71b578ca2ba34c528363c514cd1fcc85791d01f3
-Author: Keir Mierle <mierle@gmail.com>
-Date: Fri Feb 17 19:00:28 2012 +0600
-
- Improve the KLT tracking behaviour and UI
-
- - Remove the overly-conservative use of libmv's re-track tracker. The re-track
- tracker would take a normal tracker such as TRKLT or KLT or pyramid KLT, and
- track from frame 1 to 2, then back from the position found in 2 back to 1.
- Then, when the reverse-track doesn't match the original track with high
- precision, the track is considered "failed". This is a good approach for
- fully automatic reconstruction, but is too conservative for supervised
- tracking.
-
- The retrack-tracker will return when fully automatic tracking is added.
-
- - Always solve for (dx, dy) in the TRKLT loop even if the linear system is
- ill-conditioned. The client (Blender in this case) can still use the solved
- position, even though it is less reliable.
-
-commit 7d8a8762f2bc2e36f95b0b6f4fb4ca996f9f0db7
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 18:46:24 2012 +0600
-
- Changes in camera intrinsics distortion/undistortion:
-
- - Distortion/undistortion of scaled images wasn't happening right,
- because camera intrinsics are calibrated on an original frame which
- has got some particular resolution and trying to apply this model on
- an image with another resolution gives totally wrong result.
- This is needed to be able to do post-prccessing of render, running
- distortion on a scene which might be rendered with higher resolution
- than footage itself and then be scaled down.
- - Fixed incorrect calculation/applying of precomputed grid when
- distortion is high high enough and produces pixel offset higher
- than 127 pixels. This might be still not very distorted image,
- but if it's a 4K footage "normal" camera will easily give such
- a distortion.
- - Added support of overscan distortion/undistortion.
-
-commit ed080785d63bb8e3a13dde51a2dc94fe59b059bb
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 18:38:51 2012 +0600
-
- Fast headers now can be included from C++ sources.
- Was needed to make it working fine when bundling in Blender but might also
- be needed to bundle into another applications.
-
-commit 5f5a7aa46a2d87b96c8098dfc8682f4d01b5cd40
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 18:36:16 2012 +0600
-
- Bring back FAST detector which seems to be working much nicer than Morravec.
- Both of them are available in API.
-
-commit 2cab13c18216fb684b270cec077f7300262584af
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 18:27:36 2012 +0600
-
- Revert "Make CameraIntrinsics (and thus Qt tracker) compilable without linking libmv."
-
- This reverts commit 81613ee0cc94b315f333c9632b18b95d426aad05.
-
- That commit made inverting intrinsics totally unworkable, so reverted this and
- made needed tweaks to qt-tracker project file to make it compilable (was needed
- to make it linking together with glog).
-
- Conflicts:
-
- src/ui/tracker/tracker.cc
- src/ui/tracker/tracker.pro
-
-commit ec46cae041401b17afb4fe4d9c9343d10797090f
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 17:59:55 2012 +0600
-
- Fix compilation error using official MinGW
-
-commit 6fbc370e922c47cfa35381662b6c439f4891ed74
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 17:38:20 2012 +0600
-
- Fix compilation error with MSVC 2010 which is more picky for "missed" STL headers
-
-commit be9e6b63691d83b551a085f0766878bd84220767
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 17:36:18 2012 +0600
-
- Fix compilation with MSVC where snprintf function is declared as unsafe and _snprintf should be used instead.
-
- Better to switch to own implementation will ensure string is correctly NULL-terminated.
-
-commit 1847d9e414ed763cd80668775d7d9f79575fc8ca
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 17:34:45 2012 +0600
-
- Fix compilation error on OSX caused by incorrect access to ucontext
-
-commit 90579b6ffad07672172a1c240499615b30b25549
-Merge: b9aac30 531c79b
-Author: Sergey Sharybin <sergey.vfx@gmail.com>
-Date: Fri Feb 17 18:32:52 2012 +0600
-
- Merge remote-tracking branch 'Matthias-Fauconneau/master' into devel
-
- Conflicts:
- src/libmv/tracking/CMakeLists.txt
-
-commit b9aac30a9ca6bc8362c09a0e191040964f7c6de2
-Merge: 198894e 6969e1a
-Author: Keir Mierle <mierle@gmail.com>
-Date: Sat Nov 5 17:38:30 2011 -0700
-
- Merge pull request #3 from nathanwiegand/master
-
- Just a few tiny cleanups
-
-commit 6969e1a9534291a982749baa5a3672c97bfa506d
-Author: Nathan Wiegand <nathanwiegand@gmail.com>
-Date: Sat Nov 5 14:26:54 2011 -0700
-
- I've added cleaned up a few style issues here an there. Also, I've updated the CMakeLists.txt file so that it can build the image_io library. Note, it's only been tested on OSX 10.6
-
-commit 4763f851299050140757bfaa069107a0cf639e56
-Author: Nathan Wiegand <nathanwiegand@gmail.com>
-Date: Fri Nov 4 23:59:08 2011 -0700
-
- Removed a superfulous comment
-
-commit a44577c0162e273681e4a9a3cc5f5b37d4315b67
-Author: Nathan Wiegand <nathanwiegand@gmail.com>
-Date: Fri Nov 4 23:55:52 2011 -0700
-
- Removed a duplicate entry for an author.
-
-commit 198894e4c4f51c2c1784ad7c02eb45d2d1ada9bc
-Merge: c4c67db 6e797d6
-Author: Keir Mierle <mierle@gmail.com>
-Date: Fri Nov 4 21:47:05 2011 -0700
-
- Merge pull request #2 from nathanwiegand/master
-
- CMake changes for OSX
-
-commit 6e797d678c4c19f6a9e21657d66183f412cc995b
-Author: Nathan Wiegand <nathanwiegand@gmail.com>
-Date: Fri Nov 4 21:43:28 2011 -0700
-
- Uncomment the GUI part of the CMake file
-
-commit 33ef88a33860345d8906f3c9dd22d8dbce3df53e
-Author: Nathan Wiegand <nathanwiegand@gmail.com>
-Date: Fri Nov 4 21:31:22 2011 -0700
-
- Fixed build error on OSX by adding 'glog' to the dependencies in the tracker CMake
-
-commit 531c79bf95fddaaa70707d1abcd4fdafda16bbf0
-Author: Matthias Fauconneau <matthias.fauconneau@gmail.com>
-Date: Sat Aug 20 00:00:42 2011 +0200
-
- Display warped pattern in marker preview.
-
-commit bb5c27e671b6f8eb56ddf490f0795d59bede591b
-Author: Matthias Fauconneau <matthias.fauconneau@gmail.com>
-Date: Fri Aug 19 18:37:48 2011 +0200
-
- Fix CMake build.
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index 1e386ec8096..23e90fc8f7d 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -136,19 +136,6 @@ set(INC_SYS
\${ZLIB_INCLUDE_DIRS}
)
-
-# XXX - FIXME
-# this is a momentary hack to find unwind.h in 10.6.sdk
-if(APPLE)
- if(\${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.6")
- list(APPEND INC_SYS
- \${CMAKE_OSX_SYSROOT}/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin10/4.2.1/include
- )
- endif()
-endif()
-# XXX - END
-
-
set(SRC
libmv-capi.cpp
${sources}
diff --git a/extern/libmv/files.txt b/extern/libmv/files.txt
index 85d09ce05b8..22c5226adbe 100644
--- a/extern/libmv/files.txt
+++ b/extern/libmv/files.txt
@@ -17,6 +17,9 @@ libmv/multiview/euclidean_resection.cc
libmv/multiview/euclidean_resection.h
libmv/multiview/fundamental.cc
libmv/multiview/fundamental.h
+libmv/multiview/homography.cc
+libmv/multiview/homography.h
+libmv/multiview/homography_parameterization.h
libmv/multiview/nviewtriangulation.h
libmv/multiview/projection.cc
libmv/multiview/projection.h
@@ -69,6 +72,8 @@ libmv/tracking/pyramid_region_tracker.h
libmv/tracking/region_tracker.h
libmv/tracking/retrack_region_tracker.cc
libmv/tracking/retrack_region_tracker.h
+libmv/tracking/track_region.cc
+libmv/tracking/track_region.h
libmv/tracking/trklt_region_tracker.cc
libmv/tracking/trklt_region_tracker.h
third_party/fast/fast_10.c
diff --git a/extern/libmv/libmv/multiview/fundamental.cc b/extern/libmv/libmv/multiview/fundamental.cc
index 80f155e804d..12a611c748f 100644
--- a/extern/libmv/libmv/multiview/fundamental.cc
+++ b/extern/libmv/libmv/multiview/fundamental.cc
@@ -254,8 +254,8 @@ double SymmetricEpipolarDistance(const Mat &F, const Vec2 &x1, const Vec2 &x2) {
Vec3 Ft_y = F.transpose() * y;
double y_F_x = y.dot(F_x);
- return Square(y_F_x) * ( 1 / F_x.head<2>().squaredNorm()
- + 1 / Ft_y.head<2>().squaredNorm());
+ return y_F_x * ( 1 / F_x.head<2>().norm()
+ + 1 / Ft_y.head<2>().norm());
}
// HZ 9.6 pag 257 (formula 9.12)
diff --git a/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.cc b/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.cc
index 9c06d1ef4e6..84d143b77d6 100644
--- a/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.cc
+++ b/extern/libmv/libmv/simple_pipeline/initialize_reconstruction.cc
@@ -31,22 +31,6 @@
namespace libmv {
namespace {
-void CoordinatesForMarkersInImage(const vector<Marker> &markers,
- int image,
- Mat *coordinates) {
- vector<Vec2> coords;
- for (int i = 0; i < markers.size(); ++i) {
- const Marker &marker = markers[i];
- if (markers[i].image == image) {
- coords.push_back(Vec2(marker.x, marker.y));
- }
- }
- coordinates->resize(2, coords.size());
- for (int i = 0; i < coords.size(); i++) {
- coordinates->col(i) = coords[i];
- }
-}
-
void GetImagesInMarkers(const vector<Marker> &markers,
int *image1, int *image2) {
if (markers.size() < 2) {
diff --git a/extern/libmv/libmv/simple_pipeline/tracks.cc b/extern/libmv/libmv/simple_pipeline/tracks.cc
index 3fb8ddbe513..620f6fc880a 100644
--- a/extern/libmv/libmv/simple_pipeline/tracks.cc
+++ b/extern/libmv/libmv/simple_pipeline/tracks.cc
@@ -72,6 +72,16 @@ vector<Marker> Tracks::MarkersForTrack(int track) const {
return markers;
}
+vector<Marker> Tracks::MarkersInBothImages(int image1, int image2) const {
+ vector<Marker> markers;
+ for (int i = 0; i < markers_.size(); ++i) {
+ int image = markers_[i].image;
+ if (image == image1 || image == image2)
+ markers.push_back(markers_[i]);
+ }
+ return markers;
+}
+
vector<Marker> Tracks::MarkersForTracksInBothImages(int image1, int image2) const {
std::vector<int> image1_tracks;
std::vector<int> image2_tracks;
@@ -156,4 +166,20 @@ int Tracks::NumMarkers() const {
return markers_.size();
}
+void CoordinatesForMarkersInImage(const vector<Marker> &markers,
+ int image,
+ Mat *coordinates) {
+ vector<Vec2> coords;
+ for (int i = 0; i < markers.size(); ++i) {
+ const Marker &marker = markers[i];
+ if (markers[i].image == image) {
+ coords.push_back(Vec2(marker.x, marker.y));
+ }
+ }
+ coordinates->resize(2, coords.size());
+ for (int i = 0; i < coords.size(); i++) {
+ coordinates->col(i) = coords[i];
+ }
+}
+
} // namespace libmv
diff --git a/extern/libmv/libmv/simple_pipeline/tracks.h b/extern/libmv/libmv/simple_pipeline/tracks.h
index aa0fbaa6e4c..f9af3ada45b 100644
--- a/extern/libmv/libmv/simple_pipeline/tracks.h
+++ b/extern/libmv/libmv/simple_pipeline/tracks.h
@@ -22,6 +22,7 @@
#define LIBMV_SIMPLE_PIPELINE_TRACKS_H_
#include "libmv/base/vector.h"
+#include "libmv/numeric/numeric.h"
namespace libmv {
@@ -84,6 +85,9 @@ class Tracks {
/// Returns all the markers visible in \a image.
vector<Marker> MarkersInImage(int image) const;
+ /// Returns all the markers visible in \a image1 and \a image2.
+ vector<Marker> MarkersInBothImages(int image1, int image2) const;
+
/*!
Returns the markers in \a image1 and \a image2 which have a common track.
@@ -114,6 +118,10 @@ class Tracks {
vector<Marker> markers_;
};
+void CoordinatesForMarkersInImage(const vector<Marker> &markers,
+ int image,
+ Mat *coordinates);
+
} // namespace libmv
#endif // LIBMV_SIMPLE_PIPELINE_MARKERS_H_
diff --git a/extern/libmv/third_party/gflags/README.libmv b/extern/libmv/third_party/gflags/README.libmv
index 673099ce618..b310c57ac34 100644
--- a/extern/libmv/third_party/gflags/README.libmv
+++ b/extern/libmv/third_party/gflags/README.libmv
@@ -11,4 +11,6 @@ Local modifications:
- Added a poor-man's version of upstream's port.cc/h to make gflags compile on
windows. This isn't sufficient but is a stopgap for now.
+- Added -fPIC flag, so shared libraries from Ceres could be linked against static glog
+
TODO(keir): Import and use gflags for Windows from upstream.
diff --git a/extern/libmv/third_party/glog/README.libmv b/extern/libmv/third_party/glog/README.libmv
index 025a70b76a5..345bc9f5969 100644
--- a/extern/libmv/third_party/glog/README.libmv
+++ b/extern/libmv/third_party/glog/README.libmv
@@ -22,3 +22,4 @@ Upgrading Notes
* Do not define va_copy for MinGW platforms (it's already defined there).
* Patch localtime_r to be working fine with MinGW, disable strerror_r for MinGW because
of lack of needed functions.
+* Added -fPIC flag, so shared libraries from Ceres could be linked against static glog
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 12829f15aed..3242acf3edd 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -68,7 +68,7 @@ if(WITH_CYCLES_BLENDER)
add_subdirectory(blender)
endif()
-if(WITH_CYCLES_TEST)
+if(WITH_CYCLES_TEST OR WITH_CYCLES_NETWORK)
add_subdirectory(app)
endif()
diff --git a/intern/cycles/app/cycles_server.cpp b/intern/cycles/app/cycles_server.cpp
index e6a13e04b48..f94a29b9451 100644
--- a/intern/cycles/app/cycles_server.cpp
+++ b/intern/cycles/app/cycles_server.cpp
@@ -23,7 +23,9 @@
#include "util_args.h"
#include "util_foreach.h"
#include "util_path.h"
+#include "util_stats.h"
#include "util_string.h"
+#include "util_task.h"
using namespace ccl;
@@ -32,29 +34,29 @@ int main(int argc, const char **argv)
path_init();
/* device types */
- string devices = "";
+ string devicelist = "";
string devicename = "cpu";
bool list = false;
vector<DeviceType>& types = Device::available_types();
foreach(DeviceType type, types) {
- if(devices != "")
- devices += ", ";
+ if(devicelist != "")
+ devicelist += ", ";
- devices += Device::string_from_type(type);
+ devicelist += Device::string_from_type(type);
}
/* parse options */
ArgParse ap;
ap.options ("Usage: cycles_server [options]",
- "--device %s", &devicename, ("Devices to use: " + devices).c_str(),
+ "--device %s", &devicename, ("Devices to use: " + devicelist).c_str(),
"--list-devices", &list, "List information about all available devices",
NULL);
if(ap.parse(argc, argv) < 0) {
- fprintf(stderr, "%s\n", ap.error_message().c_str());
+ fprintf(stderr, "%s\n", ap.geterror().c_str());
ap.usage();
exit(EXIT_FAILURE);
}
@@ -84,13 +86,18 @@ int main(int argc, const char **argv)
}
}
+ TaskScheduler::init();
+
while(1) {
- Device *device = Device::create(device_info);
- printf("Cycles Server with device: %s\n", device->description().c_str());
+ Stats stats;
+ Device *device = Device::create(device_info, stats);
+ printf("Cycles Server with device: %s\n", device->info.description.c_str());
device->server_run();
delete device;
}
+ TaskScheduler::exit();
+
return 0;
}
diff --git a/intern/cycles/blender/blender_sync.cpp b/intern/cycles/blender/blender_sync.cpp
index e78026e7ae1..d455bdbe8e2 100644
--- a/intern/cycles/blender/blender_sync.cpp
+++ b/intern/cycles/blender/blender_sync.cpp
@@ -331,7 +331,13 @@ SessionParams BlenderSync::get_session_params(BL::RenderEngine b_engine, BL::Use
/* device default CPU */
params.device = devices[0];
- if(RNA_enum_get(&cscene, "device") != 0) {
+ if(RNA_enum_get(&cscene, "device") == 2) {
+ /* find network device */
+ foreach(DeviceInfo& info, devices)
+ if(info.type == DEVICE_NETWORK)
+ params.device = info;
+ }
+ else if(RNA_enum_get(&cscene, "device") == 1) {
/* find GPU device with given id */
PointerRNA systemptr = b_userpref.system().ptr;
PropertyRNA *deviceprop = RNA_struct_find_property(&systemptr, "compute_device");
diff --git a/intern/cycles/device/device_network.cpp b/intern/cycles/device/device_network.cpp
index a5e0d39df73..f5545c3dfdf 100644
--- a/intern/cycles/device/device_network.cpp
+++ b/intern/cycles/device/device_network.cpp
@@ -31,6 +31,8 @@ class NetworkDevice : public Device
public:
boost::asio::io_service io_service;
tcp::socket socket;
+ device_ptr mem_counter;
+ DeviceTask the_task; /* todo: handle multiple tasks */
NetworkDevice(Stats &stats, const char *address)
: Device(stats), socket(io_service)
@@ -49,75 +51,72 @@ public:
socket.close();
socket.connect(*endpoint_iterator++, error);
}
+
if(error)
throw boost::system::system_error(error);
+
+ mem_counter = 0;
}
~NetworkDevice()
{
+ RPCSend snd(socket, "stop");
+ snd.write();
}
void mem_alloc(device_memory& mem, MemoryType type)
{
-#if 0
+ mem.device_pointer = ++mem_counter;
+
RPCSend snd(socket, "mem_alloc");
- snd.archive & size & type;
+ snd.add(mem);
+ snd.add(type);
snd.write();
-
- RPCReceive rcv(socket);
-
- device_ptr mem;
- *rcv.archive & mem;
-
- return mem;
-#endif
}
void mem_copy_to(device_memory& mem)
{
-#if 0
RPCSend snd(socket, "mem_copy_to");
- snd.archive & mem & size;
+ snd.add(mem);
snd.write();
- snd.write_buffer(host, size);
-#endif
+ snd.write_buffer((void*)mem.data_pointer, mem.memory_size());
}
void mem_copy_from(device_memory& mem, int y, int w, int h, int elem)
{
-#if 0
RPCSend snd(socket, "mem_copy_from");
- snd.archive & mem & offset & size;
+ snd.add(mem);
+ snd.add(y);
+ snd.add(w);
+ snd.add(h);
+ snd.add(elem);
snd.write();
RPCReceive rcv(socket);
- rcv.read_buffer(host, size);
-#endif
+ rcv.read_buffer((void*)mem.data_pointer, mem.memory_size());
}
void mem_zero(device_memory& mem)
{
-#if 0
RPCSend snd(socket, "mem_zero");
- snd.archive & mem & size;
+ snd.add(mem);
snd.write();
-#endif
}
void mem_free(device_memory& mem)
{
-#if 0
- if(mem) {
+ if(mem.device_pointer) {
RPCSend snd(socket, "mem_free");
- snd.archive & mem;
+ snd.add(mem);
snd.write();
+
+ mem.device_pointer = 0;
}
-#endif
}
void const_copy_to(const char *name, void *host, size_t size)
@@ -126,79 +125,107 @@ public:
string name_string(name);
- snd.archive & name_string & size;
+ snd.add(name_string);
+ snd.add(size);
snd.write();
snd.write_buffer(host, size);
}
void tex_alloc(const char *name, device_memory& mem, bool interpolation, bool periodic)
{
-#if 0
+ mem.device_pointer = ++mem_counter;
+
RPCSend snd(socket, "tex_alloc");
string name_string(name);
- snd.archive & name_string & width & height & datatype & components & interpolation;
+ snd.add(name_string);
+ snd.add(mem);
+ snd.add(interpolation);
+ snd.add(periodic);
snd.write();
-
- size_t size = width*height*components*datatype_size(datatype);
- snd.write_buffer(host, size);
-
- RPCReceive rcv(socket);
-
- device_ptr mem;
- *rcv.archive & mem;
-
- return mem;
-#endif
+ snd.write_buffer((void*)mem.data_pointer, mem.memory_size());
}
void tex_free(device_memory& mem)
{
-#if 0
- if(mem) {
+ if(mem.device_pointer) {
RPCSend snd(socket, "tex_free");
- snd.archive & mem;
+ snd.add(mem);
snd.write();
+
+ mem.device_pointer = 0;
}
-#endif
}
- void path_trace(int x, int y, int w, int h, device_ptr buffer, device_ptr rng_state, int sample)
+ void task_add(DeviceTask& task)
{
-#if 0
- RPCSend snd(socket, "path_trace");
+ the_task = task;
- snd.archive & x & y & w & h & buffer & rng_state & sample;
+ RPCSend snd(socket, "task_add");
+ snd.add(task);
snd.write();
-#endif
}
- void tonemap(int x, int y, int w, int h, device_ptr rgba, device_ptr buffer, int sample, int resolution)
+ void task_wait()
{
-#if 0
- RPCSend snd(socket, "tonemap");
-
- snd.archive & x & y & w & h & rgba & buffer & sample & resolution;
+ RPCSend snd(socket, "task_wait");
snd.write();
-#endif
- }
- void task_add(DeviceTask& task)
- {
- if(task.type == DeviceTask::TONEMAP)
- tonemap(task.x, task.y, task.w, task.h, task.rgba, task.buffer, task.sample, task.resolution);
- else if(task.type == DeviceTask::PATH_TRACE)
- path_trace(task.x, task.y, task.w, task.h, task.buffer, task.rng_state, task.sample);
+ list<RenderTile> the_tiles;
+
+ /* todo: run this threaded for connecting to multiple clients */
+ for(;;) {
+ RPCReceive rcv(socket);
+ RenderTile tile;
+
+ if(rcv.name == "acquire_tile") {
+ /* todo: watch out for recursive calls! */
+ if(the_task.acquire_tile(this, tile)) { /* write return as bool */
+ the_tiles.push_back(tile);
+
+ RPCSend snd(socket, "acquire_tile");
+ snd.add(tile);
+ snd.write();
+ }
+ else {
+ RPCSend snd(socket, "acquire_tile_none");
+ snd.write();
+ }
+ }
+ else if(rcv.name == "release_tile") {
+ rcv.read(tile);
+
+ for(list<RenderTile>::iterator it = the_tiles.begin(); it != the_tiles.end(); it++) {
+ if(tile.x == it->x && tile.y == it->y && tile.start_sample == it->start_sample) {
+ tile.buffers = it->buffers;
+ the_tiles.erase(it);
+ break;
+ }
+ }
+
+ assert(tile.buffers != NULL);
+
+ the_task.release_tile(tile);
+
+ RPCSend snd(socket, "release_tile");
+ snd.write();
+ }
+ else if(rcv.name == "task_wait_done")
+ break;
+ }
}
- void task_wait()
+ void task_cancel()
{
+ RPCSend snd(socket, "task_cancel");
+ snd.write();
}
- void task_cancel()
+ bool support_advanced_shading()
{
+ return true; /* todo: get this info from device */
}
};
@@ -219,162 +246,303 @@ void device_network_info(vector<DeviceInfo>& devices)
devices.push_back(info);
}
-void Device::server_run()
-{
- try
+class DeviceServer {
+public:
+ DeviceServer(Device *device_, tcp::socket& socket_)
+ : device(device_), socket(socket_)
{
- /* starts thread that responds to discovery requests */
- ServerDiscovery discovery;
+ }
- for(;;)
- {
+ void listen()
+ {
+ /* receive remote function calls */
+ for(;;) {
+ RPCReceive rcv(socket);
- /* accept connection */
- boost::asio::io_service io_service;
- tcp::acceptor acceptor(io_service, tcp::endpoint(tcp::v4(), SERVER_PORT));
+ if(rcv.name == "stop")
+ break;
- tcp::socket socket(io_service);
- acceptor.accept(socket);
+ process(rcv);
+ }
+ }
- /* receive remote function calls */
- for(;;) {
- RPCReceive rcv(socket);
+protected:
+ void process(RPCReceive& rcv)
+ {
+ // fprintf(stderr, "receive process %s\n", rcv.name.c_str());
- if(rcv.name == "description") {
- string desc = description();
+ if(rcv.name == "mem_alloc") {
+ MemoryType type;
+ network_device_memory mem;
+ device_ptr remote_pointer;
- RPCSend snd(socket);
- snd.archive & desc;
- snd.write();
- }
- else if(rcv.name == "mem_alloc") {
-#if 0
- MemoryType type;
- size_t size;
- device_ptr mem;
+ rcv.read(mem);
+ rcv.read(type);
- *rcv.archive & size & type;
- mem = mem_alloc(size, type);
+ /* todo: CPU needs mem.data_pointer */
- RPCSend snd(socket);
- snd.archive & mem;
- snd.write();
-#endif
- }
- else if(rcv.name == "mem_copy_to") {
-#if 0
- device_ptr mem;
- size_t size;
+ remote_pointer = mem.device_pointer;
- *rcv.archive & mem & size;
+ mem_data[remote_pointer] = vector<uint8_t>();
+ mem_data[remote_pointer].resize(mem.memory_size());
+ if(mem.memory_size())
+ mem.data_pointer = (device_ptr)&(mem_data[remote_pointer][0]);
+ else
+ mem.data_pointer = 0;
- vector<char> host_vector(size);
- rcv.read_buffer(&host_vector[0], size);
+ device->mem_alloc(mem, type);
- mem_copy_to(mem, &host_vector[0], size);
-#endif
- }
- else if(rcv.name == "mem_copy_from") {
-#if 0
- device_ptr mem;
- size_t offset, size;
+ ptr_map[remote_pointer] = mem.device_pointer;
+ ptr_imap[mem.device_pointer] = remote_pointer;
+ }
+ else if(rcv.name == "mem_copy_to") {
+ network_device_memory mem;
- *rcv.archive & mem & offset & size;
+ rcv.read(mem);
- vector<char> host_vector(size);
+ device_ptr remote_pointer = mem.device_pointer;
+ mem.data_pointer = (device_ptr)&(mem_data[remote_pointer][0]);
- mem_copy_from(&host_vector[0], mem, offset, size);
+ rcv.read_buffer((uint8_t*)mem.data_pointer, mem.memory_size());
- RPCSend snd(socket);
- snd.write();
- snd.write_buffer(&host_vector[0], size);
-#endif
- }
- else if(rcv.name == "mem_zero") {
-#if 0
- device_ptr mem;
- size_t size;
+ mem.device_pointer = ptr_map[remote_pointer];
- *rcv.archive & mem & size;
- mem_zero(mem, size);
-#endif
- }
- else if(rcv.name == "mem_free") {
-#if 0
- device_ptr mem;
+ device->mem_copy_to(mem);
+ }
+ else if(rcv.name == "mem_copy_from") {
+ network_device_memory mem;
+ int y, w, h, elem;
- *rcv.archive & mem;
- mem_free(mem);
-#endif
- }
- else if(rcv.name == "const_copy_to") {
- string name_string;
- size_t size;
+ rcv.read(mem);
+ rcv.read(y);
+ rcv.read(w);
+ rcv.read(h);
+ rcv.read(elem);
- *rcv.archive & name_string & size;
+ device_ptr remote_pointer = mem.device_pointer;
+ mem.device_pointer = ptr_map[remote_pointer];
+ mem.data_pointer = (device_ptr)&(mem_data[remote_pointer][0]);
- vector<char> host_vector(size);
- rcv.read_buffer(&host_vector[0], size);
+ device->mem_copy_from(mem, y, w, h, elem);
- const_copy_to(name_string.c_str(), &host_vector[0], size);
- }
- else if(rcv.name == "tex_alloc") {
-#if 0
- string name_string;
- DataType datatype;
- device_ptr mem;
- size_t width, height;
- int components;
- bool interpolation;
+ RPCSend snd(socket);
+ snd.write();
+ snd.write_buffer((uint8_t*)mem.data_pointer, mem.memory_size());
+ }
+ else if(rcv.name == "mem_zero") {
+ network_device_memory mem;
+
+ rcv.read(mem);
+ device_ptr remote_pointer = mem.device_pointer;
+ mem.device_pointer = ptr_map[mem.device_pointer];
+ mem.data_pointer = (device_ptr)&(mem_data[remote_pointer][0]);
+
+ device->mem_zero(mem);
+ }
+ else if(rcv.name == "mem_free") {
+ network_device_memory mem;
+ device_ptr remote_pointer;
- *rcv.archive & name_string & width & height & datatype & components & interpolation;
+ rcv.read(mem);
- size_t size = width*height*components*datatype_size(datatype);
+ remote_pointer = mem.device_pointer;
+ mem.device_pointer = ptr_map[mem.device_pointer];
+ ptr_map.erase(remote_pointer);
+ ptr_imap.erase(mem.device_pointer);
+ mem_data.erase(remote_pointer);
- vector<char> host_vector(size);
- rcv.read_buffer(&host_vector[0], size);
+ device->mem_free(mem);
+ }
+ else if(rcv.name == "const_copy_to") {
+ string name_string;
+ size_t size;
- mem = tex_alloc(name_string.c_str(), &host_vector[0], width, height, datatype, components, interpolation);
+ rcv.read(name_string);
+ rcv.read(size);
- RPCSend snd(socket);
- snd.archive & mem;
- snd.write();
-#endif
- }
- else if(rcv.name == "tex_free") {
-#if 0
- device_ptr mem;
+ vector<char> host_vector(size);
+ rcv.read_buffer(&host_vector[0], size);
- *rcv.archive & mem;
- tex_free(mem);
-#endif
- }
- else if(rcv.name == "path_trace") {
-#if 0
- device_ptr buffer, rng_state;
- int x, y, w, h;
- int sample;
-
- *rcv.archive & x & y & w & h & buffer & rng_state & sample;
- path_trace(x, y, w, h, buffer, rng_state, sample);
-#endif
- }
- else if(rcv.name == "tonemap") {
-#if 0
- device_ptr rgba, buffer;
- int x, y, w, h;
- int sample, resolution;
-
- *rcv.archive & x & y & w & h & rgba & buffer & sample & resolution;
- tonemap(x, y, w, h, rgba, buffer, sample, resolution);
-#endif
- }
+ device->const_copy_to(name_string.c_str(), &host_vector[0], size);
+ }
+ else if(rcv.name == "tex_alloc") {
+ network_device_memory mem;
+ string name;
+ bool interpolation;
+ bool periodic;
+ device_ptr remote_pointer;
+
+ rcv.read(name);
+ rcv.read(mem);
+ rcv.read(interpolation);
+ rcv.read(periodic);
+
+ remote_pointer = mem.device_pointer;
+
+ mem_data[remote_pointer] = vector<uint8_t>();
+ mem_data[remote_pointer].resize(mem.memory_size());
+ if(mem.memory_size())
+ mem.data_pointer = (device_ptr)&(mem_data[remote_pointer][0]);
+ else
+ mem.data_pointer = 0;
+
+ rcv.read_buffer((uint8_t*)mem.data_pointer, mem.memory_size());
+
+ device->tex_alloc(name.c_str(), mem, interpolation, periodic);
+
+ ptr_map[remote_pointer] = mem.device_pointer;
+ ptr_imap[mem.device_pointer] = remote_pointer;
+ }
+ else if(rcv.name == "tex_free") {
+ network_device_memory mem;
+ device_ptr remote_pointer;
+
+ rcv.read(mem);
+
+ remote_pointer = mem.device_pointer;
+ mem.device_pointer = ptr_map[mem.device_pointer];
+ ptr_map.erase(remote_pointer);
+ ptr_map.erase(mem.device_pointer);
+ mem_data.erase(remote_pointer);
+
+ device->tex_free(mem);
+ }
+ else if(rcv.name == "task_add") {
+ DeviceTask task;
+
+ rcv.read(task);
+
+ if(task.buffer) task.buffer = ptr_map[task.buffer];
+ if(task.rgba) task.rgba = ptr_map[task.rgba];
+ if(task.shader_input) task.shader_input = ptr_map[task.shader_input];
+ if(task.shader_output) task.shader_output = ptr_map[task.shader_output];
+
+ task.acquire_tile = function_bind(&DeviceServer::task_acquire_tile, this, _1, _2);
+ task.release_tile = function_bind(&DeviceServer::task_release_tile, this, _1);
+ task.update_progress_sample = function_bind(&DeviceServer::task_update_progress_sample, this);
+ task.update_tile_sample = function_bind(&DeviceServer::task_update_tile_sample, this, _1);
+ task.get_cancel = function_bind(&DeviceServer::task_get_cancel, this);
+
+ device->task_add(task);
+ }
+ else if(rcv.name == "task_wait") {
+ device->task_wait();
+
+ RPCSend snd(socket, "task_wait_done");
+ snd.write();
+ }
+ else if(rcv.name == "task_cancel") {
+ device->task_cancel();
+ }
+ }
+
+ bool task_acquire_tile(Device *device, RenderTile& tile)
+ {
+ thread_scoped_lock acquire_lock(acquire_mutex);
+
+ bool result = false;
+
+ RPCSend snd(socket, "acquire_tile");
+ snd.write();
+
+ while(1) {
+ RPCReceive rcv(socket);
+
+ if(rcv.name == "acquire_tile") {
+ rcv.read(tile);
+
+ if(tile.buffer) tile.buffer = ptr_map[tile.buffer];
+ if(tile.rng_state) tile.rng_state = ptr_map[tile.rng_state];
+ if(tile.rgba) tile.rgba = ptr_map[tile.rgba];
+
+ result = true;
+ break;
}
+ else if(rcv.name == "acquire_tile_none")
+ break;
+ else
+ process(rcv);
}
+
+ return result;
}
- catch(exception& e)
+
+ void task_update_progress_sample()
{
- cerr << "Network server exception: " << e.what() << endl;
+ ; /* skip */
+ }
+
+ void task_update_tile_sample(RenderTile&)
+ {
+ ; /* skip */
+ }
+
+ void task_release_tile(RenderTile& tile)
+ {
+ thread_scoped_lock acquire_lock(acquire_mutex);
+
+ if(tile.buffer) tile.buffer = ptr_imap[tile.buffer];
+ if(tile.rng_state) tile.rng_state = ptr_imap[tile.rng_state];
+ if(tile.rgba) tile.rgba = ptr_imap[tile.rgba];
+
+ RPCSend snd(socket, "release_tile");
+ snd.add(tile);
+ snd.write();
+
+ while(1) {
+ RPCReceive rcv(socket);
+
+ if(rcv.name == "release_tile")
+ break;
+ else
+ process(rcv);
+ }
+ }
+
+ bool task_get_cancel()
+ {
+ return false;
+ }
+
+ /* properties */
+ Device *device;
+ tcp::socket& socket;
+
+ /* mapping of remote to local pointer */
+ map<device_ptr, device_ptr> ptr_map;
+ map<device_ptr, device_ptr> ptr_imap;
+ map<device_ptr, vector<uint8_t> > mem_data;
+
+ thread_mutex acquire_mutex;
+
+ /* todo: free memory and device (osl) on network error */
+};
+
+void Device::server_run()
+{
+ try {
+ /* starts thread that responds to discovery requests */
+ ServerDiscovery discovery;
+
+ for(;;) {
+ /* accept connection */
+ boost::asio::io_service io_service;
+ tcp::acceptor acceptor(io_service, tcp::endpoint(tcp::v4(), SERVER_PORT));
+
+ tcp::socket socket(io_service);
+ acceptor.accept(socket);
+
+ string remote_address = socket.remote_endpoint().address().to_string();
+ printf("Connected to remote client at: %s\n", remote_address.c_str());
+
+ DeviceServer server(this, socket);
+ server.listen();
+
+ printf("Disconnected.\n");
+ }
+ }
+ catch(exception& e) {
+ fprintf(stderr, "Network server exception: %s\n", e.what());
}
}
diff --git a/intern/cycles/device/device_network.h b/intern/cycles/device/device_network.h
index e3afe46d2b0..b74329888d3 100644
--- a/intern/cycles/device/device_network.h
+++ b/intern/cycles/device/device_network.h
@@ -31,15 +31,17 @@
#include <iostream>
+#include "buffers.h"
+
#include "util_foreach.h"
#include "util_list.h"
+#include "util_map.h"
#include "util_string.h"
CCL_NAMESPACE_BEGIN
using std::cout;
using std::cerr;
-using std::endl;
using std::hex;
using std::setw;
using std::exception;
@@ -51,13 +53,63 @@ static const int DISCOVER_PORT = 5121;
static const string DISCOVER_REQUEST_MSG = "REQUEST_RENDER_SERVER_IP";
static const string DISCOVER_REPLY_MSG = "REPLY_RENDER_SERVER_IP";
-typedef struct RPCSend {
+/* Serialization of device memory */
+
+class network_device_memory : public device_memory
+{
+public:
+ network_device_memory() {}
+ ~network_device_memory() { device_pointer = 0; };
+
+ vector<char> local_data;
+};
+
+/* Remote procedure call Send */
+
+class RPCSend {
+public:
RPCSend(tcp::socket& socket_, const string& name_ = "")
- : name(name_), socket(socket_), archive(archive_stream)
+ : name(name_), socket(socket_), archive(archive_stream), sent(false)
{
archive & name_;
}
+ ~RPCSend()
+ {
+ if(!sent)
+ fprintf(stderr, "Error: RPC %s not sent\n", name.c_str());
+ }
+
+ void add(const device_memory& mem)
+ {
+ archive & mem.data_type & mem.data_elements & mem.data_size;
+ archive & mem.data_width & mem.data_height & mem.device_pointer;
+ }
+
+ template<typename T> void add(const T& data)
+ {
+ archive & data;
+ }
+
+ void add(const DeviceTask& task)
+ {
+ int type = (int)task.type;
+
+ archive & type & task.x & task.y & task.w & task.h;
+ archive & task.rgba & task.buffer & task.sample & task.num_samples;
+ archive & task.resolution & task.offset & task.stride;
+ archive & task.shader_input & task.shader_output & task.shader_eval_type;
+ archive & task.shader_x & task.shader_w;
+ }
+
+ void add(const RenderTile& tile)
+ {
+ archive & tile.x & tile.y & tile.w & tile.h;
+ archive & tile.start_sample & tile.num_samples & tile.sample;
+ archive & tile.resolution & tile.offset & tile.stride;
+ archive & tile.buffer & tile.rng_state & tile.rgba;
+ }
+
void write()
{
boost::system::error_code error;
@@ -84,6 +136,8 @@ typedef struct RPCSend {
if(error.value())
cout << "Network send error: " << error.message() << "\n";
+
+ sent = true;
}
void write_buffer(void *buffer, size_t size)
@@ -98,13 +152,18 @@ typedef struct RPCSend {
cout << "Network send error: " << error.message() << "\n";
}
+protected:
string name;
tcp::socket& socket;
ostringstream archive_stream;
boost::archive::text_oarchive archive;
-} RPCSend;
+ bool sent;
+};
+
+/* Remote procedure call Receive */
-typedef struct RPCReceive {
+class RPCReceive {
+public:
RPCReceive(tcp::socket& socket_)
: socket(socket_), archive_stream(NULL), archive(NULL)
{
@@ -151,6 +210,19 @@ typedef struct RPCReceive {
delete archive_stream;
}
+ void read(network_device_memory& mem)
+ {
+ *archive & mem.data_type & mem.data_elements & mem.data_size;
+ *archive & mem.data_width & mem.data_height & mem.device_pointer;
+
+ mem.data_pointer = 0;
+ }
+
+ template<typename T> void read(T& data)
+ {
+ *archive & data;
+ }
+
void read_buffer(void *buffer, size_t size)
{
size_t len = boost::asio::read(socket, boost::asio::buffer(buffer, size));
@@ -159,12 +231,39 @@ typedef struct RPCReceive {
cout << "Network receive error: buffer size doesn't match expected size\n";
}
+ void read(DeviceTask& task)
+ {
+ int type;
+
+ *archive & type & task.x & task.y & task.w & task.h;
+ *archive & task.rgba & task.buffer & task.sample & task.num_samples;
+ *archive & task.resolution & task.offset & task.stride;
+ *archive & task.shader_input & task.shader_output & task.shader_eval_type;
+ *archive & task.shader_x & task.shader_w;
+
+ task.type = (DeviceTask::Type)type;
+ }
+
+ void read(RenderTile& tile)
+ {
+ *archive & tile.x & tile.y & tile.w & tile.h;
+ *archive & tile.start_sample & tile.num_samples & tile.sample;
+ *archive & tile.resolution & tile.offset & tile.stride;
+ *archive & tile.buffer & tile.rng_state & tile.rgba;
+
+ tile.buffers = NULL;
+ }
+
string name;
+
+protected:
tcp::socket& socket;
string archive_str;
istringstream *archive_stream;
boost::archive::text_iarchive *archive;
-} RPCReceive;
+};
+
+/* Server auto discovery */
class ServerDiscovery {
public:
diff --git a/intern/cycles/kernel/CMakeLists.txt b/intern/cycles/kernel/CMakeLists.txt
index b6e024dde17..fde881c0a06 100644
--- a/intern/cycles/kernel/CMakeLists.txt
+++ b/intern/cycles/kernel/CMakeLists.txt
@@ -55,6 +55,7 @@ set(SRC_CLOSURE_HEADERS
closure/bsdf_phong_ramp.h
closure/bsdf_reflection.h
closure/bsdf_refraction.h
+ closure/bsdf_toon.h
closure/bsdf_transparent.h
closure/bsdf_util.h
closure/bsdf_ward.h
diff --git a/intern/cycles/kernel/closure/bsdf_toon.h b/intern/cycles/kernel/closure/bsdf_toon.h
new file mode 100644
index 00000000000..40001bf7531
--- /dev/null
+++ b/intern/cycles/kernel/closure/bsdf_toon.h
@@ -0,0 +1,206 @@
+/*
+ * Adapted from Open Shading Language with this license:
+ *
+ * Copyright (c) 2009-2010 Sony Pictures Imageworks Inc., et al.
+ * All Rights Reserved.
+ *
+ * Modifications Copyright 2011, Blender Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of Sony Pictures Imageworks nor the names of its
+ * contributors may be used to endorse or promote products derived from
+ * this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef __BSDF_TOON_H__
+#define __BSDF_TOON_H__
+
+CCL_NAMESPACE_BEGIN
+
+/* DIFFUSE TOON */
+
+__device int bsdf_diffuse_toon_setup(ShaderClosure *sc)
+{
+ sc->type = CLOSURE_BSDF_DIFFUSE_TOON_ID;
+ sc->data0 = clamp(sc->data0, 0.0f, 1.0f);
+ sc->data1 = clamp(sc->data1, 0.0f, 1.0f);
+
+ return SD_BSDF|SD_BSDF_HAS_EVAL;
+}
+
+__device void bsdf_diffuse_toon_blur(ShaderClosure *sc, float roughness)
+{
+}
+
+__device float3 bsdf_toon_get_intensity(float max_angle, float smooth, float angle)
+{
+ float is;
+
+ if(angle < max_angle)
+ is = 1.0f;
+ else if(angle < (max_angle + smooth) && smooth != 0.0f)
+ is = (1.0f - (angle - max_angle)/smooth);
+ else
+ is = 0.0f;
+
+ return make_float3(is, is, is);
+}
+
+__device float bsdf_toon_get_sample_angle(float max_angle, float smooth)
+{
+ return fminf(max_angle + smooth, M_PI_2_F);
+}
+
+__device float3 bsdf_diffuse_toon_eval_reflect(const ShaderClosure *sc, const float3 I, const float3 omega_in, float *pdf)
+{
+ float max_angle = sc->data0*M_PI_2_F;
+ float smooth = sc->data1*M_PI_2_F;
+ float angle = safe_acosf(fmaxf(dot(sc->N, omega_in), 0.0f));
+
+ float3 eval = bsdf_toon_get_intensity(max_angle, smooth, angle);
+
+ if(eval.x > 0.0f) {
+ float sample_angle = bsdf_toon_get_sample_angle(max_angle, smooth);
+
+ *pdf = 0.5f * M_1_PI_F / (1.0f - cosf(sample_angle));
+ return *pdf * eval;
+ }
+
+ return make_float3(0.0f, 0.0f, 0.0f);
+}
+
+__device float3 bsdf_diffuse_toon_eval_transmit(const ShaderClosure *sc, const float3 I, const float3 omega_in, float *pdf)
+{
+ return make_float3(0.0f, 0.0f, 0.0f);
+}
+
+__device int bsdf_diffuse_toon_sample(const ShaderClosure *sc, float3 Ng, float3 I, float3 dIdx, float3 dIdy, float randu, float randv, float3 *eval, float3 *omega_in, float3 *domega_in_dx, float3 *domega_in_dy, float *pdf)
+{
+ float max_angle = sc->data0*M_PI_2_F;
+ float smooth = sc->data1*M_PI_2_F;
+ float sample_angle = bsdf_toon_get_sample_angle(max_angle, smooth);
+ float angle = sample_angle*randu;
+
+ if(sample_angle > 0.0f) {
+ sample_uniform_cone(sc->N, sample_angle, randu, randv, omega_in, pdf);
+
+ if(dot(Ng, *omega_in) > 0.0f) {
+ *eval = *pdf * bsdf_toon_get_intensity(max_angle, smooth, angle);
+
+#ifdef __RAY_DIFFERENTIALS__
+ // TODO: find a better approximation for the bounce
+ *domega_in_dx = (2.0f * dot(sc->N, dIdx)) * sc->N - dIdx;
+ *domega_in_dy = (2.0f * dot(sc->N, dIdy)) * sc->N - dIdy;
+#endif
+ }
+ else
+ *pdf = 0.0f;
+ }
+
+ return LABEL_REFLECT | LABEL_DIFFUSE;
+
+}
+
+/* SPECULAR TOON */
+
+__device int bsdf_specular_toon_setup(ShaderClosure *sc)
+{
+ sc->type = CLOSURE_BSDF_SPECULAR_TOON_ID;
+ sc->data0 = clamp(sc->data0, 0.0f, 1.0f);
+ sc->data1 = clamp(sc->data1, 0.0f, 1.0f);
+
+ return SD_BSDF|SD_BSDF_HAS_EVAL;
+}
+
+__device void bsdf_specular_toon_blur(ShaderClosure *sc, float roughness)
+{
+}
+
+__device float3 bsdf_specular_toon_eval_reflect(const ShaderClosure *sc, const float3 I, const float3 omega_in, float *pdf)
+{
+ float max_angle = sc->data0*M_PI_2_F;
+ float smooth = sc->data1*M_PI_2_F;
+ float cosNI = dot(sc->N, omega_in);
+ float cosNO = dot(sc->N, I);
+
+ if(cosNI > 0 && cosNO > 0) {
+ /* reflect the view vector */
+ float3 R = (2 * cosNO) * sc->N - I;
+ float cosRI = dot(R, omega_in);
+
+ float angle = safe_acosf(fmaxf(cosRI, 0.0f));
+
+ float3 eval = bsdf_toon_get_intensity(max_angle, smooth, angle);
+ float sample_angle = bsdf_toon_get_sample_angle(max_angle, smooth);
+
+ *pdf = 0.5f * M_1_PI_F / (1.0f - cosf(sample_angle));
+ return *pdf * eval;
+ }
+
+ return make_float3(0.0f, 0.0f, 0.0f);
+}
+
+__device float3 bsdf_specular_toon_eval_transmit(const ShaderClosure *sc, const float3 I, const float3 omega_in, float *pdf)
+{
+ return make_float3(0.0f, 0.0f, 0.0f);
+}
+
+__device int bsdf_specular_toon_sample(const ShaderClosure *sc, float3 Ng, float3 I, float3 dIdx, float3 dIdy, float randu, float randv, float3 *eval, float3 *omega_in, float3 *domega_in_dx, float3 *domega_in_dy, float *pdf)
+{
+ float max_angle = sc->data0*M_PI_2_F;
+ float smooth = sc->data1*M_PI_2_F;
+ float cosNO = dot(sc->N, I);
+
+ if(cosNO > 0) {
+ /* reflect the view vector */
+ float3 R = (2 * cosNO) * sc->N - I;
+
+ float sample_angle = bsdf_toon_get_sample_angle(max_angle, smooth);
+ float angle = sample_angle*randu;
+
+ sample_uniform_cone(R, sample_angle, randu, randv, omega_in, pdf);
+
+ if(dot(Ng, *omega_in) > 0.0f) {
+ float cosNI = dot(sc->N, *omega_in);
+
+ /* make sure the direction we chose is still in the right hemisphere */
+ if(cosNI > 0) {
+ *eval = *pdf * bsdf_toon_get_intensity(max_angle, smooth, angle);
+
+#ifdef __RAY_DIFFERENTIALS__
+ *domega_in_dx = (2 * dot(sc->N, dIdx)) * sc->N - dIdx;
+ *domega_in_dy = (2 * dot(sc->N, dIdy)) * sc->N - dIdy;
+#endif
+ }
+ else
+ *pdf = 0.0f;
+ }
+ else
+ *pdf = 0.0f;
+ }
+
+ return LABEL_GLOSSY | LABEL_REFLECT;
+}
+
+CCL_NAMESPACE_END
+
+#endif /* __BSDF_TOON_H__ */
+
diff --git a/intern/cycles/kernel/kernel_compat_cuda.h b/intern/cycles/kernel/kernel_compat_cuda.h
index 40bae069dea..9fd065c3cda 100644
--- a/intern/cycles/kernel/kernel_compat_cuda.h
+++ b/intern/cycles/kernel/kernel_compat_cuda.h
@@ -37,6 +37,7 @@
#define __global
#define __shared __shared__
#define __constant
+#define __may_alias
/* No assert supported for CUDA */
diff --git a/intern/cycles/kernel/kernel_compat_opencl.h b/intern/cycles/kernel/kernel_compat_opencl.h
index a9d18588cc8..abb2f094f5c 100644
--- a/intern/cycles/kernel/kernel_compat_opencl.h
+++ b/intern/cycles/kernel/kernel_compat_opencl.h
@@ -40,6 +40,7 @@
#define __device
#define __device_inline __device
#define __device_noinline __device __noinline
+#define __may_alias
/* no assert in opencl */
#define kernel_assert(cond)
diff --git a/intern/cycles/kernel/kernel_montecarlo.h b/intern/cycles/kernel/kernel_montecarlo.h
index 48d1aa64c9f..fb66501c336 100644
--- a/intern/cycles/kernel/kernel_montecarlo.h
+++ b/intern/cycles/kernel/kernel_montecarlo.h
@@ -105,6 +105,22 @@ __device_inline void sample_uniform_hemisphere(const float3 N,
*pdf = 0.5f * M_1_PI_F;
}
+__device_inline void sample_uniform_cone(const float3 N, float angle,
+ float randu, float randv,
+ float3 *omega_in, float *pdf)
+{
+ float z = cosf(angle*randu);
+ float r = sqrtf(max(0.0f, 1.0f - z*z));
+ float phi = 2.0f * M_PI_F * randv;
+ float x = r * cosf(phi);
+ float y = r * sinf(phi);
+
+ float3 T, B;
+ make_orthonormals (N, &T, &B);
+ *omega_in = x * T + y * B + z * N;
+ *pdf = 0.5f * M_1_PI_F / (1.0f - cosf(angle));
+}
+
__device float3 sample_uniform_sphere(float u1, float u2)
{
float z = 1.0f - 2.0f*u1;
diff --git a/intern/cycles/kernel/kernel_object.h b/intern/cycles/kernel/kernel_object.h
index 2b38544e527..40aa4753daa 100644
--- a/intern/cycles/kernel/kernel_object.h
+++ b/intern/cycles/kernel/kernel_object.h
@@ -20,11 +20,16 @@ CCL_NAMESPACE_BEGIN
enum ObjectTransform {
OBJECT_TRANSFORM = 0,
- OBJECT_INVERSE_TRANSFORM = 3,
- OBJECT_PROPERTIES = 6,
- OBJECT_TRANSFORM_MOTION_PRE = 8,
- OBJECT_TRANSFORM_MOTION_POST = 12,
- OBJECT_DUPLI = 16
+ OBJECT_TRANSFORM_MOTION_PRE = 0,
+ OBJECT_INVERSE_TRANSFORM = 4,
+ OBJECT_TRANSFORM_MOTION_POST = 4,
+ OBJECT_PROPERTIES = 8,
+ OBJECT_DUPLI = 9
+};
+
+enum ObjectVectorTransform {
+ OBJECT_VECTOR_MOTION_PRE = 0,
+ OBJECT_VECTOR_MOTION_POST = 3
};
__device_inline Transform object_fetch_transform(KernelGlobals *kg, int object, enum ObjectTransform type)
@@ -40,6 +45,19 @@ __device_inline Transform object_fetch_transform(KernelGlobals *kg, int object,
return tfm;
}
+__device_inline Transform object_fetch_vector_transform(KernelGlobals *kg, int object, enum ObjectVectorTransform type)
+{
+ int offset = object*OBJECT_VECTOR_SIZE + (int)type;
+
+ Transform tfm;
+ tfm.x = kernel_tex_fetch(__objects_vector, offset + 0);
+ tfm.y = kernel_tex_fetch(__objects_vector, offset + 1);
+ tfm.z = kernel_tex_fetch(__objects_vector, offset + 2);
+ tfm.w = make_float4(0.0f, 0.0f, 0.0f, 1.0f);
+
+ return tfm;
+}
+
#ifdef __OBJECT_MOTION__
__device_inline Transform object_fetch_transform_motion(KernelGlobals *kg, int object, float time)
{
diff --git a/intern/cycles/kernel/kernel_textures.h b/intern/cycles/kernel/kernel_textures.h
index 4855a948c6e..29f6b3f072c 100644
--- a/intern/cycles/kernel/kernel_textures.h
+++ b/intern/cycles/kernel/kernel_textures.h
@@ -34,6 +34,7 @@ KERNEL_TEX(uint, texture_uint, __object_node)
/* objects */
KERNEL_TEX(float4, texture_float4, __objects)
+KERNEL_TEX(float4, texture_float4, __objects_vector)
/* triangles */
KERNEL_TEX(float4, texture_float4, __tri_normal)
diff --git a/intern/cycles/kernel/kernel_triangle.h b/intern/cycles/kernel/kernel_triangle.h
index 0db447289c8..570ae52d6c2 100644
--- a/intern/cycles/kernel/kernel_triangle.h
+++ b/intern/cycles/kernel/kernel_triangle.h
@@ -209,10 +209,10 @@ __device float4 triangle_motion_vector(KernelGlobals *kg, ShaderData *sd)
* transformation was set match the world/object space of motion_pre/post */
Transform tfm;
- tfm = object_fetch_transform(kg, sd->object, OBJECT_TRANSFORM_MOTION_PRE);
+ tfm = object_fetch_vector_transform(kg, sd->object, OBJECT_VECTOR_MOTION_PRE);
motion_pre = transform_point(&tfm, motion_pre);
- tfm = object_fetch_transform(kg, sd->object, OBJECT_TRANSFORM_MOTION_POST);
+ tfm = object_fetch_vector_transform(kg, sd->object, OBJECT_VECTOR_MOTION_POST);
motion_post = transform_point(&tfm, motion_post);
float3 P;
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index a0673f55681..d11b96503d9 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -29,7 +29,8 @@
CCL_NAMESPACE_BEGIN
/* constants */
-#define OBJECT_SIZE 18
+#define OBJECT_SIZE 11
+#define OBJECT_VECTOR_SIZE 6
#define LIGHT_SIZE 4
#define FILTER_TABLE_SIZE 256
#define RAMP_TABLE_SIZE 256
diff --git a/intern/cycles/kernel/osl/CMakeLists.txt b/intern/cycles/kernel/osl/CMakeLists.txt
index 80653f24338..5a27f7823e4 100644
--- a/intern/cycles/kernel/osl/CMakeLists.txt
+++ b/intern/cycles/kernel/osl/CMakeLists.txt
@@ -16,6 +16,7 @@ set(SRC
background.cpp
bsdf_diffuse_ramp.cpp
bsdf_phong_ramp.cpp
+ bsdf_toon.cpp
emissive.cpp
osl_closures.cpp
osl_services.cpp
diff --git a/intern/cycles/kernel/osl/bsdf_toon.cpp b/intern/cycles/kernel/osl/bsdf_toon.cpp
new file mode 100644
index 00000000000..d409b2cedaf
--- /dev/null
+++ b/intern/cycles/kernel/osl/bsdf_toon.cpp
@@ -0,0 +1,179 @@
+/*
+ * Adapted from Open Shading Language with this license:
+ *
+ * Copyright (c) 2009-2010 Sony Pictures Imageworks Inc., et al.
+ * All Rights Reserved.
+ *
+ * Modifications Copyright 2011, Blender Foundation.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are
+ * met:
+ * * Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * * Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * * Neither the name of Sony Pictures Imageworks nor the names of its
+ * contributors may be used to endorse or promote products derived from
+ * this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#include <OpenImageIO/fmath.h>
+
+#include <OSL/genclosure.h>
+
+#include "osl_closures.h"
+
+#include "kernel_types.h"
+#include "kernel_montecarlo.h"
+#include "closure/bsdf_toon.h"
+
+CCL_NAMESPACE_BEGIN
+
+using namespace OSL;
+
+/* DIFFUSE TOON */
+
+class DiffuseToonClosure : public CBSDFClosure {
+public:
+ DiffuseToonClosure() : CBSDFClosure(LABEL_DIFFUSE) {}
+
+ size_t memsize() const { return sizeof(*this); }
+ const char *name() const { return "diffuse_toon"; }
+
+ void setup()
+ {
+ sc.prim = this;
+ m_shaderdata_flag = bsdf_diffuse_toon_setup(&sc);
+ }
+
+ bool mergeable(const ClosurePrimitive *other) const
+ {
+ return false;
+ }
+
+ void blur(float roughness)
+ {
+ bsdf_diffuse_toon_blur(&sc, roughness);
+ }
+
+ void print_on(std::ostream &out) const
+ {
+ out << name() << " ((" << sc.N[0] << ", " << sc.N[1] << ", " << sc.N[2] << "))";
+ }
+
+ float3 eval_reflect(const float3 &omega_out, const float3 &omega_in, float& pdf) const
+ {
+ return bsdf_diffuse_toon_eval_reflect(&sc, omega_out, omega_in, &pdf);
+ }
+
+ float3 eval_transmit(const float3 &omega_out, const float3 &omega_in, float& pdf) const
+ {
+ return bsdf_diffuse_toon_eval_transmit(&sc, omega_out, omega_in, &pdf);
+ }
+
+ int sample(const float3 &Ng,
+ const float3 &omega_out, const float3 &domega_out_dx, const float3 &domega_out_dy,
+ float randu, float randv,
+ float3 &omega_in, float3 &domega_in_dx, float3 &domega_in_dy,
+ float &pdf, float3 &eval) const
+ {
+ return bsdf_diffuse_toon_sample(&sc, Ng, omega_out, domega_out_dx, domega_out_dy,
+ randu, randv, &eval, &omega_in, &domega_in_dx, &domega_in_dy, &pdf);
+ }
+};
+
+ClosureParam *closure_bsdf_diffuse_toon_params()
+{
+ static ClosureParam params[] = {
+ CLOSURE_FLOAT3_PARAM(DiffuseToonClosure, sc.N),
+ CLOSURE_FLOAT_PARAM(DiffuseToonClosure, sc.data0),
+ CLOSURE_FLOAT_PARAM(DiffuseToonClosure, sc.data1),
+ CLOSURE_STRING_KEYPARAM("label"),
+ CLOSURE_FINISH_PARAM(DiffuseToonClosure)
+ };
+ return params;
+}
+
+CLOSURE_PREPARE(closure_bsdf_diffuse_toon_prepare, DiffuseToonClosure)
+
+/* SPECULAR TOON */
+
+class SpecularToonClosure : public CBSDFClosure {
+public:
+ SpecularToonClosure() : CBSDFClosure(LABEL_GLOSSY) {}
+
+ size_t memsize() const { return sizeof(*this); }
+ const char *name() const { return "specular_toon"; }
+
+ void setup()
+ {
+ sc.prim = this;
+ m_shaderdata_flag = bsdf_specular_toon_setup(&sc);
+ }
+
+ bool mergeable(const ClosurePrimitive *other) const
+ {
+ return false;
+ }
+
+ void blur(float roughness)
+ {
+ bsdf_specular_toon_blur(&sc, roughness);
+ }
+
+ void print_on(std::ostream &out) const
+ {
+ out << name() << " ((" << sc.N[0] << ", " << sc.N[1] << ", " << sc.N[2] << "))";
+ }
+
+ float3 eval_reflect(const float3 &omega_out, const float3 &omega_in, float& pdf) const
+ {
+ return bsdf_specular_toon_eval_reflect(&sc, omega_out, omega_in, &pdf);
+ }
+
+ float3 eval_transmit(const float3 &omega_out, const float3 &omega_in, float& pdf) const
+ {
+ return bsdf_specular_toon_eval_transmit(&sc, omega_out, omega_in, &pdf);
+ }
+
+ int sample(const float3 &Ng,
+ const float3 &omega_out, const float3 &domega_out_dx, const float3 &domega_out_dy,
+ float randu, float randv,
+ float3 &omega_in, float3 &domega_in_dx, float3 &domega_in_dy,
+ float &pdf, float3 &eval) const
+ {
+ return bsdf_specular_toon_sample(&sc, Ng, omega_out, domega_out_dx, domega_out_dy,
+ randu, randv, &eval, &omega_in, &domega_in_dx, &domega_in_dy, &pdf);
+ }
+};
+
+ClosureParam *closure_bsdf_specular_toon_params()
+{
+ static ClosureParam params[] = {
+ CLOSURE_FLOAT3_PARAM(SpecularToonClosure, sc.N),
+ CLOSURE_FLOAT_PARAM(SpecularToonClosure, sc.data0),
+ CLOSURE_FLOAT_PARAM(SpecularToonClosure, sc.data1),
+ CLOSURE_STRING_KEYPARAM("label"),
+ CLOSURE_FINISH_PARAM(SpecularToonClosure)
+ };
+ return params;
+}
+
+CLOSURE_PREPARE(closure_bsdf_specular_toon_prepare, SpecularToonClosure)
+
+
+CCL_NAMESPACE_END
+
diff --git a/intern/cycles/kernel/osl/osl_closures.cpp b/intern/cycles/kernel/osl/osl_closures.cpp
index fa9f770d6ed..9e65cda1e8f 100644
--- a/intern/cycles/kernel/osl/osl_closures.cpp
+++ b/intern/cycles/kernel/osl/osl_closures.cpp
@@ -48,7 +48,6 @@
#include "closure/bsdf_diffuse.h"
#include "closure/bsdf_microfacet.h"
#include "closure/bsdf_oren_nayar.h"
-#include "closure/bsdf_phong_ramp.h"
#include "closure/bsdf_reflection.h"
#include "closure/bsdf_refraction.h"
#include "closure/bsdf_transparent.h"
@@ -194,10 +193,14 @@ void OSLShader::register_closures(OSLShadingSystem *ss_)
closure_holdout_params(), closure_holdout_prepare);
register_closure(ss, "ambient_occlusion", id++,
closure_ambient_occlusion_params(), closure_ambient_occlusion_prepare);
- register_closure(ss, "phong_ramp", id++,
- closure_bsdf_phong_ramp_params(), closure_bsdf_phong_ramp_prepare);
register_closure(ss, "diffuse_ramp", id++,
closure_bsdf_diffuse_ramp_params(), closure_bsdf_diffuse_ramp_prepare);
+ register_closure(ss, "phong_ramp", id++,
+ closure_bsdf_phong_ramp_params(), closure_bsdf_phong_ramp_prepare);
+ register_closure(ss, "diffuse_toon", id++,
+ closure_bsdf_diffuse_toon_params(), closure_bsdf_diffuse_toon_prepare);
+ register_closure(ss, "specular_toon", id++,
+ closure_bsdf_specular_toon_params(), closure_bsdf_specular_toon_prepare);
}
CCL_NAMESPACE_END
diff --git a/intern/cycles/kernel/osl/osl_closures.h b/intern/cycles/kernel/osl/osl_closures.h
index fe37c974e95..daccc03ede2 100644
--- a/intern/cycles/kernel/osl/osl_closures.h
+++ b/intern/cycles/kernel/osl/osl_closures.h
@@ -47,15 +47,19 @@ OSL::ClosureParam *closure_emission_params();
OSL::ClosureParam *closure_background_params();
OSL::ClosureParam *closure_holdout_params();
OSL::ClosureParam *closure_ambient_occlusion_params();
-OSL::ClosureParam *closure_bsdf_phong_ramp_params();
OSL::ClosureParam *closure_bsdf_diffuse_ramp_params();
+OSL::ClosureParam *closure_bsdf_phong_ramp_params();
+OSL::ClosureParam *closure_bsdf_diffuse_toon_params();
+OSL::ClosureParam *closure_bsdf_specular_toon_params();
void closure_emission_prepare(OSL::RendererServices *, int id, void *data);
void closure_background_prepare(OSL::RendererServices *, int id, void *data);
void closure_holdout_prepare(OSL::RendererServices *, int id, void *data);
void closure_ambient_occlusion_prepare(OSL::RendererServices *, int id, void *data);
-void closure_bsdf_phong_ramp_prepare(OSL::RendererServices *, int id, void *data);
void closure_bsdf_diffuse_ramp_prepare(OSL::RendererServices *, int id, void *data);
+void closure_bsdf_phong_ramp_prepare(OSL::RendererServices *, int id, void *data);
+void closure_bsdf_diffuse_toon_prepare(OSL::RendererServices *, int id, void *data);
+void closure_bsdf_specular_toon_prepare(OSL::RendererServices *, int id, void *data);
enum {
AmbientOcclusion = 100
diff --git a/intern/cycles/kernel/osl/osl_services.cpp b/intern/cycles/kernel/osl/osl_services.cpp
index d6e52e28c62..498d10f385b 100644
--- a/intern/cycles/kernel/osl/osl_services.cpp
+++ b/intern/cycles/kernel/osl/osl_services.cpp
@@ -634,11 +634,10 @@ bool OSLRenderServices::get_attribute(void *renderstate, bool derivatives, ustri
{
KernelGlobals *kg = kernel_globals;
ShaderData *sd = (ShaderData *)renderstate;
- int object = sd->object;
- int tri = sd->prim;
+ int object, tri;
/* lookup of attribute on another object */
- if (object_name != u_empty) {
+ if (object_name != u_empty || sd == NULL) {
OSLGlobals::ObjectNameMap::iterator it = kg->osl->object_name_map.find(object_name);
if (it == kg->osl->object_name_map.end())
@@ -647,8 +646,12 @@ bool OSLRenderServices::get_attribute(void *renderstate, bool derivatives, ustri
object = it->second;
tri = ~0;
}
- else if (object == ~0) {
- return get_background_attribute(kg, sd, name, type, derivatives, val);
+ else {
+ object = sd->object;
+ tri = sd->prim;
+
+ if (object == ~0)
+ return get_background_attribute(kg, sd, name, type, derivatives, val);
}
/* find attribute on object */
diff --git a/intern/cycles/kernel/shaders/stdosl.h b/intern/cycles/kernel/shaders/stdosl.h
index f4c0d0734bc..69ca6b32c36 100644
--- a/intern/cycles/kernel/shaders/stdosl.h
+++ b/intern/cycles/kernel/shaders/stdosl.h
@@ -161,7 +161,6 @@ vector cross (vector a, vector b) BUILTIN;
float dot (vector a, vector b) BUILTIN;
float length (vector v) BUILTIN;
float distance (point a, point b) BUILTIN;
-float distance (point a, point b, point q) BUILTIN;
normal normalize (normal v) BUILTIN;
vector normalize (vector v) BUILTIN;
vector faceforward (vector N, vector I, vector Nref) BUILTIN;
@@ -433,8 +432,10 @@ string concat (string a, string b, string c, string d, string e, string f) {
closure color diffuse(normal N) BUILTIN;
closure color oren_nayar(normal N, float sigma) BUILTIN;
-closure color phong_ramp(normal N, float exponent, color colors[8]) BUILTIN;
closure color diffuse_ramp(normal N, color colors[8]) BUILTIN;
+closure color phong_ramp(normal N, float exponent, color colors[8]) BUILTIN;
+closure color diffuse_toon(normal N, float size, float smooth) BUILTIN;
+closure color specular_toon(normal N, float size, float smooth) BUILTIN;
closure color translucent(normal N) BUILTIN;
closure color reflection(normal N) BUILTIN;
closure color refraction(normal N, float eta) BUILTIN;
diff --git a/intern/cycles/kernel/svm/svm_math.h b/intern/cycles/kernel/svm/svm_math.h
index db3b8d3f763..c7cd5200cd0 100644
--- a/intern/cycles/kernel/svm/svm_math.h
+++ b/intern/cycles/kernel/svm/svm_math.h
@@ -18,73 +18,6 @@
CCL_NAMESPACE_BEGIN
-__device float safe_asinf(float a)
-{
- if(a <= -1.0f)
- return -M_PI_2_F;
- else if(a >= 1.0f)
- return M_PI_2_F;
-
- return asinf(a);
-}
-
-__device float safe_acosf(float a)
-{
- if(a <= -1.0f)
- return M_PI_F;
- else if(a >= 1.0f)
- return 0.0f;
-
- return acosf(a);
-}
-
-__device float compatible_powf(float x, float y)
-{
- /* GPU pow doesn't accept negative x, do manual checks here */
- if(x < 0.0f) {
- if(fmod(-y, 2.0f) == 0.0f)
- return powf(-x, y);
- else
- return -powf(-x, y);
- }
- else if(x == 0.0f)
- return 0.0f;
-
- return powf(x, y);
-}
-
-__device float safe_powf(float a, float b)
-{
- if(b == 0.0f)
- return 1.0f;
- if(a == 0.0f)
- return 0.0f;
- if(a < 0.0f && b != (int)b)
- return 0.0f;
-
- return compatible_powf(a, b);
-}
-
-__device float safe_logf(float a, float b)
-{
- if(a < 0.0f || b < 0.0f)
- return 0.0f;
-
- return logf(a)/logf(b);
-}
-
-__device float safe_divide(float a, float b)
-{
- float result;
-
- if(b == 0.0f)
- result = 0.0f;
- else
- result = a/b;
-
- return result;
-}
-
__device float svm_math(NodeMath type, float Fac1, float Fac2)
{
float Fac;
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index 0830a700281..e1a583625fc 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -314,6 +314,7 @@ typedef enum ClosureType {
CLOSURE_BSDF_DIFFUSE_ID,
CLOSURE_BSDF_OREN_NAYAR_ID,
CLOSURE_BSDF_DIFFUSE_RAMP_ID,
+ CLOSURE_BSDF_DIFFUSE_TOON_ID,
CLOSURE_BSDF_GLOSSY_ID,
CLOSURE_BSDF_REFLECTION_ID,
@@ -323,6 +324,7 @@ typedef enum ClosureType {
CLOSURE_BSDF_ASHIKHMIN_VELVET_ID,
CLOSURE_BSDF_WESTIN_SHEEN_ID,
CLOSURE_BSDF_PHONG_RAMP_ID,
+ CLOSURE_BSDF_SPECULAR_TOON_ID,
CLOSURE_BSDF_TRANSMISSION_ID,
CLOSURE_BSDF_TRANSLUCENT_ID,
diff --git a/intern/cycles/render/object.cpp b/intern/cycles/render/object.cpp
index bd9f16d64ef..5df8e8c1368 100644
--- a/intern/cycles/render/object.cpp
+++ b/intern/cycles/render/object.cpp
@@ -150,12 +150,17 @@ ObjectManager::~ObjectManager()
void ObjectManager::device_update_transforms(Device *device, DeviceScene *dscene, Scene *scene, uint *object_flag, Progress& progress)
{
- float4 *objects = dscene->objects.resize(OBJECT_SIZE*scene->objects.size());
+ float4 *objects;
+ float4 *objects_vector = NULL;
int i = 0;
map<Mesh*, float> surface_area_map;
Scene::MotionType need_motion = scene->need_motion(device->info.advanced_shading);
bool have_motion = false;
+ objects = dscene->objects.resize(OBJECT_SIZE*scene->objects.size());
+ if(need_motion == Scene::MOTION_PASS)
+ objects_vector = dscene->objects_vector.resize(OBJECT_VECTOR_SIZE*scene->objects.size());
+
foreach(Object *ob, scene->objects) {
Mesh *mesh = ob->mesh;
uint flag = 0;
@@ -205,8 +210,8 @@ void ObjectManager::device_update_transforms(Device *device, DeviceScene *dscene
int offset = i*OBJECT_SIZE;
memcpy(&objects[offset], &tfm, sizeof(float4)*3);
- memcpy(&objects[offset+3], &itfm, sizeof(float4)*3);
- objects[offset+6] = make_float4(surface_area, pass_id, random_number, __int_as_float(ob->particle_id));
+ memcpy(&objects[offset+4], &itfm, sizeof(float4)*3);
+ objects[offset+8] = make_float4(surface_area, pass_id, random_number, __int_as_float(ob->particle_id));
if(need_motion == Scene::MOTION_PASS) {
/* motion transformations, is world/object space depending if mesh
@@ -220,8 +225,8 @@ void ObjectManager::device_update_transforms(Device *device, DeviceScene *dscene
if(!mesh->attributes.find(ATTR_STD_MOTION_POST))
mtfm_post = mtfm_post * itfm;
- memcpy(&objects[offset+8], &mtfm_pre, sizeof(float4)*4);
- memcpy(&objects[offset+12], &mtfm_post, sizeof(float4)*4);
+ memcpy(&objects_vector[i*OBJECT_VECTOR_SIZE+0], &mtfm_pre, sizeof(float4)*3);
+ memcpy(&objects_vector[i*OBJECT_VECTOR_SIZE+3], &mtfm_post, sizeof(float4)*3);
}
#ifdef __OBJECT_MOTION__
else if(need_motion == Scene::MOTION_BLUR) {
@@ -230,20 +235,16 @@ void ObjectManager::device_update_transforms(Device *device, DeviceScene *dscene
DecompMotionTransform decomp;
transform_motion_decompose(&decomp, &ob->motion, &ob->tfm);
- memcpy(&objects[offset+8], &decomp, sizeof(float4)*8);
+ memcpy(&objects[offset], &decomp, sizeof(float4)*8);
flag |= SD_OBJECT_MOTION;
have_motion = true;
}
- else {
- float4 no_motion = make_float4(FLT_MAX);
- memcpy(&objects[offset+8], &no_motion, sizeof(float4)*8);
- }
}
#endif
/* dupli object coords */
- objects[offset+16] = make_float4(ob->dupli_generated[0], ob->dupli_generated[1], ob->dupli_generated[2], 0.0f);
- objects[offset+17] = make_float4(ob->dupli_uv[0], ob->dupli_uv[1], 0.0f, 0.0f);
+ objects[offset+9] = make_float4(ob->dupli_generated[0], ob->dupli_generated[1], ob->dupli_generated[2], 0.0f);
+ objects[offset+10] = make_float4(ob->dupli_uv[0], ob->dupli_uv[1], 0.0f, 0.0f);
/* object flag */
if(ob->use_holdout)
@@ -256,6 +257,8 @@ void ObjectManager::device_update_transforms(Device *device, DeviceScene *dscene
}
device->tex_alloc("__objects", dscene->objects);
+ if(need_motion == Scene::MOTION_PASS)
+ device->tex_alloc("__objects_vector", dscene->objects_vector);
dscene->data.bvh.have_motion = have_motion;
}
@@ -297,6 +300,9 @@ void ObjectManager::device_free(Device *device, DeviceScene *dscene)
device->tex_free(dscene->objects);
dscene->objects.clear();
+ device->tex_free(dscene->objects_vector);
+ dscene->objects_vector.clear();
+
device->tex_free(dscene->object_flag);
dscene->object_flag.clear();
}
diff --git a/intern/cycles/render/scene.h b/intern/cycles/render/scene.h
index 92ef692b4b9..ebe932e40e7 100644
--- a/intern/cycles/render/scene.h
+++ b/intern/cycles/render/scene.h
@@ -74,6 +74,7 @@ public:
/* objects */
device_vector<float4> objects;
+ device_vector<float4> objects_vector;
/* attributes */
device_vector<uint4> attributes_map;
diff --git a/intern/cycles/util/util_cuda.cpp b/intern/cycles/util/util_cuda.cpp
index 2716f00e173..12cb0d3e254 100644
--- a/intern/cycles/util/util_cuda.cpp
+++ b/intern/cycles/util/util_cuda.cpp
@@ -394,10 +394,10 @@ bool cuLibraryInit()
string cuCompilerPath()
{
#ifdef _WIN32
- const char *defaultpath = "C:/CUDA/bin";
+ const char *defaultpaths[] = {"C:/CUDA/bin", NULL};
const char *executable = "nvcc.exe";
#else
- const char *defaultpath = "/usr/local/cuda/bin";
+ const char *defaultpaths[] = {"/Developer/NVIDIA/CUDA-4.2/bin", "/usr/local/cuda-4.2/bin", "/usr/local/cuda/bin", NULL};
const char *executable = "nvcc";
#endif
@@ -405,13 +405,17 @@ string cuCompilerPath()
string nvcc;
- if(binpath)
+ if(binpath) {
nvcc = path_join(binpath, executable);
- else
- nvcc = path_join(defaultpath, executable);
+ if(path_exists(nvcc))
+ return nvcc;
+ }
- if(path_exists(nvcc))
- return nvcc;
+ for(int i = 0; defaultpaths[i]; i++) {
+ nvcc = path_join(defaultpaths[i], executable);
+ if(path_exists(nvcc))
+ return nvcc;
+ }
#ifndef _WIN32
{
diff --git a/intern/cycles/util/util_cuda.h b/intern/cycles/util/util_cuda.h
index d9d956b7bd9..9682f1cfe1d 100644
--- a/intern/cycles/util/util_cuda.h
+++ b/intern/cycles/util/util_cuda.h
@@ -38,7 +38,7 @@ CCL_NAMESPACE_END
#define CUDA_VERSION 3020
-#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64)
+#if defined(__x86_64) || defined(AMD64) || defined(_M_AMD64) || defined(__LP64__)
typedef unsigned long long CUdeviceptr;
#else
typedef unsigned int CUdeviceptr;
diff --git a/intern/cycles/util/util_math.h b/intern/cycles/util/util_math.h
index 70adee4385b..8932c85db07 100644
--- a/intern/cycles/util/util_math.h
+++ b/intern/cycles/util/util_math.h
@@ -1092,6 +1092,75 @@ __device_inline float3 rotate_around_axis(float3 p, float3 axis, float angle)
return r;
}
+/* NaN-safe math ops */
+
+__device float safe_asinf(float a)
+{
+ if(a <= -1.0f)
+ return -M_PI_2_F;
+ else if(a >= 1.0f)
+ return M_PI_2_F;
+
+ return asinf(a);
+}
+
+__device float safe_acosf(float a)
+{
+ if(a <= -1.0f)
+ return M_PI_F;
+ else if(a >= 1.0f)
+ return 0.0f;
+
+ return acosf(a);
+}
+
+__device float compatible_powf(float x, float y)
+{
+ /* GPU pow doesn't accept negative x, do manual checks here */
+ if(x < 0.0f) {
+ if(fmod(-y, 2.0f) == 0.0f)
+ return powf(-x, y);
+ else
+ return -powf(-x, y);
+ }
+ else if(x == 0.0f)
+ return 0.0f;
+
+ return powf(x, y);
+}
+
+__device float safe_powf(float a, float b)
+{
+ if(b == 0.0f)
+ return 1.0f;
+ if(a == 0.0f)
+ return 0.0f;
+ if(a < 0.0f && b != (int)b)
+ return 0.0f;
+
+ return compatible_powf(a, b);
+}
+
+__device float safe_logf(float a, float b)
+{
+ if(a < 0.0f || b < 0.0f)
+ return 0.0f;
+
+ return logf(a)/logf(b);
+}
+
+__device float safe_divide(float a, float b)
+{
+ float result;
+
+ if(b == 0.0f)
+ result = 0.0f;
+ else
+ result = a/b;
+
+ return result;
+}
+
CCL_NAMESPACE_END
#endif /* __UTIL_MATH_H__ */
diff --git a/intern/cycles/util/util_transform.h b/intern/cycles/util/util_transform.h
index a1c12ddf0e1..1f19f85f894 100644
--- a/intern/cycles/util/util_transform.h
+++ b/intern/cycles/util/util_transform.h
@@ -45,7 +45,7 @@ typedef struct Transform {
*
* For the DecompMotionTransform we drop scale from pre/post. */
-typedef struct MotionTransform {
+typedef struct __may_alias MotionTransform {
Transform pre;
Transform mid;
Transform post;
diff --git a/intern/cycles/util/util_types.h b/intern/cycles/util/util_types.h
index 3d246104ddc..00b6cf5c56e 100644
--- a/intern/cycles/util/util_types.h
+++ b/intern/cycles/util/util_types.h
@@ -39,12 +39,14 @@
#if defined(_WIN32) && !defined(FREE_WINDOWS)
#define __device_inline static __forceinline
#define __align(...) __declspec(align(__VA_ARGS__))
+#define __may_alias
#else
#define __device_inline static inline __attribute__((always_inline))
#ifndef FREE_WINDOWS64
#define __forceinline inline __attribute__((always_inline))
#endif
#define __align(...) __attribute__((aligned(__VA_ARGS__)))
+#define __may_alias __attribute__((__may_alias__))
#endif
#endif
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.h b/intern/ghost/intern/GHOST_SystemCocoa.h
index 9162b7ce4e0..a1b372dac9a 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.h
+++ b/intern/ghost/intern/GHOST_SystemCocoa.h
@@ -296,8 +296,6 @@ protected:
/** Multitouch trackpad availability */
bool m_hasMultiTouchTrackpad;
- /** Multitouch gesture in progress, useful to distinguish trackpad from mouse scroll events */
- bool m_isGestureInProgress;
};
#endif // __GHOST_SYSTEMCOCOA_H__
diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm
index aca1a4071d8..39fd038d568 100644
--- a/intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/intern/ghost/intern/GHOST_SystemCocoa.mm
@@ -551,7 +551,6 @@ GHOST_SystemCocoa::GHOST_SystemCocoa()
char *rstring = NULL;
m_modifierMask =0;
- m_isGestureInProgress = false;
m_cursorDelta_x=0;
m_cursorDelta_y=0;
m_outsideLoopEventProcessed = false;
@@ -1580,8 +1579,7 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
case NSScrollWheel:
{
- /* Send trackpad event if inside a trackpad gesture, send wheel event otherwise */
- if (!m_hasMultiTouchTrackpad || !m_isGestureInProgress) {
+ if (!m_hasMultiTouchTrackpad) {
GHOST_TInt32 delta;
double deltaF = [event deltaY];
@@ -1641,12 +1639,6 @@ GHOST_TSuccess GHOST_SystemCocoa::handleMouseEvent(void *eventPtr)
pushEvent(new GHOST_EventTrackpad([event timestamp] * 1000, window, GHOST_kTrackpadEventRotate, x, y,
-[event rotation] * 5.0, 0));
}
- case NSEventTypeBeginGesture:
- m_isGestureInProgress = true;
- break;
- case NSEventTypeEndGesture:
- m_isGestureInProgress = false;
- break;
default:
return GHOST_kFailure;
break;
diff --git a/intern/ghost/intern/GHOST_WindowCocoa.mm b/intern/ghost/intern/GHOST_WindowCocoa.mm
index 9f738c345f4..471505538ba 100644
--- a/intern/ghost/intern/GHOST_WindowCocoa.mm
+++ b/intern/ghost/intern/GHOST_WindowCocoa.mm
@@ -67,13 +67,13 @@ extern "C" {
}
- (void)setSystemAndWindowCocoa:(GHOST_SystemCocoa *)sysCocoa windowCocoa:(GHOST_WindowCocoa *)winCocoa;
-- (void)windowWillClose:(NSNotification *)notification;
- (void)windowDidBecomeKey:(NSNotification *)notification;
- (void)windowDidResignKey:(NSNotification *)notification;
- (void)windowDidExpose:(NSNotification *)notification;
- (void)windowDidResize:(NSNotification *)notification;
- (void)windowDidMove:(NSNotification *)notification;
- (void)windowWillMove:(NSNotification *)notification;
+- (BOOL)windowShouldClose:(id)sender;
@end
@implementation CocoaWindowDelegate : NSObject
@@ -83,11 +83,6 @@ extern "C" {
associatedWindow = winCocoa;
}
-- (void)windowWillClose:(NSNotification *)notification
-{
- systemCocoa->handleWindowEvent(GHOST_kEventWindowClose, associatedWindow);
-}
-
- (void)windowDidBecomeKey:(NSNotification *)notification
{
systemCocoa->handleWindowEvent(GHOST_kEventWindowActivate, associatedWindow);
@@ -132,6 +127,14 @@ extern "C" {
wm_draw_update(ghostC);
}*/
}
+
+- (BOOL)windowShouldClose:(id)sender;
+{
+ //Let Blender close the window rather than closing immediately
+ systemCocoa->handleWindowEvent(GHOST_kEventWindowClose, associatedWindow);
+ return false;
+}
+
@end
#pragma mark NSWindow subclass
@@ -571,8 +574,6 @@ GHOST_WindowCocoa::GHOST_WindowCocoa(
[m_window setContentView:m_openGLView];
[m_window setInitialFirstResponder:m_openGLView];
- [m_window setReleasedWhenClosed:NO]; //To avoid bad pointer exception in case of user closing the window
-
[m_window makeKeyAndOrderFront:nil];
setDrawingContextType(type);
@@ -616,11 +617,6 @@ GHOST_WindowCocoa::~GHOST_WindowCocoa()
[m_openGLView release];
if (m_window) {
- // previously we called [m_window release], but on 10.8 this does not
- // remove the window from [NSApp orderedWindows] and perhaps other
- // places, leading to crashes. so instead we set setReleasedWhenClosed
- // back to YES right before closing
- [m_window setReleasedWhenClosed:YES];
[m_window close];
}
@@ -955,7 +951,6 @@ GHOST_TSuccess GHOST_WindowCocoa::setState(GHOST_TWindowState state)
//Copy current window parameters
[tmpWindow setTitle:[m_window title]];
[tmpWindow setRepresentedFilename:[m_window representedFilename]];
- [tmpWindow setReleasedWhenClosed:NO];
[tmpWindow setAcceptsMouseMovedEvents:YES];
[tmpWindow setDelegate:[m_window delegate]];
[tmpWindow setSystemAndWindowCocoa:[m_window systemCocoa] windowCocoa:this];
@@ -1013,7 +1008,6 @@ GHOST_TSuccess GHOST_WindowCocoa::setState(GHOST_TWindowState state)
//Copy current window parameters
[tmpWindow setTitle:[m_window title]];
[tmpWindow setRepresentedFilename:[m_window representedFilename]];
- [tmpWindow setReleasedWhenClosed:NO];
[tmpWindow setAcceptsMouseMovedEvents:YES];
[tmpWindow setDelegate:[m_window delegate]];
[tmpWindow setSystemAndWindowCocoa:[m_window systemCocoa] windowCocoa:this];
diff --git a/release/datafiles/blender_icons.sh b/release/datafiles/blender_icons.sh
index 0bce9be6b8b..f923f02aee1 100755
--- a/release/datafiles/blender_icons.sh
+++ b/release/datafiles/blender_icons.sh
@@ -1,4 +1,5 @@
#!/bin/sh
# This script updates icons from the SVG file
-inkscape blender_icons.svg --without-gui --export-png=blender_icons.png
+inkscape blender_icons.svg --export-dpi=90 --without-gui --export-png=blender_icons16.png
+inkscape blender_icons.svg --export-dpi=180 --without-gui --export-png=blender_icons32.png
diff --git a/release/datafiles/blender_icons.svg b/release/datafiles/blender_icons.svg
index 1e1f89d9b83..08a7c92935f 100644
--- a/release/datafiles/blender_icons.svg
+++ b/release/datafiles/blender_icons.svg
@@ -16,17 +16,220 @@
sodipodi:version="0.32"
inkscape:version="0.48.2 r9819"
version="1.0"
- sodipodi:docname="blender_icons.svg"
+ sodipodi:docname="Blender ICONS - v.2.5.08.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
style="display:inline;enable-background:new"
- inkscape:export-filename="blender_icons.png"
- inkscape:export-xdpi="180"
- inkscape:export-ydpi="180">
+ inkscape:export-filename="/home/wolter/Documenten/Blender/icons/D:\Documents\Blender\icons\BF icons v.2.5.08a.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
<title
- id="title49470">Blender icons v. 2.5.06</title>
+ id="title49470">Blender icons v. 2.5.08</title>
<defs
id="defs4">
<linearGradient
+ inkscape:collect="always"
+ id="linearGradient30139">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop30141" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop30143" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient30131">
+ <stop
+ style="stop-color:#999999;stop-opacity:1;"
+ offset="0"
+ id="stop30133" />
+ <stop
+ style="stop-color:#999999;stop-opacity:0;"
+ offset="1"
+ id="stop30135" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient30122">
+ <stop
+ style="stop-color:#1e1e1e;stop-opacity:1;"
+ offset="0"
+ id="stop30124" />
+ <stop
+ style="stop-color:#1e1e1e;stop-opacity:0;"
+ offset="1"
+ id="stop30127" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient30390">
+ <stop
+ style="stop-color:#363636;stop-opacity:1;"
+ offset="0"
+ id="stop30392" />
+ <stop
+ style="stop-color:#4f4f4f;stop-opacity:1;"
+ offset="1"
+ id="stop30394" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient29870">
+ <stop
+ id="stop29872"
+ offset="0"
+ style="stop-color:#989898;stop-opacity:1" />
+ <stop
+ id="stop29874"
+ offset="1"
+ style="stop-color:#3d3d3d;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient29757">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop29759" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop29761" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient16772">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop16774" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop16776" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient16764">
+ <stop
+ style="stop-color:#1e1e1e;stop-opacity:1;"
+ offset="0"
+ id="stop16766" />
+ <stop
+ style="stop-color:#1e1e1e;stop-opacity:0;"
+ offset="1"
+ id="stop16768" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16723">
+ <stop
+ style="stop-color:#343434;stop-opacity:0.61960787;"
+ offset="0"
+ id="stop16725" />
+ <stop
+ style="stop-color:#3d3d3d;stop-opacity:1;"
+ offset="1"
+ id="stop16727" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient107519">
+ <stop
+ style="stop-color:#f8c5bd;stop-opacity:1"
+ offset="0"
+ id="stop107521" />
+ <stop
+ style="stop-color:#a42f0e;stop-opacity:1"
+ offset="1"
+ id="stop107523" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient107148">
+ <stop
+ id="stop107150"
+ offset="0"
+ style="stop-color:#ee7b68;stop-opacity:1" />
+ <stop
+ id="stop107152"
+ offset="1"
+ style="stop-color:#a42f0e;stop-opacity:1" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient107142">
+ <stop
+ id="stop107144"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop107146"
+ offset="1"
+ style="stop-color:#f18d73;stop-opacity:0.2079646" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient106427">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop106429" />
+ <stop
+ style="stop-color:#030303;stop-opacity:1"
+ offset="1"
+ id="stop106431" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient16504">
+ <stop
+ id="stop16506"
+ offset="0"
+ style="stop-color:#ffffff;stop-opacity:1" />
+ <stop
+ id="stop16508"
+ offset="1"
+ style="stop-color:#ffffff;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient17602">
+ <stop
+ id="stop17604"
+ offset="0"
+ style="stop-color:#592e00;stop-opacity:1" />
+ <stop
+ id="stop17606"
+ offset="1"
+ style="stop-color:#9e5200;stop-opacity:0.57431373" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient17596">
+ <stop
+ style="stop-color:#ee7b00;stop-opacity:1"
+ offset="0"
+ id="stop17598" />
+ <stop
+ style="stop-color:#ffc280;stop-opacity:1"
+ offset="1"
+ id="stop17600" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient17438">
+ <stop
+ style="stop-color:#ff9f37;stop-opacity:1"
+ offset="0"
+ id="stop17440" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop17442" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient17430">
+ <stop
+ style="stop-color:#ff9f37;stop-opacity:1"
+ offset="0"
+ id="stop17432" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="1"
+ id="stop17434" />
+ </linearGradient>
+ <linearGradient
id="linearGradient30958">
<stop
id="stop30960"
@@ -332,24 +535,6 @@
id="stop28891" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610"
- id="linearGradient44421"
- gradientUnits="userSpaceOnUse"
- x1="209"
- y1="238"
- x2="226.625"
- y2="251.71078" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610"
- id="linearGradient44557"
- gradientUnits="userSpaceOnUse"
- x1="209"
- y1="238"
- x2="226.625"
- y2="251.71078" />
- <linearGradient
id="linearGradient24168">
<stop
id="stop24170"
@@ -421,6 +606,18 @@
style="stop-color:#ffedd5;stop-opacity:1;" />
</linearGradient>
<linearGradient
+ inkscape:collect="always"
+ id="linearGradient24735">
+ <stop
+ style="stop-color:#000000;stop-opacity:1;"
+ offset="0"
+ id="stop24737" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop24739" />
+ </linearGradient>
+ <linearGradient
id="linearGradient24727">
<stop
style="stop-color:#3d361a;stop-opacity:1;"
@@ -846,6 +1043,30 @@
y1="132.15414"
x2="130.10634"
y2="117.10313" />
+ <linearGradient
+ id="linearGradient30777"
+ inkscape:collect="always">
+ <stop
+ id="stop30779"
+ offset="0"
+ style="stop-color:#acacac;stop-opacity:1" />
+ <stop
+ id="stop30781"
+ offset="1"
+ style="stop-color:black;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient29485">
+ <stop
+ style="stop-color:black;stop-opacity:1;"
+ offset="0"
+ id="stop29487" />
+ <stop
+ style="stop-color:black;stop-opacity:0;"
+ offset="1"
+ id="stop29489" />
+ </linearGradient>
<filter
inkscape:collect="always"
x="-0.55821538"
@@ -890,6 +1111,19 @@
style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
id="stop15568" />
</radialGradient>
+ <filter
+ inkscape:collect="always"
+ x="-0.45600089"
+ width="1.9120018"
+ y="-0.50666559"
+ height="2.0133312"
+ id="filter63011"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.899998"
+ id="feGaussianBlur63013" />
+ </filter>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath13106">
@@ -2158,37 +2392,6 @@
style="stop-color:white;stop-opacity:1;" />
</linearGradient>
<linearGradient
- id="linearGradient4343">
- <stop
- id="stop4345"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop4347"
- offset="1"
- style="stop-color:#fff9f9;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient15057"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3333334,0,0,0.8333334,747.50001,337.33345)"
- x1="-285.65732"
- y1="-274.23453"
- x2="-279.44821"
- y2="-268.04858" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient15053"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.166667,-441,-81.66662)"
- x1="43.647511"
- y1="164.125"
- x2="75.731438"
- y2="164.5" />
- <linearGradient
inkscape:collect="always"
xlink:href="#linearGradient37542"
id="linearGradient15705"
@@ -2338,24 +2541,6 @@
y2="121.19196" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient15582"
- gradientUnits="userSpaceOnUse"
- x1="9.062501"
- y1="117.46875"
- x2="24.625006"
- y2="131.65625" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient15584"
- gradientUnits="userSpaceOnUse"
- x1="28.607456"
- y1="116.80592"
- x2="43.766914"
- y2="131.5226" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient15124"
gradientUnits="userSpaceOnUse"
@@ -4957,66 +5142,6 @@
y2="35.75" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient18739"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707654,0,0,0.707942,43.55464,-148.13985)"
- x1="35.597904"
- y1="158.14117"
- x2="16.173666"
- y2="173.23431" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4343"
- id="linearGradient18741"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5990464,-0.03583042,0.03242597,0.6546824,59.652868,-253.61658)"
- x1="-12.264804"
- y1="333.22653"
- x2="-10.869003"
- y2="334.86029" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient18743"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(250.01612,148)"
- x1="-190.37566"
- y1="-180.13821"
- x2="-189.34792"
- y2="-182" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient19045"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.172144,-461,-82.584001)"
- x1="42.033173"
- y1="164.51399"
- x2="75.32457"
- y2="164.51399" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient19047"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(298,-53.749881)"
- x1="118.1319"
- y1="157.11609"
- x2="85.577972"
- y2="157.54283" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient19049"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3333334,0,0,0.8333334,767.51613,327.08335)"
- x1="-285.65732"
- y1="-274.23453"
- x2="-279.44821"
- y2="-268.04858" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient35583"
gradientUnits="userSpaceOnUse"
@@ -5405,6 +5530,88 @@
x2="256"
y2="459"
gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd2"
+ id="radialGradient21565"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2798768,0,0,0.279916,6.0465962,-0.3619733)"
+ cx="20.892099"
+ cy="114.5684"
+ fx="20.892099"
+ fy="114.5684"
+ r="5.256" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#aigrd2"
+ id="radialGradient21567"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.2798768,0,0,0.279916,6.0465962,-0.3619733)"
+ cx="20.892099"
+ cy="114.5684"
+ fx="20.892099"
+ fy="114.5684"
+ r="5.256" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient21594"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="32.076183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient21596"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient21647"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="31.515814" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient21649"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient21977"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="31.515814" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient21979"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath22590">
@@ -5503,6 +5710,68 @@
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient23978"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="31.515814" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient23980"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient31320"
+ id="linearGradient23982"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,0.733333,808.99997,-697.8)"
+ x1="150.5"
+ y1="239.9987"
+ x2="150.5"
+ y2="237" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient29485"
+ id="linearGradient23986"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0,1,1,0,715,364)"
+ x1="147.0625"
+ y1="243.76387"
+ x2="142.9375"
+ y2="243.69914" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient30777"
+ id="linearGradient23988"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1,0,0,1.2857143,364,645.14283)"
+ x1="148"
+ y1="244.11113"
+ x2="144"
+ y2="244.11113" />
+ <linearGradient
+ id="linearGradient3564"
+ inkscape:collect="always">
+ <stop
+ id="stop3566"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop3568"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
id="linearGradient39155">
<stop
id="stop39157"
@@ -5514,6 +5783,79 @@
style="stop-color:#dadada;stop-opacity:1;" />
</linearGradient>
<linearGradient
+ id="linearGradient39171"
+ inkscape:collect="always">
+ <stop
+ id="stop39173"
+ offset="0"
+ style="stop-color:white;stop-opacity:1;" />
+ <stop
+ id="stop39175"
+ offset="1"
+ style="stop-color:white;stop-opacity:0;" />
+ </linearGradient>
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient18821"
+ id="radialGradient21442"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
+ cx="75.554794"
+ cy="500.26215"
+ fx="75.554794"
+ fy="500.26215"
+ r="3.1650217" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient39155"
+ id="linearGradient21444"
+ gradientUnits="userSpaceOnUse"
+ x1="31.1875"
+ y1="18.875"
+ x2="29.875"
+ y2="34.375" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3564"
+ id="linearGradient21446"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.06818845,0,0,0.06818845,22.51112,27.02885)"
+ x1="185.9903"
+ y1="193.33229"
+ x2="190.46461"
+ y2="-458.05771" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient39171"
+ id="radialGradient21448"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.647222,0,0,1.26792,-15.47413,-5.79794)"
+ cx="26.109201"
+ cy="19.668886"
+ fx="26.109201"
+ fy="19.668886"
+ r="20.278975" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient22274"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="32.076183" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient22276"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient38718"
@@ -6630,16 +6972,6 @@
r="2" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient41963"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(274,-63.999901)"
- x1="113.71248"
- y1="158.24995"
- x2="87.522514"
- y2="157.99994" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient42069"
gradientUnits="userSpaceOnUse"
@@ -6881,36 +7213,6 @@
y2="243.98439" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient22249"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="387"
- y1="410"
- x2="388.78125"
- y2="411.78125" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient22251"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="386.88852"
- y1="409.84152"
- x2="389.14081"
- y2="412.45016" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient22253"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="387"
- y1="409.86362"
- x2="388.86676"
- y2="411.88974" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient37542"
id="linearGradient23775"
gradientUnits="userSpaceOnUse"
@@ -8301,6 +8603,123 @@
y2="287.50357" />
<linearGradient
inkscape:collect="always"
+ xlink:href="#linearGradient24727"
+ id="linearGradient24809"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,765.84783,-274.57833)"
+ x1="59.158501"
+ y1="437.02835"
+ x2="45.021851"
+ y2="349.81818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24735"
+ id="linearGradient24811"
+ gradientUnits="userSpaceOnUse"
+ x1="807"
+ y1="101.5"
+ x2="841"
+ y2="101.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24711"
+ id="linearGradient24813"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,767.34783,-275.07833)"
+ x1="63.539974"
+ y1="421.80756"
+ x2="63.407566"
+ y2="347.78201" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16500"
+ id="linearGradient24815"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-127,4e-6)"
+ x1="954"
+ y1="102"
+ x2="936"
+ y2="114.99999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24727"
+ id="linearGradient24839"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,765.84783,-274.57833)"
+ x1="59.158501"
+ y1="437.02835"
+ x2="45.021851"
+ y2="349.81818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24735"
+ id="linearGradient24841"
+ gradientUnits="userSpaceOnUse"
+ x1="807"
+ y1="101.5"
+ x2="841"
+ y2="101.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24144"
+ id="linearGradient24843"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,767.34783,-275.07833)"
+ x1="64.019142"
+ y1="419.06366"
+ x2="63.407566"
+ y2="347.78201" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16500"
+ id="linearGradient24845"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-127,4e-6)"
+ x1="954"
+ y1="102"
+ x2="936"
+ y2="114.99999" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24727"
+ id="linearGradient24867"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,765.84783,-274.57833)"
+ x1="59.158501"
+ y1="437.02835"
+ x2="45.021851"
+ y2="349.81818" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24735"
+ id="linearGradient24869"
+ gradientUnits="userSpaceOnUse"
+ x1="807"
+ y1="101.5"
+ x2="841"
+ y2="101.5" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient24711"
+ id="linearGradient24871"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(1.043478,0,0,0.956667,767.34783,-275.07833)"
+ x1="63.659767"
+ y1="422.46088"
+ x2="63.407566"
+ y2="347.78201" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient16500"
+ id="linearGradient24873"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-127,4e-6)"
+ x1="954"
+ y1="102"
+ x2="936"
+ y2="114.99999" />
+ <linearGradient
+ inkscape:collect="always"
xlink:href="#linearGradient24679"
id="linearGradient25073"
gradientUnits="userSpaceOnUse"
@@ -9149,16 +9568,6 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient319"
- id="linearGradient29127"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(422.99996,88.99998)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
id="linearGradient29129"
gradientUnits="userSpaceOnUse"
x1="732.9375"
@@ -12232,15 +12641,6 @@
y2="131.03783" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610"
- id="linearGradient39142"
- gradientUnits="userSpaceOnUse"
- x1="400.90442"
- y1="68.853401"
- x2="410.47467"
- y2="77.877228" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient38005"
gradientUnits="userSpaceOnUse"
@@ -13359,15 +13759,6 @@
r="3.1501868" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610"
- id="linearGradient36718"
- gradientUnits="userSpaceOnUse"
- x1="400.90442"
- y1="68.853401"
- x2="410.47467"
- y2="77.877228" />
- <linearGradient
- inkscape:collect="always"
xlink:href="#linearGradient319"
id="linearGradient38049"
gradientUnits="userSpaceOnUse"
@@ -14890,6 +15281,50 @@
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient44939-8"
+ id="linearGradient44402"
+ gradientUnits="userSpaceOnUse"
+ x1="351.15625"
+ y1="108.35222"
+ x2="345.40625"
+ y2="108.00847" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44939-8"
+ id="linearGradient44404"
+ gradientUnits="userSpaceOnUse"
+ x1="351.71875"
+ y1="106.93575"
+ x2="347.1875"
+ y2="106.7795" />
+ <filter
+ inkscape:collect="always"
+ id="filter44473"
+ x="-0.12578467"
+ width="1.2515693"
+ y="-0.11472401"
+ height="1.229448"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.81235925"
+ id="feGaussianBlur44475" />
+ </filter>
+ <filter
+ inkscape:collect="always"
+ id="filter44477"
+ x="-0.12176471"
+ width="1.2435294"
+ y="-0.11828571"
+ height="1.2365714"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.8625"
+ id="feGaussianBlur44479" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient44939-8"
id="linearGradient44485"
gradientUnits="userSpaceOnUse"
x1="279.75"
@@ -15356,6 +15791,46 @@
r="3.5" />
<linearGradient
inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient30321"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="240.70209"
+ y1="-9.4293213"
+ x2="276.89801"
+ y2="31.515814" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient30323"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610"
+ id="linearGradient30368"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="31.515814" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060"
+ id="linearGradient30370"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
+ <linearGradient
+ inkscape:collect="always"
xlink:href="#linearGradient30208"
id="linearGradient25056"
gradientUnits="userSpaceOnUse"
@@ -16732,6 +17207,16 @@
xlink:href="#linearGradient34488-1-8"
inkscape:collect="always" />
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient1610-71-6-9-7"
+ id="linearGradient21875-7-1-0-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-536.07088,379.29465)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="278.34866"
+ y2="32.902874" />
+ <linearGradient
id="linearGradient1610-71-6-9-7">
<stop
style="stop-color:black;stop-opacity:1;"
@@ -16755,6 +17240,29 @@
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
</clipPath>
+ <filter
+ inkscape:collect="always"
+ x="-0.45600089"
+ width="1.9120018"
+ y="-0.50666559"
+ height="2.0133312"
+ id="filter63011-6-7-0-8"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.899998"
+ id="feGaussianBlur63013-0-1-0-8" />
+ </filter>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5060-6-6-2-4"
+ id="linearGradient21877-3-2-7-2"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-47.00001,58.00194)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
<linearGradient
id="linearGradient5060-6-6-2-4">
<stop
@@ -16767,6 +17275,16 @@
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4671-6-4-1-7"
+ id="linearGradient34959-9-2-1"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.562541,0,0,0.567972,-9.399749,-5.305317)"
+ x1="1666.1765"
+ y1="639.65356"
+ x2="1659.0875"
+ y2="629.23273" />
+ <linearGradient
id="linearGradient4671-6-4-1-7">
<stop
id="stop4673-7-6-4-1"
@@ -16778,6 +17296,16 @@
style="stop-color:#ffe873;stop-opacity:1" />
</linearGradient>
<linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4689-1-6-4-2"
+ id="linearGradient34961-3-6-5"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.562541,0,0,0.567972,-9.399749,-5.305317)"
+ x1="1641.4773"
+ y1="607.50525"
+ x2="1663.2872"
+ y2="626.40344" />
+ <linearGradient
id="linearGradient4689-1-6-4-2">
<stop
id="stop4691-6-2-6-7"
@@ -16789,4913 +17317,257 @@
style="stop-color:#306998;stop-opacity:1;" />
</linearGradient>
<linearGradient
- id="linearGradient1610-1-1-9-4-7-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-74-7-2-2-2-1" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-09-4-7-5-1-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-4-0-5-2-4-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-8-9-4-6-9-6" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-8-4-3-8-9-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-24-8-2-6-0-2">
- <stop
- id="stop58336-55-8-3-6-3-3"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-17-2-3-3-0-2"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient24679-9">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24681-7" />
- <stop
- id="stop24683-6"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24685-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient10069-9-7-4-74-8">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-4-5-0-1" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-0-5-9-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-9-1-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-92-1-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-55-5-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient1610-06-1-5">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-8-4-2" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-1-2-6" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient37097-5"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="linearGradient34963-5-9-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0028571,0,0,0.9943503,-0.4404318,0.129119)"
- x1="185.89514"
- y1="30.343155"
- x2="197.03207"
- y2="42.717522" />
- <linearGradient
- id="linearGradient23974-6">
- <stop
- id="stop23976-4"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop23978-2"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
+ x1="922.89703"
+ y1="339.66599"
+ x2="924.10608"
+ y2="344.10001" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15782-0"
- gradientUnits="userSpaceOnUse"
- x1="125.19086"
- y1="125.66204"
- x2="132.98256"
- y2="118" />
- <linearGradient
- id="linearGradient319-43">
+ id="linearGradient3966-5-1-4-8-9-88-8-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-510" />
+ id="stop3968-7-9-0-8-2-1-3-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-9" />
+ id="stop3970-6-6-6-2-8-2-5-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient33681-2"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="linearGradient34965-1-5-2"
gradientUnits="userSpaceOnUse"
- x1="139.93341"
- y1="110.56118"
- x2="132"
- y2="118.66972" />
- <linearGradient
- id="linearGradient76332">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76334" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76336" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient37095-9"
- gradientUnits="userSpaceOnUse"
- x1="125.75312"
- y1="111.40558"
- x2="143.16118"
- y2="129.27902" />
- <linearGradient
- id="linearGradient76339">
- <stop
- id="stop76341"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop76343"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32842-2"
- id="linearGradient33700-4"
- gradientUnits="userSpaceOnUse"
- x1="149.55772"
- y1="98.630066"
- x2="123.9021"
- y2="127.60542" />
- <linearGradient
- id="linearGradient32842-2">
- <stop
- style="stop-color:#183e75;stop-opacity:1;"
- offset="0"
- id="stop32844-7" />
- <stop
- style="stop-color:#1d3f71;stop-opacity:0;"
- offset="1"
- id="stop32846-5" />
- </linearGradient>
+ x1="919.09998"
+ y1="345.42163"
+ x2="922.104"
+ y2="355.75" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient24000-1"
- id="linearGradient33666-6"
+ xlink:href="#linearGradient3966-5-1-4-8-9-8-9-5-5"
+ id="linearGradient34967-4-1-8"
gradientUnits="userSpaceOnUse"
- x1="124.14184"
- y1="126.23546"
- x2="132"
- y2="118" />
+ x1="922.64624"
+ y1="342.71866"
+ x2="921.82654"
+ y2="341.98108" />
<linearGradient
inkscape:collect="always"
- id="linearGradient24000-1">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop24002-6" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop24004-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient33668-1"
- gradientUnits="userSpaceOnUse"
- x1="125.45158"
- y1="125.94608"
- x2="133.53401"
- y2="116.55647" />
- <linearGradient
- id="linearGradient76354">
+ id="linearGradient3966-5-1-4-8-9-8-9-5-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop76356" />
+ id="stop3968-7-9-0-8-2-9-8-5-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop76358" />
+ id="stop3970-6-6-6-2-8-0-2-8-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient33670-7"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="linearGradient34969-4-4-1"
gradientUnits="userSpaceOnUse"
- x1="142.97318"
- y1="107.64013"
- x2="130.82327"
- y2="119.554" />
+ x1="917.75"
+ y1="355.5"
+ x2="917.25"
+ y2="353" />
<linearGradient
- id="linearGradient76361">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76363" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76365" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient12427-2"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="linearGradient34971-5-0-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
- cx="70.5"
- cy="14.5"
- fx="70.5"
- fy="14.5"
- r="1.5" />
- <linearGradient
- id="linearGradient10069-6">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-4" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-22" />
- </linearGradient>
+ x1="923"
+ y1="343.75"
+ x2="923"
+ y2="344.75" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient14219-0"
- id="radialGradient12429-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5007214,0.3131662,-0.3623683,0.5793905,300.02235,-93.056748)"
- cx="70.470596"
- cy="14.649424"
- fx="70.470596"
- fy="14.649424"
- r="5.5192375" />
- <linearGradient
- id="linearGradient14219-0">
- <stop
- id="stop14221-6"
- offset="0"
- style="stop-color:#ff8605;stop-opacity:1;" />
- <stop
- id="stop14223-8"
- offset="1"
- style="stop-color:#9c6700;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient24436-7"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="radialGradient34973-2-5-7"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,-150.99992,596.00357)"
- x1="199.87271"
- y1="272.29477"
- x2="212.22493"
- y2="287.50357" />
- <linearGradient
- id="linearGradient9030-0">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-09" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21370-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.5,115.5045)"
- x1="261.83936"
- y1="11.593864"
- x2="277.86761"
- y2="29.392145" />
- <linearGradient
- id="linearGradient37542-48">
- <stop
- id="stop37544-6"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-6"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="matrix(2.4166677,-7.678944e-6,1.853542e-6,0.58333478,-1309.0016,145.80659)"
+ cx="924"
+ cy="349.20001"
+ fx="924"
+ fy="349.20001"
+ r="6" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21372-0"
+ xlink:href="#linearGradient3966-5-1-4-8-9-88-8-4"
+ id="linearGradient34975-9-4-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.9445,114.0045)"
- x1="272.05627"
- y1="24.537012"
- x2="283.42514"
- y2="37.115723" />
- <linearGradient
- id="linearGradient76384">
- <stop
- id="stop76386"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76388"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ x1="921.34045"
+ y1="341.34042"
+ x2="922.16492"
+ y2="342.16492" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient21374-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(124,-102.00001)"
- x1="85.1875"
- y1="239.125"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient76393">
+ id="linearGradient3944-4-6-7-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop76395" />
+ id="stop3946-2-4-4-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop76397" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21364-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.5,115.5045)"
- x1="261.83936"
- y1="11.593864"
- x2="277.86761"
- y2="29.392145" />
- <linearGradient
- id="linearGradient76400">
- <stop
- id="stop76402"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76404"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop3948-3-5-0-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21366-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.9445,114.0045)"
- x1="272.05627"
- y1="24.537012"
- x2="283.42514"
- y2="37.115723" />
- <linearGradient
- id="linearGradient76407">
- <stop
- id="stop76409"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76411"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient21368-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(124,-102.00001)"
- x1="85.1875"
- y1="239.125"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient76418">
+ id="linearGradient3952-2-6-4-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop76420" />
+ id="stop3954-1-1-8-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop76422" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient21641-6"
- gradientUnits="userSpaceOnUse"
- x1="127.50285"
- y1="114.74636"
- x2="133.62564"
- y2="120.24665" />
- <linearGradient
- id="linearGradient76425">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76427" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76429" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient21643-1"
- gradientUnits="userSpaceOnUse"
- x1="126.15096"
- y1="113.21745"
- x2="132"
- y2="118" />
- <linearGradient
- id="linearGradient76432">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76434" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76436" />
+ id="stop3956-6-5-8-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient15590-2"
- gradientUnits="userSpaceOnUse"
- x1="127.50285"
- y1="114.74636"
- x2="135.54628"
- y2="120.58403" />
- <linearGradient
- id="linearGradient76439">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76441" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76443" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient15592-9"
- gradientUnits="userSpaceOnUse"
- x1="127.50285"
- y1="114.74636"
- x2="132.35237"
- y2="118.69846" />
- <linearGradient
- id="linearGradient76446">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76448" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76450" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient15594-0"
- gradientUnits="userSpaceOnUse"
- x1="127.50285"
- y1="114.74636"
- x2="134.62978"
- y2="120.14633" />
- <linearGradient
- id="linearGradient76453">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76455" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76457" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient15596-6"
- gradientUnits="userSpaceOnUse"
- x1="124.52369"
- y1="112.22441"
- x2="131.10667"
- y2="118.10129" />
- <linearGradient
- id="linearGradient76460">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76462" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76464" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="radialGradient21517-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.891843,0,0,0.909224,-173.99085,171.21624)"
- cx="350.5"
- cy="14.5"
- fx="350.5"
- fy="14.5"
- r="6.9000001" />
- <linearGradient
- id="linearGradient76467">
- <stop
- id="stop76469"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76471"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient14841-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-6,1.4603138e-6)"
- x1="474.84375"
- y1="75"
- x2="477.5"
- y2="77.5" />
- <linearGradient
- id="linearGradient76474">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76476" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76478" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient14935-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-26,2.9206276e-6)"
- x1="474"
- y1="73.999992"
- x2="477.25"
- y2="77.499992" />
- <linearGradient
- id="linearGradient76481">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76483" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76485" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient18896-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(280,461)"
- x1="150.95467"
- y1="-234.00002"
- x2="147.41411"
- y2="-239.28557" />
- <linearGradient
- id="linearGradient76488">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76490" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76492" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient18898-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(280.99885,461)"
- x1="150.11926"
- y1="-235.21587"
- x2="145.20955"
- y2="-241.85452" />
- <linearGradient
- id="linearGradient76495">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76497" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76499" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient18904-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(280.04419,461)"
- x1="151"
- y1="-234"
- x2="150.25"
- y2="-236.85815" />
- <linearGradient
- id="linearGradient76502">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76504" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76506" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient18901-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(279.04534,461.00001)"
- x1="151"
- y1="-234"
- x2="149.95467"
- y2="-239.14549" />
- <linearGradient
- id="linearGradient76509">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76511" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76513" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient18843-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="157.97339"
- y1="-215.99998"
- x2="146.36111"
- y2="-215.99998" />
- <linearGradient
- id="linearGradient1610-09">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-69" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient18845-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="135.30351"
- y1="-219.54408"
- x2="123.63815"
- y2="-219.49783" />
- <linearGradient
- id="linearGradient76520">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76522" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76524" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient18848-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="123.36729"
- y1="-219.24783"
- x2="136.51436"
- y2="-217.99782" />
- <linearGradient
- id="linearGradient76527">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76529" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76531" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient18850-4"
- gradientUnits="userSpaceOnUse"
- x1="107.15463"
- y1="-227.83138"
- x2="105.81714"
- y2="-219.8996" />
- <linearGradient
- id="linearGradient76534">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76536" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76538" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient18852-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="148.15451"
- y1="-216.25"
- x2="157.91019"
- y2="-216.25" />
- <linearGradient
- id="linearGradient76541">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76543" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76545" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17527-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="157.97339"
- y1="-215.99998"
- x2="146.36111"
- y2="-215.99998" />
- <linearGradient
- id="linearGradient76548">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76550" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76552" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17529-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="135.30351"
- y1="-219.54408"
- x2="123.63815"
- y2="-219.49783" />
- <linearGradient
- id="linearGradient76555">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76557" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76559" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient17531-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="123.36729"
- y1="-219.24783"
- x2="136.51436"
- y2="-217.99782" />
- <linearGradient
- id="linearGradient76562">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76564" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76566" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17533-1"
- gradientUnits="userSpaceOnUse"
- x1="107.15463"
- y1="-227.83138"
- x2="105.81714"
- y2="-219.8996" />
- <linearGradient
- id="linearGradient76569">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76571" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76573" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient17535-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="148.15451"
- y1="-216.25"
- x2="157.91019"
- y2="-216.25" />
- <linearGradient
- id="linearGradient76576">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76578" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76580" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient17817-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(280,461)"
- x1="150.95467"
- y1="-234.00002"
- x2="147.41411"
- y2="-239.28557" />
- <linearGradient
- id="linearGradient76583">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76585" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76587" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient17819-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(280,459)"
- x1="150.95467"
- y1="-234.00002"
- x2="147.41411"
- y2="-239.28557" />
- <linearGradient
- id="linearGradient76590">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76592" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76594" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17498-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="157.97339"
- y1="-215.99998"
- x2="146.36111"
- y2="-215.99998" />
- <linearGradient
- id="linearGradient76597">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76599" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76601" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17500-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="135.30351"
- y1="-219.54408"
- x2="123.63815"
- y2="-219.49783" />
- <linearGradient
- id="linearGradient76604">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76606" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76608" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient17502-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(20.000285,-20.002166)"
- x1="123.36729"
- y1="-219.24783"
- x2="136.51436"
- y2="-217.99782" />
- <linearGradient
- id="linearGradient76611">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76613" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76615" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17504-8"
- gradientUnits="userSpaceOnUse"
- x1="107.15463"
- y1="-227.83138"
- x2="105.81714"
- y2="-219.8996" />
- <linearGradient
- id="linearGradient76618">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76620" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76622" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient17506-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-22)"
- x1="148.15451"
- y1="-216.25"
- x2="157.91019"
- y2="-216.25" />
- <linearGradient
- id="linearGradient76625">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76627" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76629" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18207-5"
- id="linearGradient18213-1"
- x1="481.46063"
- y1="219"
- x2="519.44189"
- y2="218.48816"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient18207-5">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop18209-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1"
- offset="1"
- id="stop18211-8" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask18666-5">
- <rect
- y="6"
- x="62.921577"
- height="14.000001"
- width="15.098035"
- id="rect18668-1"
- style="fill:url(#linearGradient18670-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.50000000000000000;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient18670-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2078427,0,0,1.0516432,-357.40769,69.427229)"
- x1="362.28571"
- y1="-45.098213"
- x2="352.46426"
- y2="-54.124699" />
- <linearGradient
- id="linearGradient76638">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76640" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76642" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient23738-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
- cx="70.5"
- cy="14.5"
- fx="70.5"
- fy="14.5"
- r="1.5" />
- <linearGradient
- id="linearGradient76645">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76647" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76649" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23750-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.172144,59.49999,53.45766)"
- x1="445.5"
- y1="148.90862"
- x2="433.5"
- y2="148.69533" />
- <linearGradient
- id="linearGradient76652">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop76654" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop76656" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient23752-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6499984,0,0,0.5439483,434.02514,137.87435)"
- x1="113.71248"
- y1="158.24995"
- x2="91.499992"
- y2="158.24994" />
- <linearGradient
- id="linearGradient76659">
- <stop
- id="stop76661"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76663"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23754-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0052083,0,0,0.5057472,778.49218,365.83334)"
- x1="-285.65732"
- y1="-274.23453"
- x2="-279.44821"
- y2="-268.04858" />
- <linearGradient
- id="linearGradient76666">
+ id="linearGradient3966-5-1-45-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop76668" />
+ id="stop3968-7-9-5-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop76670" />
+ id="stop3970-6-6-1-5" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient13991-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1.691866,0.00341)"
- x1="86.452194"
- y1="101.22832"
- x2="110.48556"
- y2="81.14637" />
- <linearGradient
- id="linearGradient76673">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76675" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76677" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient20796-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(159.9998,-41.00751)"
- x1="261.44702"
- y1="234.6606"
- x2="274.30609"
- y2="247.73561" />
- <linearGradient
- id="linearGradient76680">
- <stop
- id="stop76682"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76684"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient20798-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(199.9999,105.99249)"
- x1="235.46884"
- y1="103"
- x2="228.71886"
- y2="94.53125" />
- <linearGradient
- id="linearGradient76687">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76689" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76691" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23215-6"
- x1="147.07098"
- y1="134.18185"
- x2="129.67148"
- y2="115.54105"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient76694">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76696" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76698" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient13520-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1.401389,-3.2412)"
- x1="130.59862"
- y1="121.2412"
- x2="142.29109"
- y2="133.53448" />
- <linearGradient
- id="linearGradient76701">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76703" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76705" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15748-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,-241.7085,428.4841)"
- x1="349.04059"
- y1="143.70836"
- x2="336.72485"
- y2="117.00745" />
- <linearGradient
- id="linearGradient76708">
- <stop
- id="stop76710"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76712"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15446-3"
- gradientUnits="userSpaceOnUse"
- x1="87.969383"
- y1="69.87941"
- x2="135.40274"
- y2="121.19196" />
- <linearGradient
- id="linearGradient76715">
- <stop
- id="stop76717"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76719"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient15448-7"
- gradientUnits="userSpaceOnUse"
- x1="132.12782"
- y1="246.32236"
- x2="129.24866"
- y2="243.31177" />
- <linearGradient
- id="linearGradient76722">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76724" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76726" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient15452-4"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient76729">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76731" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76733" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15450-2"
- gradientUnits="userSpaceOnUse"
- x1="126.37006"
- y1="112.31642"
- x2="144.22272"
- y2="129.82761" />
- <linearGradient
- id="linearGradient76736">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76738" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76740" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15578-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.607961,0,0,0.607967,64.49194,51.63899)"
- x1="213.53587"
- y1="122.66508"
- x2="203.33264"
- y2="112.67535" />
- <linearGradient
- id="linearGradient76743">
- <stop
- id="stop76745"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76747"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15580-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.395521,0,0,-0.3955,275.223,171.0515)"
- x1="213.51967"
- y1="121.417"
- x2="204.05295"
- y2="111.7235" />
- <linearGradient
- id="linearGradient76750">
- <stop
- id="stop76752"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76754"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15582-3"
- gradientUnits="userSpaceOnUse"
- x1="9.062501"
- y1="117.46875"
- x2="24.625006"
- y2="131.65625" />
- <linearGradient
- id="linearGradient76757">
- <stop
- id="stop76759"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76761"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-7-6"
- id="linearGradient29884-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)"
- x1="389.73953"
- y1="220.84622"
- x2="389.59052"
- y2="248.09296" />
- <linearGradient
- id="linearGradient37542-7-6">
- <stop
- id="stop37544-40-0"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-94-6"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29886-8"
- gradientUnits="userSpaceOnUse"
- x1="391.62881"
- y1="243.48854"
- x2="386.13718"
- y2="244.68996" />
- <linearGradient
- id="linearGradient76768">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76770" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76772" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15584-8"
- gradientUnits="userSpaceOnUse"
- x1="28.607456"
- y1="116.80592"
- x2="43.766914"
- y2="131.5226" />
- <linearGradient
- id="linearGradient76775">
- <stop
- id="stop76777"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76779"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15719-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(19.97577,-6.0080883)"
- x1="222.4996"
- y1="110.37873"
- x2="233.08319"
- y2="121" />
- <linearGradient
- id="linearGradient76782">
- <stop
- id="stop76784"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76786"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15721-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(19.97577,-6.0080883)"
- x1="227.57907"
- y1="118.47696"
- x2="235"
- y2="118.5" />
- <linearGradient
- id="linearGradient76789">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76791" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76793" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15723-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-6.0080883)"
- x1="230.95012"
- y1="100.89436"
- x2="230.74091"
- y2="124.09359" />
- <linearGradient
- id="linearGradient76796">
- <stop
- id="stop76798"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76800"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15774-9"
- gradientUnits="userSpaceOnUse"
- x1="103.53399"
- y1="88.301094"
- x2="136.3542"
- y2="123.17216" />
- <linearGradient
- id="linearGradient76803">
- <stop
- id="stop76805"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76807"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15776-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10.767079)"
- x1="132.35471"
- y1="246.32236"
- x2="129.81586"
- y2="243.70523" />
- <linearGradient
- id="linearGradient76810">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76812" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76814" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient15780-3"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient76817">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop76819" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop76821" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15778-2"
- gradientUnits="userSpaceOnUse"
- x1="126.37006"
- y1="112.31642"
- x2="135.54141"
- y2="122.0597" />
- <linearGradient
- id="linearGradient76824">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76826" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76828" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient16025-5"
- gradientUnits="userSpaceOnUse"
- x1="192.11751"
- y1="122.12527"
- x2="184.43379"
- y2="112.34031" />
- <linearGradient
- id="linearGradient76831">
- <stop
- id="stop76833"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76835"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient15122-9"
- gradientUnits="userSpaceOnUse"
- x1="328.95557"
- y1="33.94022"
- x2="331.74063"
- y2="37.044456" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient30208-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop30210-4" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop30212-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15124-4"
- gradientUnits="userSpaceOnUse"
- x1="328.38852"
- y1="33.505165"
- x2="331.44778"
- y2="36.739578" />
- <linearGradient
- id="linearGradient76842">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76844" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76846" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-5-5"
- id="linearGradient15742-5-1"
- gradientUnits="userSpaceOnUse"
- x1="392.0101"
- y1="222.99998"
- x2="392.0101"
- y2="247.99998"
- gradientTransform="matrix(0,1,-1,0,634.98585,-146.00607)" />
- <linearGradient
- id="linearGradient37542-5-5">
- <stop
- id="stop37544-1-2"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-71-0"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15742-8"
- gradientUnits="userSpaceOnUse"
- x1="392.0101"
- y1="224.99998"
- x2="392.0101"
- y2="249.99998" />
- <linearGradient
- id="linearGradient76853">
- <stop
- id="stop76855"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76857"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient27854-9"
- id="linearGradient27860-5"
- x1="392.02036"
- y1="241.13428"
- x2="386.30408"
- y2="241.31801"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient27854-9">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop27856-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop27858-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15699-3"
- gradientUnits="userSpaceOnUse"
- x1="122.84515"
- y1="126.83902"
- x2="149.88129"
- y2="164.94562" />
- <linearGradient
- id="linearGradient76864">
- <stop
- id="stop76866"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76868"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15701-1"
- gradientUnits="userSpaceOnUse"
- x1="148.71947"
- y1="166.53206"
- x2="147"
- y2="165" />
- <linearGradient
- id="linearGradient76871">
- <stop
- id="stop76873"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76875"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15703-3"
- gradientUnits="userSpaceOnUse"
- x1="146.80022"
- y1="158.34668"
- x2="150.08357"
- y2="162.03282" />
- <linearGradient
- id="linearGradient76878">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76880" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76882" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15705-0"
- gradientUnits="userSpaceOnUse"
- x1="148.71947"
- y1="166.53206"
- x2="147"
- y2="165" />
- <linearGradient
- id="linearGradient76885">
- <stop
- id="stop76887"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76889"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35967-9"
- cx="257.35309"
- cy="79.598709"
- fx="257.35309"
- fy="79.598709"
- r="3.779551"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.656002,0,0,0.656002,88.923481,27.003843)" />
- <linearGradient
- id="linearGradient76892">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76894" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76896" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient35488-5"
- gradientUnits="userSpaceOnUse"
- x1="270.66064"
- y1="68.113258"
- x2="257.38638"
- y2="81.382545" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient34157-8">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop34159-9" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop34161-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35490-7"
- gradientUnits="userSpaceOnUse"
- x1="256.38586"
- y1="80.515495"
- x2="262.43726"
- y2="74.562462" />
- <linearGradient
- id="linearGradient76903">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76905" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76907" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient35492-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient29149-1">
- <stop
- id="stop29151-8"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop29153-4"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient35494-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient18821-0">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop18823-9" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop18825-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient16063-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="6.9917974"
- y1="219.61856"
- x2="35.029804"
- y2="248.37102" />
- <linearGradient
- id="linearGradient76918">
- <stop
- id="stop76920"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76922"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient16067-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2859754,0,0,1,-440.36032,-147)"
- x1="348.06064"
- y1="220.55545"
- x2="363.71661"
- y2="239.94608" />
- <linearGradient
- id="linearGradient76925">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76927" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76929" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient16069-3"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="17.011419"
- y2="82.75" />
- <linearGradient
- id="linearGradient76932">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76934" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76936" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient14511-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="3.3959732"
- y1="216.62332"
- x2="35.029804"
- y2="248.37102" />
- <linearGradient
- id="linearGradient76939">
- <stop
- id="stop76941"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76943"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient14517-8"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="18.01141"
- y2="84.75" />
- <linearGradient
- id="linearGradient76946">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76948" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76950" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient21531-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2859754,0,0,1,39.669142,20)"
- x1="348.06064"
- y1="220.55545"
- x2="363.71661"
- y2="239.94608" />
- <linearGradient
- id="linearGradient76953">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop76955" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop76957" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15734-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8520698,0,0,0.7746114,324.58589,47.486124)"
- x1="9.5404434"
- y1="223.47467"
- x2="35.029804"
- y2="248.37102" />
- <linearGradient
- id="linearGradient76960">
- <stop
- id="stop76962"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76964"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient16150-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="3.8504581"
- y1="217.4549"
- x2="33.15686"
- y2="247.71701" />
- <linearGradient
- id="linearGradient76967">
- <stop
- id="stop76969"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76971"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient16154-9"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="18.51141"
- y2="85.5" />
- <linearGradient
- id="linearGradient76974">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76976" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76978" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15736-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8520698,0,0,0.7746114,324.58589,47.486124)"
- x1="9.5404434"
- y1="223.47467"
- x2="35.029804"
- y2="248.37102" />
- <linearGradient
- id="linearGradient76981">
- <stop
- id="stop76983"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76985"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient16170-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="2.911078"
- y1="217.3624"
- x2="33.15686"
- y2="247.71701" />
- <linearGradient
- id="linearGradient76988">
- <stop
- id="stop76990"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop76992"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient16174-4"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="18.51141"
- y2="85.5" />
- <linearGradient
- id="linearGradient76995">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop76997" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop76999" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21902-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="3.3268692"
- y1="215.35608"
- x2="33.15686"
- y2="247.71701" />
- <linearGradient
- id="linearGradient77002">
- <stop
- id="stop77004"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77006"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient21904-3"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="18.51141"
- y2="85.5" />
- <linearGradient
- id="linearGradient77009">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77011" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77013" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient21862-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="3.2344713"
- y1="215.76874"
- x2="33.15686"
- y2="247.71701" />
- <linearGradient
- id="linearGradient77016">
- <stop
- id="stop77018"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77020"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient21864-2"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="19.011419"
- y2="86" />
- <linearGradient
- id="linearGradient77023">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77025" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77027" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24098-3"
- x1="208.25"
- y1="-133.89581"
- x2="204.01923"
- y2="-111.15749"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77030">
- <stop
- id="stop77032"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77034"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15356-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9995967,0,0,1.0002103,-78.949724,-0.02739749)"
- x1="109.04134"
- y1="75.666725"
- x2="135.45256"
- y2="103.11092" />
- <linearGradient
- id="linearGradient77037">
- <stop
- id="stop77039"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77041"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15358-7"
- gradientUnits="userSpaceOnUse"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895"
- gradientTransform="matrix(1.1000194,0,0,1.0998287,-4.6508478,-9.2334126)" />
- <linearGradient
- id="linearGradient77044">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77046" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77048" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient15360-2"
- gradientUnits="userSpaceOnUse"
- x1="124.40742"
- y1="111.98244"
- x2="135.36497"
- y2="120.87388" />
- <linearGradient
- id="linearGradient77051">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop77053" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop77055" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15362-8"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient77058">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77060" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77062" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15574-4"
- gradientUnits="userSpaceOnUse"
- x1="197.63152"
- y1="169.14206"
- x2="190.41687"
- y2="160.02296" />
- <linearGradient
- id="linearGradient77065">
- <stop
- id="stop77067"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77069"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23599-1"
- x1="191"
- y1="158.72728"
- x2="196.59441"
- y2="167.67831"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.89375,0,0,0.89375,20.29375,17.10625)" />
- <linearGradient
- id="linearGradient77072">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77074" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77076" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15644-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000006,0,0,1,258.9997,-253)"
- x1="25.437477"
- y1="238.54002"
- x2="51.01355"
- y2="263.79816" />
- <linearGradient
- id="linearGradient77079">
- <stop
- id="stop77081"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77083"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15646-7"
- gradientUnits="userSpaceOnUse"
- x1="279.00009"
- y1="-16.62501"
- x2="291.93054"
- y2="-6.3206272" />
- <linearGradient
- id="linearGradient77086">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77088" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77090" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15707-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.011921e-5,12.000013)"
- x1="323.37836"
- y1="30.3883"
- x2="343.5636"
- y2="53.758793" />
- <linearGradient
- id="linearGradient77093">
- <stop
- id="stop77095"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77097"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15709-6"
- gradientUnits="userSpaceOnUse"
- x1="332.49747"
- y1="38.166924"
- x2="326.41843"
- y2="31.22842" />
- <linearGradient
- id="linearGradient77100">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77102" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77104" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15711-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.011921e-5,12.000013)"
- x1="326.483"
- y1="31.446384"
- x2="337.3125"
- y2="41.875" />
- <linearGradient
- id="linearGradient77107">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77109" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77111" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15713-1"
- gradientUnits="userSpaceOnUse"
- x1="329.18762"
- y1="34.005215"
- x2="331.44778"
- y2="36.739578" />
- <linearGradient
- id="linearGradient77114">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77116" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77118" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27540-7"
- gradientUnits="userSpaceOnUse"
- x1="332.49747"
- y1="38.166924"
- x2="326.41843"
- y2="31.22842" />
- <linearGradient
- id="linearGradient77121">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77123" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77125" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27542-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2.011921e-5,12.000013)"
- x1="326.483"
- y1="31.446384"
- x2="337.3125"
- y2="41.875" />
- <linearGradient
- id="linearGradient77128">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77130" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77132" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27544-6"
- gradientUnits="userSpaceOnUse"
- x1="329.18762"
- y1="34.005215"
- x2="331.44778"
- y2="36.739578" />
- <linearGradient
- id="linearGradient77135">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77137" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77139" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15715-3"
- gradientUnits="userSpaceOnUse"
- x1="320.2735"
- y1="25.109356"
- x2="332.41409"
- y2="37.468754" />
- <linearGradient
- id="linearGradient77142">
- <stop
- id="stop77144"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77146"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15717-4"
- gradientUnits="userSpaceOnUse"
- x1="328.38852"
- y1="33.505165"
- x2="331.44778"
- y2="36.739578" />
- <linearGradient
- id="linearGradient77149">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77151" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77153" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31664-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8579582,0,0,0.9285714,7.397998,-211.96428)"
- x1="-6.3249049"
- y1="205.0083"
- x2="32.351238"
- y2="248.75177" />
- <linearGradient
- id="linearGradient77156">
- <stop
- id="stop77158"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77160"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient31666-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.9569715,-1,0,259,351.18743)"
- x1="347.6467"
- y1="216.75188"
- x2="345.98633"
- y2="243.92201" />
- <linearGradient
- id="linearGradient77163">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop77165" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop77167" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient31672-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.9297203,-1.2117965,0,305.73028,342.22894)"
- x1="346.15555"
- y1="218.2382"
- x2="346.58698"
- y2="238.44429" />
- <linearGradient
- id="linearGradient77170">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop77172" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop77174" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31668-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166667,0,0,0.9166667,24.364541,-55.041665)"
- x1="5.9836898"
- y1="71.51989"
- x2="18.01141"
- y2="84.75" />
- <linearGradient
- id="linearGradient77177">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77179" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77181" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31646-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.000006,0,0,1,258.9997,-237)"
- x1="24.374985"
- y1="238.33629"
- x2="55.384842"
- y2="269.1373" />
- <linearGradient
- id="linearGradient77184">
- <stop
- id="stop77186"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77188"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31648-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,16)"
- x1="278.55817"
- y1="-16.978563"
- x2="291.577"
- y2="-5.8786855" />
- <linearGradient
- id="linearGradient77191">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77193" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77195" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20036-1"
- id="radialGradient31650-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.816279,0,-3.646264e-6,0.779872,56.32029,28.34496)"
- cx="306.55292"
- cy="11.818644"
- fx="306.55292"
- fy="11.818644"
- r="4.25" />
- <linearGradient
- id="linearGradient20036-1">
- <stop
- style="stop-color:#ffb55e;stop-opacity:1;"
- offset="0"
- id="stop20038-3" />
- <stop
- style="stop-color:#ff8400;stop-opacity:0;"
- offset="1"
- id="stop20040-6" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14418-3"
- id="radialGradient31652-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.580596,1.138426,-0.692447,0.961382,-175.3891,-329.6844)"
- cx="312.80765"
- cy="10.620173"
- fx="312.80765"
- fy="10.620173"
- r="4.25" />
- <linearGradient
- id="linearGradient14418-3">
- <stop
- id="stop14420-80"
- offset="0"
- style="stop-color:#fa2509;stop-opacity:1;" />
- <stop
- id="stop14422-2"
- offset="1"
- style="stop-color:#fa2509;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20962-2"
- id="radialGradient31654-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.48445,-0.00657397,0.00734631,1.660903,-154.1629,19.305572)"
- cx="313.74268"
- cy="15.619254"
- fx="313.74268"
- fy="15.619254"
- r="4.25" />
- <linearGradient
- id="linearGradient20962-2">
- <stop
- style="stop-color:#00a8ff;stop-opacity:1;"
- offset="0"
- id="stop20965-0" />
- <stop
- style="stop-color:#00a8ff;stop-opacity:0;"
- offset="1"
- id="stop20967-4" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20973-2"
- id="radialGradient31656-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.756245,0,-3.378096e-6,0.722516,72.63115,31.07857)"
- cx="309.0571"
- cy="15.518281"
- fx="309.0571"
- fy="15.518281"
- r="4.25" />
- <linearGradient
- id="linearGradient20973-2">
- <stop
- id="stop20975-1"
- offset="0"
- style="stop-color:#15ff00;stop-opacity:1;" />
- <stop
- id="stop20977-6"
- offset="1"
- style="stop-color:#15ff00;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31694-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-10.025729,345.78566)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient77214">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77216" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77218" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13938-9"
- id="linearGradient31696-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="70.55275"
- y1="97.5"
- x2="79.355118"
- y2="107.18619" />
- <linearGradient
- id="linearGradient13938-9">
- <stop
- id="stop13940-7"
- offset="0"
- style="stop-color:#6e0c00;stop-opacity:1;" />
- <stop
- id="stop13942-6"
- offset="1"
- style="stop-color:#ee3800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31698-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-15.972985,338.41149)"
- x1="64.998215"
- y1="90.951675"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient77225">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77227" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77229" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31932-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,105.5221,92.482413)"
- x1="257.0376"
- y1="10.838325"
- x2="277.61203"
- y2="31.019331" />
- <linearGradient
- id="linearGradient77232">
- <stop
- id="stop77234"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77236"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient31934-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7827973,0,0,0.9989462,77.082208,42.08484)"
- x1="332.03717"
- y1="68.624634"
- x2="346.08932"
- y2="83.002625" />
- <linearGradient
- id="linearGradient77243">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop77245" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop77247" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31936-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(262,-125)"
- x1="79.329903"
- y1="236"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient77250">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77252" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77254" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40983-8"
- id="linearGradient38692-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2226.9963,823)"
- x1="130.70599"
- y1="18.44199"
- x2="130.70599"
- y2="21.94199" />
- <linearGradient
- id="linearGradient40983-8">
- <stop
- style="stop-color:#6a9ae0;stop-opacity:1;"
- offset="0"
- id="stop40985-3" />
- <stop
- style="stop-color:#5189db;stop-opacity:0;"
- offset="1"
- id="stop40987-0" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient13900-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2541045,-1.3755453,0.900369,1.4754358,-3699.4512,2858.7)"
- cx="2357.1072"
- cy="826.77924"
- fx="2357.1072"
- fy="826.77924"
- r="6.1896501" />
- <linearGradient
- id="linearGradient77261">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77263" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77265" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient13112-1"
- gradientUnits="userSpaceOnUse"
- x1="133.42287"
- y1="120.62622"
- x2="126.67323"
- y2="113.20281" />
- <linearGradient
- id="linearGradient77268">
- <stop
- id="stop77270"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77272"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient13114-3"
- gradientUnits="userSpaceOnUse"
- x1="120.77391"
- y1="106.19939"
- x2="144.64095"
- y2="129.62753" />
- <linearGradient
- id="linearGradient77275">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77277" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77279" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24189-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-93.937441,254)"
- x1="162.61801"
- y1="4.5569806"
- x2="180.11391"
- y2="23.410421" />
- <linearGradient
- id="linearGradient77282">
- <stop
- id="stop77284"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77286"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient24209-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-93.937441,254)"
- x1="166.86487"
- y1="12.306217"
- x2="173.93744"
- y2="19" />
- <linearGradient
- id="linearGradient77289">
+ id="linearGradient1610-1-1-9-4-7-1">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop77291" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77293" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24192-8"
- gradientUnits="userSpaceOnUse"
- x1="167.43744"
- y1="23.749996"
- x2="175.06059"
- y2="32.144764"
- gradientTransform="translate(-94.937441,240)" />
- <linearGradient
- id="linearGradient77296">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77298" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77300" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17712-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.0041772,0,0,0.9688607,370.43125,-83.863716)"
- x1="-5.6700387"
- y1="250.87607"
- x2="-46.452946"
- y2="251.42462" />
- <linearGradient
- id="linearGradient77303">
- <stop
- id="stop77305"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77307"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17714-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,280.08766,104.72255)"
- x1="102.61966"
- y1="50.742527"
- x2="117"
- y2="60.125" />
- <linearGradient
- id="linearGradient77310">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77312" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77314" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15436-8"
- gradientUnits="userSpaceOnUse"
- x1="319.75095"
- y1="234.63918"
- x2="333.94208"
- y2="248.68198" />
- <linearGradient
- id="linearGradient77317">
- <stop
- id="stop77319"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77321"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23178-7"
- id="linearGradient52027-7"
- gradientUnits="userSpaceOnUse"
- x1="329.28757"
- y1="244.97151"
- x2="339.84518"
- y2="254.18553" />
- <linearGradient
- id="linearGradient23178-7">
- <stop
- style="stop-color:#ff992b;stop-opacity:1;"
- offset="0"
- id="stop23180-2" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop23182-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23178-7"
- id="linearGradient52023-1"
- gradientUnits="userSpaceOnUse"
- x1="390.75"
- y1="244.5312"
- x2="395.9375"
- y2="250.9062" />
- <linearGradient
- id="linearGradient77328">
- <stop
- style="stop-color:#ff992b;stop-opacity:1;"
- offset="0"
- id="stop77330" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77332" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31456-2"
- id="linearGradient13639-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8329616,0,0,0.8433415,58.576199,29.193917)"
- x1="399.987"
- y1="259.26602"
- x2="385.88068"
- y2="241.70195" />
- <linearGradient
- id="linearGradient31456-2">
- <stop
- style="stop-color:#2b1600;stop-opacity:1;"
- offset="0"
- id="stop31458-3" />
- <stop
- style="stop-color:#6e3900;stop-opacity:0;"
- offset="1"
- id="stop31460-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23178-7"
- id="linearGradient52025-4"
- gradientUnits="userSpaceOnUse"
- x1="391.01859"
- y1="241.86644"
- x2="396.79285"
- y2="247.83134" />
- <linearGradient
- id="linearGradient77339">
- <stop
- style="stop-color:#ff992b;stop-opacity:1;"
- offset="0"
- id="stop77341" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77343" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31456-2"
- id="linearGradient14661-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8329616,0,0,0.8433415,58.576199,29.193917)"
- x1="400.88739"
- y1="257.4874"
- x2="385.88068"
- y2="241.70195" />
- <linearGradient
- id="linearGradient77346">
- <stop
- style="stop-color:#2b1600;stop-opacity:1;"
- offset="0"
- id="stop77348" />
- <stop
- style="stop-color:#6e3900;stop-opacity:0;"
- offset="1"
- id="stop77350" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15993-6"
- gradientUnits="userSpaceOnUse"
- x1="381.5"
- y1="231.7812"
- x2="393.4375"
- y2="247.1562" />
- <linearGradient
- id="linearGradient77353">
- <stop
- id="stop77355"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77357"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31456-2"
- id="linearGradient15995-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8329616,0,0,0.8433415,58.576199,29.193917)"
- x1="399.08661"
- y1="257.41327"
- x2="385.88068"
- y2="241.70195" />
- <linearGradient
- id="linearGradient77360">
- <stop
- style="stop-color:#2b1600;stop-opacity:1;"
- offset="0"
- id="stop77362" />
- <stop
- style="stop-color:#6e3900;stop-opacity:0;"
- offset="1"
- id="stop77364" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15997-6"
- gradientUnits="userSpaceOnUse"
- x1="381.5"
- y1="231.7812"
- x2="393.4375"
- y2="247.1562" />
- <linearGradient
- id="linearGradient77367">
- <stop
- id="stop77369"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77371"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15854-3"
- gradientUnits="userSpaceOnUse"
- x1="381.56296"
- y1="234.59885"
- x2="393"
- y2="247.99632" />
- <linearGradient
- id="linearGradient77374">
- <stop
- id="stop77376"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77378"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15681-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.207032,0,0,0.903901,839.2424,-18.01568)"
- x1="391.80222"
- y1="230.5647"
- x2="387.94211"
- y2="247.83209" />
- <linearGradient
- id="linearGradient77381">
- <stop
- id="stop77383"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77385"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient11764-8"
- x1="366.98389"
- y1="203"
- x2="370.98389"
- y2="202.75"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77388">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77390" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77392" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient11762-7"
- x1="371.98389"
- y1="203"
- x2="376.48389"
- y2="203"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77395">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77397" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77399" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15683-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.203777,0,0,0.903901,837.9645,-18.01568)"
- x1="383.67041"
- y1="225.94354"
- x2="385.60632"
- y2="248.55901" />
- <linearGradient
- id="linearGradient77402">
- <stop
- id="stop77404"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77406"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-7-6"
- id="linearGradient37396-1-6"
- gradientUnits="userSpaceOnUse"
- x1="389.73953"
- y1="220.84622"
- x2="389.59052"
- y2="248.09296"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)" />
- <linearGradient
- id="linearGradient77409">
- <stop
- id="stop77411"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77413"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient11766-2"
- x1="391.62881"
- y1="243.48854"
- x2="386.13718"
- y2="244.68996"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77416">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77418" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77420" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15687-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.222225,0,0,1,-87.33412,169)"
- x1="217.22589"
- y1="107.25085"
- x2="235.90916"
- y2="121" />
- <linearGradient
- id="linearGradient77423">
- <stop
- id="stop77425"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77427"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15689-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1.253963,1,0,169,-94.7765)"
- x1="228.5468"
- y1="118.5"
- x2="235"
- y2="118.5" />
- <linearGradient
- id="linearGradient77430">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77432" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77434" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15691-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.222225,0,0,1,-87.33412,169)"
- x1="215.07817"
- y1="109.00085"
- x2="235.90916"
- y2="121.88217" />
- <linearGradient
- id="linearGradient77437">
- <stop
- id="stop77439"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77441"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15693-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1.253963,1,0,169,-94.7765)"
- x1="228.5468"
- y1="118.5"
- x2="235"
- y2="118.5" />
- <linearGradient
- id="linearGradient77444">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77446" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77448" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient13543-8"
- gradientUnits="userSpaceOnUse"
- x1="126.45676"
- y1="110.59049"
- x2="134.94949"
- y2="122.08995" />
- <linearGradient
- id="linearGradient20756-3">
- <stop
- style="stop-color:#932200;stop-opacity:1;"
- offset="0"
- id="stop20758-9" />
- <stop
- style="stop-color:#f8420a;stop-opacity:1;"
- offset="1"
- id="stop20760-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient15878-3"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient77455">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop77457" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop77459" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient13545-9"
- gradientUnits="userSpaceOnUse"
- x1="126.37006"
- y1="112.31642"
- x2="137.11284"
- y2="126.19643" />
- <linearGradient
- id="linearGradient77462">
+ id="stop1611-74-7-2-2-2-1" />
<stop
style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop77464" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop77466" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15744-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.207032,0,0,0.903901,679.30638,-38.92179)"
- x1="390.61163"
- y1="229.34804"
- x2="390.55936"
- y2="248.24983" />
- <linearGradient
- id="linearGradient77469">
- <stop
- id="stop77471"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77473"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient10982-0"
- x1="207.04637"
- y1="182.09375"
- x2="213.7883"
- y2="182.52524"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77476">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77478" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77480" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient10984-3"
- x1="212.04637"
- y1="182.09375"
- x2="222.35799"
- y2="182.77524"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77483">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77485" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77487" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15746-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.207032,0,0,0.903901,679.26,-38.98429)"
- x1="386.09836"
- y1="230.09529"
- x2="388.35962"
- y2="248.10277" />
- <linearGradient
- id="linearGradient77490">
- <stop
- id="stop77492"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77494"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient11333-4"
- gradientUnits="userSpaceOnUse"
- x1="119.1647"
- y1="106.08605"
- x2="133.01006"
- y2="119.79803" />
- <linearGradient
- id="linearGradient77497">
- <stop
- id="stop77499"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77501"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient10540-2"
- gradientUnits="userSpaceOnUse"
- x1="130.95198"
- y1="117.09563"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient77504">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77506" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77508" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient28077-3"
- x1="306.26187"
- y1="272"
- x2="307"
- y2="263.55374"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient28057-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-425,393.99999)"
- x1="225.6198"
- y1="5.7625732"
- x2="236.47855"
- y2="14.103563" />
- <linearGradient
- id="linearGradient77518">
- <stop
- id="stop77520"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77522"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22970-7"
- x1="-197.84375"
- y1="399.90625"
- x2="-191"
- y2="409"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient77525">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77527" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77529" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient21327-9"
- id="linearGradient24395-7"
- x1="-27.5"
- y1="268.76776"
- x2="-39.875"
- y2="277.4375"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient21327-9">
- <stop
- style="stop-color:#1e3e70;stop-opacity:1;"
- offset="0"
- id="stop21329-30" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop21331-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient28532-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="-38.103703"
- y1="266.11719"
- x2="-20.826464"
- y2="253.23859" />
- <linearGradient
- id="linearGradient77536">
- <stop
- id="stop77538"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77540"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28530-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-474,158.25)"
- x1="437.57828"
- y1="104.34499"
- x2="447.96875"
- y2="117.90625" />
- <linearGradient
- id="linearGradient77543">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77545" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77547" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient28474-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="431.05026"
- y1="121.42467"
- x2="446.26407"
- y2="110.49417" />
- <linearGradient
- id="linearGradient77550">
- <stop
- id="stop77552"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77554"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28528-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="442.69827"
- y1="107.56771"
- x2="450.27414"
- y2="122.95798" />
- <linearGradient
- id="linearGradient77557">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77559" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77561" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16359-2"
- id="linearGradient12602-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,456.04574,-116.51416)"
- x1="88.079262"
- y1="66.110847"
- x2="95.954262"
- y2="58.272621" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient16359-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop16361-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop16363-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31456-2"
- id="linearGradient12114-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1438.0001,-418)"
- x1="1663.8125"
- y1="722"
- x2="1661.8125"
- y2="726.37006" />
- <linearGradient
- id="linearGradient77568">
- <stop
- style="stop-color:#2b1600;stop-opacity:1;"
- offset="0"
- id="stop77570" />
- <stop
- style="stop-color:#6e3900;stop-opacity:0;"
offset="1"
- id="stop77572" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19425-2"
- id="radialGradient12116-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1378252,-0.2988982,2.5269117,1.1651875,-1830.2675,-33.64056)"
- cx="1662.2664"
- cy="722.19189"
- fx="1662.2664"
- fy="722.19189"
- r="5.5" />
- <linearGradient
- id="linearGradient19425-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop19427-7" />
- <stop
- id="stop19431-9"
- offset="0.63109845"
- style="stop-color:#fffffe;stop-opacity:0.65789473;" />
- <stop
- style="stop-color:#fffffe;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop19429-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient12118-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,-1397.7474,-388.72044)"
- x1="1984.5453"
- y1="828.21777"
- x2="1978.11"
- y2="829.35315" />
- <linearGradient
- id="linearGradient77580">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77582" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77584" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient12213-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1297,-948)"
- x1="1663.8125"
- y1="722"
- x2="1661.8125"
- y2="726.37006" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19425-2"
- id="radialGradient12215-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1378252,-0.2988982,2.5269117,1.1651875,-1689.2674,-563.64056)"
- cx="1662.2664"
- cy="722.19189"
- fx="1662.2664"
- fy="722.19189"
- r="5.5" />
- <linearGradient
- id="linearGradient77594">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77596" />
- <stop
- id="stop77598"
- offset="0.63109845"
- style="stop-color:#fffffe;stop-opacity:0.65789473;" />
- <stop
- style="stop-color:#fffffe;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop77600" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient12217-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,-1256.7473,-918.72044)"
- x1="1984.3658"
- y1="827.77124"
- x2="1979.2772"
- y2="827.32849" />
- <linearGradient
- id="linearGradient77603">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77605" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77607" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24272-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2000005,0,0,1.1817719,-50.700005,86.809844)"
- x1="258.08322"
- y1="148.24248"
- x2="264.99994"
- y2="154.24899" />
- <linearGradient
- id="linearGradient77610">
- <stop
- id="stop77612"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77614"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
+ id="stop1612-09-4-7-5-1-5" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient12305-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2000005,0,0,1.1997014,-125.70008,-191.68873)"
- x1="257.24991"
- y1="147.38998"
- x2="262.24991"
- y2="152.46707" />
- <linearGradient
- id="linearGradient77617">
+ id="linearGradient40578-4-8-4-0-5-2-4-7">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop77619" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77621" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient12307-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2000005,0,0,1.1997014,-125.70008,-191.68873)"
- x1="258.08322"
- y1="147.87068"
- x2="264.16571"
- y2="153.8233" />
- <linearGradient
- id="linearGradient77624">
- <stop
- id="stop77626"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77628"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24277-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2000005,0,0,1.1817719,-50.700005,86.809844)"
- x1="258.08322"
- y1="148.24248"
- x2="264.99994"
- y2="154.24899" />
- <linearGradient
- id="linearGradient77631">
- <stop
- id="stop77633"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77635"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24268-1"
- gradientUnits="userSpaceOnUse"
- x1="186.74992"
- y1="10.795519"
- x2="189.24992"
- y2="9.0189686"
- gradientTransform="matrix(1,0,0,-0.985055,75.000075,275.63418)" />
- <linearGradient
- id="linearGradient77638">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77640" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77642" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23647-7"
- id="linearGradient16039-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(182,-359.75)"
- x1="221.96414"
- y1="439.75"
- x2="238.87605"
- y2="448.88205" />
- <linearGradient
- id="linearGradient23647-7">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop23649-8" />
+ id="stop40580-8-9-8-9-4-6-9-6" />
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop23651-5" />
+ id="stop40582-6-8-8-4-3-8-9-1" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23390-4"
- id="radialGradient16034-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.8126517,-0.04317018,0.04642643,1.9485655,-18.817545,-774.28453)"
- cx="224.32494"
- cy="441.84744"
- fx="224.32494"
- fy="441.84744"
- r="6.7191267" />
<linearGradient
- id="linearGradient23390-4">
+ id="linearGradient58334-24-8-2-6-0-2">
<stop
- style="stop-color:#000000;stop-opacity:1.0000000"
+ id="stop58336-55-8-3-6-3-3"
offset="0.0000000"
- id="stop23392-5" />
+ style="stop-color:#ffffff;stop-opacity:0.87628865;" />
<stop
- style="stop-color:#ffffff;stop-opacity:1.0000000"
+ id="stop58338-17-2-3-3-0-2"
offset="1.0000000"
- id="stop23400-5" />
+ style="stop-color:#fffffe;stop-opacity:0.0000000;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient16036-5"
- gradientUnits="userSpaceOnUse"
- x1="211.99998"
- y1="435.7319"
- x2="211.99998"
- y2="436.07974"
- gradientTransform="matrix(0.9803611,0,0,2.1560411,204.16345,-864.45588)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23647-7"
- id="linearGradient16031-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1035181,0,0,1,158.18497,-359.77344)"
- x1="229.6875"
- y1="440.51562"
- x2="238.53125"
- y2="440.57812" />
- <linearGradient
- id="linearGradient77660">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop77662" />
+ id="linearGradient16500-11-1-4-3-1">
<stop
style="stop-color:black;stop-opacity:1;"
- offset="1"
- id="stop77664" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient16027-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8289081,0,0,2.1560411,236.27148,-864.45588)"
- x1="212"
- y1="435.59741"
- x2="211.99998"
- y2="435.32159" />
- <linearGradient
- id="linearGradient77667">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop77669" />
+ id="stop16502-5-1-5-5-6" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77671" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient47130-0"
- id="linearGradient13699-3"
- x1="-162.89217"
- y1="245"
- x2="-174.18907"
- y2="224.99274"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient47130-0">
- <stop
- style="stop-color:#ed7b00;stop-opacity:1;"
- offset="0"
- id="stop47132-5" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop47134-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient14167-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-636.98388,52.01562)"
- x1="443.86667"
- y1="133.98936"
- x2="451.98389"
- y2="143.58749" />
- <linearGradient
- id="linearGradient77678">
- <stop
- id="stop77680"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77682"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4138-9"
- id="linearGradient14169-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-635.98388,53.01562)"
- x1="456.03769"
- y1="135.76678"
- x2="453.61005"
- y2="133.00301" />
- <linearGradient
- id="linearGradient4138-9">
- <stop
- style="stop-color:#6c432f;stop-opacity:1;"
- offset="0"
- id="stop4140-7" />
- <stop
- style="stop-color:#c0966d;stop-opacity:1;"
- offset="1"
- id="stop4142-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient14171-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-636.98388,52.01562)"
- x1="449.14645"
- y1="136.18045"
- x2="453.24457"
- y2="138.7879" />
- <linearGradient
- id="linearGradient77689">
- <stop
- id="stop77691"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77693"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4138-9"
- id="linearGradient14173-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-635.98388,53.01562)"
- x1="456.03769"
- y1="135.76678"
- x2="454.31345"
- y2="133.62801" />
- <linearGradient
- id="linearGradient77696">
- <stop
- style="stop-color:#6c432f;stop-opacity:1;"
- offset="0"
- id="stop77698" />
- <stop
- style="stop-color:#c0966d;stop-opacity:1;"
- offset="1"
- id="stop77700" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17337-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.0041772,0,0,0.9688607,-81.584854,117.13687)"
- x1="-4.9152389"
- y1="252.69086"
- x2="-45.689278"
- y2="252.63284" />
- <linearGradient
- id="linearGradient77703">
- <stop
- id="stop77705"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77707"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17339-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,-171.92846,305.72314)"
- x1="107.96875"
- y1="53.875"
- x2="117"
- y2="60.125" />
- <linearGradient
- id="linearGradient77710">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77712" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77714" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17656-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0008786,0,0,1.081555,-21.021535,-187.45087)"
- x1="-12.839478"
- y1="201"
- x2="44.522621"
- y2="256.70349" />
- <linearGradient
- id="linearGradient77717">
- <stop
- id="stop77719"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop77721"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17658-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.099576,0,0,1.0999923,190.46996,204.85062)"
- x1="9.6310225"
- y1="76"
- x2="15"
- y2="81" />
- <linearGradient
- id="linearGradient77724">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77726" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77728" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient12658-7"
- gradientUnits="userSpaceOnUse"
- x1="150.4086"
- y1="104.61366"
- x2="151.40744"
- y2="105.64391"
- gradientTransform="matrix(0.8193413,0,0,0.8193419,141.28585,391.96271)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient12655-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8193413,0,0,0.8193419,-388.72692,-564.02452)"
- x1="150.4086"
- y1="104.61366"
- x2="151.40744"
- y2="105.64391" />
- <linearGradient
- id="linearGradient77738">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop77740" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop77742" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient13511-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8193413,0,0,0.8193419,141.28585,391.96271)"
- x1="150.4086"
- y1="104.61366"
- x2="151.40744"
- y2="105.64391" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient13513-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8193413,0,0,0.8193419,-388.72692,-564.02452)"
- x1="150.4086"
- y1="104.61366"
- x2="151.40744"
- y2="105.64391" />
- <linearGradient
- id="linearGradient77752">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop77754" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop77756" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient13527-7"
- gradientUnits="userSpaceOnUse"
- x1="328.95557"
- y1="33.94022"
- x2="331.74063"
- y2="37.044456" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient13529-8"
- gradientUnits="userSpaceOnUse"
- x1="328.38852"
- y1="33.505165"
- x2="331.44778"
- y2="36.739578" />
- <linearGradient
- id="linearGradient77766">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77768" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77770" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient18721-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.004219,0,0,0.980922,244.3928,19.4113)"
- x1="-88.73024"
- y1="-120.6127"
- x2="-78.787354"
- y2="-128.30418" />
- <linearGradient
- id="linearGradient77773">
- <stop
- id="stop77775"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77777"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31320-3"
- id="linearGradient18728-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.004219,0,0,0.980922,222.97812,19.5574)"
- x1="68.688324"
- y1="51.42366"
- x2="72.671516"
- y2="55.501457" />
- <linearGradient
- id="linearGradient31320-3">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop31322-5" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop31324-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="linearGradient18765-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.004219,0,0,0.980922,309.42934,-349.44584)"
- x1="-26.207859"
- y1="252.77303"
- x2="-5.4963508"
- y2="253.15045" />
- <linearGradient
- id="linearGradient14262-1">
- <stop
- id="stop14264-8"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop14266-6"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18712-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="103.65562"
- y1="49.547874"
- x2="120.79755"
- y2="57.84819" />
- <linearGradient
- id="linearGradient77788">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77790" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77792" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient14568-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(68.016116,127.00002)"
- x1="97.983887"
- y1="127.99998"
- x2="88.983887"
- y2="115.99998" />
- <linearGradient
- id="linearGradient77795">
- <stop
- id="stop77797"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77799"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient14570-9"
- gradientUnits="userSpaceOnUse"
- x1="94.485573"
- y1="122.13319"
- x2="89.207298"
- y2="125.83332" />
- <linearGradient
- id="linearGradient77802">
- <stop
- id="stop77804"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop77806"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient14572-1"
- gradientUnits="userSpaceOnUse"
- x1="88.560204"
- y1="127.88263"
- x2="94.011101"
- y2="123.83599" />
- <linearGradient
- id="linearGradient77809">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77811" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77813" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13998-25"
- id="linearGradient26282-7"
- gradientUnits="userSpaceOnUse"
- x1="13.5"
- y1="57.827747"
- x2="11.472005"
- y2="53.875874" />
- <linearGradient
- id="linearGradient13998-25">
- <stop
- id="stop14000-6"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop14002-1"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13998-25"
- id="linearGradient26284-95"
- gradientUnits="userSpaceOnUse"
- x1="-18.600719"
- y1="501.96539"
- x2="-26.642899"
- y2="487.60382" />
- <linearGradient
- id="linearGradient77820">
- <stop
- id="stop77822"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop77824"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26286-3"
- gradientUnits="userSpaceOnUse"
- x1="15.027407"
- y1="60.637787"
- x2="13.5"
- y2="57.750687" />
- <linearGradient
- id="linearGradient77827">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77829" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop77831" />
+ id="stop16504-27-3-6-0-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26288-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.03018343,0.1408617)"
- x1="-32.067383"
- y1="490.70178"
- x2="-22.25"
- y2="500" />
- <linearGradient
- id="linearGradient77834">
+ id="linearGradient3944-1-7-5-7-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop77836" />
+ id="stop3946-7-4-3-6-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop77838" />
+ id="stop3948-1-2-5-7-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15195-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-10.025729,345.78566)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient77841">
+ id="linearGradient3952-5-7-6-8-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop77843" />
+ id="stop3954-2-9-1-3-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop77845" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient71814-3"
- id="linearGradient15209-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="70.55275"
- y1="97.5"
- x2="79.355118"
- y2="107.18619" />
- <linearGradient
- id="linearGradient71814-3">
- <stop
- style="stop-color:#6e0d00;stop-opacity:1;"
- offset="0"
- id="stop71816-6" />
- <stop
- style="stop-color:#6f2913;stop-opacity:0;"
- offset="1"
- id="stop71818-9" />
+ id="stop3956-7-3-4-6-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15211-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-15.972985,338.41149)"
- x1="61.465469"
- y1="88.058716"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient77852">
+ id="linearGradient3966-8-9-6-4-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop77854" />
+ id="stop3968-2-8-2-4-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop77856" />
+ id="stop3970-4-6-6-1-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15363-4"
+ xlink:href="#linearGradient37542-4"
+ id="linearGradient15131"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9999519,0,0,0.9998051,-33.993941,254.01926)"
+ gradientTransform="matrix(0.9999519,0,0,0.9998051,-33.244333,253.26813)"
x1="101.21339"
y1="68.783279"
x2="135.45256"
y2="103.11092" />
<linearGradient
- id="linearGradient77859">
+ id="linearGradient37542-4">
<stop
- id="stop77861"
+ id="stop37544-180"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop77863"
+ id="stop37546-62"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15365-6"
+ xlink:href="#linearGradient319-2"
+ id="linearGradient15133"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1004102,0,0,1.0993832,40.331334,244.81698)"
+ gradientTransform="matrix(1.0910287,0,0,1.0900105,41.555722,244.97315)"
x1="47.655102"
y1="93.805557"
x2="59.057678"
y2="105.27895" />
<linearGradient
- id="linearGradient77866">
+ id="linearGradient319-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop77868" />
+ id="stop320-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop77870" />
+ id="stop321-72" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10585-95"
- id="linearGradient15367-3"
+ xlink:href="#linearGradient10585-5"
+ id="linearGradient15135"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1.032977,0,0,1,128.82015,107.77516)"
x1="12.330792"
@@ -21703,3716 +17575,127 @@
x2="41.654194"
y2="247.3784" />
<linearGradient
- id="linearGradient10585-95">
+ id="linearGradient10585-5">
<stop
- id="stop10587-8"
+ id="stop10587-5"
offset="0.0000000"
style="stop-color:#d7d7d7;stop-opacity:1.0000000;" />
<stop
- id="stop10595-69"
+ id="stop10595-5"
offset="1.0000000"
style="stop-color:#000000;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient18207-5"
- id="linearGradient15383-9"
- gradientUnits="userSpaceOnUse"
- x1="-132.24858"
- y1="313.87549"
- x2="-171.01999"
- y2="223.69542" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient14377-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1.691866,0.00341)"
- x1="86.452194"
- y1="101.22832"
- x2="110.48556"
- y2="81.14637" />
- <linearGradient
- id="linearGradient77884">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77886" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77888" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient16638-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(42,0)"
- x1="108"
- y1="500"
- x2="54.8125"
- y2="500" />
- <linearGradient
- id="linearGradient77891">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop77893" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77895" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15809-3"
- id="linearGradient16640-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(42,0)"
- x1="85.874489"
- y1="501.74075"
- x2="26.561054"
- y2="498.48148" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient15809-3">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop15811-1" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop15813-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient16642-4"
- gradientUnits="userSpaceOnUse"
- x1="80.768944"
- y1="504.67188"
- x2="76.885078"
- y2="501.58331" />
- <linearGradient
- id="linearGradient77902">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop77904" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77906" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient16644-8"
- gradientUnits="userSpaceOnUse"
- x1="89.526657"
- y1="511.42972"
- x2="78.000008"
- y2="501.04794" />
- <linearGradient
- id="linearGradient77909">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77911" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77913" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient16646-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3949409,0.3949425,-0.4243709,0.4254619,300.60762,256.85923)"
- cx="75.95578"
- cy="492.15359"
- fx="75.95578"
- fy="492.15359"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77916">
- <stop
- id="stop77918"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop77920"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient16648-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4624192,0,0,1.4467089,-36.975824,-224.99718)"
- cx="79.959885"
- cy="503.81497"
- fx="79.959885"
- fy="503.81497"
- r="2.9089756" />
- <linearGradient
- id="linearGradient77923">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77925" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77927" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient16650-4"
+ xlink:href="#linearGradient1610-0"
+ id="linearGradient15123"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8886193,0.8021825,-0.8051059,0.8972684,411.80247,-8.668512)"
- cx="74.518959"
- cy="499.99969"
- fx="74.518959"
- fy="499.99969"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77930">
- <stop
- id="stop77932"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop77934"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient32447-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.054749"
- cy="499.87418"
- fx="75.054749"
- fy="499.87418"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77937">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop77939" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop77941" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient21776-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8666667,0,0,0.9166667,406.13333,-443.79167)"
- x1="108"
- y1="500"
- x2="54.8125"
- y2="500" />
- <linearGradient
- id="linearGradient77944">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop77946" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77948" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15809-3"
- id="linearGradient21773-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9281768,0,0,0.9971589,401.42265,-484.56523)"
- x1="88.874489"
- y1="502.71924"
- x2="41.311054"
- y2="501.10059" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient21741-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3949409,0.3949425,-0.4243709,0.4254619,321.60762,256.85923)"
- cx="75.95578"
- cy="492.15359"
- fx="75.95578"
- fy="492.15359"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77958">
- <stop
- id="stop77960"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop77962"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient21814-8"
- gradientUnits="userSpaceOnUse"
- x1="80.768944"
- y1="504.67188"
- x2="76.885078"
- y2="501.58331" />
- <linearGradient
- id="linearGradient77965">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop77967" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop77969" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient21816-1"
- gradientUnits="userSpaceOnUse"
- x1="89.526657"
- y1="511.42972"
- x2="78.000008"
- y2="501.04794" />
- <linearGradient
- id="linearGradient77972">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77974" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77976" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient21818-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4624192,0,0,1.4467089,-36.975824,-224.99718)"
- cx="79.959885"
- cy="503.81497"
- fx="79.959885"
- fy="503.81497"
- r="2.9089756" />
- <linearGradient
- id="linearGradient77979">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop77981" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop77983" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient21820-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77986">
- <stop
- id="stop77988"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop77990"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient22187-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient77993">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop77995" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop77997" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient22154-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8666667,0,0,0.9166667,406.13333,-443.79167)"
- x1="108"
- y1="500"
- x2="54.8125"
- y2="500" />
- <linearGradient
- id="linearGradient78000">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78002" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78004" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15809-3"
- id="linearGradient22156-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9971589,396,-484.56523)"
- x1="88.874489"
- y1="502.71924"
- x2="41.311054"
- y2="501.10059" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient22158-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3949409,0.3949425,-0.4243709,0.4254619,321.60762,256.85923)"
- cx="75.95578"
- cy="492.15359"
- fx="75.95578"
- fy="492.15359"
- r="3.1650217" />
- <linearGradient
- id="linearGradient78014">
- <stop
- id="stop78016"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop78018"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient22160-7"
- gradientUnits="userSpaceOnUse"
- x1="80.768944"
- y1="504.67188"
- x2="76.885078"
- y2="501.58331" />
+ gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
+ x1="253.78497"
+ y1="3.6831069"
+ x2="278.25537"
+ y2="30.023426" />
<linearGradient
- id="linearGradient78021">
+ id="linearGradient1610-0">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop78023" />
+ id="stop1611-6" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop78025" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22162-4"
- gradientUnits="userSpaceOnUse"
- x1="89.526657"
- y1="511.42972"
- x2="78.000008"
- y2="501.04794" />
- <linearGradient
- id="linearGradient78028">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78030" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78032" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient22164-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4624192,0,0,1.4467089,-36.975824,-224.99718)"
- cx="79.959885"
- cy="503.81497"
- fx="79.959885"
- fy="503.81497"
- r="2.9089756" />
- <linearGradient
- id="linearGradient78035">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78037" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78039" />
+ id="stop1612-42" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient22166-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8886193,0.8021825,-0.8051059,0.8972684,411.80247,-8.668512)"
- cx="74.518959"
- cy="499.99969"
- fx="74.518959"
- fy="499.99969"
- r="3.1650217" />
- <linearGradient
- id="linearGradient78042">
- <stop
- id="stop78044"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop78046"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24101-9"
- id="linearGradient24132-3"
- gradientUnits="userSpaceOnUse"
- x1="445.77841"
- y1="113.24564"
- x2="426.11459"
- y2="84.777061" />
- <linearGradient
- id="linearGradient24101-9">
- <stop
- style="stop-color:#643400;stop-opacity:1;"
- offset="0"
- id="stop24103-1" />
- <stop
- id="stop24105-4"
- offset="0.22606115"
- style="stop-color:#ed983d;stop-opacity:1;" />
- <stop
- style="stop-color:#fff0d5;stop-opacity:1;"
- offset="1"
- id="stop24107-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30231-1"
- gradientUnits="userSpaceOnUse"
- x1="441.48248"
- y1="105.03784"
- x2="446.73828"
- y2="111.74544" />
- <linearGradient
- id="linearGradient78054">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78056" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78058" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24101-9"
- id="linearGradient30233-1"
- gradientUnits="userSpaceOnUse"
- x1="445.37457"
- y1="112.86145"
- x2="425.92511"
- y2="84.928581" />
- <linearGradient
- id="linearGradient78061">
- <stop
- style="stop-color:#643400;stop-opacity:1;"
- offset="0"
- id="stop78063" />
- <stop
- id="stop78065"
- offset="0.22606115"
- style="stop-color:#ed983d;stop-opacity:1;" />
- <stop
- style="stop-color:#fff0d5;stop-opacity:1;"
- offset="1"
- id="stop78067" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30235-2"
+ xlink:href="#linearGradient40578-4-8-0"
+ id="radialGradient15125"
gradientUnits="userSpaceOnUse"
- x1="440.68439"
- y1="106.0996"
- x2="446.00906"
- y2="110.93529" />
- <linearGradient
- id="linearGradient78070">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78072" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78074" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30237-2"
- gradientUnits="userSpaceOnUse"
- x1="440.34833"
- y1="105.74502"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78077">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78079" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78081" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30239-8"
- gradientUnits="userSpaceOnUse"
- x1="440.7211"
- y1="104.97093"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78084">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78086" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78088" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23302-2"
- id="linearGradient30241-8"
- gradientUnits="userSpaceOnUse"
- x1="414.99771"
- y1="-35"
- x2="414.99771"
- y2="-36.625011" />
- <linearGradient
- id="linearGradient23302-2">
- <stop
- id="stop23304-8"
- offset="0"
- style="stop-color:#b45d00;stop-opacity:1;" />
- <stop
- style="stop-color:#ff982a;stop-opacity:1;"
- offset="0.39332664"
- id="stop23306-0" />
- <stop
- id="stop23308-8"
- offset="1"
- style="stop-color:#ffedd5;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24081-4"
- id="linearGradient30243-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="416.00461"
- y1="-34"
- x2="415.94211"
- y2="-37.718761" />
- <linearGradient
- id="linearGradient24081-4">
- <stop
- id="stop24083-0"
- offset="0"
- style="stop-color:#b45d00;stop-opacity:1;" />
- <stop
- style="stop-color:#ff982a;stop-opacity:1;"
- offset="0.3167825"
- id="stop24085-9" />
- <stop
- id="stop24087-2"
- offset="1"
- style="stop-color:#ffedd5;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30245-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="416.5"
- y1="-29.933779"
- x2="416.5"
- y2="-37.5" />
+ gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
+ cx="756.83508"
+ cy="206.40076"
+ fx="756.83508"
+ fy="206.40076"
+ r="6.9000001" />
<linearGradient
- inkscape:collect="always"
- id="linearGradient16500-1">
+ id="linearGradient40578-4-8-0">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop16502-5" />
+ id="stop40580-8-9-61" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop16504-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient30247-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="416.41162"
- y1="-34.342831"
- x2="416.46497"
- y2="-39.140816" />
- <linearGradient
- id="linearGradient20324-4">
- <stop
- id="stop20326-2"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop20328-9" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop20330-1" />
- <stop
- id="stop20332-4"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30249-1"
- gradientUnits="userSpaceOnUse"
- x1="409.00003"
- y1="-40.99012"
- x2="413.49658"
- y2="-34.707108" />
- <linearGradient
- id="linearGradient78111">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78113" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78115" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient35391-3"
- id="linearGradient20217-4"
- x1="408.75"
- y1="-35.483223"
- x2="408.75"
- y2="-40.000008"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient35391-3">
- <stop
- id="stop35393-5"
- offset="0"
- style="stop-color:#322800;stop-opacity:1;" />
- <stop
- id="stop35395-0"
- offset="1"
- style="stop-color:#6e4800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30326-2"
- gradientUnits="userSpaceOnUse"
- x1="446.05634"
- y1="112.72269"
- x2="436.76331"
- y2="100.6615" />
- <linearGradient
- id="linearGradient78122">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78124" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78126" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30328-6"
- gradientUnits="userSpaceOnUse"
- x1="440.03735"
- y1="103.53646"
- x2="446.73828"
- y2="111.74544" />
- <linearGradient
- id="linearGradient78129">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78131" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78133" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30330-1"
- gradientUnits="userSpaceOnUse"
- x1="447.06949"
- y1="114.61743"
- x2="432.36887"
- y2="94.07222" />
- <linearGradient
- id="linearGradient78136">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78138" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78140" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30332-6"
- gradientUnits="userSpaceOnUse"
- x1="438.92477"
- y1="103.46223"
- x2="446.00906"
- y2="110.93529" />
- <linearGradient
- id="linearGradient78143">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78145" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78147" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30334-0"
- gradientUnits="userSpaceOnUse"
- x1="439.0434"
- y1="104.06953"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78150">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78152" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78154" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30336-1"
- gradientUnits="userSpaceOnUse"
- x1="439.04333"
- y1="104.0401"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78157">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78159" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78161" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30338-4"
- gradientUnits="userSpaceOnUse"
- x1="415.00003"
- y1="-33.99012"
- x2="415"
- y2="-36.25" />
- <linearGradient
- id="linearGradient78164">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78166" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78168" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30340-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="415.41223"
- y1="-31.506163"
- x2="415.45193"
- y2="-37.520515" />
- <linearGradient
- id="linearGradient78171">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78173" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78175" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30342-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="416.5"
- y1="-29.933779"
- x2="416.5"
- y2="-37.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30344-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="416.5"
- y1="-33.8125"
- x2="416.46497"
- y2="-39.140816" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30346-2"
- gradientUnits="userSpaceOnUse"
- x1="409.00003"
- y1="-40.99012"
- x2="413.49658"
- y2="-34.707108" />
- <linearGradient
- id="linearGradient78192">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78194" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78196" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30348-6"
- gradientUnits="userSpaceOnUse"
- x1="408.75"
- y1="-35.483223"
- x2="408.75"
- y2="-40.000008" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30394-9"
- gradientUnits="userSpaceOnUse"
- x1="446.05634"
- y1="112.72269"
- x2="436.76331"
- y2="100.6615" />
- <linearGradient
- id="linearGradient78206">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78208" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78210" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30396-2"
- gradientUnits="userSpaceOnUse"
- x1="440.03735"
- y1="103.53646"
- x2="446.73828"
- y2="111.74544" />
- <linearGradient
- id="linearGradient78213">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78215" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78217" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30398-5"
- gradientUnits="userSpaceOnUse"
- x1="447.06949"
- y1="114.61743"
- x2="432.36887"
- y2="94.07222" />
- <linearGradient
- id="linearGradient78220">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78222" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78224" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30400-3"
- gradientUnits="userSpaceOnUse"
- x1="438.92477"
- y1="103.46223"
- x2="446.00906"
- y2="110.93529" />
- <linearGradient
- id="linearGradient78227">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78229" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78231" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30402-5"
- gradientUnits="userSpaceOnUse"
- x1="439.0434"
- y1="104.06953"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78234">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78236" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78238" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30404-8"
- gradientUnits="userSpaceOnUse"
- x1="439.04333"
- y1="104.0401"
- x2="445.36435"
- y2="110.27587" />
- <linearGradient
- id="linearGradient78241">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78243" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78245" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30406-0"
- gradientUnits="userSpaceOnUse"
- x1="415.00003"
- y1="-33.99012"
- x2="415"
- y2="-36.25" />
- <linearGradient
- id="linearGradient78248">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78250" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78252" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient30408-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="415.41223"
- y1="-31.506163"
- x2="415.45193"
- y2="-37.520515" />
- <linearGradient
- id="linearGradient78255">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78257" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78259" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30410-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.004608,0)"
- x1="416.5"
- y1="-29.933779"
- x2="416.5"
- y2="-37.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30412-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="416.5"
- y1="-33.8125"
- x2="416.46497"
- y2="-39.140816" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30414-8"
- gradientUnits="userSpaceOnUse"
- x1="409.00003"
- y1="-40.99012"
- x2="413.49658"
- y2="-34.707108" />
- <linearGradient
- id="linearGradient78276">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78278" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78280" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient30416-7"
- gradientUnits="userSpaceOnUse"
- x1="408.75"
- y1="-35.483223"
- x2="408.75"
- y2="-40.000008" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40202-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,136.97426,-72.21433)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient78290">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78292" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78294" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40189-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,131.027,-79.5885)"
- x1="57.347244"
- y1="82.75322"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient78297">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78299" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78301" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17429-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.081988,0,0,1.0833333,-394.58897,440.54169)"
- x1="326.51352"
- y1="32.007874"
- x2="347.91187"
- y2="57.261913" />
- <linearGradient
- id="linearGradient78304">
- <stop
- id="stop78306"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78308"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17431-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0983862,0,0,1.0999999,-400.00857,439.95001)"
- x1="317.30908"
- y1="22.7787"
- x2="330.87869"
- y2="38.161732" />
- <linearGradient
- id="linearGradient78311">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78313" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78315" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient32749-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.081988,0,0,1.0833333,-123.05997,-52.467545)"
- x1="326.72092"
- y1="33.927608"
- x2="352.03485"
- y2="60.463093" />
- <linearGradient
- id="linearGradient78318">
- <stop
- id="stop78320"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78322"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient32751-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="-46.417774"
- y1="1.9796312"
- x2="-21.988398"
- y2="27" />
- <linearGradient
- id="linearGradient78325">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78327" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78329" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask17570-4">
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
- style="fill:#ffffff;fill-rule:evenodd;stroke:none"
- d="m -44,358 0,14 14,-14 -14,0 z"
- id="path17572-2" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32753-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0983862,0,0,1.0999999,-128.47957,-53.059225)"
- x1="324.13901"
- y1="28.882492"
- x2="333.96365"
- y2="39.250004" />
- <linearGradient
- id="linearGradient78334">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78336" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78338" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient32725-7"
- gradientUnits="userSpaceOnUse"
- x1="-88.0625"
- y1="364"
- x2="-44.983891"
- y2="411.9375" />
- <linearGradient
- id="linearGradient78341">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop78343" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop78345" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32727-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-117.02574,313.78567)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient78348">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78350" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78352" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient32729-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6666675,0,0,0.6666633,-101.32265,336.66698)"
- x1="61.983898"
- y1="88.999977"
- x2="89.770271"
- y2="121.709" />
- <linearGradient
- id="linearGradient5060-12">
- <stop
- id="stop5062-73"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop5064-9"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32731-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-122.97299,306.4115)"
- x1="61.465469"
- y1="88.058716"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient78359">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78361" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78363" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17177-9"
- gradientUnits="userSpaceOnUse"
- x1="28.322077"
- y1="160.10768"
- x2="32.679554"
- y2="164.34546" />
- <linearGradient
- id="linearGradient78366">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78368" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78370" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="radialGradient17179-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-6.8461644e-7,-1.8,1.1087755,0.00352366,-193.46828,187.54551)"
- cx="4.351675"
- cy="81.592964"
- fx="4.351675"
- fy="81.592964"
- r="5" />
- <linearGradient
- id="linearGradient78373">
- <stop
- id="stop78375"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop78377"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18344-6"
- id="radialGradient17181-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.5123107,0.9569981,-0.5028837,0.7946898,-131.57281,-236.33663)"
- cx="244.14325"
- cy="-14.13948"
- fx="244.14325"
- fy="-14.13948"
- r="3.4000001" />
- <linearGradient
- id="linearGradient18344-6">
- <stop
- style="stop-color:#6c6c6c;stop-opacity:1;"
- offset="0"
- id="stop18346-3" />
- <stop
- style="stop-color:#f0f0f0;stop-opacity:1;"
- offset="1"
- id="stop18348-0" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath17188-4">
- <path
- inkscape:connector-curvature="0"
- style="fill:#d3d7cf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 240.5,-19.90625 c -1.87005,0 -3.40625,1.536202 -3.40625,3.40625 l 0,2 c 0,1.87005 1.53621,3.40625 3.40625,3.40625 l 0,-2.8125 c -0.33932,0 -0.59375,-0.254431 -0.59375,-0.59375 l 0,-2 c 0,-0.339319 0.25443,-0.59375 0.59375,-0.59375 l 0,-2.8125 z"
- id="path17190-6" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23914-6"
- gradientUnits="userSpaceOnUse"
- x1="29.200638"
- y1="160.18758"
- x2="32.928555"
- y2="164.13913" />
- <linearGradient
- id="linearGradient78386">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78388" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78390" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="radialGradient23916-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.02887268,-1.2550276,0.795821,0.01830762,8.763469,168.20647)"
- cx="11.708446"
- cy="81.275032"
- fx="11.708446"
- fy="81.275032"
- r="5" />
- <linearGradient
- id="linearGradient78393">
- <stop
- id="stop78395"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop78397"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="radialGradient23918-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.01269957,-0.9297674,1.1086869,0.01514236,-16.51473,165.70609)"
- cx="4.7455525"
- cy="82.433929"
- fx="4.7455525"
- fy="82.433929"
- r="5" />
- <linearGradient
- id="linearGradient78400">
- <stop
- id="stop78402"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop78404"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask13041-6">
- <rect
- style="fill:url(#linearGradient13046-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect13043-3"
- width="7"
- height="8"
- x="276"
- y="-12" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient13046-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(360,-161.99999)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
- <linearGradient
- id="linearGradient78409">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78411" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78413" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask13052-0">
- <rect
- y="4.0625"
- x="276"
- height="8"
- width="7"
- id="rect13054-3"
- style="fill:url(#linearGradient13056-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="scale(1,-1)" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient13056-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(360,-145.93749)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
- <linearGradient
- id="linearGradient78418">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78420" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78422" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18682-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8461524,0,0,0.9230835,365.8517,-147.63686)"
- x1="27.405855"
- y1="189.20862"
- x2="35.029804"
- y2="248.37102" />
- <linearGradient
- id="linearGradient78425">
- <stop
- id="stop78427"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78429"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18690-1"
- gradientUnits="userSpaceOnUse"
- x1="29.972469"
- y1="164"
- x2="29.972469"
- y2="168"
- gradientTransform="translate(359.05264,-81.98142)" />
- <linearGradient
- id="linearGradient78432">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78434" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78436" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18752-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="30.435225"
- y1="202.99998"
- x2="30.435225"
- y2="251.99998" />
- <linearGradient
- id="linearGradient78439">
- <stop
- id="stop78441"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78443"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18756-0"
- gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)" />
- <linearGradient
- id="linearGradient78446">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78448" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78450" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18779-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6923077,0,0,-0.6923079,29.049874,351.11545)"
- x1="7.9951181"
- y1="264.90152"
- x2="32.267426"
- y2="237.9342" />
- <linearGradient
- id="linearGradient78453">
- <stop
- id="stop78455"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78457"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18862-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.0000001,0,0,1.6000003,163.54205,53.499972)"
- x1="-60.266121"
- y1="74.0625"
- x2="-54.766121"
- y2="84.6875" />
- <linearGradient
- id="linearGradient78460">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78462" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78464" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18846-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.462416,0,0,0.461541,-193.81309,236.42243)"
- x1="29.871567"
- y1="174.58366"
- x2="29.871567"
- y2="259.08319" />
- <linearGradient
- id="linearGradient78467">
- <stop
- id="stop78469"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78471"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18841-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.462416,0,0,0.538461,-193.81309,224.07705)"
- x1="29.871567"
- y1="153.99983"
- x2="29.871567"
- y2="252.4285" />
- <linearGradient
- id="linearGradient78474">
- <stop
- id="stop78476"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78478"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18831-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5384613,0,0,0.538461,-189.69233,224.07704)"
- x1="29.142912"
- y1="161.42842"
- x2="29.142912"
- y2="252.42851" />
- <linearGradient
- id="linearGradient78481">
- <stop
- id="stop78483"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78485"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18823-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-122.98388,276)"
- x1="-55.936718"
- y1="77.808868"
- x2="-55.844753"
- y2="84.217026" />
- <linearGradient
- id="linearGradient78488">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78490" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78492" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18854-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2500001,0,0,2.2000001,-102.35484,177)"
- x1="-55.936718"
- y1="77.808868"
- x2="-55.844753"
- y2="84.217026" />
- <linearGradient
- id="linearGradient78495">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78497" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78499" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18858-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.8000001,-122.98388,285.5)"
- x1="-55.936718"
- y1="77.808868"
- x2="-55.844753"
- y2="84.217026" />
- <linearGradient
- id="linearGradient78502">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78504" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78506" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17222-45"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="29.352921"
- y1="199"
- x2="29.352921"
- y2="250" />
- <linearGradient
- id="linearGradient78509">
- <stop
- id="stop78511"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78513"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17224-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88" />
- <linearGradient
- id="linearGradient78516">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78518" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78520" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient17226-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2868892,0,0,1,-644.69395,148)"
- x1="348.06064"
- y1="220.55545"
- x2="363.71661"
- y2="239.94608" />
- <linearGradient
- id="linearGradient78523">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop78525" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop78527" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17214-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="29.352921"
- y1="199"
- x2="29.352921"
- y2="250" />
- <linearGradient
- id="linearGradient78530">
- <stop
- id="stop78532"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78534"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17216-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88" />
- <linearGradient
- id="linearGradient78537">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78539" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78541" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient17218-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2859748,0,0,1,-272.87621,148)"
- x1="348.06064"
- y1="220.55545"
- x2="363.71661"
- y2="239.94608" />
- <linearGradient
- id="linearGradient78544">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop78546" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop78548" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient17220-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4289612,0,0,1,-326.93899,144.5)"
- x1="348.06064"
- y1="220.55545"
- x2="363.71661"
- y2="239.94608" />
- <linearGradient
- id="linearGradient78551">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop78553" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop78555" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19625-6"
- id="linearGradient23241-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-6,0)"
- x1="480.09564"
- y1="163.08553"
- x2="476.76578"
- y2="162.94037" />
- <linearGradient
- id="linearGradient19625-6">
- <stop
- id="stop19627-6"
- offset="0"
- style="stop-color:#2258a6;stop-opacity:1;" />
- <stop
- id="stop19629-3"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient23243-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(342.00029,383.00889)"
- x1="123.36729"
- y1="-219.24783"
- x2="134.30893"
- y2="-218.00888" />
- <linearGradient
- id="linearGradient78562">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop78564" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop78566" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12678-8"
- id="radialGradient23245-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0982561,0,0,1.2662999,-45.858153,-42.45126)"
- cx="470.15939"
- cy="164.46814"
- fx="470.15939"
- fy="164.46814"
- r="3.500145" />
- <linearGradient
- id="linearGradient12678-8">
- <stop
- id="stop12680-2"
- offset="0"
- style="stop-color:#d40000;stop-opacity:1" />
- <stop
- id="stop12682-2"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient23247-2"
- gradientUnits="userSpaceOnUse"
- x1="128.7561"
- y1="115.77483"
- x2="132.35237"
- y2="118.69846" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient23250-9"
- gradientUnits="userSpaceOnUse"
- x1="127.30917"
- y1="111.48133"
- x2="138.30522"
- y2="124.69373" />
- <linearGradient
- id="linearGradient78580">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop78582" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop78584" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient17135-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(18,0)"
- x1="-51.6875"
- y1="442.6875"
- x2="-42.377892"
- y2="452.20007" />
- <linearGradient
- id="linearGradient78587">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78589" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78591" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient17242-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="9.5404434"
- y1="223.47467"
- x2="36.247395"
- y2="249.62102" />
- <linearGradient
- id="linearGradient78594">
- <stop
- id="stop78596"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78598"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient17244-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88" />
- <linearGradient
- id="linearGradient78601">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78603" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78605" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22081-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-157.00004,-233.00002)"
- x1="308"
- y1="323"
- x2="337.80573"
- y2="337.517" />
- <linearGradient
- id="linearGradient78608">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78610" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78612" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32335-7"
- gradientUnits="userSpaceOnUse"
- x1="285.39999"
- y1="323.80002"
- x2="286.60001"
- y2="325" />
- <linearGradient
- id="linearGradient78615">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78617" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78619" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask20957-9">
- <rect
- y="101"
- x="162"
- height="5"
- width="8"
- id="rect20959-6"
- style="fill:url(#linearGradient20961-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.29999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient21609-6"
- id="linearGradient20961-5"
- gradientUnits="userSpaceOnUse"
- x1="162"
- y1="103.71875"
- x2="165"
- y2="103.75" />
- <linearGradient
- id="linearGradient21609-6">
- <stop
- id="stop21611-9"
- offset="0"
- style="stop-color:black;stop-opacity:1" />
- <stop
- id="stop21613-1"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31964-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-237.5,45.5045)"
- x1="263.35254"
- y1="19.495501"
- x2="275.43362"
- y2="28.583914" />
- <linearGradient
- id="linearGradient78628">
- <stop
- id="stop78630"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78632"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31966-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-238,44.0045)"
- x1="271.69839"
- y1="22.713789"
- x2="283.37738"
- y2="36.874088" />
- <linearGradient
- id="linearGradient78635">
- <stop
- id="stop78637"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78639"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31968-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-243.5,51.5045)"
- x1="260.25369"
- y1="11.017987"
- x2="275.43362"
- y2="28.583914" />
- <linearGradient
- id="linearGradient78642">
- <stop
- id="stop78644"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78646"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient31970-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-244,50.0045)"
- x1="271.69839"
- y1="22.713789"
- x2="283.37738"
- y2="36.874088" />
- <linearGradient
- id="linearGradient78649">
- <stop
- id="stop78651"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78653"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31972-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-57.00003,-165.99191)"
- x1="85.853188"
- y1="239.5473"
- x2="90.563423"
- y2="242.99191" />
- <linearGradient
- id="linearGradient78658">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78660" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78662" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31974-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-51,-172)"
- x1="88"
- y1="240.90625"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient78665">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78667" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78669" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22453-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-18)"
- x1="-27.299919"
- y1="37"
- x2="-25.5"
- y2="23.414351" />
- <linearGradient
- id="linearGradient78672">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78674" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78676" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22455-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-354,-314.00002)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
- <linearGradient
- id="linearGradient78679">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78681" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78683" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38256-2"
- id="linearGradient22457-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-18)"
- x1="-25.5"
- y1="36.828632"
- x2="-25.5"
- y2="26.027344" />
- <linearGradient
- id="linearGradient38256-2">
- <stop
- id="stop38258-3"
- offset="0"
- style="stop-color:#e7e0c7;stop-opacity:1;" />
- <stop
- id="stop38260-3"
- offset="1"
- style="stop-color:#f1eddf;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient18478-6"
- gradientUnits="userSpaceOnUse"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18480-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-97.983877,565.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient78697">
- <stop
- id="stop78699"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78701"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient18739-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707654,0,0,0.707942,43.55464,-148.13985)"
- x1="35.597904"
- y1="158.14117"
- x2="16.173666"
- y2="173.23431" />
- <linearGradient
- id="linearGradient78704">
- <stop
- id="stop78706"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78708"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4343-5"
- id="linearGradient18741-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5990464,-0.03583042,0.03242597,0.6546824,59.652868,-253.61658)"
- x1="-12.264804"
- y1="333.22653"
- x2="-10.869003"
- y2="334.86029" />
- <linearGradient
- id="linearGradient4343-5">
- <stop
- id="stop4345-7"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop4347-2"
- offset="1"
- style="stop-color:#fff9f9;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient18743-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(250.01612,148)"
- x1="-190.37566"
- y1="-180.13821"
- x2="-189.34792"
- y2="-182" />
- <linearGradient
- id="linearGradient78715">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78717" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78719" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22882-7"
- id="linearGradient22880-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0369025,0,0,1.5,-458.38567,-344)"
- x1="23.959812"
- y1="285"
- x2="31.498274"
- y2="285" />
- <linearGradient
- id="linearGradient22882-7">
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="0"
- id="stop22884-8" />
- <stop
- id="stop22886-8"
- offset="0.21233012"
- style="stop-color:#323232;stop-opacity:0.49803922;" />
- <stop
- id="stop22888-3"
- offset="0.54086536"
- style="stop-color:#323232;stop-opacity:1;" />
- <stop
- style="stop-color:#323232;stop-opacity:0.49803922;"
- offset="0.83381736"
- id="stop22890-5" />
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="1"
- id="stop22892-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22882-7"
- id="linearGradient22848-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1929722,0,0,0.5,-462.63135,-59)"
- x1="24"
- y1="285"
- x2="31.538462"
- y2="285" />
- <linearGradient
- id="linearGradient78729">
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="0"
- id="stop78731" />
- <stop
- id="stop78733"
- offset="0.21233012"
- style="stop-color:#323232;stop-opacity:0.49803922;" />
- <stop
- id="stop78735"
- offset="0.54086536"
- style="stop-color:#323232;stop-opacity:1;" />
- <stop
- style="stop-color:#323232;stop-opacity:0.49803922;"
- offset="0.83381736"
- id="stop78737" />
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="1"
- id="stop78739" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient22838-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8128508,0,0,0.8128508,80.474142,14.46897)"
- cx="430.00003"
- cy="77.3125"
- fx="430.00003"
- fy="77.3125"
- r="8" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22556-0"
- id="linearGradient22840-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.785748,0,0,0.78488,265.93616,46.1048)"
- x1="210.08989"
- y1="38.088879"
- x2="199.27217"
- y2="38.088879" />
- <linearGradient
- id="linearGradient22556-0">
- <stop
- id="stop22558-7"
- offset="0"
- style="stop-color:#6a9bef;stop-opacity:1" />
- <stop
- style="stop-color:#bccee8;stop-opacity:0.58450705;"
- offset="0.77941167"
- id="stop22568-6" />
- <stop
- id="stop22560-2"
- offset="1"
- style="stop-color:#ccdaed;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22562-6"
- id="linearGradient22842-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(399.01387,-202)"
- x1="28.4375"
- y1="277"
- x2="23.25"
- y2="276.92188" />
- <linearGradient
- id="linearGradient22562-6">
- <stop
- style="stop-color:#001e50;stop-opacity:1;"
- offset="0"
- id="stop22564-5" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop22566-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22844-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="437.98615"
- y1="77"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient78758">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78760" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78762" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22846-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="438.61115"
- y1="78"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient78765">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78767" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78769" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22896-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="441.98615"
- y1="77.44017"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient78772">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78774" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78776" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient22850-7"
- gradientUnits="userSpaceOnUse"
- x1="136.55727"
- y1="125.87247"
- x2="129.70895"
- y2="118.00132" />
- <linearGradient
- id="linearGradient78779">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78781" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78783" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22852-2"
- gradientUnits="userSpaceOnUse"
- x1="133.94305"
- y1="116.00471"
- x2="117.29694"
- y2="133.14267" />
- <linearGradient
- id="linearGradient78786">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78788" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78790" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient15053-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.166667,-441,-81.66662)"
- x1="43.647511"
- y1="164.125"
- x2="75.731438"
- y2="164.5" />
- <linearGradient
- id="linearGradient78793">
- <stop
- id="stop78795"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78797"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient15057-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3333334,0,0,0.8333334,747.50001,337.33345)"
- x1="-285.65732"
- y1="-274.23453"
- x2="-279.44821"
- y2="-268.04858" />
- <linearGradient
- id="linearGradient78800">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78802" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78804" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient41963-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(274,-63.999901)"
- x1="113.71248"
- y1="158.24995"
- x2="87.522514"
- y2="157.99994" />
- <linearGradient
- id="linearGradient78807">
- <stop
- id="stop78809"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78811"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient19045-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.172144,-461,-82.584001)"
- x1="42.033173"
- y1="164.51399"
- x2="75.32457"
- y2="164.51399" />
- <linearGradient
- id="linearGradient78814">
- <stop
- id="stop78816"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78818"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient19047-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(298,-53.749881)"
- x1="118.1319"
- y1="157.11609"
- x2="85.577972"
- y2="157.54283" />
- <linearGradient
- id="linearGradient78821">
- <stop
- id="stop78823"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78825"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient19049-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3333334,0,0,0.8333334,767.51613,327.08335)"
- x1="-285.65732"
- y1="-274.23453"
- x2="-279.44821"
- y2="-268.04858" />
- <linearGradient
- id="linearGradient78828">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78830" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78832" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35583-4"
- gradientUnits="userSpaceOnUse"
- x1="-0.78523314"
- y1="-33.408295"
- x2="4.952816"
- y2="-27.882322" />
- <linearGradient
- id="linearGradient78835">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78837" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78839" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35585-6"
- gradientUnits="userSpaceOnUse"
- x1="-0.78523314"
- y1="-33.408295"
- x2="3.1666665"
- y2="-29.550003" />
- <linearGradient
- id="linearGradient78842">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78844" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78846" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35587-0"
- gradientUnits="userSpaceOnUse"
- x1="-3.5"
- y1="-35.5"
- x2="2.6932251"
- y2="-29.488832" />
- <linearGradient
- id="linearGradient78849">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78851" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78853" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35589-3"
- gradientUnits="userSpaceOnUse"
- x1="4.9341426"
- y1="-29.678047"
- x2="4.8398785e-16"
- y2="-32.351803" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35591-6"
- gradientUnits="userSpaceOnUse"
- x1="0.5079475"
- y1="-32.317398"
- x2="4.2000003"
- y2="-28.597046" />
- <linearGradient
- id="linearGradient78863">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78865" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78867" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient35593-8"
- gradientUnits="userSpaceOnUse"
- x1="2.8144052"
- y1="-28.1"
- x2="-4.375"
- y2="-36.441402" />
- <linearGradient
- id="linearGradient78870">
- <stop
- id="stop78872"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop78874"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35595-7"
- gradientUnits="userSpaceOnUse"
- x1="-2.7708333"
- y1="-35.5"
- x2="1.1666667"
- y2="-32" />
- <linearGradient
- id="linearGradient78877">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78879" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78881" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient35740-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707654,0,0,0.707942,-206.46148,-296.13985)"
- x1="35.597904"
- y1="158.14117"
- x2="10.490564"
- y2="176.41806" />
- <linearGradient
- id="linearGradient78884">
- <stop
- id="stop78886"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78888"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient35742-5"
- gradientUnits="userSpaceOnUse"
- x1="58.060974"
- y1="-23.721956"
- x2="40"
- y2="-35" />
- <linearGradient
- id="linearGradient78891">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop78893" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop78895" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35744-1"
- gradientUnits="userSpaceOnUse"
- x1="46.1875"
- y1="-28.59375"
- x2="41.099998"
- y2="-33.59375" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient36116-5"
- id="linearGradient35746-2"
- gradientUnits="userSpaceOnUse"
- x1="46"
- y1="-32"
- x2="43.883884"
- y2="-33.939339" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient36116-5">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop36118-3" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop36120-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35750-2"
- gradientUnits="userSpaceOnUse"
- x1="48.662914"
- y1="-27.071922"
- x2="43.47097"
- y2="-32.337086" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35752-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6.3,-4.7)"
- x1="39.200001"
- y1="-30.799999"
- x2="41.200001"
- y2="-28.640625" />
- <linearGradient
- id="linearGradient78916">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78918" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78920" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35754-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(5.315625,-3.75)"
- x1="39.200001"
- y1="-30.799999"
- x2="41.325001"
- y2="-28.765625" />
- <linearGradient
- id="linearGradient78923">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78925" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78927" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35756-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(3.3,0.3)"
- x1="38.700001"
- y1="-31.299999"
- x2="40.012501"
- y2="-29.799999" />
- <linearGradient
- id="linearGradient78930">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78932" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78934" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35772-3"
- gradientUnits="userSpaceOnUse"
- x1="51.912914"
- y1="-24.696922"
- x2="40.75"
- y2="-35.75"
- gradientTransform="translate(-0.75,4.75)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35748-5"
- gradientUnits="userSpaceOnUse"
- x1="41"
- y1="-29"
- x2="43"
- y2="-27" />
- <linearGradient
- id="linearGradient78944">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78946" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78948" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient68937-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(439.89375,-187.79999)"
- x1="-5.3499999"
- y1="251.51265"
- x2="-8.5254431"
- y2="248.125" />
- <linearGradient
- id="linearGradient78951">
- <stop
- id="stop78953"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78955"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient68939-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(439.89375,-187.79999)"
- x1="-10.35"
- y1="245.89999"
- x2="-13.091064"
- y2="242.8" />
- <linearGradient
- id="linearGradient78958">
- <stop
- id="stop78960"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78962"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient68941-1"
- gradientUnits="userSpaceOnUse"
- x1="-41.065678"
- y1="240.10526"
- x2="-15.758821"
- y2="244.11874" />
- <linearGradient
- id="linearGradient78965">
- <stop
- id="stop78967"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78969"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient68943-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(440.2082,-188.0039)"
- x1="-10.991813"
- y1="237.9574"
- x2="-7.0786314"
- y2="246.7774" />
- <linearGradient
- id="linearGradient78972">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78974" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78976" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient68945-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(439.9582,-188.0039)"
- x1="-5.1338587"
- y1="244.08765"
- x2="-14.193665"
- y2="251.35759" />
- <linearGradient
- id="linearGradient78979">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop78981" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop78983" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8864-4"
- id="linearGradient68947-4"
- gradientUnits="userSpaceOnUse"
- x1="-15.6"
- y1="247.38559"
- x2="-3.321322"
- y2="245.68124" />
- <linearGradient
- id="linearGradient8864-4">
- <stop
- id="stop8866-8"
- offset="0"
- style="stop-color:#b43214;stop-opacity:1;" />
- <stop
- id="stop8868-6"
- offset="1"
- style="stop-color:#e86830;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient68949-0"
- gradientUnits="userSpaceOnUse"
- x1="-5.3499999"
- y1="251.51265"
- x2="-8.7065439"
- y2="248.125" />
- <linearGradient
- id="linearGradient78990">
- <stop
- id="stop78992"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop78994"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient68951-8"
- gradientUnits="userSpaceOnUse"
- x1="-10.35"
- y1="245.89999"
- x2="-13.125"
- y2="242.81946" />
- <linearGradient
- id="linearGradient78997">
- <stop
- id="stop78999"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79001"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop40582-6-8-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient68953-0"
+ xlink:href="#linearGradient58334-46"
+ id="linearGradient15127"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.25,0.2058042)"
- x1="-12.538609"
- y1="240.79787"
- x2="0.92051411"
- y2="237.27565" />
+ gradientTransform="translate(670,-33)"
+ x1="87"
+ y1="241.125"
+ x2="93.0625"
+ y2="249" />
<linearGradient
- id="linearGradient79004">
+ id="linearGradient58334-46">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79006" />
+ id="stop58336-9"
+ offset="0.0000000"
+ style="stop-color:#ffffff;stop-opacity:0.87628865;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79008" />
+ id="stop58338-5"
+ offset="1.0000000"
+ style="stop-color:#fffffe;stop-opacity:0.0000000;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient68955-6"
+ xlink:href="#linearGradient16500-46"
+ id="linearGradient15129"
gradientUnits="userSpaceOnUse"
- x1="-7.20822"
- y1="247.4906"
- x2="-1.7751017"
- y2="239.86711" />
- <linearGradient
- id="linearGradient79011">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79013" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79015" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask69005-0">
- <rect
- style="fill:url(#linearGradient69009-3);fill-opacity:1;display:inline"
- id="rect69007-4"
- width="24.746082"
- height="26.383913"
- x="596.30127"
- y="39.580433" />
- </mask>
+ gradientTransform="translate(0,-95.999998)"
+ x1="754.28558"
+ y1="300.83292"
+ x2="758"
+ y2="305" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient69009-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.5466301,0,0,1.6489946,-293.01107,-16.485383)"
- x1="582"
- y1="49.294117"
- x2="582"
- y2="47.176472" />
- <linearGradient
- id="linearGradient79020">
+ id="linearGradient16500-46">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop79022" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79024" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient51774-9"
- gradientUnits="userSpaceOnUse"
- x1="135.32962"
- y1="120.04005"
- x2="130.7244"
- y2="116.31882" />
- <linearGradient
- id="linearGradient79027">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79029" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79031" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient51776-3"
- gradientUnits="userSpaceOnUse"
- x1="130.9015"
- y1="115.23484"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient79034">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79036" />
+ id="stop16502-4" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79038" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8864-4"
- id="linearGradient51804-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,111.43697,300.37199)"
- x1="107.78085"
- y1="50.778313"
- x2="111.53449"
- y2="46.679707" />
- <linearGradient
- id="linearGradient79041">
- <stop
- id="stop79043"
- offset="0"
- style="stop-color:#b43214;stop-opacity:1;" />
- <stop
- id="stop79045"
- offset="1"
- style="stop-color:#e86830;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient51806-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,111.55698,300.497)"
- x1="115.37703"
- y1="51.021076"
- x2="112.87534"
- y2="51.021076" />
- <linearGradient
- id="linearGradient79048">
- <stop
- id="stop79050"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79052"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient51808-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,111.35699,300.55457)"
- x1="110.57378"
- y1="50.963791"
- x2="108.07208"
- y2="50.963791" />
- <linearGradient
- id="linearGradient79055">
- <stop
- id="stop79057"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79059"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient51810-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5192341,-0.5192341,0.5184617,0.5184617,100.36783,218.31526)"
- x1="-13.691219"
- y1="241.78653"
- x2="0.92051411"
- y2="237.27565" />
- <linearGradient
- id="linearGradient79062">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79064" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79066" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient51812-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5192341,-0.5192341,0.5184617,0.5184617,100.13133,218.33837)"
- x1="-9.0782614"
- y1="249.96617"
- x2="-2.9318311"
- y2="240.68927" />
- <linearGradient
- id="linearGradient79069">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79071" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79073" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient20275-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(15.081669,359)"
- x1="245.63066"
- y1="106.28436"
- x2="245.80791"
- y2="94.440376" />
- <linearGradient
- id="linearGradient79076">
- <stop
- id="stop79078"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79080"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient20309-9"
- x1="268"
- y1="462"
- x2="256"
- y2="459"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient79083">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79085" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79087" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient20269-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(12.999999,359)"
- x1="247"
- y1="99"
- x2="247"
- y2="94" />
- <linearGradient
- id="linearGradient79090">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79092" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79094" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient20283-6"
- x1="263.5"
- y1="455.25"
- x2="263.5"
- y2="460.5"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient79097">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79099" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79101" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient20303-4"
- gradientUnits="userSpaceOnUse"
- x1="264"
- y1="452"
- x2="264"
- y2="460.6622"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)" />
- <linearGradient
- id="linearGradient79104">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79106" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop79108" />
+ id="stop16504-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38718-4"
+ xlink:href="#linearGradient319-19-0-4"
+ id="linearGradient14559-8"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
x1="104.90227"
y1="53.227627"
- x2="121.22078"
- y2="56.357628" />
+ x2="117.12428"
+ y2="56.069553" />
<linearGradient
- id="linearGradient79111">
+ id="linearGradient319-19-0-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop79113" />
+ id="stop320-865-0-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop79115" />
+ id="stop321-02-0-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38721-1"
+ xlink:href="#linearGradient319-19-0-4"
+ id="linearGradient14561-9"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(207,-246.99988)"
x1="-56.5"
@@ -25420,7016 +17703,173 @@
x2="-49"
y2="341" />
<linearGradient
- id="linearGradient79118">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79120" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79122" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39281-1"
- gradientUnits="userSpaceOnUse"
- x1="171"
- y1="71"
- x2="177"
- y2="77" />
- <linearGradient
- id="linearGradient79125">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79127" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79129" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39283-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1944456,0,0,1.2000039,-34.222431,-14.950295)"
- x1="175.17659"
- y1="74.972061"
- x2="176.40117"
- y2="76.182281" />
- <linearGradient
- id="linearGradient79132">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79134" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79136" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39285-4"
- gradientUnits="userSpaceOnUse"
- x1="165.19363"
- y1="64.53186"
- x2="176.15442"
- y2="76.210785" />
- <linearGradient
- id="linearGradient79139">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79141" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79143" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39287-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1718933,0,0,1.127086,-30.219387,-9.3173845)"
- x1="172.30418"
- y1="69.838829"
- x2="176.84593"
- y2="75.947906" />
- <linearGradient
- id="linearGradient79146">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79148" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79150" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39289-4"
- gradientUnits="userSpaceOnUse"
- x1="171"
- y1="70"
- x2="177"
- y2="77" />
- <linearGradient
- id="linearGradient79153">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79155" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79157" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39291-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1718933,0,0,1.127086,-30.219387,-9.3173845)"
- x1="175.1628"
- y1="74.125008"
- x2="176.84593"
- y2="75.947906" />
- <linearGradient
- id="linearGradient79160">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79162" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79164" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39293-7"
- gradientUnits="userSpaceOnUse"
- x1="171"
- y1="70"
- x2="177"
- y2="77" />
- <linearGradient
- id="linearGradient79167">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79169" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79171" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39295-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1718933,0,0,1.127086,-30.219387,-9.3173845)"
- x1="175.1628"
- y1="74.125008"
- x2="176.84593"
- y2="75.947906" />
- <linearGradient
- id="linearGradient79174">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79176" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79178" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39008-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient79181">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79183" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79185" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39010-3"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient79188">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79190" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79192" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39012-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient79195">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79197" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79199" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39014-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient79202">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79204" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79206" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39016-6"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient79209">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79211" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79213" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39018-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient79216">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79218" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79220" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39020-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient79223">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79225" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79227" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39022-2"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient79230">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79232" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79234" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39024-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,61.99991,2.2419)"
- x1="260.67468"
- y1="108.02418"
- x2="273.9993"
- y2="126.37626" />
- <linearGradient
- id="linearGradient79237">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79239" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79241" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39026-0"
- x1="1127.7983"
- y1="448.375"
- x2="1153.0486"
- y2="430.25"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14418-3"
- id="linearGradient23274-7"
- gradientUnits="userSpaceOnUse"
- x1="144.8255"
- y1="132.15414"
- x2="130.10634"
- y2="117.10313" />
- <linearGradient
- id="linearGradient79251">
- <stop
- id="stop79253"
- offset="0"
- style="stop-color:#fa2509;stop-opacity:1;" />
- <stop
- id="stop79255"
- offset="1"
- style="stop-color:#fa2509;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient23276-7"
- gradientUnits="userSpaceOnUse"
- x1="139.37782"
- y1="126.3454"
- x2="131.71249"
- y2="118.34238" />
- <linearGradient
- id="linearGradient79258">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79260" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79262" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23278-7"
- gradientUnits="userSpaceOnUse"
- x1="125.01582"
- y1="110.86718"
- x2="132.46898"
- y2="119.54019" />
- <linearGradient
- id="linearGradient79265">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79267" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79269" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23280-1"
- gradientUnits="userSpaceOnUse"
- x1="127.60629"
- y1="112.12571"
- x2="140.72693"
- y2="126.72997" />
- <linearGradient
- id="linearGradient79274">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79276" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79278" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40171-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="120.06789"
- y2="54.6674" />
- <linearGradient
- id="linearGradient79281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40173-5"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient79288">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79290" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79292" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40175-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient79295">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79297" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79299" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14418-3"
- id="linearGradient57417-1"
- gradientUnits="userSpaceOnUse"
- x1="146.82516"
- y1="134.65511"
- x2="130.10634"
- y2="117.10313" />
- <linearGradient
- id="linearGradient79302">
- <stop
- id="stop79304"
- offset="0"
- style="stop-color:#fa2509;stop-opacity:1;" />
- <stop
- id="stop79306"
- offset="1"
- style="stop-color:#fa2509;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient57419-9"
- gradientUnits="userSpaceOnUse"
- x1="139.37782"
- y1="126.3454"
- x2="131.71249"
- y2="118.34238" />
- <linearGradient
- id="linearGradient79309">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79311" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79313" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient57421-1"
- gradientUnits="userSpaceOnUse"
- x1="125.01582"
- y1="110.86718"
- x2="132.46898"
- y2="119.54019" />
- <linearGradient
- id="linearGradient79316">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79318" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79320" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient57423-3"
- gradientUnits="userSpaceOnUse"
- x1="127.60629"
- y1="112.12571"
- x2="140.72693"
- y2="126.72997" />
- <linearGradient
- id="linearGradient79327">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79329" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79331" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32998-2"
- id="linearGradient22905-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-357.88848,243.63713)"
- x1="176.42079"
- y1="12.946938"
- x2="169.47711"
- y2="12.36799" />
- <linearGradient
- id="linearGradient32998-2">
- <stop
- style="stop-color:#2968c3;stop-opacity:1;"
- offset="0"
- id="stop33000-7" />
- <stop
- style="stop-color:#c1d7f8;stop-opacity:1;"
- offset="1"
- id="stop33002-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient22891-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-357.88848,243.63713)"
- x1="174.99828"
- y1="12.918247"
- x2="167.59578"
- y2="12.551482" />
- <linearGradient
- id="linearGradient79338">
- <stop
- id="stop79340"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79342"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30124-2"
- id="linearGradient22893-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-357.88848,243.63713)"
- x1="169.47711"
- y1="10.424105"
- x2="169.47711"
- y2="8.1183796" />
- <linearGradient
- id="linearGradient30124-2">
- <stop
- style="stop-color:#1d4a8c;stop-opacity:1;"
- offset="0"
- id="stop30126-5" />
- <stop
- style="stop-color:#c1d4f2;stop-opacity:1;"
- offset="1"
- id="stop30128-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30124-2"
- id="linearGradient22895-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.728189,0,0,1.727271,237.88848,243.63713)"
- x1="169.41847"
- y1="10.306772"
- x2="169.4877"
- y2="7.9604731" />
- <linearGradient
- id="linearGradient79349">
- <stop
- style="stop-color:#1d4a8c;stop-opacity:1;"
- offset="0"
- id="stop79351" />
- <stop
- style="stop-color:#c1d4f2;stop-opacity:1;"
- offset="1"
- id="stop79353" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22897-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-215.00008,249.00001)"
- x1="145.00008"
- y1="11.99999"
- x2="160.31258"
- y2="19.34374" />
- <linearGradient
- id="linearGradient79356">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79358" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79360" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22899-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-215.00008,249.00001)"
- x1="149.00008"
- y1="10.924165"
- x2="171.37508"
- y2="19.12499" />
- <linearGradient
- id="linearGradient79363">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79365" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79367" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32842-2"
- id="linearGradient22901-5"
- gradientUnits="userSpaceOnUse"
- x1="-68.25"
- y1="263"
- x2="-56"
- y2="265.53439" />
- <linearGradient
- id="linearGradient79370">
- <stop
- style="stop-color:#183e75;stop-opacity:1;"
- offset="0"
- id="stop79372" />
- <stop
- style="stop-color:#1d3f71;stop-opacity:0;"
- offset="1"
- id="stop79374" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22903-1"
- gradientUnits="userSpaceOnUse"
- x1="-66"
- y1="264"
- x2="-57"
- y2="264.75" />
- <linearGradient
- id="linearGradient79377">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79379" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79381" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient22933-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(15.081669,359)"
- x1="245.63066"
- y1="106.28436"
- x2="245.80791"
- y2="94.440376" />
- <linearGradient
- id="linearGradient79384">
- <stop
- id="stop79386"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79388"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22935-9"
- gradientUnits="userSpaceOnUse"
- x1="268"
- y1="462"
- x2="256"
- y2="459" />
- <linearGradient
- id="linearGradient79391">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79393" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79395" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient22937-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(12.999999,359)"
- x1="247"
- y1="99"
- x2="247"
- y2="94" />
- <linearGradient
- id="linearGradient79398">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79400" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79402" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22939-7"
- gradientUnits="userSpaceOnUse"
- x1="263.5"
- y1="455.25"
- x2="263.5"
- y2="460.5" />
- <linearGradient
- id="linearGradient79405">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79407" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79409" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22941-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
- x1="264"
- y1="452"
- x2="264"
- y2="460.6622" />
- <linearGradient
- id="linearGradient79412">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79414" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79416" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient23445-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-6,0)"
- x1="480.09564"
- y1="163.08553"
- x2="475.50031"
- y2="162.92206" />
- <linearGradient
- id="linearGradient79419">
- <stop
- id="stop79421"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79423"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient23447-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(342.00029,383.00889)"
- x1="123.36729"
- y1="-219.24783"
- x2="134.30893"
- y2="-218.00888" />
- <linearGradient
- id="linearGradient79426">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop79428" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop79430" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient23531-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-142.8884,-5.3628832)"
- x1="172.37032"
- y1="12.147777"
- x2="175.38158"
- y2="15.699567" />
- <linearGradient
- id="linearGradient79433">
- <stop
- id="stop79435"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79437"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23533-4"
- gradientUnits="userSpaceOnUse"
- x1="155.82454"
- y1="16.845156"
- x2="158.41653"
- y2="19.99999" />
- <linearGradient
- id="linearGradient79440">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79442" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79444" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient40965-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-20,14)"
- x1="62.107086"
- y1="223.54628"
- x2="96.812675"
- y2="258.38593" />
- <linearGradient
- id="linearGradient79447">
- <stop
- id="stop79449"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79451"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32842-2"
- id="linearGradient40967-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-21,0)"
- x1="79.04213"
- y1="253.5"
- x2="60.155113"
- y2="234.7775" />
- <linearGradient
- id="linearGradient79454">
- <stop
- style="stop-color:#183e75;stop-opacity:1;"
- offset="0"
- id="stop79456" />
- <stop
- style="stop-color:#1d3f71;stop-opacity:0;"
- offset="1"
- id="stop79458" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient40843-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.727201,9.075096e-6,0,1.728246,-147.7149,-10.37485)"
- x1="171.03941"
- y1="11.121979"
- x2="175.33569"
- y2="16.202652" />
- <linearGradient
- id="linearGradient79461">
- <stop
- id="stop79463"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79465"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient40845-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-142.8884,-5.3628832)"
- x1="172.18394"
- y1="11.912162"
- x2="176.46956"
- y2="16.427906" />
- <linearGradient
- id="linearGradient79468">
- <stop
- id="stop79470"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79472"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40847-5"
- gradientUnits="userSpaceOnUse"
- x1="156.00008"
- y1="16.99999"
- x2="159.00008"
- y2="19.99999" />
- <linearGradient
- id="linearGradient79475">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79477" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79479" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23510-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1000194,0,0,1.0998287,-4.3008215,-8.6726798)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient79482">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79484" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79486" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient23512-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-142.53857,-4.802156)"
- x1="110.16959"
- y1="57.061836"
- x2="117.55341"
- y2="64.995972" />
- <linearGradient
- id="linearGradient79489">
- <stop
- id="stop79491"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79493"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23514-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1000194,0,0,1.0998287,-4.3010161,-8.6726854)"
- x1="47.612946"
- y1="93.555946"
- x2="54.252415"
- y2="100.44998" />
- <linearGradient
- id="linearGradient79496">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79498" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79500" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18105-8"
- id="linearGradient23555-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,3.959006e-5)"
- x1="492.95264"
- y1="267.42996"
- x2="496.73859"
- y2="270.36874" />
- <linearGradient
- id="linearGradient18105-8">
- <stop
- id="stop18107-7"
- offset="0"
- style="stop-color:#162d50;stop-opacity:1" />
- <stop
- id="stop18109-9"
- offset="1"
- style="stop-color:#1e3e70;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient23581-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,404.07104,216.722)"
- x1="116.75796"
- y1="52.264809"
- x2="103.18628"
- y2="55.747272" />
- <linearGradient
- id="linearGradient79507">
- <stop
- id="stop79509"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79511"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23550-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,0.01738631)"
- x1="468.07968"
- y1="275.27036"
- x2="510"
- y2="266.99997" />
- <linearGradient
- id="linearGradient79514">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79516" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79518" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient21327-9"
- id="linearGradient23585-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,-1.0000037)"
- x1="500.71924"
- y1="270.24997"
- x2="477"
- y2="274" />
- <linearGradient
- id="linearGradient79521">
- <stop
- style="stop-color:#1e3e70;stop-opacity:1;"
- offset="0"
- id="stop79523" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop79525" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24343-0"
- id="linearGradient24349-2"
- gradientUnits="userSpaceOnUse"
- x1="403.9577"
- y1="367.62839"
- x2="413.98795"
- y2="374.07153" />
- <linearGradient
- id="linearGradient24343-0">
- <stop
- id="stop24345-2"
- offset="0"
- style="stop-color:#184990;stop-opacity:1;" />
- <stop
- id="stop24347-6"
- offset="1"
- style="stop-color:#c1d5f3;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient21327-6-89"
- id="radialGradient24354-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6402148,-1.1088846,0.8413297,0.4857498,104.42892,800.46622)"
- cx="409.55594"
- cy="52.367992"
- fx="409.55594"
- fy="52.367992"
- r="3.8798895" />
- <linearGradient
- id="linearGradient21327-6-89">
- <stop
- style="stop-color:#1e3e70;stop-opacity:1;"
- offset="0"
- id="stop21329-3-0" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop21331-4-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24343-0"
- id="linearGradient24341-0"
- x1="413.9498"
- y1="386.45807"
- x2="406.7699"
- y2="374.42419"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient79536">
- <stop
- id="stop79538"
- offset="0"
- style="stop-color:#184990;stop-opacity:1;" />
- <stop
- id="stop79540"
- offset="1"
- style="stop-color:#c1d5f3;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32842-2"
- id="radialGradient23610-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5274943,0,0,0.7696585,194.81546,86.715119)"
- cx="412.10059"
- cy="375.96332"
- fx="412.10059"
- fy="375.96332"
- r="4.4262571" />
- <linearGradient
- id="linearGradient79543">
- <stop
- style="stop-color:#183e75;stop-opacity:1;"
- offset="0"
- id="stop79545" />
- <stop
- style="stop-color:#1d3f71;stop-opacity:0;"
- offset="1"
- id="stop79547" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24343-0"
- id="radialGradient23612-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0009003,-1.5278593,1.1592123,0.7594114,-59.938837,957.7287)"
- cx="409.55594"
- cy="52.367992"
- fx="409.55594"
- fy="52.367992"
- r="3.8798895" />
- <linearGradient
- id="linearGradient79550">
- <stop
- id="stop79552"
- offset="0"
- style="stop-color:#184990;stop-opacity:1;" />
- <stop
- id="stop79554"
- offset="1"
- style="stop-color:#c1d5f3;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient22847-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728803,0,0,1.7265713,347.39462,166.24644)"
- x1="110.54202"
- y1="56.645538"
- x2="115.53827"
- y2="63.567348" />
- <linearGradient
- id="linearGradient79557">
- <stop
- id="stop79559"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79561"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22849-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2445337,0,0,1.5876961,523.20711,115.4619)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient79564">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79566" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79568" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22851-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1004102,0,0,1.0993832,503.28129,157.47747)"
- x1="29.506693"
- y1="100.66651"
- x2="34.276955"
- y2="105.98901" />
- <linearGradient
- id="linearGradient79571">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79573" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79575" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14232-2"
- id="linearGradient23373-7"
- gradientUnits="userSpaceOnUse"
- x1="122.38876"
- y1="108.82882"
- x2="133.88583"
- y2="121.20407" />
- <linearGradient
- id="linearGradient14232-2">
- <stop
- style="stop-color:#fff32a;stop-opacity:1;"
- offset="0"
- id="stop14234-9" />
- <stop
- style="stop-color:#fff551;stop-opacity:0;"
- offset="1"
- id="stop14236-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13938-9"
- id="linearGradient23375-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9995363,0,0,-1.0036971,220.01067,167.35026)"
- x1="52.06274"
- y1="96.767769"
- x2="44.999863"
- y2="103.57072" />
- <linearGradient
- id="linearGradient79582">
- <stop
- id="stop79584"
- offset="0"
- style="stop-color:#6e0c00;stop-opacity:1;" />
- <stop
- id="stop79586"
- offset="1"
- style="stop-color:#ee3800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15437-2"
- id="linearGradient23377-6"
- gradientUnits="userSpaceOnUse"
- x1="137.88235"
- y1="124.67203"
- x2="131.3092"
- y2="117.24104" />
- <linearGradient
- id="linearGradient15437-2">
- <stop
- id="stop15439-3"
- offset="0"
- style="stop-color:#20529e;stop-opacity:1;" />
- <stop
- id="stop15441-4"
- offset="1"
- style="stop-color:#1d3f71;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23379-8"
- gradientUnits="userSpaceOnUse"
- x1="126.37032"
- y1="110.87843"
- x2="139.86742"
- y2="126.57021" />
- <linearGradient
- id="linearGradient79593">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79595" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79597" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient23565-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728803,0,0,1.7265713,323.39462,186.24644)"
- x1="115.45872"
- y1="58.869785"
- x2="106.20376"
- y2="58.354706" />
- <linearGradient
- id="linearGradient79600">
- <stop
- id="stop79602"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79604"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23562-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1004102,0,0,1.0993832,461.68129,182.37748)"
- x1="47.612946"
- y1="93.555946"
- x2="56.524509"
- y2="101.25028" />
- <linearGradient
- id="linearGradient79607">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79609" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79611" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24052-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient79614">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79616" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79618" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24054-8"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient79621">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79623" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79625" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24056-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient79628">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79630" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79632" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient24066-2"
- x1="202.5"
- y1="143.84116"
- x2="202.5"
- y2="132.60213"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-259,202)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23971-1"
- gradientUnits="userSpaceOnUse"
- x1="154.24324"
- y1="-11.628862"
- x2="134.08138"
- y2="-22.846634" />
- <linearGradient
- id="linearGradient79642">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79644" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79646" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient24099-6"
- x1="137.5"
- y1="-18"
- x2="135.25"
- y2="-21"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient79649">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79651" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79653" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23973-7"
- gradientUnits="userSpaceOnUse"
- x1="134.12642"
- y1="-21.522242"
- x2="132.29695"
- y2="-23.945318" />
- <linearGradient
- id="linearGradient79656">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79658" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79660" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23975-9"
- gradientUnits="userSpaceOnUse"
- x1="134.6615"
- y1="-21.3074"
- x2="131.69801"
- y2="-24.343456" />
- <linearGradient
- id="linearGradient79663">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79665" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79667" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24539-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.728189,0,0,1.727271,-142.53857,-4.802156)"
- x1="107.39532"
- y1="58.065113"
- x2="127.70434"
- y2="58.065113" />
- <linearGradient
- id="linearGradient79670">
- <stop
- id="stop79672"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79674"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24541-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.1000194,0,0,1.0998287,110.29549,-8.6726854)"
- x1="30.389694"
- y1="95.008034"
- x2="65.52562"
- y2="93.69249" />
- <linearGradient
- id="linearGradient79677">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79679" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79681" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient24543-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-6,0)"
- x1="483.00034"
- y1="163"
- x2="476.68781"
- y2="162.85956" />
- <linearGradient
- id="linearGradient79684">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79686" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79688" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient24545-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(342.00029,383.00889)"
- x1="123.36729"
- y1="-219.24783"
- x2="134.30893"
- y2="-218.00888" />
- <linearGradient
- id="linearGradient79691">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop79693" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop79695" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient24547-4"
- gradientUnits="userSpaceOnUse"
- x1="475.00034"
- y1="155"
- x2="469.75034"
- y2="155" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24549-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-6,-6e-5)"
- x1="442.81525"
- y1="290.49384"
- x2="436.5"
- y2="290.5249" />
- <linearGradient
- id="linearGradient79705">
- <stop
- id="stop79707"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79709"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18105-8"
- id="linearGradient24551-3"
- gradientUnits="userSpaceOnUse"
- x1="445.99902"
- y1="288.5"
- x2="407.3793"
- y2="288.5" />
- <linearGradient
- id="linearGradient79712">
- <stop
- id="stop79714"
- offset="0"
- style="stop-color:#162d50;stop-opacity:1" />
- <stop
- id="stop79716"
- offset="1"
- style="stop-color:#1e3e70;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient24112-0"
- gradientUnits="userSpaceOnUse"
- x1="124.40742"
- y1="111.98244"
- x2="135.36497"
- y2="120.87388" />
- <linearGradient
- id="linearGradient79719">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79721" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79723" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24114-4"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient79726">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79728" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79730" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24116-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,1)"
- x1="302.84085"
- y1="243.23151"
- x2="308.82889"
- y2="244.70323" />
- <linearGradient
- id="linearGradient79733">
- <stop
- id="stop79735"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79737"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24118-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6879084,0,0,0.6879446,216.19282,166.82605)"
- x1="121.7408"
- y1="115.90587"
- x2="130.01318"
- y2="116.60553" />
- <linearGradient
- id="linearGradient79740">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79742" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79744" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath24168-3">
- <path
- inkscape:connector-curvature="0"
- style="fill:#808080;fill-rule:evenodd;stroke:none"
- d="m 134.27489,222.11125 c -3.9249,-6.46418 -7.61892,6.46419 -11.54381,0 l 0,0 -1.61614,0 0,8.77283 14.77608,0 0,-8.77283 -1.61613,0 z"
- id="path24170-2"
- sodipodi:nodetypes="cccccccc" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient24121-6"
- gradientUnits="userSpaceOnUse"
- x1="135.698"
- y1="122.92034"
- x2="129.70906"
- y2="117.15551" />
- <linearGradient
- id="linearGradient79749">
- <stop
- id="stop79751"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79753"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24123-2"
- gradientUnits="userSpaceOnUse"
- x1="125.81818"
- y1="111.81818"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient79756">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79758" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79760" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15893-2"
- id="linearGradient41127-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,594,-42.40625)"
- x1="409.45645"
- y1="52.77837"
- x2="402.30673"
- y2="55.86327" />
- <linearGradient
- id="linearGradient15893-2">
- <stop
- style="stop-color:#2968c3;stop-opacity:1;"
- offset="0"
- id="stop15895-6" />
- <stop
- id="stop15897-5"
- offset="0.37679368"
- style="stop-color:#b5ccf0;stop-opacity:1;" />
- <stop
- style="stop-color:#b5ccf0;stop-opacity:1;"
- offset="0.59786767"
- id="stop15899-9" />
- <stop
- style="stop-color:#2968c3;stop-opacity:1;"
- offset="1"
- id="stop15901-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient27957-4"
- id="linearGradient41129-9"
- gradientUnits="userSpaceOnUse"
- x1="180.20316"
- y1="8.0551176"
- x2="192.75177"
- y2="12.942369" />
- <linearGradient
- id="linearGradient27957-4">
- <stop
- id="stop27959-6"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:0;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0.59290552"
- id="stop27963-7" />
- <stop
- id="stop27961-8"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41170-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9846154,-138.98388,3.9846124)"
- x1="266.93381"
- y1="199.60616"
- x2="291.45029"
- y2="230.76723" />
- <linearGradient
- id="linearGradient79774">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79776" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79778" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41172-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01612278,0)"
- x1="268.21783"
- y1="200.66605"
- x2="284.9375"
- y2="224.1875" />
- <linearGradient
- id="linearGradient79781">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79783" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79785" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient41174-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.25,0,0,1.375,-66.483877,-73.5)"
- cx="269.99997"
- cy="197"
- fx="269.99997"
- fy="197"
- r="2" />
- <linearGradient
- id="linearGradient79788">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79790" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79792" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42069-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9846154,-138.98388,3.9846124)"
- x1="266.93381"
- y1="199.60616"
- x2="291.45029"
- y2="230.76723" />
- <linearGradient
- id="linearGradient79795">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79797" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79799" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient42093-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01612278,0)"
- x1="276.39999"
- y1="215.3125"
- x2="265.70886"
- y2="196.576" />
- <linearGradient
- id="linearGradient79802">
- <stop
- id="stop79804"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop79806"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient42091-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.25,0,0,1.375,-66.483877,-73.5)"
- cx="269.99997"
- cy="197"
- fx="269.99997"
- fy="197"
- r="2" />
- <linearGradient
- id="linearGradient79809">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79811" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79813" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient42115-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.25,0,0,1.375,-66.483877,-73.5)"
- cx="269.99997"
- cy="197"
- fx="269.99997"
- fy="197"
- r="2" />
- <linearGradient
- id="linearGradient79816">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79818" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79820" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42121-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(60,-342)"
- x1="206"
- y1="535"
- x2="212"
- y2="549" />
- <linearGradient
- id="linearGradient79823">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79825" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79827" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42155-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9846154,-138.98388,3.9846124)"
- x1="263"
- y1="193.93752"
- x2="296.25"
- y2="239.89455" />
- <linearGradient
- id="linearGradient79830">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79832" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79834" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42290-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01612278,0)"
- x1="265.98389"
- y1="195"
- x2="290.98389"
- y2="232" />
- <linearGradient
- id="linearGradient79837">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop79839" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop79841" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient42292-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.25,0,0,1.375,-66.483877,-73.5)"
- cx="269.99997"
- cy="197"
- fx="269.99997"
- fy="197"
- r="2" />
- <linearGradient
- id="linearGradient79844">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop79846" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop79848" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient23775-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.9230769,0,0,-0.9258123,59.615385,471.81593)"
- x1="-0.71355486"
- y1="209.97131"
- x2="37.5"
- y2="252.16492" />
- <linearGradient
- id="linearGradient79851">
- <stop
- id="stop79853"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop79855"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23777-0"
- gradientUnits="userSpaceOnUse"
- x1="72.698921"
- y1="599.20789"
- x2="77.111115"
- y2="604.11108" />
- <linearGradient
- id="linearGradient79858">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop79860" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop79862" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23257-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,741.54576,313.45452)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79865">
- <stop
- id="stop79867"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79869" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79871" />
- <stop
- id="stop79873"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23254-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.8181823,0,0,-0.8181822,345.54553,947.54573)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79876">
- <stop
- id="stop79878"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79880" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79882" />
- <stop
- id="stop79884"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23251-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-288.54575,551.54554)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79887">
- <stop
- id="stop79889"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79891" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79893" />
- <stop
- id="stop79895"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23248-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,107.45448,-82.54566)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79898">
- <stop
- id="stop79900"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79902" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79904" />
- <stop
- id="stop79906"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23244-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,103.36356,-98.909308)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient37623-4">
- <stop
- id="stop37625-7"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop37627-4"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23239-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,757.9094,309.36361)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79913">
- <stop
- id="stop79915"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79917"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23235-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,-0.8181822,103.36356,963.90937)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79920">
- <stop
- id="stop79922"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79924"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23231-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-304.90941,555.63645)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79927">
- <stop
- id="stop79929"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79931"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23177-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,850,297)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79934">
- <stop
- id="stop79936"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79938" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79940" />
- <stop
- id="stop79942"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23179-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,366,1072)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79945">
- <stop
- id="stop79947"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79949" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79951" />
- <stop
- id="stop79953"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23181-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-409,588)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79956">
- <stop
- id="stop79958"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79960" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79962" />
- <stop
- id="stop79964"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23183-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(75,-187)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient79967">
- <stop
- id="stop79969"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop79971" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop79973" />
- <stop
- id="stop79975"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23185-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(70,-207)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79978">
- <stop
- id="stop79980"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79982"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23187-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,870,292)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79985">
- <stop
- id="stop79987"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79989"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23189-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,70,1092)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79992">
- <stop
- id="stop79994"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop79996"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23191-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-429,593)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient79999">
- <stop
- id="stop80001"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80003"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient22715-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,125.8864,29.94755)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80006">
- <stop
- id="stop80008"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80010" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80012" />
- <stop
- id="stop80014"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient22711-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,616.05253,334.8864)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80017">
- <stop
- id="stop80019"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80021" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80023" />
- <stop
- id="stop80025"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient22707-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-179.05245,520.11368)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80028">
- <stop
- id="stop80030"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80032" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80034" />
- <stop
- id="stop80036"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient22704-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,311.11368,825.05254)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80039">
- <stop
- id="stop80041"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80043" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80045" />
- <stop
- id="stop80047"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient22701-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,122.70458,17.31597)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80050">
- <stop
- id="stop80052"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80054"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient22698-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,628.68411,331.70458)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80057">
- <stop
- id="stop80059"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80061"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient22695-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,314.2955,837.68414)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80064">
- <stop
- id="stop80066"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80068"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient22692-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-191.68403,523.2955)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80071">
- <stop
- id="stop80073"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80075"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23132-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,628.0905,358.45254)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80078">
- <stop
- id="stop80080"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80082" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80084" />
- <stop
- id="stop80086"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23134-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.636363,0,0,-0.6357342,320.09081,851.14655)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80089">
- <stop
- id="stop80091"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80093" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80095" />
- <stop
- id="stop80097"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23136-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-173.09051,543.4512)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80100">
- <stop
- id="stop80102"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80104" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80106" />
- <stop
- id="stop80108"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23138-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,134.90918,50.757191)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80111">
- <stop
- id="stop80113"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80115" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80117" />
- <stop
- id="stop80119"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23140-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,131.72737,31.593709)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80122">
- <stop
- id="stop80124"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80126"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23142-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,640.81777,348.82507)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80129">
- <stop
- id="stop80131"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80133"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23144-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,-0.6357342,131.72737,857.41243)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80136">
- <stop
- id="stop80138"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80140"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23147-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-185.81777,540.18107)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80143">
- <stop
- id="stop80145"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80147"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23563-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,741.54576,313.45452)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80150">
- <stop
- id="stop80152"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80154" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80156" />
- <stop
- id="stop80158"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23566-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.8181823,0,0,-0.8181822,345.54553,947.54573)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80161">
- <stop
- id="stop80163"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80165" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80167" />
- <stop
- id="stop80169"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23568-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-288.54575,551.54554)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80172">
- <stop
- id="stop80174"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80176" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80178" />
- <stop
- id="stop80180"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23570-4"
+ xlink:href="#linearGradient14482-2"
+ id="linearGradient14563-3"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,107.45448,-82.54566)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80183">
- <stop
- id="stop80185"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80187" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80189" />
- <stop
- id="stop80191"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23572-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,103.36356,-98.909308)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80194">
- <stop
- id="stop80196"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80198"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23574-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,757.9094,309.36361)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80201">
- <stop
- id="stop80203"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80205"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23576-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,-0.8181822,103.36356,963.90937)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80208">
- <stop
- id="stop80210"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80212"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23578-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-304.90941,555.63645)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80215">
- <stop
- id="stop80217"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80219"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23580-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,850,297)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80222">
- <stop
- id="stop80224"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80226" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80228" />
- <stop
- id="stop80230"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23582-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,366,1072)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80233">
- <stop
- id="stop80235"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80237" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80239" />
- <stop
- id="stop80241"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23587-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-409,588)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80244">
- <stop
- id="stop80246"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80248" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80250" />
- <stop
- id="stop80252"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23589-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(75,-187)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80255">
- <stop
- id="stop80257"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80259" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80261" />
- <stop
- id="stop80263"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23591-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(70,-207)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80266">
- <stop
- id="stop80268"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80270"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23593-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,870,292)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80273">
- <stop
- id="stop80275"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80277"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23597-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,70,1092)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80280">
- <stop
- id="stop80282"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80284"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23600-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-429,593)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80287">
- <stop
- id="stop80289"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80291"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23602-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,125.8864,29.94755)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80294">
- <stop
- id="stop80296"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80298" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80300" />
- <stop
- id="stop80302"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23606-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,616.05253,334.8864)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80305">
- <stop
- id="stop80307"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80309" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80311" />
- <stop
- id="stop80313"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23608-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-179.05245,520.11368)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80316">
- <stop
- id="stop80318"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80320" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80322" />
- <stop
- id="stop80324"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23610-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,311.11368,825.05254)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80327">
- <stop
- id="stop80329"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80331" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80333" />
- <stop
- id="stop80335"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23612-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,122.70458,17.31597)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80338">
- <stop
- id="stop80340"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80342"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23616-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,628.68411,331.70458)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80345">
- <stop
- id="stop80347"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80349"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23618-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,314.2955,837.68414)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80352">
- <stop
- id="stop80354"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80356"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23620-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-191.68403,523.2955)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80359">
- <stop
- id="stop80361"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80363"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23622-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,628.0905,358.45254)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80366">
- <stop
- id="stop80368"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80370" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80372" />
- <stop
- id="stop80374"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23624-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.636363,0,0,-0.6357342,320.09081,851.14655)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80377">
- <stop
- id="stop80379"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80381" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80383" />
- <stop
- id="stop80385"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23626-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-173.09051,543.4512)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80388">
- <stop
- id="stop80390"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80392" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80394" />
- <stop
- id="stop80396"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20324-4"
- id="linearGradient23628-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,134.90918,50.757191)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80399">
- <stop
- id="stop80401"
- offset="0"
- style="stop-color:#35241b;stop-opacity:1;" />
- <stop
- style="stop-color:#69390e;stop-opacity:0.8392157;"
- offset="0.17637014"
- id="stop80403" />
- <stop
- style="stop-color:#6c5b15;stop-opacity:0.67843139;"
- offset="0.35274029"
- id="stop80405" />
- <stop
- id="stop80407"
- offset="1"
- style="stop-color:#947b15;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23630-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,131.72737,31.593709)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80410">
- <stop
- id="stop80412"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80414"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23632-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,640.81777,348.82507)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80417">
- <stop
- id="stop80419"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80421"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23635-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,-0.6357342,131.72737,857.41243)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80424">
- <stop
- id="stop80426"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80428"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37623-4"
- id="linearGradient23637-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-185.81777,540.18107)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80431">
- <stop
- id="stop80433"
- offset="0"
- style="stop-color:#e5e1ca;stop-opacity:1;" />
- <stop
- id="stop80435"
- offset="1"
- style="stop-color:#d6ca22;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23797-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,741.54576,313.45452)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient24632-2">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop24634-3" />
- <stop
- id="stop24636-1"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop24638-8"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop24640-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23799-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.8181823,0,0,-0.8181822,345.54553,947.54573)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80444">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80446" />
- <stop
- id="stop80448"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80450"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80452" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23801-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-288.54575,551.54554)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80455">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80457" />
- <stop
- id="stop80459"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80461"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80463" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23803-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,107.45448,-82.54566)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80466">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80468" />
- <stop
- id="stop80470"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80472"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80474" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23805-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,0.8181822,103.36356,-98.909308)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient24642-4">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop24644-7" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop24646-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23807-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.8181822,-0.8181823,0,757.9094,309.36361)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80481">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80483" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80485" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23809-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8181823,0,0,-0.8181822,103.36356,963.90937)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80488">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80490" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80492" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23811-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.8181822,0.8181823,0,-304.90941,555.63645)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80495">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80497" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80499" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23813-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,850,297)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80502">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80504" />
- <stop
- id="stop80506"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80508"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80510" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23815-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,366,1072)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80513">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80515" />
- <stop
- id="stop80517"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80519"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80521" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23817-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-409,588)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80524">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80526" />
- <stop
- id="stop80528"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80530"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80532" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23819-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(75,-187)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80535">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80537" />
- <stop
- id="stop80539"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80541"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80543" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23821-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(70,-207)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80546">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80548" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80550" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23823-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,870,292)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80553">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80555" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80557" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23825-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,70,1092)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80560">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80562" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80564" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23827-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-429,593)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80567">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80569" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80571" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23829-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,125.8864,29.94755)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80574">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80576" />
- <stop
- id="stop80578"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80580"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80582" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23831-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,616.05253,334.8864)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80585">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80587" />
- <stop
- id="stop80589"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80591"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80593" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23833-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-179.05245,520.11368)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80596">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80598" />
- <stop
- id="stop80600"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80602"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80604" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23835-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,311.11368,825.05254)"
- x1="145.53571"
- y1="627.08325"
- x2="145.53571"
- y2="623.12494" />
- <linearGradient
- id="linearGradient80607">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80609" />
- <stop
- id="stop80611"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80613"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80615" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23837-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6363637,0,0,0.6315788,122.70458,17.31597)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80618">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80620" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80622" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23839-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6363637,-0.6315788,0,628.68411,331.70458)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80625">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80627" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80629" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23841-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.6363637,0,0,-0.6315788,314.2955,837.68414)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80632">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80634" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80636" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23843-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6363637,0.6315788,0,-191.68403,523.2955)"
- x1="150.5"
- y1="647.75"
- x2="150.53571"
- y2="641.54156" />
- <linearGradient
- id="linearGradient80639">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80641" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80643" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23845-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,628.0905,358.45254)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80646">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80648" />
- <stop
- id="stop80650"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80652"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80654" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23847-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.636363,0,0,-0.6357342,320.09081,851.14655)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80657">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80659" />
- <stop
- id="stop80661"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80663"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80665" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23849-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-173.09051,543.4512)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80668">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80670" />
- <stop
- id="stop80672"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80674"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80676" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24632-2"
- id="linearGradient23851-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,134.90918,50.757191)"
- x1="145.5"
- y1="627.5"
- x2="145.5"
- y2="623.5" />
- <linearGradient
- id="linearGradient80679">
- <stop
- style="stop-color:#28394f;stop-opacity:1;"
- offset="0"
- id="stop80681" />
- <stop
- id="stop80683"
- offset="0.17637014"
- style="stop-color:#0d386a;stop-opacity:0.78431374;" />
- <stop
- id="stop80685"
- offset="0.35274029"
- style="stop-color:#18437d;stop-opacity:0.47058824;" />
- <stop
- style="stop-color:#154e94;stop-opacity:0;"
- offset="1"
- id="stop80687" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23853-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,0.6357342,131.72737,31.593709)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80690">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80692" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80694" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23856-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,0.6357342,-0.636363,0,640.81777,348.82507)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80697">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80699" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80701" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23858-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.636363,0,0,-0.6357342,131.72737,857.41243)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80704">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80706" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80708" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24642-4"
- id="linearGradient23860-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-0.6357342,0.636363,0,-185.81777,540.18107)"
- x1="150.5"
- y1="647.75"
- x2="150.5"
- y2="642" />
- <linearGradient
- id="linearGradient80711">
- <stop
- style="stop-color:#d0dbe8;stop-opacity:1;"
- offset="0"
- id="stop80713" />
- <stop
- style="stop-color:#6ca3e9;stop-opacity:0;"
- offset="1"
- id="stop80715" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24317-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.146465,141.05131)"
- x1="71.762154"
- y1="239.83469"
- x2="76.956871"
- y2="252.05081" />
- <linearGradient
- id="linearGradient80718">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80720" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80722" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24319-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.165705,133.02478)"
- x1="72.340698"
- y1="243.03008"
- x2="73.234337"
- y2="246.81651" />
- <linearGradient
- id="linearGradient80725">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80727" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80729" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24321-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.165705,133.02478)"
- x1="66.954422"
- y1="240.03282"
- x2="68.458534"
- y2="246.96069" />
- <linearGradient
- id="linearGradient80732">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80734" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80736" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24687-4"
- id="linearGradient24238-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,304.84783,-86.57833)"
- x1="120.2969"
- y1="281.26645"
- x2="116.37123"
- y2="260.21841" />
- <linearGradient
- id="linearGradient24687-4">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24689-4" />
- <stop
- id="stop24691-1"
- offset="0.59630167"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24693-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient24276-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.695652,0,0,0.869703,342.06514,-90.66358)"
- x1="190.33647"
- y1="266.7905"
- x2="170.9689"
- y2="247.58694" />
- <linearGradient
- id="linearGradient80744">
- <stop
- id="stop80746"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop80748"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24278-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(744,397)"
- x1="-287.56247"
- y1="-276.71042"
- x2="-282.59851"
- y2="-271.35284" />
- <linearGradient
- id="linearGradient80751">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80753" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80755" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24143-1"
- id="linearGradient24244-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(186,-105)"
- x1="246.12868"
- y1="283.63254"
- x2="237.75459"
- y2="266.34406" />
- <linearGradient
- id="linearGradient24143-1">
- <stop
- id="stop24145-9"
- offset="0"
- style="stop-color:#3d361a;stop-opacity:1;" />
- <stop
- style="stop-color:#d1c595;stop-opacity:1;"
- offset="0.5"
- id="stop24669-8" />
- <stop
- id="stop24147-7"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24246-8"
- gradientUnits="userSpaceOnUse"
- x1="426.12415"
- y1="179.12074"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient80763">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80765" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80767" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24695-5"
- id="linearGradient24374-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
- x1="120.97597"
- y1="281.26645"
- x2="116.37123"
- y2="260.21841" />
- <linearGradient
- id="linearGradient24695-5">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24697-8" />
- <stop
- id="stop24699-5"
- offset="0.60401857"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24701-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient41721-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.695652,0,0,0.869703,342.06514,-90.66358)"
- x1="171.42436"
- y1="259.71194"
- x2="170.20523"
- y2="244.96393" />
- <linearGradient
- id="linearGradient80775">
- <stop
- id="stop80777"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop80779"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41723-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(744,397)"
- x1="-287"
- y1="-276.1875"
- x2="-281.4375"
- y2="-271.9375" />
- <linearGradient
- id="linearGradient80782">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80784" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80786" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24143-1"
- id="linearGradient24367-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-149,133.99245)"
- x1="244.37868"
- y1="285.00754"
- x2="237.75459"
- y2="266.34406" />
- <linearGradient
- id="linearGradient80789">
- <stop
- id="stop80791"
- offset="0"
- style="stop-color:#3d361a;stop-opacity:1;" />
- <stop
- style="stop-color:#d1c595;stop-opacity:1;"
- offset="0.5"
- id="stop80793" />
- <stop
- id="stop80795"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24362-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-335,238.99245)"
- x1="426.12415"
- y1="179.12074"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient80798">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80800" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80802" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23705-3"
- id="linearGradient22892-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(220,-20.00667)"
- x1="29.4034"
- y1="100.99999"
- x2="34.095703"
- y2="101.15624" />
- <linearGradient
- id="linearGradient23705-3">
- <stop
- id="stop23707-2"
- offset="0"
- style="stop-color:#d4d2bf;stop-opacity:1;" />
- <stop
- id="stop23709-9"
- offset="1"
- style="stop-color:#857f5d;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24168-4"
- id="linearGradient22954-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
- x1="20.125"
- y1="88.642494"
- x2="34.125"
- y2="104.89799" />
- <linearGradient
- id="linearGradient24168-4">
- <stop
- id="stop24170-2"
- offset="0"
- style="stop-color:#182437;stop-opacity:1;" />
- <stop
- id="stop24172-0"
- offset="1"
- style="stop-color:#2b4163;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient22952-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6595012,0.7907318,-0.8990144,0.7498135,144.69896,-187.59854)"
- cx="262.67139"
- cy="74.072273"
- fx="262.67139"
- fy="74.072273"
- r="3.5" />
- <linearGradient
- id="linearGradient80813">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80815" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80817" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22928-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8750002,0,0,0.83767,7.3124969,247.00379)"
- x1="27.166666"
- y1="90.504448"
- x2="35.166668"
- y2="101.14744" />
- <linearGradient
- id="linearGradient80820">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80822" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80824" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient22950-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.53241"
- cy="500.20956"
- fx="75.53241"
- fy="500.20956"
- r="3.1650217" />
- <linearGradient
- id="linearGradient80827">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop80829" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop80831" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient22922-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4564959,0.09949388,-0.06177986,1.3917691,-283.96093,-143.81911)"
- cx="135.14931"
- cy="332.10181"
- fx="135.14931"
- fy="332.10181"
- r="3.5" />
- <linearGradient
- id="linearGradient80834">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80836" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80838" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient22917-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2,0,0,0.7333333,-467,262.53823)"
- x1="250.5"
- y1="90.253998"
- x2="250.5"
- y2="95.252274" />
- <linearGradient
- id="linearGradient80841">
- <stop
- id="stop80843"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop80845"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient23727-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.3687636,0.09935874,-0.05957343,1.3898788,-272.60513,-143.17133)"
- cx="140.33667"
- cy="333.05716"
- fx="140.33667"
- fy="333.05716"
- r="3.5" />
- <linearGradient
- id="linearGradient80848">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80850" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80852" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37925-0"
- id="linearGradient23890-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(220,-20.00667)"
- x1="29.4034"
- y1="100.99999"
- x2="34.095703"
- y2="101.15624" />
- <linearGradient
- id="linearGradient37925-0">
- <stop
- id="stop37927-7"
- offset="0"
- style="stop-color:#e7cbab;stop-opacity:1;" />
- <stop
- id="stop37929-0"
- offset="1"
- style="stop-color:#af7333;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22562-6"
- id="linearGradient23892-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
- x1="20.125"
- y1="88.642494"
- x2="34.125"
- y2="104.89799" />
- <linearGradient
- id="linearGradient80859">
- <stop
- style="stop-color:#001e50;stop-opacity:1;"
- offset="0"
- id="stop80861" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop80863" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23906-7"
- id="radialGradient23894-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0553103,1.0606182,-1.2516598,1.280294,67.321819,-297.60493)"
- cx="262.07156"
- cy="74.306007"
- fx="262.07156"
- fy="74.306007"
- r="3.5" />
- <linearGradient
- id="linearGradient23906-7">
- <stop
- id="stop23908-9"
- offset="0"
- style="stop-color:#ff921d;stop-opacity:1;" />
- <stop
- id="stop23910-4"
- offset="1"
- style="stop-color:#ffa751;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23896-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8750002,0,0,0.83767,7.3124969,247.00379)"
- x1="27.166666"
- y1="90.504448"
- x2="35.166668"
- y2="101.14744" />
- <linearGradient
- id="linearGradient80870">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80872" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80874" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14232-2"
- id="radialGradient23898-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.53241"
- cy="500.20956"
- fx="75.53241"
- fy="500.20956"
- r="3.1650217" />
- <linearGradient
- id="linearGradient80877">
- <stop
- style="stop-color:#fff32a;stop-opacity:1;"
- offset="0"
- id="stop80879" />
- <stop
- style="stop-color:#fff551;stop-opacity:0;"
- offset="1"
- id="stop80881" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient23900-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4564959,0.09949388,-0.06177986,1.3917691,-283.96093,-143.81911)"
- cx="135.14931"
- cy="332.10181"
- fx="135.14931"
- fy="332.10181"
- r="3.5" />
- <linearGradient
- id="linearGradient80884">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80886" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80888" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient23902-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2,0,0,0.7333333,-467,262.53823)"
- x1="250.5"
- y1="90.253998"
- x2="250.5"
- y2="95.252274" />
- <linearGradient
- id="linearGradient80891">
- <stop
- id="stop80893"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop80895"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient23904-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.3687636,0.09935874,-0.05957343,1.3898788,-272.60513,-143.17133)"
- cx="140.33667"
- cy="333.05716"
- fx="140.33667"
- fy="333.05716"
- r="3.5" />
- <linearGradient
- id="linearGradient80898">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80900" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80902" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient42459-3"
- id="linearGradient24090-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(220,-20.00667)"
- x1="29.4034"
- y1="100.99999"
- x2="34.095703"
- y2="101.15624" />
- <linearGradient
- id="linearGradient42459-3">
- <stop
- style="stop-color:#e7dfab;stop-opacity:1;"
- offset="0"
- id="stop42461-6" />
- <stop
- style="stop-color:#af9d33;stop-opacity:1;"
- offset="1"
- id="stop42463-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22562-6"
- id="linearGradient24092-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
- x1="20.125"
- y1="88.642494"
- x2="34.125"
- y2="104.89799" />
- <linearGradient
- id="linearGradient80909">
- <stop
- style="stop-color:#001e50;stop-opacity:1;"
- offset="0"
- id="stop80911" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop80913" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24094-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6595012,0.7907318,-0.8990144,0.7498135,144.69896,-187.59854)"
- cx="263.21707"
- cy="74.441246"
- fx="263.21707"
- fy="74.441246"
- r="3.5" />
- <linearGradient
- id="linearGradient80916">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80918" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80920" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24096-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8750002,0,0,0.83767,7.3124969,247.00379)"
- x1="27.166666"
- y1="90.504448"
- x2="35.166668"
- y2="101.14744" />
- <linearGradient
- id="linearGradient80923">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80925" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80927" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient24098-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.53241"
- cy="500.20956"
- fx="75.53241"
- fy="500.20956"
- r="3.1650217" />
- <linearGradient
- id="linearGradient80930">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop80932" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop80934" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24100-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4564959,0.09949388,-0.06177986,1.3917691,-283.96093,-143.81911)"
- cx="135.14931"
- cy="332.10181"
- fx="135.14931"
- fy="332.10181"
- r="3.5" />
- <linearGradient
- id="linearGradient80937">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80939" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80941" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient24102-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2,0,0,0.7333333,-467,262.53823)"
- x1="250.5"
- y1="90.253998"
- x2="250.5"
- y2="95.252274" />
- <linearGradient
- id="linearGradient80944">
- <stop
- id="stop80946"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop80948"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24104-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.3687636,0.09935874,-0.05957343,1.3898788,-272.60513,-143.17133)"
- cx="140.33667"
- cy="333.05716"
- fx="140.33667"
- fy="333.05716"
- r="3.5" />
- <linearGradient
- id="linearGradient80951">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80953" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80955" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24679-7"
- id="linearGradient25073-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
- x1="121.79003"
- y1="283.00519"
- x2="114.66669"
- y2="250.69945" />
- <linearGradient
- id="linearGradient24679-7">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24681-6" />
- <stop
- id="stop24683-1"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24685-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24671-8"
- id="linearGradient25075-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-149,133.99245)"
- x1="243.25"
- y1="283.94504"
- x2="235"
- y2="253.00755" />
- <linearGradient
- id="linearGradient24671-8">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24673-4" />
- <stop
- id="stop24675-8"
- offset="0.29527253"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24677-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient25077-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-335,238.99245)"
- x1="426.12415"
- y1="179.12074"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient80968">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80970" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80972" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24679-7"
- id="linearGradient42055-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
- x1="120.94298"
- y1="281.27435"
- x2="114.66669"
- y2="250.69945" />
- <linearGradient
- id="linearGradient80975">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop80977" />
- <stop
- id="stop80979"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop80981" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24671-8"
- id="linearGradient42057-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-149,133.99245)"
- x1="243.25"
- y1="283.94504"
- x2="235"
- y2="253.00755" />
- <linearGradient
- id="linearGradient80984">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop80986" />
- <stop
- id="stop80988"
- offset="0.29527253"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop80990" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42059-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-335,238.99245)"
- x1="426.12415"
- y1="179.12074"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient80993">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop80995" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop80997" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient62436-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="248.69196"
- y1="279.72827"
- x2="269.3085"
- y2="303.10999" />
- <linearGradient
- id="linearGradient81000">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81002" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81004" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient62558-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,1,0,-33.03632,32.03632)"
- x1="289.61554"
- y1="320.55179"
- x2="250.22783"
- y2="282.28745" />
- <linearGradient
- id="linearGradient81007">
- <stop
- id="stop81009"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop81011"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient62560-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,59,638)"
- x1="354.50601"
- y1="283.61511"
- x2="327.92044"
- y2="300.96124" />
- <linearGradient
- id="linearGradient81014">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81016" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81018" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient31456-2"
- id="linearGradient24797-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9897912,0,0,0.9897912,2.2765631,2.9503441)"
- x1="311.3967"
- y1="310.77368"
- x2="309.02371"
- y2="308.51169" />
- <linearGradient
- id="linearGradient81021">
- <stop
- style="stop-color:#2b1600;stop-opacity:1;"
- offset="0"
- id="stop81023" />
- <stop
- style="stop-color:#6e3900;stop-opacity:0;"
- offset="1"
- id="stop81025" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24599-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1489145,-0.69297,0.4772363,0.7912359,-113.08929,303.20064)"
- cx="269.71231"
- cy="237.2262"
- fx="269.71231"
- fy="237.2262"
- r="7.03125" />
- <linearGradient
- id="linearGradient81028">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81030" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81032" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20036-1"
- id="radialGradient43962-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4011721,0.3766097,-0.7099042,0.7562044,179.21454,-58.566632)"
- cx="207.04807"
- cy="78.473343"
- fx="207.04807"
- fy="78.473343"
- r="3.5" />
- <linearGradient
- id="linearGradient81035">
- <stop
- style="stop-color:#ffb55e;stop-opacity:1;"
- offset="0"
- id="stop81037" />
- <stop
- style="stop-color:#ff8400;stop-opacity:0;"
- offset="1"
- id="stop81039" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20036-1"
- id="radialGradient43964-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4543499,0.4687811,-0.6244606,0.6052369,161.562,-65.729731)"
- cx="206.39249"
- cy="78.443413"
- fx="206.39249"
- fy="78.443413"
- r="3.5" />
- <linearGradient
- id="linearGradient81042">
- <stop
- style="stop-color:#ffb55e;stop-opacity:1;"
- offset="0"
- id="stop81044" />
- <stop
- style="stop-color:#ff8400;stop-opacity:0;"
- offset="1"
- id="stop81046" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24632-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7236207,-0.7167103,1.004637,1.0143218,-131.254,253.93955)"
- cx="262.83905"
- cy="245.91792"
- fx="262.83905"
- fy="245.91792"
- r="7.03125" />
- <linearGradient
- id="linearGradient81049">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81051" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81053" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24820-1"
- x1="311.37668"
- y1="311.88205"
- x2="307.5"
- y2="308.21875"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient81056">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81058" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81060" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask23189-5">
- <g
- transform="translate(-28,49)"
- id="g23193-6">
- <rect
- y="237"
- x="22"
- height="16"
- width="9"
- id="rect23195-2"
- style="fill:url(#linearGradient23199-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- transform="scale(-1,1)"
- style="fill:url(#linearGradient23201-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23197-0"
- width="9"
- height="16"
- x="-38"
- y="237" />
- </g>
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23199-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="22.75"
- y1="245"
- x2="24.5"
- y2="245" />
- <linearGradient
- id="linearGradient81067">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81069" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81071" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23201-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-61,0)"
- x1="22.75"
- y1="245"
- x2="24.25"
- y2="245" />
- <linearGradient
- id="linearGradient81074">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81076" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81078" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22562-6"
- id="radialGradient23167-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9934369,-0.1143813,0.1033636,0.8977446,-30.451879,30.134649)"
- cx="-0.10810681"
- cy="294.60239"
- fx="-0.10810681"
- fy="294.60239"
- r="6.6750002" />
- <linearGradient
- id="linearGradient81081">
- <stop
- style="stop-color:#001e50;stop-opacity:1;"
- offset="0"
- id="stop81083" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop81085" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24202-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-52.983883,-129)"
- x1="258"
- y1="388"
- x2="273"
- y2="388" />
- <linearGradient
- id="linearGradient81088">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81090" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81092" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24204-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-48.983883,-126)"
- x1="259.75"
- y1="388"
- x2="273"
- y2="388" />
- <linearGradient
- id="linearGradient81095">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81097" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81099" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24206-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-54.000005,-120)"
- x1="258.52756"
- y1="388"
- x2="279"
- y2="388" />
- <linearGradient
- id="linearGradient81102">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81104" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81106" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24208-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-46.000005,-117)"
- x1="257.75"
- y1="388"
- x2="272"
- y2="388" />
- <linearGradient
- id="linearGradient81109">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81111" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81113" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40722-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9819031,0,0,0.9481466,-88.271503,-83.584533)"
- x1="1.6577729"
- y1="253.01927"
- x2="-57.772419"
- y2="253.62515" />
- <linearGradient
- id="linearGradient81116">
- <stop
- id="stop81118"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81120"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40724-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.977157,0,0,0.9835482,0.06815071,100.43848)"
- x1="107.84375"
- y1="57.374996"
- x2="116.99999"
- y2="60.125" />
- <linearGradient
- id="linearGradient81123">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81125" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81127" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40734-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="241.17908"
- y1="214.40446"
- x2="279.89563"
- y2="254.94975" />
- <linearGradient
- id="linearGradient81130">
- <stop
- id="stop81132"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81134"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40736-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6025789,0,0,0.668336,263.48819,85.675422)"
- x1="49.543404"
- y1="230.81766"
- x2="73.932747"
- y2="247.27646" />
- <linearGradient
- id="linearGradient81137">
- <stop
- id="stop81139"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81141"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40738-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9120445,0,0,1,25.749745,8.9261515)"
- x1="305.12527"
- y1="239.03134"
- x2="308.97327"
- y2="242" />
- <linearGradient
- id="linearGradient81144">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81146" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81148" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40740-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.584271,0,0,0.661005,267.80323,78.438648)"
- x1="51.682816"
- y1="229.19724"
- x2="73.932762"
- y2="247.35141" />
- <linearGradient
- id="linearGradient81151">
- <stop
- id="stop81153"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81155"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40742-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9103441,0,0,0.989031,29.299938,2.5312404)"
- x1="305.12527"
- y1="239.03134"
- x2="307.25021"
- y2="241.62509" />
- <linearGradient
- id="linearGradient81158">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81160" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81162" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient40758-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(15.997359,-17.993456)"
- x1="199.4335"
- y1="294.81082"
- x2="196.00264"
- y2="259.99347" />
- <linearGradient
- id="linearGradient81165">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81167" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81169" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40760-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7501745,0,0,1.0021005,51.339144,-0.5240716)"
- x1="207.19595"
- y1="249.22464"
- x2="207.81319"
- y2="250.25" />
- <linearGradient
- id="linearGradient81172">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81174" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81176" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40762-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7501745,0,0,1.0021005,59.339161,-0.5240716)"
- x1="207.19595"
- y1="249.22464"
- x2="207.81319"
- y2="250.25" />
- <linearGradient
- id="linearGradient81179">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81181" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81183" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42519-3"
- gradientUnits="userSpaceOnUse"
- x1="114.15679"
- y1="100.93772"
- x2="137.5759"
- y2="124.47867" />
- <linearGradient
- id="linearGradient81186">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81188" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81190" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient42523-1"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient81193">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop81195" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop81197" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42521-0"
- gradientUnits="userSpaceOnUse"
- x1="131.12576"
- y1="118"
- x2="140.19273"
- y2="125.82862" />
- <linearGradient
- id="linearGradient81200">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81202" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81204" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42525-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9050931,-7.9558708e-4,0.00612764,0.9147058,26.488451,35.562258)"
- x1="299.70026"
- y1="408.49368"
- x2="322.08145"
- y2="429.53806" />
- <linearGradient
- id="linearGradient81207">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81209" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81211" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40788-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-7.152175,20.92167)"
- x1="146.51619"
- y1="217.52046"
- x2="174.56255"
- y2="252.52081" />
- <linearGradient
- id="linearGradient81214">
- <stop
- id="stop81216"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81218"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient40790-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(81.000002,13.499998)"
- x1="87.765625"
- y1="242.39062"
- x2="96"
- y2="251.40294" />
- <linearGradient
- id="linearGradient81221">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop81223" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop81225" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18056-5"
- id="linearGradient40792-8"
- gradientUnits="userSpaceOnUse"
- x1="170.42908"
- y1="237.25"
- x2="170.71698"
- y2="249.15927" />
- <linearGradient
- id="linearGradient18056-5">
- <stop
- id="stop18058-2"
- offset="0"
- style="stop-color:#162d50;stop-opacity:1" />
- <stop
- id="stop18060-1"
- offset="1"
- style="stop-color:#295498;stop-opacity:0.34057972;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient40794-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="168.5625"
- y1="249.55817"
- x2="168.5"
- y2="240.10249" />
- <linearGradient
- id="linearGradient81232">
- <stop
- id="stop81234"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81236"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40545-9"
- gradientUnits="userSpaceOnUse"
- x1="279.38629"
- y1="-16.946415"
- x2="293.80472"
- y2="-2.5475447" />
- <linearGradient
- id="linearGradient81239">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81241" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81243" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40547-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9230687,0,0,0.9230801,261.38476,-234.15464)"
- x1="43.921535"
- y1="261.52924"
- x2="29.429007"
- y2="243.98439" />
- <linearGradient
- id="linearGradient81246">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81248" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81250" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22249-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="387"
- y1="410"
- x2="388.78125"
- y2="411.78125" />
- <linearGradient
- id="linearGradient81253">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81255" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81257" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22251-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="386.88852"
- y1="409.84152"
- x2="389.14081"
- y2="412.45016" />
- <linearGradient
- id="linearGradient81260">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81262" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81264" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient22253-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,0)"
- x1="387"
- y1="409.86362"
- x2="388.86676"
- y2="411.88974" />
- <linearGradient
- id="linearGradient81267">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81269" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81271" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient26077-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,82.8792,399.00004)"
- x1="-7.445384"
- y1="204.24995"
- x2="33.682159"
- y2="250.99995" />
- <linearGradient
- id="linearGradient81274">
- <stop
- id="stop81276"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81278"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26079-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(80.02752,483.00004)"
- x1="29.972469"
- y1="164"
- x2="36.972481"
- y2="168.00002" />
- <linearGradient
- id="linearGradient81281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81285" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient26081-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-224,-1290)"
- x1="113"
- y1="646"
- x2="111"
- y2="644" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26083-1"
- gradientUnits="userSpaceOnUse"
- x1="113"
- y1="646"
- x2="111.5"
- y2="644.5" />
- <linearGradient
- id="linearGradient81295">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81297" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81299" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient23351-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,82.8792,399.00004)"
- x1="-7.445384"
- y1="204.24995"
- x2="33.682159"
- y2="250.99995" />
- <linearGradient
- id="linearGradient81302">
- <stop
- id="stop81304"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81306"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23353-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(80.02752,483.00004)"
- x1="29.972469"
- y1="164"
- x2="36.972481"
- y2="168.00002" />
- <linearGradient
- id="linearGradient81309">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81311" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81313" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient23355-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-224,-1290)"
- x1="113"
- y1="646"
- x2="111"
- y2="644" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient23357-7"
- gradientUnits="userSpaceOnUse"
- x1="113"
- y1="646"
- x2="111.5"
- y2="644.5" />
+ x1="149.55806"
+ y1="94.884857"
+ x2="149.53032"
+ y2="101.436" />
<linearGradient
- id="linearGradient81323">
+ id="linearGradient14482-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81325" />
+ id="stop14484-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81327" />
+ id="stop14486-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42685-2"
+ xlink:href="#linearGradient319-95-2-7-1-2"
+ id="linearGradient14565-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-52.983883,-129)"
- x1="258"
- y1="388"
- x2="273"
- y2="388" />
+ x1="132"
+ y1="117.26753"
+ x2="142.72656"
+ y2="127.72736" />
<linearGradient
- id="linearGradient81330">
+ id="linearGradient319-95-2-7-1-2">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0.75675678;"
offset="0"
- id="stop81332" />
+ id="stop320-43-7-3-3-3" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#915515;stop-opacity:0;"
offset="1"
- id="stop81334" />
+ id="stop321-12-7-4-1-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42687-9"
+ xlink:href="#linearGradient10069-8-3-3-0-3"
+ id="linearGradient14567-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-48.983883,-126)"
- x1="259.75"
- y1="388"
- x2="273"
- y2="388" />
+ x1="126.55782"
+ y1="113.57294"
+ x2="132.41052"
+ y2="118.81034" />
<linearGradient
- id="linearGradient81337">
+ id="linearGradient10069-8-3-3-0-3">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#764511;stop-opacity:1;"
offset="0"
- id="stop81339" />
+ id="stop10071-9-8-7-1-8" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#915515;stop-opacity:0;"
offset="1"
- id="stop81341" />
+ id="stop10073-2-7-1-0-5" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42689-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-54.000005,-120)"
- x1="258.52756"
- y1="388"
- x2="279"
- y2="388" />
- <linearGradient
- id="linearGradient81344">
+ id="linearGradient319-19-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81346" />
+ id="stop320-865-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81348" />
+ id="stop321-02-0" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42691-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-46.000005,-117)"
- x1="257.75"
- y1="388"
- x2="272"
- y2="388" />
- <linearGradient
- id="linearGradient81351">
+ id="linearGradient14482">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81353" />
+ id="stop14484" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81355" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25872-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,513.5,328.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient81358">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81360" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81362" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask23591-1">
- <rect
- mask="none"
- style="fill:url(#linearGradient23595-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23593-1"
- width="11"
- height="14"
- x="30"
- y="768" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient23595-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.1666667,-737,357.33333)"
- x1="771.0965"
- y1="354.28479"
- x2="772"
- y2="358.85715" />
- <linearGradient
- id="linearGradient81371">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81373" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81375" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient25874-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,111)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-29">
- <stop
- id="stop58336-7"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-8"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient26011-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,673.5,170.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient81382">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81384" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81386" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient26013-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(830,-47)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient81391">
- <stop
- id="stop81393"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop81395"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
+ id="stop14486" />
</linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath20586-9">
- <path
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path34889-9"
- sodipodi:cx="53"
- sodipodi:cy="554"
- sodipodi:rx="4.5"
- sodipodi:ry="2.25"
- d="m 57.5,554 a 4.5,2.25 0 1 1 -9,0 4.5,2.25 0 1 1 9,0 z"
- transform="matrix(1.870472,0.1894819,-0.6587894,2.4281336,319.59052,-798.11661)" />
- </clipPath>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient26015-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-112,-76.000004)"
- x1="753.39417"
- y1="299.83005"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25982-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,673.5,170.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient81409">
+ id="linearGradient319-95-2-7-1">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0.75675678;"
offset="0"
- id="stop81411" />
+ id="stop320-43-7-3-3" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#915515;stop-opacity:0;"
offset="1"
- id="stop81413" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient25984-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(830,-47)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient81418">
- <stop
- id="stop81420"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop81422"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
+ id="stop321-12-7-4-1" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient25986-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-136,-88.000005)"
- x1="753.39417"
- y1="299.83005"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25957-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,673.5,170.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient81432">
+ id="linearGradient10069-8-3-3-0">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#764511;stop-opacity:1;"
offset="0"
- id="stop81434" />
+ id="stop10071-9-8-7-1" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#915515;stop-opacity:0;"
offset="1"
- id="stop81436" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient25959-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(830,-47)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient81441">
- <stop
- id="stop81443"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop81445"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
+ id="stop10073-2-7-1-0" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient25961-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-136,-112)"
- x1="753.39417"
- y1="299.83005"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25886-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,673.5,170.50451)"
- x1="243.92192"
- y1="-2.6686089"
- x2="275.10107"
- y2="26.600887" />
- <linearGradient
- id="linearGradient81455">
+ id="linearGradient15098">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#646464;stop-opacity:1;"
offset="0"
- id="stop81457" />
+ id="stop15100" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#fcfcfc;stop-opacity:1;"
offset="1"
- id="stop81459" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient25888-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(830,-47)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient81464">
- <stop
- id="stop81466"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop81468"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
+ id="stop15102" />
</linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath22590-5">
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22592-5"
- width="12"
- height="14"
- x="-30"
- y="490.00012" />
- </clipPath>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-25"
- id="linearGradient25890-0"
+ xlink:href="#linearGradient13998-7-0"
+ id="linearGradient26282-0-8"
gradientUnits="userSpaceOnUse"
x1="13.5"
y1="57.827747"
x2="11.472005"
y2="53.875874" />
<linearGradient
- id="linearGradient81473">
+ id="linearGradient13998-7-0">
<stop
- id="stop81475"
+ id="stop14000-1-1"
offset="0"
style="stop-color:#f57d07;stop-opacity:1;" />
<stop
- id="stop81477"
+ id="stop14002-0-0"
offset="1"
style="stop-color:white;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-25"
- id="linearGradient25892-6"
+ xlink:href="#linearGradient13998-7-0"
+ id="linearGradient26284-9-6"
gradientUnits="userSpaceOnUse"
x1="-18.600719"
y1="501.96539"
x2="-26.642899"
y2="487.60382" />
<linearGradient
- id="linearGradient81480">
- <stop
- id="stop81482"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop81484"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient25894-44"
+ xlink:href="#linearGradient319-7-2"
+ id="linearGradient26286-4-5"
gradientUnits="userSpaceOnUse"
x1="15.027407"
y1="60.637787"
x2="13.5"
y2="57.750687" />
<linearGradient
- id="linearGradient81487">
+ id="linearGradient319-7-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81489" />
+ id="stop320-5-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81491" />
+ id="stop321-5-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient25897-0"
+ xlink:href="#linearGradient319-7-2"
+ id="linearGradient26288-9-5"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.03018343,0.1408617)"
x1="-32.067383"
@@ -32437,2432 +17877,264 @@
x2="-22.25"
y2="500" />
<linearGradient
- id="linearGradient81494">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81496" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81498" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient25899-4"
+ xlink:href="#linearGradient13998-7"
+ id="linearGradient26282-0"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-72.000001)"
- x1="753.39417"
- y1="299.83005"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24679-7"
- id="linearGradient25927-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
- x1="121.79003"
- y1="283.00519"
- x2="114.66669"
- y2="250.69945" />
- <linearGradient
- id="linearGradient81508">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop81510" />
- <stop
- id="stop81512"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop81514" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24671-8"
- id="linearGradient25929-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-149,133.99245)"
- x1="243.25"
- y1="283.94504"
- x2="235"
- y2="253.00755" />
- <linearGradient
- id="linearGradient81517">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop81519" />
- <stop
- id="stop81521"
- offset="0.29527253"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop81523" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient25931-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-335,238.99245)"
- x1="426.12415"
- y1="179.12074"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient81526">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81528" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81530" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26126-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.146465,141.05131)"
- x1="71.762154"
- y1="239.83469"
- x2="76.956871"
- y2="252.05081" />
- <linearGradient
- id="linearGradient81533">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81535" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81537" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26128-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.165705,133.02478)"
- x1="72.340698"
- y1="243.03008"
- x2="73.234337"
- y2="246.81651" />
- <linearGradient
- id="linearGradient81540">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81542" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81544" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient26130-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.831045,0,0,0.776773,36.165705,133.02478)"
- x1="68.383354"
- y1="239.95235"
- x2="69.285805"
- y2="247.29691" />
- <linearGradient
- id="linearGradient81547">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81549" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81551" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient28107-9"
- gradientUnits="userSpaceOnUse"
- x1="461.66425"
- y1="16.23234"
- x2="432.875"
- y2="14.936845"
- gradientTransform="translate(-19,294.91429)" />
- <linearGradient
- id="linearGradient81554">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81556" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81558" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28099-0"
- gradientUnits="userSpaceOnUse"
- x1="62.793919"
- y1="133.73566"
- x2="64.109718"
- y2="135.18265" />
- <linearGradient
- id="linearGradient81561">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81563" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81565" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient27973-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.39459,-0.991726,0.917787,0.36517,234.80511,750.0215)"
- cx="450.06522"
- cy="25.190212"
- fx="450.06522"
- fy="25.190212"
- r="5.5" />
- <linearGradient
- id="linearGradient81568">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop81570" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop81572" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient27975-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.121304,-0.696283,0.871429,0.151818,359.51331,621.7)"
- cx="450.72842"
- cy="19.250505"
- fx="450.72842"
- fy="19.250505"
- r="5.5" />
- <linearGradient
- id="linearGradient81575">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81577" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81579" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27977-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,883.51417,295)"
- x1="456.81198"
- y1="15.545153"
- x2="441.9628"
- y2="13.21724" />
- <linearGradient
- id="linearGradient81582">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81584" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81586" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient27448-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-19,294.91429)"
- x1="461.66425"
- y1="16.23234"
- x2="432.875"
- y2="14.936845" />
- <linearGradient
- id="linearGradient81589">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81591" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81593" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27450-1"
- gradientUnits="userSpaceOnUse"
- x1="62.793919"
- y1="133.73566"
- x2="64.109718"
- y2="135.18265" />
- <linearGradient
- id="linearGradient81596">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81598" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81600" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient27452-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.39459,-0.991726,0.917787,0.36517,234.80511,750.0215)"
- cx="450.06522"
- cy="25.190212"
- fx="450.06522"
- fy="25.190212"
- r="5.5" />
- <linearGradient
- id="linearGradient81603">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop81605" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop81607" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient27454-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.121304,-0.696283,0.871429,0.151818,359.51331,621.7)"
- cx="450.72842"
- cy="19.250505"
- fx="450.72842"
- fy="19.250505"
- r="5.5" />
- <linearGradient
- id="linearGradient81610">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81612" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81614" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27456-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,883.51417,295)"
- x1="456.81198"
- y1="15.545153"
- x2="441.9628"
- y2="13.21724" />
- <linearGradient
- id="linearGradient81617">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81619" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81621" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient44421-1"
- gradientUnits="userSpaceOnUse"
- x1="209"
- y1="238"
- x2="226.625"
- y2="251.71078" />
- <linearGradient
- id="linearGradient81624">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81626" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81628" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient44557-6"
- gradientUnits="userSpaceOnUse"
- x1="209"
- y1="238"
- x2="226.625"
- y2="251.71078" />
- <linearGradient
- id="linearGradient81631">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81633" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81635" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23705-3"
- id="linearGradient27598-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(220,-20.00667)"
- x1="29.4034"
- y1="100.99999"
- x2="34.095703"
- y2="101.15624" />
- <linearGradient
- id="linearGradient81638">
- <stop
- id="stop81640"
- offset="0"
- style="stop-color:#d4d2bf;stop-opacity:1;" />
- <stop
- id="stop81642"
- offset="1"
- style="stop-color:#857f5d;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24168-4"
- id="linearGradient27600-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
- x1="20.125"
- y1="88.642494"
- x2="34.125"
- y2="104.89799" />
- <linearGradient
- id="linearGradient81645">
- <stop
- id="stop81647"
- offset="0"
- style="stop-color:#182437;stop-opacity:1;" />
- <stop
- id="stop81649"
- offset="1"
- style="stop-color:#2b4163;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient27602-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6595012,0.7907318,-0.8990144,0.7498135,144.69896,-187.59854)"
- cx="261.98364"
- cy="74.083908"
- fx="261.98364"
- fy="74.083908"
- r="3.5" />
- <linearGradient
- id="linearGradient81652">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81654" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81656" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27604-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8750002,0,0,0.83767,7.3124969,247.00379)"
- x1="27.166666"
- y1="90.504448"
- x2="35.166668"
- y2="101.14744" />
- <linearGradient
- id="linearGradient81659">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81661" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81663" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient27606-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.53241"
- cy="500.20956"
- fx="75.53241"
- fy="500.20956"
- r="3.1650217" />
- <linearGradient
- id="linearGradient81666">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop81668" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop81670" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient27608-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4564959,0.09949388,-0.06177986,1.3917691,-283.96093,-143.81911)"
- cx="135.14931"
- cy="332.10181"
- fx="135.14931"
- fy="332.10181"
- r="3.5" />
- <linearGradient
- id="linearGradient81673">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81675" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81677" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient27610-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2,0,0,0.7333333,-467,262.53823)"
- x1="250.5"
- y1="90.253998"
- x2="250.5"
- y2="95.252274" />
- <linearGradient
- id="linearGradient81680">
- <stop
- id="stop81682"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop81684"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient27612-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.3687636,0.09935874,-0.05957343,1.3898788,-272.60513,-143.17133)"
- cx="140.33667"
- cy="333.05716"
- fx="140.33667"
- fy="333.05716"
- r="3.5" />
- <linearGradient
- id="linearGradient81687">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81689" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81691" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient28099-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient81694">
- <stop
- id="stop81696"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop81698"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient28101-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6572588,1.2500456,-1.6473175,2.2058465,774.83033,-697.31982)"
- cx="76.180473"
- cy="500.20651"
- fx="76.180473"
- fy="500.20651"
- r="3.1650217" />
- <linearGradient
- id="linearGradient81701">
- <stop
- id="stop81703"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop81705"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient28887-8"
- id="linearGradient28103-0"
- gradientUnits="userSpaceOnUse"
- x1="873.09998"
- y1="422.09964"
- x2="881.01172"
- y2="429.23453" />
- <linearGradient
- id="linearGradient28887-8">
- <stop
- style="stop-color:#2158a7;stop-opacity:1;"
- offset="0"
- id="stop28889-3" />
- <stop
- style="stop-color:#2f73d5;stop-opacity:0.19607843;"
- offset="1"
- id="stop28891-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28105-9"
- gradientUnits="userSpaceOnUse"
- x1="875.73486"
- y1="422.77902"
- x2="885.04938"
- y2="427.01648" />
- <linearGradient
- id="linearGradient81712">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81714" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81716" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient28107-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7228842,8.5733105e-8,-9.4831885e-8,0.7995973,71.917045,14.582004)"
- cx="256.49512"
- cy="81.396774"
- fx="256.49512"
- fy="81.396774"
- r="3.779551" />
- <linearGradient
- id="linearGradient81719">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81721" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81723" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient30389-7"
- gradientUnits="userSpaceOnUse"
- x1="270.60007"
- y1="68.519989"
- x2="258.00165"
- y2="81.245804" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient30391-0"
- gradientUnits="userSpaceOnUse"
- x1="256.67459"
- y1="80.395966"
- x2="262.88068"
- y2="74.415245" />
- <linearGradient
- id="linearGradient81733">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81735" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81737" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient30393-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4829018,0,0,0.4829018,133.47136,40.782399)"
- cx="257.35309"
- cy="79.598709"
- fx="257.35309"
- fy="79.598709"
- r="3.779551" />
- <linearGradient
- id="linearGradient81740">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81742" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81744" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient30395-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient81747">
- <stop
- id="stop81749"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop81751"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient30397-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient81754">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop81756" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop81758" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath42711-8">
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect42713-1"
- width="8.7252884"
- height="17.464855"
- x="127.4093"
- y="214.76154" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient42435-1"
- gradientUnits="userSpaceOnUse"
- x1="135.45557"
- y1="122.90726"
- x2="130.54761"
- y2="116.54932" />
- <linearGradient
- id="linearGradient81763">
- <stop
- id="stop81765"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop81767"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42437-5"
- gradientUnits="userSpaceOnUse"
- x1="125.81818"
- y1="111.81818"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient81770">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81772" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81774" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42432-5"
- gradientUnits="userSpaceOnUse"
- x1="258.94861"
- y1="285.63672"
- x2="237.92474"
- y2="261.44183" />
- <linearGradient
- id="linearGradient81777">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81779" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81781" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29127-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(422.99996,88.99998)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
- <linearGradient
- id="linearGradient81784">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81786" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81788" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29129-7"
- gradientUnits="userSpaceOnUse"
- x1="732.9375"
- y1="412.8125"
- x2="753.40625"
- y2="418.33594" />
- <linearGradient
- id="linearGradient81791">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81793" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81795" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27767-8"
- gradientUnits="userSpaceOnUse"
- x1="125.99933"
- y1="111.2683"
- x2="134.91479"
- y2="122.36016" />
- <linearGradient
- id="linearGradient81798">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81800" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81802" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27769-9"
- gradientUnits="userSpaceOnUse"
- x1="126.72586"
- y1="112.53999"
- x2="134.91479"
- y2="122.36016" />
+ x1="13.5"
+ y1="57.827747"
+ x2="11.472005"
+ y2="53.875874" />
<linearGradient
- id="linearGradient81805">
+ id="linearGradient13998-7">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop14000-1"
offset="0"
- id="stop81807" />
+ style="stop-color:#f57d07;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop14002-0"
offset="1"
- id="stop81809" />
+ style="stop-color:white;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13973-1"
- id="linearGradient27771-3"
+ xlink:href="#linearGradient13998-7"
+ id="linearGradient26284-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(19.367382,0)"
- x1="112.18942"
- y1="114.71685"
- x2="99.628899"
- y2="99.029617" />
- <linearGradient
- id="linearGradient13973-1">
- <stop
- style="stop-color:#3c4c18;stop-opacity:1;"
- offset="0"
- id="stop13975-9" />
- <stop
- style="stop-color:#9aff31;stop-opacity:0;"
- offset="1"
- id="stop13977-7" />
- </linearGradient>
+ x1="-18.600719"
+ y1="501.96539"
+ x2="-26.642899"
+ y2="487.60382" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient27773-8"
+ xlink:href="#linearGradient319-7"
+ id="linearGradient26286-4"
gradientUnits="userSpaceOnUse"
- x1="127.63637"
- y1="114.2303"
- x2="143.69765"
- y2="131.03783" />
+ x1="15.027407"
+ y1="60.637787"
+ x2="13.5"
+ y2="57.750687" />
<linearGradient
- id="linearGradient81820">
+ id="linearGradient319-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81822" />
+ id="stop320-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81824" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient25056-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1297,-948)"
- x1="1663.8125"
- y1="722"
- x2="1661.8125"
- y2="726.37006" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19425-2"
- id="radialGradient25058-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1378252,-0.2988982,2.5269117,1.1651875,-1689.2674,-563.64056)"
- cx="1662.2664"
- cy="722.19189"
- fx="1662.2664"
- fy="722.19189"
- r="5.5" />
- <linearGradient
- id="linearGradient81834">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81836" />
- <stop
- id="stop81838"
- offset="0.63109845"
- style="stop-color:#fffffe;stop-opacity:0.65789473;" />
- <stop
- style="stop-color:#fffffe;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop81840" />
+ id="stop321-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient25060-3"
+ xlink:href="#linearGradient319-7"
+ id="linearGradient26288-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,-1256.7473,-918.72044)"
- x1="1984.3658"
- y1="827.77124"
- x2="1979.2772"
- y2="827.32849" />
- <linearGradient
- id="linearGradient81843">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81845" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81847" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient32241-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
- cx="70.5"
- cy="14.5"
- fx="70.5"
- fy="14.5"
- r="1.5" />
- <linearGradient
- id="linearGradient81850">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop81852" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop81854" />
- </linearGradient>
+ gradientTransform="translate(0.03018343,0.1408617)"
+ x1="-32.067383"
+ y1="490.70178"
+ x2="-22.25"
+ y2="500" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient32243-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5399935,0.3131662,-0.3907892,0.5793905,38.141764,-16.056748)"
- cx="70.470596"
- cy="14.649424"
- fx="70.470596"
- fy="14.649424"
- r="5.5192375" />
+ xlink:href="#linearGradient10069-9-7-4-74-8"
+ id="radialGradient45309-0"
+ cx="336.42892"
+ cy="611.10455"
+ fx="336.42892"
+ fy="611.10455"
+ r="5.9852905"
+ gradientTransform="matrix(1.0070601,0.03386866,-0.03770425,1.1211085,20.665977,-85.772965)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient81857">
+ id="linearGradient10069-9-7-4-74-8">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop81859" />
+ id="stop10071-5-4-5-0-1" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop81861" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53119-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.684011,0.3442329,-1.2972142,1.1562236,739.67527,-1155.7895)"
- cx="975.50568"
- cy="690.68732"
- fx="975.50568"
- fy="690.68732"
- r="2.333364" />
- <linearGradient
- id="linearGradient81864">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81866" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81868" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient53121-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.821004,429.95027,-161.55482)"
- x1="108.71671"
- y1="171.25618"
- x2="105.85706"
- y2="168.04703" />
- <linearGradient
- id="linearGradient81871">
- <stop
- id="stop81873"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop81875"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient53123-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.8956408,540.31118,-183.20693)"
- x1="-26.313976"
- y1="178.07901"
- x2="-28.432825"
- y2="175.87964" />
- <linearGradient
- id="linearGradient81878">
- <stop
- style="stop-color:#932200;stop-opacity:1;"
- offset="0"
- id="stop81880" />
- <stop
- style="stop-color:#f8420a;stop-opacity:1;"
- offset="1"
- id="stop81882" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53125-7"
- gradientUnits="userSpaceOnUse"
- x1="510.29913"
- y1="-20.435461"
- x2="505.9494"
- y2="-17.546936" />
- <linearGradient
- id="linearGradient81885">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81887" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81889" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient53127-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,-346.7085,428.4841)"
- x1="352.98236"
- y1="314.11398"
- x2="353.72073"
- y2="297.92099" />
- <linearGradient
- id="linearGradient81892">
- <stop
- id="stop81894"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop81896"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask38474-6">
- <rect
- style="fill:url(#linearGradient38478-7);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect38476-5"
- width="15"
- height="15"
- x="343.01611"
- y="174.99901" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient38478-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(254.01612,-211.00101)"
- x1="96.824379"
- y1="393.90298"
- x2="94.246101"
- y2="391.21976" />
- <linearGradient
- id="linearGradient81901">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81903" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81905" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13938-9"
- id="linearGradient53129-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="362.79037"
- y1="-159.88834"
- x2="373.83752"
- y2="-150.41035" />
- <linearGradient
- id="linearGradient81908">
- <stop
- id="stop81910"
- offset="0"
- style="stop-color:#6e0c00;stop-opacity:1;" />
- <stop
- id="stop81912"
- offset="1"
- style="stop-color:#ee3800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53131-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9900316,0,0,1,2.450297,0.00704954)"
- x1="343.51892"
- y1="175.19124"
- x2="350.97491"
- y2="183.3365" />
- <linearGradient
- id="linearGradient81915">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81917" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81919" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53133-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.684011,0.3442329,-1.2972142,1.1562236,739.67527,-1155.7895)"
- cx="975.50568"
- cy="690.68732"
- fx="975.50568"
- fy="690.68732"
- r="2.333364" />
- <linearGradient
- id="linearGradient81922">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81924" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81926" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient53135-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.821004,429.95027,-161.55482)"
- x1="108.71671"
- y1="171.25618"
- x2="105.85706"
- y2="168.04703" />
- <linearGradient
- id="linearGradient81929">
- <stop
- id="stop81931"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop81933"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient53137-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.8956408,540.31118,-183.20693)"
- x1="-26.313976"
- y1="178.07901"
- x2="-28.432825"
- y2="175.87964" />
- <linearGradient
- id="linearGradient81936">
- <stop
- style="stop-color:#932200;stop-opacity:1;"
- offset="0"
- id="stop81938" />
- <stop
- style="stop-color:#f8420a;stop-opacity:1;"
- offset="1"
- id="stop81940" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53139-9"
- gradientUnits="userSpaceOnUse"
- x1="510.29913"
- y1="-20.435461"
- x2="505.9494"
- y2="-17.546936" />
- <linearGradient
- id="linearGradient81943">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81945" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81947" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53141-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.684011,0.3442329,-1.2972142,1.1562236,739.67527,-1155.7895)"
- cx="975.50568"
- cy="690.68732"
- fx="975.50568"
- fy="690.68732"
- r="2.333364" />
- <linearGradient
- id="linearGradient81950">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop81952" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop81954" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient53143-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.821004,429.95027,-161.55482)"
- x1="108.71671"
- y1="171.25618"
- x2="105.85706"
- y2="168.04703" />
- <linearGradient
- id="linearGradient81957">
- <stop
- id="stop81959"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop81961"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient53145-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.8956408,540.31118,-183.20693)"
- x1="-26.313976"
- y1="178.07901"
- x2="-28.432825"
- y2="175.87964" />
- <linearGradient
- id="linearGradient81964">
- <stop
- style="stop-color:#932200;stop-opacity:1;"
- offset="0"
- id="stop81966" />
- <stop
- style="stop-color:#f8420a;stop-opacity:1;"
- offset="1"
- id="stop81968" />
+ id="stop10073-43-0-5-9-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53147-8"
+ xlink:href="#linearGradient319-9-1-2"
+ id="linearGradient42965-7-9"
gradientUnits="userSpaceOnUse"
- x1="510.29913"
- y1="-20.435461"
- x2="505.9494"
- y2="-17.546936" />
+ gradientTransform="translate(301.02752,449.99999)"
+ x1="25.963812"
+ y1="155.66899"
+ x2="29.972469"
+ y2="168" />
<linearGradient
- id="linearGradient81971">
+ id="linearGradient319-9-1-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop81973" />
+ id="stop320-92-1-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop81975" />
+ id="stop321-55-5-8" />
</linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask57450-7">
- <rect
- y="154.99899"
- x="326.00305"
- height="15"
- width="15"
- id="rect57452-2"
- style="fill:url(#linearGradient57454-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </mask>
- <linearGradient
+ <filter
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient57454-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(258.00306,-231.00101)"
- x1="75.25"
- y1="393.25"
- x2="73.5"
- y2="391.5" />
- <linearGradient
- id="linearGradient81980">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop81982" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop81984" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask32294-2">
- <rect
- y="323"
- x="134"
- height="16"
- width="9"
- id="rect32296-5"
- style="fill:url(#linearGradient32298-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </mask>
+ id="filter24186-3-2-5"
+ x="-0.12810811"
+ width="1.2562162"
+ y="-0.11285714"
+ height="1.2257143"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="0.395"
+ id="feGaussianBlur24188-3-7-6" />
+ </filter>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient32298-1"
+ xlink:href="#linearGradient1610-06-1-5"
+ id="linearGradient42967-6-4"
gradientUnits="userSpaceOnUse"
- x1="-117.5"
- y1="431.5"
- x2="-119.5"
- y2="429.5"
- gradientTransform="translate(258,-96.99999)" />
+ x1="335.96875"
+ y1="607.09375"
+ x2="337.04251"
+ y2="628.20752" />
<linearGradient
- id="linearGradient81989">
+ id="linearGradient1610-06-1-5">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop81991" />
+ id="stop1611-8-4-2" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop81993" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient42459-3"
- id="linearGradient53149-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(220,-20.00667)"
- x1="29.4034"
- y1="100.99999"
- x2="34.095703"
- y2="101.15624" />
- <linearGradient
- id="linearGradient81996">
- <stop
- style="stop-color:#e7dfab;stop-opacity:1;"
- offset="0"
- id="stop81998" />
- <stop
- style="stop-color:#af9d33;stop-opacity:1;"
- offset="1"
- id="stop82000" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient22562-6"
- id="linearGradient53151-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
- x1="20.125"
- y1="88.642494"
- x2="34.125"
- y2="104.89799" />
- <linearGradient
- id="linearGradient82003">
- <stop
- style="stop-color:#001e50;stop-opacity:1;"
- offset="0"
- id="stop82005" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop82007" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53153-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6595012,0.7907318,-0.8990144,0.7498135,144.69896,-187.59854)"
- cx="261.98364"
- cy="74.083908"
- fx="261.98364"
- fy="74.083908"
- r="3.5" />
- <linearGradient
- id="linearGradient82010">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82012" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82014" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53155-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.75,0,0,0.7516675,115.625,254.97076)"
- x1="27.166666"
- y1="90.504448"
- x2="35.166668"
- y2="101.14744" />
- <linearGradient
- id="linearGradient82017">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82019" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82021" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient53157-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.53241"
- cy="500.20956"
- fx="75.53241"
- fy="500.20956"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82024">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82026" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82028" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53159-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1055676,0.08927896,-0.05295416,1.2488779,-134.03789,-95.726825)"
- cx="135.14931"
- cy="332.10181"
- fx="135.14931"
- fy="332.10181"
- r="3.5" />
- <linearGradient
- id="linearGradient82031">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82033" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82035" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient53161-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-112,237.00668)"
- x1="250.5"
- y1="90.253998"
- x2="250.5"
- y2="95.252274" />
- <linearGradient
- id="linearGradient82038">
- <stop
- id="stop82040"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop82042"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53163-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1055676,0.08927896,-0.05295416,1.2488779,-134.03789,-95.726825)"
- cx="140.33667"
- cy="333.05716"
- fx="140.33667"
- fy="333.05716"
- r="3.5" />
- <linearGradient
- id="linearGradient82045">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82047" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82049" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient53165-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.684011,0.3442329,-1.2972142,1.1562236,739.67527,-1155.7895)"
- cx="975.50568"
- cy="690.68732"
- fx="975.50568"
- fy="690.68732"
- r="2.333364" />
- <linearGradient
- id="linearGradient82052">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82054" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82056" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient53167-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.821004,429.95027,-161.55482)"
- x1="108.71671"
- y1="171.25618"
- x2="105.85706"
- y2="168.04703" />
- <linearGradient
- id="linearGradient82059">
- <stop
- id="stop82061"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop82063"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient53169-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8008385,0,0,0.8956408,540.31118,-183.20693)"
- x1="-26.313976"
- y1="178.07901"
- x2="-28.432825"
- y2="175.87964" />
- <linearGradient
- id="linearGradient82066">
- <stop
- style="stop-color:#932200;stop-opacity:1;"
- offset="0"
- id="stop82068" />
- <stop
- style="stop-color:#f8420a;stop-opacity:1;"
- offset="1"
- id="stop82070" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient53171-4"
- gradientUnits="userSpaceOnUse"
- x1="510.29913"
- y1="-20.435461"
- x2="505.9494"
- y2="-17.546936" />
- <linearGradient
- id="linearGradient82073">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82075" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82077" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient33427-3"
- gradientUnits="userSpaceOnUse"
- x1="124.40742"
- y1="111.98244"
- x2="136.04924"
- y2="121.25749" />
- <linearGradient
- id="linearGradient82080">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop82082" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop82084" />
+ id="stop1612-1-2-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient33429-7"
+ xlink:href="#linearGradient319-12-5"
+ id="linearGradient42487-4-5"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="117.26753"
+ x1="130.39502"
+ y1="116.31751"
x2="140.66667"
y2="125.94853" />
<linearGradient
- id="linearGradient82087">
+ id="linearGradient319-12-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82089" />
+ id="stop320-34-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82091" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23178-7"
- id="linearGradient50870-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(2e-6,0)"
- x1="-22.902081"
- y1="448"
- x2="-14.000002"
- y2="448" />
- <linearGradient
- id="linearGradient82094">
- <stop
- style="stop-color:#ff992b;stop-opacity:1;"
- offset="0"
- id="stop82096" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82098" />
+ id="stop321-81-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient31356-4"
- id="linearGradient33831-2"
+ xlink:href="#linearGradient15425-8-7"
+ id="linearGradient42489-5-9"
gradientUnits="userSpaceOnUse"
- x1="134.00002"
- y1="116"
- x2="142.00002"
- y2="108" />
- <linearGradient
- id="linearGradient31356-4">
- <stop
- id="stop31358-9"
- offset="0"
- style="stop-color:#1a1a1a;stop-opacity:1" />
- <stop
- id="stop31360-3"
- offset="1"
- style="stop-color:#1a1a1a;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient33833-8"
- gradientUnits="userSpaceOnUse"
- x1="124.75568"
- y1="112.24533"
- x2="132.97911"
- y2="120.16792" />
+ x1="123.26987"
+ y1="108.56933"
+ x2="138.25778"
+ y2="124.59384" />
<linearGradient
- id="linearGradient82105">
+ id="linearGradient15425-8-7">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#8c0000;stop-opacity:1;"
offset="0"
- id="stop82107" />
+ id="stop15427-5-9" />
<stop
- style="stop-color:#000000;stop-opacity:0;"
+ style="stop-color:#c80000;stop-opacity:0;"
offset="1"
- id="stop82109" />
+ id="stop15429-7-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient33835-8"
+ xlink:href="#linearGradient319-12-5"
+ id="linearGradient42491-0-9"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="117.26753"
+ x1="130.39502"
+ y1="116.31751"
x2="140.66667"
y2="125.94853" />
<linearGradient
- id="linearGradient82112">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82114" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82116" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient33585-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7071068,-0.7071068,0.7071067,0.7071067,-140.04288,401.30258)"
- x1="458.99997"
- y1="89.363937"
- x2="452.63602"
- y2="90.071045" />
- <linearGradient
- id="linearGradient82119">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop82121" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop82123" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask25369-0">
- <g
- id="g25371-4"
- transform="translate(-21,-21)">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient25381-1);fill-rule:evenodd;stroke:none"
- d="m 341,302 8,8 -8,8 0,-16 z"
- id="path25373-4"
- sodipodi:nodetypes="cccc"
- inkscape:transform-center-x="4" />
- <path
- inkscape:connector-curvature="0"
- inkscape:transform-center-y="-4"
- sodipodi:nodetypes="cccc"
- id="path25375-7"
- d="m 357,302 -8,8 -8,-8 16,0 z"
- style="fill:url(#linearGradient25383-1);fill-rule:evenodd;stroke:none" />
- <path
- inkscape:connector-curvature="0"
- inkscape:transform-center-x="-4"
- sodipodi:nodetypes="cccc"
- id="path25377-6"
- d="m 357,318 -8,-8 8,-8 0,16 z"
- style="fill:url(#linearGradient25385-7);fill-rule:evenodd;stroke:none" />
- <path
- inkscape:connector-curvature="0"
- inkscape:transform-center-y="4"
- sodipodi:nodetypes="cccc"
- id="path25379-6"
- d="m 341,318 8,-8 8,8 -16,0 z"
- style="fill:url(#linearGradient25387-5);fill-rule:evenodd;stroke:none" />
- </g>
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25381-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,21)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82132">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82134" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82136" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25383-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,638,-40)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82139">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82141" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82143" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25385-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,699,599)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82146">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82148" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82150" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25387-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,60,660)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82153">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82155" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82157" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24523-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.3879142,0,8.9286134e-8,1.4423572,-101.87942,-32.970267)"
- cx="259.55096"
- cy="77.188034"
- fx="259.55096"
- fy="77.188034"
- r="3.5" />
- <linearGradient
- id="linearGradient82160">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82162" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82164" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient24519-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6691529,0,4.3047361e-8,0.6954014,84.50351,24.951375)"
- cx="259.02887"
- cy="77.962585"
- fx="259.02887"
- fy="77.962585"
- r="3.5" />
- <linearGradient
- id="linearGradient82167">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82169" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82171" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient24511-7"
- gradientUnits="userSpaceOnUse"
- x1="270.66064"
- y1="68.113258"
- x2="257.38638"
- y2="81.382545" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient24513-6"
- gradientUnits="userSpaceOnUse"
- x1="256.90005"
- y1="80.100891"
- x2="262.43726"
- y2="74.562462" />
- <linearGradient
- id="linearGradient82181">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82183" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82185" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient24515-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82188">
- <stop
- id="stop82190"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop82192"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient24517-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82195">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82197" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82199" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask18634-9">
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccscc"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 207,134 0,14 11,0 0,-7.5625 c -1.97252,-0.24738 -3.5,-1.89814 -3.5,-3.9375 0,-0.94675 0.35614,-1.81444 0.90625,-2.5 L 207,134 z"
- id="path18636-6" />
- </mask>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient37472-6"
+ xlink:href="#linearGradient15425-8-7"
+ id="linearGradient17232-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.5,115.5045)"
- x1="254.19829"
- y1="2.1803131"
- x2="277.86761"
- y2="29.392145" />
- <linearGradient
- id="linearGradient82204">
- <stop
- id="stop82206"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82208"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37475-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(124,-102.00001)"
- x1="85.1875"
- y1="239.125"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient82215">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82217" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82219" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath18524-3">
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(-1.1435655,0,0,1.1436475,512.11415,45.72091)"
- d="m 262,78.5 a 3.5,3.5 0 1 1 -7,0 3.5,3.5 0 1 1 7,0 z"
- sodipodi:ry="3.5"
- sodipodi:rx="3.5"
- sodipodi:cy="78.5"
- sodipodi:cx="258.5"
- id="path18526-1"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.69954133;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;display:inline"
- sodipodi:type="arc"
- inkscape:transform-center-x="-6.3473305"
- inkscape:transform-center-y="-6.3853012" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient37477-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-32.5,115.5045)"
- x1="261.83936"
- y1="11.593864"
- x2="275.62497"
- y2="26.679274" />
- <linearGradient
- id="linearGradient82224">
- <stop
- id="stop82226"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82228"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37479-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(124,-102.00001)"
- x1="85.1875"
- y1="239.125"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient82235">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82237" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82239" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient37481-5"
- gradientUnits="userSpaceOnUse"
- x1="270.60007"
- y1="68.519989"
- x2="258.00165"
- y2="81.245804" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37483-3"
- gradientUnits="userSpaceOnUse"
- x1="256.67459"
- y1="80.395966"
- x2="262.88068"
- y2="74.415245" />
- <linearGradient
- id="linearGradient82249">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82251" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82253" />
- </linearGradient>
+ x1="123.26987"
+ y1="108.56933"
+ x2="141.64546"
+ y2="130.81215" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37485-5"
+ xlink:href="#linearGradient319-35-31-8"
+ id="radialGradient37501-4-6-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4829018,0,0,0.4829018,133.47136,40.782399)"
- cx="257.35309"
- cy="79.598709"
- fx="257.35309"
- fy="79.598709"
- r="3.779551" />
+ gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
+ cx="135.83771"
+ cy="117.97826"
+ fx="135.83771"
+ fy="117.97826"
+ r="8" />
<linearGradient
- id="linearGradient82256">
+ id="linearGradient319-35-31-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82258" />
+ id="stop320-38-14-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82260" />
+ id="stop321-94-6-3" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient37487-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
<linearGradient
- id="linearGradient82263">
- <stop
- id="stop82265"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop82267"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient37489-3"
+ xlink:href="#linearGradient319-35-31-8"
+ id="linearGradient37503-1-1-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82270">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82272" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82274" />
- </linearGradient>
+ x1="121.19734"
+ y1="105.94044"
+ x2="148.06364"
+ y2="137.6748" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37491-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.5793179,0,-1.0159927e-7,-1.6412688,666.67947,207.37331)"
- cx="258.47122"
- cy="78.512764"
- fx="258.47122"
- fy="78.512764"
- r="3.5" />
- <linearGradient
- id="linearGradient82277">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82279" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82281" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient37493-4"
- gradientUnits="userSpaceOnUse"
- x1="270.66064"
- y1="68.113258"
- x2="257.38638"
- y2="81.382545" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37495-4"
+ xlink:href="#linearGradient319-35-08-1"
+ id="radialGradient37501-4-9-0"
gradientUnits="userSpaceOnUse"
- x1="256.38586"
- y1="80.515495"
- x2="262.43726"
- y2="74.562462" />
+ gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
+ cx="135.83771"
+ cy="117.97826"
+ fx="135.83771"
+ fy="117.97826"
+ r="8" />
<linearGradient
- id="linearGradient82291">
+ id="linearGradient319-35-08-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82293" />
+ id="stop320-38-1-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82295" />
+ id="stop321-94-1-0" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient37497-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
<linearGradient
- id="linearGradient82298">
- <stop
- id="stop82300"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop82302"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient37499-0"
+ xlink:href="#linearGradient319-35-08-1"
+ id="linearGradient37503-1-9-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82305">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82307" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82309" />
- </linearGradient>
+ x1="121.19734"
+ y1="105.94044"
+ x2="148.06364"
+ y2="137.6748" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37501-3"
+ xlink:href="#linearGradient319-35-0"
+ id="radialGradient37501-4-64"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
cx="135.83771"
@@ -34871,1102 +18143,424 @@
fy="117.97826"
r="8" />
<linearGradient
- id="linearGradient82312">
+ id="linearGradient319-35-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82314" />
+ id="stop320-38-15" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82316" />
+ id="stop321-94-19" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37503-7"
+ xlink:href="#linearGradient319-35-0"
+ id="linearGradient37503-1-7"
gradientUnits="userSpaceOnUse"
x1="121.19734"
y1="105.94044"
x2="148.06364"
y2="137.6748" />
<linearGradient
- id="linearGradient82319">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82321" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82323" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient37505-6"
- gradientUnits="userSpaceOnUse"
- x1="270.66064"
- y1="68.113258"
- x2="257.38638"
- y2="81.382545" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37507-7"
- gradientUnits="userSpaceOnUse"
- x1="256.38586"
- y1="80.515495"
- x2="262.43726"
- y2="74.562462" />
- <linearGradient
- id="linearGradient82333">
+ id="linearGradient18105-2-9">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop18107-8-4"
offset="0"
- id="stop82335" />
+ style="stop-color:#162d50;stop-opacity:1" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop18109-1-4"
offset="1"
- id="stop82337" />
+ style="stop-color:#1e3e70;stop-opacity:0;" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient37509-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
<linearGradient
- id="linearGradient82340">
+ id="linearGradient15531-9-5">
<stop
- id="stop82342"
+ style="stop-color:#20539d;stop-opacity:1"
offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
+ id="stop15534-1-3" />
<stop
- id="stop82344"
+ style="stop-color:#bdc9df;stop-opacity:1"
offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
+ id="stop15537-7-5" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient37511-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
<linearGradient
- id="linearGradient82347">
+ id="linearGradient23974-27-5">
<stop
- style="stop-color:#fc6b58;stop-opacity:1;"
+ id="stop23976-25-8"
offset="0"
- id="stop82349" />
+ style="stop-color:#2561b7;stop-opacity:1;" />
<stop
- style="stop-color:#fc6b58;stop-opacity:0;"
+ id="stop23978-48-3"
offset="1"
- id="stop82351" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37513-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.3336259,0,-8.5793649e-8,-1.3859393,603.17514,187.32668)"
- cx="258.47122"
- cy="78.512764"
- fx="258.47122"
- fy="78.512764"
- r="3.5" />
<linearGradient
- id="linearGradient82354">
+ id="linearGradient27277-1-8">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop27279-5-2"
offset="0"
- id="stop82356" />
+ style="stop-color:#444444;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop27281-4-1"
offset="1"
- id="stop82358" />
+ style="stop-color:#adadad;stop-opacity:1" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37515-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.3648614,0,-8.7803051e-8,-1.4184,611.24862,189.87526)"
- cx="258.47122"
- cy="78.512764"
- fx="258.47122"
- fy="78.512764"
- r="3.5" />
<linearGradient
- id="linearGradient82361">
+ id="linearGradient21327-63-5">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#1e3e70;stop-opacity:1;"
offset="0"
- id="stop82363" />
+ id="stop21329-9-2" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#1e3e70;stop-opacity:0;"
offset="1"
- id="stop82365" />
+ id="stop21331-6-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient34157-8"
- id="linearGradient37517-0"
- gradientUnits="userSpaceOnUse"
- x1="270.66064"
- y1="68.113258"
- x2="257.38638"
- y2="81.382545" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37519-1"
- gradientUnits="userSpaceOnUse"
- x1="256.38586"
- y1="80.515495"
- x2="262.43726"
- y2="74.562462" />
- <linearGradient
- id="linearGradient82375">
+ id="linearGradient27301-6-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82377" />
+ id="stop27303-3-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82379" />
+ id="stop27305-7-4" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient37521-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
<linearGradient
- id="linearGradient82382">
- <stop
- id="stop82384"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop82386"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient37523-6"
+ xlink:href="#linearGradient15530-7"
+ id="linearGradient15537-5"
+ x1="223.00443"
+ y1="252.2876"
+ x2="222.72559"
+ y2="247.07268"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82389">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82391" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82393" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask25561-0">
- <g
- transform="translate(-21,-21)"
- id="g25563-6">
- <path
- inkscape:connector-curvature="0"
- inkscape:transform-center-x="4"
- sodipodi:nodetypes="cccc"
- id="path25565-2"
- d="m 341,302 8,8 -8,8 0,-16 z"
- style="fill:url(#linearGradient25573-0);fill-rule:evenodd;stroke:none" />
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient25575-9);fill-rule:evenodd;stroke:none"
- d="m 357,302 -8,8 -8,-8 16,0 z"
- id="path25567-6"
- sodipodi:nodetypes="cccc"
- inkscape:transform-center-y="-4" />
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient25577-4);fill-rule:evenodd;stroke:none"
- d="m 357,318 -8,-8 8,-8 0,16 z"
- id="path25569-8"
- sodipodi:nodetypes="cccc"
- inkscape:transform-center-x="-4" />
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient25579-5);fill-rule:evenodd;stroke:none"
- d="m 341,318 8,-8 8,8 -16,0 z"
- id="path25571-5"
- sodipodi:nodetypes="cccc"
- inkscape:transform-center-y="4" />
- </g>
- </mask>
+ gradientTransform="translate(-1.1092502,-0.02900917)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25573-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1,21)"
- x1="342"
- y1="288.5"
- x2="344.01321"
- y2="288.5" />
- <linearGradient
- id="linearGradient82402">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82404" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82406" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25575-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,638,-40)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82409">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82411" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82413" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25577-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,699,599)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82416">
+ id="linearGradient15530-7">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#16396d;stop-opacity:1"
offset="0"
- id="stop82418" />
+ id="stop15533-4" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#739ad4;stop-opacity:1"
offset="1"
- id="stop82420" />
+ id="stop15535-4" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient25579-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,60,660)"
- x1="342"
- y1="288.5"
- x2="344.5"
- y2="288.5" />
- <linearGradient
- id="linearGradient82423">
+ id="linearGradient37542-40-9">
<stop
- style="stop-color:black;stop-opacity:1;"
+ id="stop37544-6-0"
offset="0"
- id="stop82425" />
+ style="stop-color:#2561b7;stop-opacity:1" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop37546-3-3"
offset="1"
- id="stop82427" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30124-2"
- id="linearGradient37525-2"
- gradientUnits="userSpaceOnUse"
- x1="337.34329"
- y1="43.328976"
- x2="330.27045"
- y2="35.276588" />
- <linearGradient
- id="linearGradient82430">
- <stop
- style="stop-color:#1d4a8c;stop-opacity:1;"
- offset="0"
- id="stop82432" />
- <stop
- style="stop-color:#c1d4f2;stop-opacity:1;"
- offset="1"
- id="stop82434" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37527-1"
- gradientUnits="userSpaceOnUse"
- x1="329.9158"
- y1="35.5"
- x2="335.27429"
- y2="41.570362" />
- <linearGradient
- id="linearGradient82437">
+ id="linearGradient319-84-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82439" />
+ id="stop320-78-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82441" />
+ id="stop321-30-96" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37529-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0028571,0,0,0.9943503,-0.4404318,0.129119)"
- x1="166.89752"
- y1="9.0567484"
- x2="193.26451"
- y2="38.642647" />
- <linearGradient
- id="linearGradient82444">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82446" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82448" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37531-7"
- gradientUnits="userSpaceOnUse"
- x1="127.93343"
- y1="122.8346"
- x2="133.77768"
- y2="116.99384" />
- <linearGradient
- id="linearGradient82451">
+ id="linearGradient319-84-3-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82453" />
+ id="stop320-78-3-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82455" />
+ id="stop321-30-9-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37533-7"
+ xlink:href="#linearGradient38342-8"
+ id="linearGradient15502-8"
gradientUnits="userSpaceOnUse"
- x1="141.60255"
- y1="108.39205"
- x2="132"
- y2="118.66972" />
- <linearGradient
- id="linearGradient82458">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82460" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82462" />
- </linearGradient>
+ gradientTransform="matrix(1.1386698,0,0,1.1421744,-30.9218,-35.447285)"
+ x1="214.40482"
+ y1="253.6573"
+ x2="225.75406"
+ y2="244.98485" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37535-0"
- gradientUnits="userSpaceOnUse"
- x1="122.86111"
- y1="127.14286"
- x2="133.77768"
- y2="116.99384" />
- <linearGradient
- id="linearGradient82465">
+ id="linearGradient38342-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82467" />
+ id="stop38344-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82469" />
+ id="stop38346-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37537-1"
+ xlink:href="#linearGradient15482-65"
+ id="linearGradient15474-9"
gradientUnits="userSpaceOnUse"
- x1="141.60255"
- y1="108.39205"
- x2="132"
- y2="118.66972" />
+ gradientTransform="matrix(0.625,0,0,1,355.875,184)"
+ x1="-174.15565"
+ y1="68.784225"
+ x2="-185.42635"
+ y2="63.762562" />
<linearGradient
- id="linearGradient82472">
+ id="linearGradient15482-65">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop15484-4"
offset="0"
- id="stop82474" />
+ style="stop-color:#2869ab;stop-opacity:1" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop15486-2"
offset="1"
- id="stop82476" />
+ style="stop-color:#a7c8f0;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37539-8"
+ xlink:href="#linearGradient319-6-11"
+ id="linearGradient15467-9"
gradientUnits="userSpaceOnUse"
- x1="266"
- y1="659"
- x2="285"
- y2="659" />
+ gradientTransform="matrix(0.56865388,0,0,0.77023595,345.79076,197.07321)"
+ x1="-182.5201"
+ y1="63.631611"
+ x2="-170.82031"
+ y2="62.441177" />
<linearGradient
- id="linearGradient82479">
+ id="linearGradient319-6-11">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82481" />
+ id="stop320-73-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82483" />
+ id="stop321-51-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35391-3"
- id="linearGradient37541-0"
- gradientUnits="userSpaceOnUse"
- x1="244.21062"
- y1="600.74884"
- x2="244.21062"
- y2="602.96759" />
- <linearGradient
- id="linearGradient82486">
- <stop
- id="stop82488"
- offset="0"
- style="stop-color:#322800;stop-opacity:1;" />
- <stop
- id="stop82490"
- offset="1"
- style="stop-color:#6e4800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient35407-8"
- id="linearGradient37543-5"
- gradientUnits="userSpaceOnUse"
- x1="235.29379"
- y1="588.43396"
- x2="245.93307"
- y2="604.52502" />
- <linearGradient
- id="linearGradient35407-8">
- <stop
- id="stop35409-6"
- offset="0"
- style="stop-color:#a17306;stop-opacity:1;" />
- <stop
- style="stop-color:#cca649;stop-opacity:1;"
- offset="0.43277758"
- id="stop35411-4" />
- <stop
- id="stop35413-9"
- offset="1"
- style="stop-color:#f9f5e9;stop-opacity:1;" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask82497">
- <rect
- style="fill:url(#linearGradient13046-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect82499"
- width="7"
- height="8"
- x="276"
- y="-12" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient82501"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(360,-161.99999)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
- <linearGradient
- id="linearGradient82503">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82505" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82507" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask82509">
- <rect
- y="4.0625"
- x="276"
- height="8"
- width="7"
- id="rect82511"
- style="fill:url(#linearGradient13056-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="scale(1,-1)" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient82513"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(360,-145.93749)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
- <linearGradient
- id="linearGradient82515">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82517" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82519" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask24466-3">
- <rect
- transform="scale(1,-1)"
- style="fill:url(#linearGradient24470-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect24468-6"
- width="7"
- height="9"
- x="276"
- y="4.0625" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient24470-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(360,-142.95536)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
+ xlink:href="#linearGradient15595-7"
+ id="linearGradient15601-9"
+ x1="248.04936"
+ y1="256.02081"
+ x2="238.4982"
+ y2="243.66418"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient82524">
+ id="linearGradient15595-7">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#1b4685;stop-opacity:1;"
offset="0"
- id="stop82526" />
+ id="stop15597-5" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#183e75;stop-opacity:0;"
offset="1"
- id="stop82528" />
+ id="stop15599-3" />
</linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask24456-5">
- <rect
- y="108"
- x="299"
- height="17"
- width="7"
- id="rect24458-9"
- style="fill:url(#linearGradient24460-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000000999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- mask="none" />
- </mask>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient24460-6"
+ y2="65.529938"
+ x2="-162.92078"
+ y1="62.360832"
+ x1="-191.30537"
+ gradientTransform="matrix(0.56865388,0,0,0.9414558,346.44835,191.39968)"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(383,-37.999994)"
- x1="-80"
- y1="151"
- x2="-80"
- y2="152.24998" />
+ id="linearGradient15576-5"
+ xlink:href="#linearGradient319-6-1-5"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient82533">
+ id="linearGradient319-6-1-5">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82535" />
+ id="stop320-73-4-5" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82537" />
+ id="stop321-51-8-0" />
</linearGradient>
<linearGradient
+ gradientTransform="translate(-0.04936017,-0.02079917)"
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37545-1"
- gradientUnits="userSpaceOnUse"
- x1="510.25"
- y1="36"
- x2="494"
- y2="36"
- gradientTransform="matrix(-1,0,0,1,992,0)" />
- <linearGradient
- id="linearGradient82540">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82542" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82544" />
- </linearGradient>
+ xlink:href="#linearGradient15614-7"
+ id="linearGradient15620-8"
+ x1="194.98087"
+ y1="238.83058"
+ x2="195.88264"
+ y2="253.1198"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37547-0"
- gradientUnits="userSpaceOnUse"
- x1="492"
- y1="33"
- x2="503"
- y2="43"
- gradientTransform="matrix(-1,0,0,1,992,0)" />
- <linearGradient
- id="linearGradient82547">
+ id="linearGradient15614-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82549" />
+ id="stop15616-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82551" />
+ id="stop15618-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37549-5"
+ xlink:href="#linearGradient1610-64-7"
+ id="linearGradient42432-3-3"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,551,105)"
- x1="497.3125"
- y1="35"
- x2="483"
- y2="35" />
+ x1="248.20378"
+ y1="275.71143"
+ x2="238.40068"
+ y2="262.12378" />
<linearGradient
- id="linearGradient82554">
+ id="linearGradient1610-64-7">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop82556" />
+ id="stop1611-8-1" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop82558" />
+ id="stop1612-29-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37551-5"
+ xlink:href="#linearGradient15275-9"
+ id="linearGradient15281-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,551,105)"
- x1="497.3125"
- y1="35"
- x2="483"
- y2="35" />
+ x1="238.25577"
+ y1="263.93561"
+ x2="244.04422"
+ y2="281.74426" />
<linearGradient
- id="linearGradient82561">
+ id="linearGradient15275-9">
<stop
- style="stop-color:black;stop-opacity:1;"
+ id="stop15277-2"
offset="0"
- id="stop82563" />
+ style="stop-color:black;stop-opacity:1;" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop15279-1"
offset="1"
- id="stop82565" />
+ style="stop-color:white;stop-opacity:1;" />
</linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath42711-8-1">
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect42713-4-3"
+ width="8.7252884"
+ height="17.464855"
+ x="127.4093"
+ y="214.76154" />
+ </clipPath>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37553-8"
- gradientUnits="userSpaceOnUse"
- x1="86.248604"
- y1="32"
- x2="68"
- y2="12" />
+ xlink:href="#linearGradient15361-7"
+ id="linearGradient15368-7"
+ x1="132.26923"
+ y1="125.62637"
+ x2="132.11778"
+ y2="119.48639"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient82568">
+ id="linearGradient15361-7">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#2766a6;stop-opacity:1;"
offset="0"
- id="stop82570" />
+ id="stop15363-7" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#6ba2e5;stop-opacity:1;"
offset="1"
- id="stop82572" />
+ id="stop15365-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37555-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,1)"
- x1="81"
- y1="27"
- x2="64.5"
- y2="9.0000019" />
+ xlink:href="#linearGradient15320-0"
+ id="linearGradient15326-8"
+ x1="134.91025"
+ y1="122.37094"
+ x2="129.09338"
+ y2="113.63851"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient82575">
+ id="linearGradient15320-0">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#0868f5;stop-opacity:1;"
offset="0"
- id="stop82577" />
+ id="stop15322-3" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#fbfdfe;stop-opacity:1;"
offset="1"
- id="stop82579" />
+ id="stop15324-8" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient37557-1"
- gradientUnits="userSpaceOnUse"
- x1="70.78582"
- y1="15.659542"
- x2="79.465332"
- y2="24.480759" />
- <linearGradient
- id="linearGradient82582">
+ id="linearGradient23974-0-2">
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop23976-22-8"
offset="0"
- id="stop82584" />
+ style="stop-color:#2561b7;stop-opacity:1;" />
<stop
- style="stop-color:white;stop-opacity:0;"
+ id="stop23978-4-5"
offset="1"
- id="stop82586" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="radialGradient37559-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5997527,0.4726093,-0.6665451,0.8458611,35.480681,-28.765852)"
- cx="63.013588"
- cy="14.60904"
- fx="63.013588"
- fy="14.60904"
- r="6.5" />
<linearGradient
- id="linearGradient82589">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82591" />
+ id="linearGradient31320-4-3">
<stop
style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82593" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37571-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8666667,0,0,0.9166667,406.13333,-443.79167)"
- x1="108"
- y1="500"
- x2="54.8125"
- y2="500" />
- <linearGradient
- id="linearGradient82596">
- <stop
- style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop82598" />
+ id="stop31322-9-2" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:white;stop-opacity:0;"
offset="1"
- id="stop82600" />
+ id="stop31324-3-5" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15809-3"
- id="linearGradient37573-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9971589,396,-484.56523)"
- x1="83.261826"
- y1="502.54196"
- x2="41.311054"
- y2="501.10059" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient37575-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3949409,0.3949425,-0.4243709,0.4254619,321.60762,256.85923)"
- cx="75.95578"
- cy="492.15359"
- fx="75.95578"
- fy="492.15359"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82610">
+ id="linearGradient14262-95-2">
<stop
- id="stop82612"
+ id="stop14264-2-2"
offset="0"
style="stop-color:#2661b6;stop-opacity:1;" />
<stop
- id="stop82614"
+ id="stop14266-7-2"
offset="1"
style="stop-color:#c1d7f8;stop-opacity:0;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37578-6"
- gradientUnits="userSpaceOnUse"
- x1="80.768944"
- y1="504.67188"
- x2="76.885078"
- y2="501.58331" />
- <linearGradient
- id="linearGradient82617">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82619" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82621" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37580-6"
- gradientUnits="userSpaceOnUse"
- x1="89.526657"
- y1="511.42972"
- x2="78.000008"
- y2="501.04794" />
- <linearGradient
- id="linearGradient82624">
+ id="linearGradient319-40-7">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82626" />
+ id="stop320-95-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82628" />
+ id="stop321-16-1" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37582-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2665671,0.04035316,-0.03648524,1.99062,-82.893589,-502.25433)"
- cx="79.959885"
- cy="503.81497"
- fx="79.959885"
- fy="503.81497"
- r="2.9089756" />
<linearGradient
- id="linearGradient82631">
+ id="linearGradient23974-28-0-5">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop23976-64-2-3"
offset="0"
- id="stop82633" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82635" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29149-1"
- id="radialGradient37584-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.217888"
- cy="500.66806"
- fx="75.217888"
- fy="500.66806"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82638">
- <stop
- id="stop82640"
- offset="0"
- style="stop-color:#76adff;stop-opacity:1;" />
- <stop
- id="stop82642"
- offset="1"
- style="stop-color:#a5c9ff;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient37586-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.554794"
- cy="500.26215"
- fx="75.554794"
- fy="500.26215"
- r="3.1650217" />
- <linearGradient
- id="linearGradient82645">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop82647" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop82649" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37588-2"
- gradientUnits="userSpaceOnUse"
- x1="264.10001"
- y1="330.10001"
- x2="264.89999"
- y2="330.89999" />
- <linearGradient
- id="linearGradient82652">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82654" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82656" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14232-2"
- id="linearGradient37590-7"
- gradientUnits="userSpaceOnUse"
- x1="122.38876"
- y1="108.82882"
- x2="133.88583"
- y2="121.20407" />
- <linearGradient
- id="linearGradient82659">
- <stop
- style="stop-color:#fff32a;stop-opacity:1;"
- offset="0"
- id="stop82661" />
- <stop
- style="stop-color:#fff551;stop-opacity:0;"
- offset="1"
- id="stop82663" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient37592-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9995363,0,0,-1.0036971,220.01067,167.35026)"
- x1="51.37524"
- y1="96.955269"
- x2="44.999863"
- y2="103.57072" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15437-2"
- id="linearGradient37594-2"
- gradientUnits="userSpaceOnUse"
- x1="137.88235"
- y1="124.67203"
- x2="131.3092"
- y2="117.24104" />
- <linearGradient
- id="linearGradient82673">
- <stop
- id="stop82675"
- offset="0"
- style="stop-color:#20529e;stop-opacity:1;" />
- <stop
- id="stop82677"
- offset="1"
- style="stop-color:#1d3f71;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37596-4"
- gradientUnits="userSpaceOnUse"
- x1="126.37032"
- y1="110.87843"
- x2="139.86742"
- y2="126.57021" />
- <linearGradient
- id="linearGradient82680">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82682" />
+ style="stop-color:#2561b7;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop23978-5-3-7"
offset="1"
- id="stop82684" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient37608-4"
+ xlink:href="#linearGradient319-23-4"
+ id="radialGradient53141-5-8"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.684011,0.3442329,-1.2972142,1.1562236,739.67527,-1155.7895)"
cx="975.50568"
@@ -35975,20 +18569,20 @@
fy="690.68732"
r="2.333364" />
<linearGradient
- id="linearGradient82687">
+ id="linearGradient319-23-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82689" />
+ id="stop320-65-0" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82691" />
+ id="stop321-3-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient37610-0"
+ xlink:href="#linearGradient23974-48-9"
+ id="linearGradient53143-6-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8008385,0,0,0.821004,429.95027,-161.55482)"
x1="108.71671"
@@ -35996,2410 +18590,666 @@
x2="105.85706"
y2="168.04703" />
<linearGradient
- id="linearGradient82694">
+ id="linearGradient23974-48-9">
<stop
- id="stop82696"
+ id="stop23976-13-7"
offset="0"
style="stop-color:#2561b7;stop-opacity:1;" />
<stop
- id="stop82698"
+ id="stop23978-28-3"
offset="1"
style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient20756-3"
- id="linearGradient37612-8"
+ xlink:href="#linearGradient20756-2-0"
+ id="linearGradient53145-1-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8008385,0,0,0.8956408,540.31118,-183.20693)"
- x1="-26.313976"
- y1="178.07901"
- x2="-28.432825"
- y2="175.87964" />
+ x1="-27.086565"
+ y1="177.33885"
+ x2="-28.929489"
+ y2="175.48488" />
<linearGradient
- id="linearGradient82701">
+ id="linearGradient20756-2-0">
<stop
- style="stop-color:#932200;stop-opacity:1;"
+ style="stop-color:#2968c3;stop-opacity:1;"
offset="0"
- id="stop82703" />
+ id="stop20758-7-2" />
<stop
- style="stop-color:#f8420a;stop-opacity:1;"
+ style="stop-color:#b5ccf0;stop-opacity:1;"
offset="1"
- id="stop82705" />
+ id="stop20760-0-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37614-5"
+ xlink:href="#linearGradient319-23-4"
+ id="linearGradient53147-9-4"
gradientUnits="userSpaceOnUse"
x1="510.29913"
y1="-20.435461"
x2="505.9494"
y2="-17.546936" />
<linearGradient
- id="linearGradient82708">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82710" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82712" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient37636-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,-241.7085,428.4841)"
- x1="387.30396"
- y1="126.23978"
- x2="332.88193"
- y2="123.61623" />
- <linearGradient
- id="linearGradient82715">
- <stop
- id="stop82717"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82719"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient37638-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,-346.7085,428.4841)"
- x1="352.98236"
- y1="314.11398"
- x2="353.72073"
- y2="297.92099" />
- <linearGradient
- id="linearGradient82722">
- <stop
- id="stop82724"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82726"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37640-4"
- gradientUnits="userSpaceOnUse"
- x1="121.19734"
- y1="105.94044"
- x2="148.06364"
- y2="137.6748" />
- <linearGradient
- id="linearGradient82729">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82731" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82733" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient42322-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9995967,0,0,1.0002103,-78.949724,-0.02739749)"
- x1="109.04134"
- y1="75.666725"
- x2="135.45256"
- y2="103.11092" />
- <linearGradient
- id="linearGradient82736">
- <stop
- id="stop82738"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82740"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42324-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1000194,0,0,1.0998287,-4.6508478,-9.2334126)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82743">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82745" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82747" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42326-1"
- gradientUnits="userSpaceOnUse"
- x1="124.8772"
- y1="110.75571"
- x2="133.97179"
- y2="117.77643" />
- <linearGradient
- id="linearGradient82750">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop82752" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop82754" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42328-1"
- gradientUnits="userSpaceOnUse"
- x1="129.32576"
- y1="223.61363"
- x2="123.33967"
- y2="217.06438" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42330-5"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="142.64723"
- y2="129.05313" />
- <linearGradient
- id="linearGradient82764">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82766" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82768" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient42332-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.0041772,0,0,0.9688607,-81.584854,117.13687)"
- x1="-4.9152389"
- y1="252.69086"
- x2="-45.689278"
- y2="252.63284" />
- <linearGradient
- id="linearGradient82771">
- <stop
- id="stop82773"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82775"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42334-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9993234,0,0,1.0050357,-171.92846,305.72314)"
- x1="107.96875"
- y1="53.875"
- x2="117"
- y2="60.125" />
- <linearGradient
- id="linearGradient82778">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82780" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82782" />
- </linearGradient>
+ xlink:href="#linearGradient28399-4"
+ id="linearGradient28405-0"
+ x1="329.46249"
+ y1="-104.63468"
+ x2="331.51218"
+ y2="-102.69718"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42336-4"
- gradientUnits="userSpaceOnUse"
- x1="154.24324"
- y1="-11.628862"
- x2="134.08138"
- y2="-22.846634" />
- <linearGradient
- id="linearGradient82785">
+ id="linearGradient28399-4">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#0b1728;stop-opacity:1;"
offset="0"
- id="stop82787" />
+ id="stop28401-2" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#0b1728;stop-opacity:0;"
offset="1"
- id="stop82789" />
+ id="stop28403-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42338-1"
+ xlink:href="#linearGradient23974-1-2"
+ id="linearGradient18721-1-6"
gradientUnits="userSpaceOnUse"
- x1="137.5"
- y1="-18"
- x2="135.25"
- y2="-21" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,244.3928,19.4113)"
+ x1="-87.329895"
+ y1="-122.61974"
+ x2="-80.592239"
+ y2="-126.83872" />
<linearGradient
- id="linearGradient82792">
+ id="linearGradient23974-1-2">
<stop
- style="stop-color:black;stop-opacity:1;"
+ id="stop23976-3-3"
offset="0"
- id="stop82794" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82796" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42340-9"
- gradientUnits="userSpaceOnUse"
- x1="134.12642"
- y1="-21.522242"
- x2="132.29695"
- y2="-23.945318" />
- <linearGradient
- id="linearGradient82799">
+ style="stop-color:#3e7dd7;stop-opacity:0" />
<stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82801" />
+ style="stop-color:#8faedb;stop-opacity:1"
+ offset="0.48394433"
+ id="stop28407-8" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop23978-26-7"
offset="1"
- id="stop82803" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42342-4"
+ xlink:href="#linearGradient31320-0-3"
+ id="linearGradient18728-6-0"
gradientUnits="userSpaceOnUse"
- x1="134.6615"
- y1="-21.3074"
- x2="131.69801"
- y2="-24.343456" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,222.97812,19.5574)"
+ x1="68.688324"
+ y1="51.42366"
+ x2="72.671516"
+ y2="55.501457" />
<linearGradient
- id="linearGradient82806">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82808" />
+ id="linearGradient31320-0-3">
<stop
style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82810" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42344-5"
- gradientUnits="userSpaceOnUse"
- x1="-69.457596"
- y1="31.914484"
- x2="-76.564636"
- y2="28.695114" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42346-6"
- gradientUnits="userSpaceOnUse"
- x1="-57.780041"
- y1="48.005856"
- x2="-78.812721"
- y2="31" />
- <linearGradient
- id="linearGradient82820">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82822" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82824" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient42348-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9995967,0,0,1.0002103,-78.949724,-0.02739749)"
- x1="109.04134"
- y1="75.666725"
- x2="135.45256"
- y2="103.11092" />
- <linearGradient
- id="linearGradient82827">
- <stop
- id="stop82829"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop82831"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42350-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3000195,0,0,0.2998291,32.548709,64.760571)"
- x1="51.497997"
- y1="97.491707"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82834">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82836" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82838" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42352-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3000195,0,0,0.1998289,32.548709,79.011866)"
- x1="51.497997"
- y1="94.987144"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82841">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82843" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82845" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42354-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3000195,0,0,0.1998289,32.548709,83.013491)"
- x1="51.497997"
- y1="94.987129"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82848">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82850" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82852" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42356-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.1998289,42.197983,83.013493)"
- x1="48.998543"
- y1="94.987114"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82855">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82857" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82859" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42358-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.1998289,42.197981,79.010163)"
- x1="48.99855"
- y1="94.995667"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82862">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82864" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82866" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42360-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.2999998,42.19798,64.743076)"
- x1="48.998554"
- y1="97.494553"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82869">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82871" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82873" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42362-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.1998289,46.196563,83.013493)"
- x1="48.998539"
- y1="94.987114"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82876">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82878" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82880" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42364-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.1998289,46.196561,79.010163)"
- x1="48.998547"
- y1="94.995667"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82883">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82885" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82887" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42366-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.2,0,0,0.2999998,46.19656,64.743076)"
- x1="48.998554"
- y1="97.494553"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient82890">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82892" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82894" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42368-9"
- gradientUnits="userSpaceOnUse"
- x1="-109.125"
- y1="52.625"
- x2="-121.73741"
- y2="38.387074" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42370-2"
- gradientUnits="userSpaceOnUse"
- x1="112.48699"
- y1="99.873772"
- x2="136.44698"
- y2="123.20583" />
- <linearGradient
- id="linearGradient82904">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop82906" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop82908" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42372-2"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient82911">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82913" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82915" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42374-7"
- gradientUnits="userSpaceOnUse"
- x1="102.83286"
- y1="85.825607"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42376-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-41,98)"
- x1="-170.25"
- y1="65.5"
- x2="-181.375"
- y2="65.5" />
- <linearGradient
- id="linearGradient82925">
- <stop
- style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop82927" />
+ id="stop31322-4-5" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:white;stop-opacity:0;"
offset="1"
- id="stop82929" />
+ id="stop31324-9-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42378-7"
+ xlink:href="#linearGradient14262-97-5"
+ id="linearGradient18765-0-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6962506,0,0,0.8034158,-66.833415,127.95312)"
- x1="-223.42456"
- y1="43.134327"
- x2="-202.33263"
- y2="39.110355" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,309.42934,-349.44584)"
+ x1="-20.377066"
+ y1="250.63214"
+ x2="-23.077509"
+ y2="252.61113" />
<linearGradient
- id="linearGradient82932">
+ id="linearGradient14262-97-5">
<stop
- style="stop-color:black;stop-opacity:1;"
+ id="stop14264-0-6"
offset="0"
- id="stop82934" />
+ style="stop-color:#2661b6;stop-opacity:1;" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop14266-6-3"
offset="1"
- id="stop82936" />
+ style="stop-color:#c1d7f8;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42380-3"
+ xlink:href="#linearGradient319-406-5"
+ id="linearGradient18712-0-7"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6962506,0,0,0.8034158,-66.833415,127.95312)"
- x1="-219.98772"
- y1="40.355042"
- x2="-220.82353"
- y2="27.996962" />
+ gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
+ x1="111.30827"
+ y1="56.21777"
+ x2="106.06621"
+ y2="52.58638" />
<linearGradient
- id="linearGradient82939">
+ id="linearGradient319-406-5">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0"
offset="0"
- id="stop82941" />
+ id="stop320-76-8" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#ffffff;stop-opacity:1"
offset="1"
- id="stop82943" />
+ id="stop321-36-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42382-4"
+ xlink:href="#linearGradient15539-2"
+ id="linearGradient15545-5"
+ x1="220.10603"
+ y1="248.22742"
+ x2="219.99527"
+ y2="254.01555"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9098462,0,0,0.9414558,-57.134785,102.33514)"
- x1="-177.6924"
- y1="63.26775"
- x2="-170.82031"
- y2="62.441177" />
- <linearGradient
- id="linearGradient82946">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82948" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82950" />
- </linearGradient>
+ gradientTransform="translate(-1.1092502,-0.02900917)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42384-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2857143,0,0,0.787037,-92.714287,177.80092)"
- x1="-101"
- y1="-16"
- x2="-93.75"
- y2="-16.264704" />
- <linearGradient
- id="linearGradient82953">
+ id="linearGradient15539-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82955" />
+ id="stop15541-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82957" />
+ id="stop15543-1" />
</linearGradient>
<linearGradient
+ gradientTransform="translate(-0.04936017,-0.02079917)"
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42386-9"
- gradientUnits="userSpaceOnUse"
- x1="-211.04486"
- y1="193.68091"
- x2="-219.5"
- y2="185.8125" />
- <linearGradient
- id="linearGradient82960">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82962" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82964" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient42388-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.6261963,-1.575549,0.4790575,0.7985147,261.90894,-304.15053)"
- cx="-216.5222"
- cy="188.13423"
- fx="-216.5222"
- fy="188.13423"
- r="6.9375" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient42390-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4767928,-0.2294888,0.06653313,0.7180687,315.70283,0.01290384)"
- cx="-221.88463"
- cy="182.64247"
- fx="-221.88463"
- fy="182.64247"
- r="3.4576657" />
+ xlink:href="#linearGradient15547-6"
+ id="linearGradient15553-4"
+ x1="216.16943"
+ y1="248.86955"
+ x2="216.65909"
+ y2="252.40509"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42392-4"
- gradientUnits="userSpaceOnUse"
- x1="-225.00002"
- y1="38.277779"
- x2="-213"
- y2="44.732624" />
- <linearGradient
- id="linearGradient82981">
+ id="linearGradient15547-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop82983" />
+ id="stop15549-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop82985" />
+ id="stop15551-1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="radialGradient42394-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1226244,0.04761823,-0.1611956,3.8002759,59.188894,-553.59611)"
- cx="-215.0979"
- cy="201.01204"
- fx="-215.0979"
- fy="201.01204"
- r="5.8999949" />
- <linearGradient
- id="linearGradient82988">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop82990" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop82992" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42396-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,4)"
- x1="-224"
- y1="201"
- x2="-214.39445"
- y2="195.27762" />
- <linearGradient
- id="linearGradient82995">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop82997" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop82999" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient42398-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1142111,0,0,-1,-174.01401,596.00357)"
- x1="209.05762"
- y1="290.00357"
- x2="215.34009"
- y2="277.00357" />
- <linearGradient
- id="linearGradient83002">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop83004" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop83006" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient42400-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1142111,0,0,-1,-174.01401,596.00357)"
- x1="178.77469"
- y1="550.50702"
- x2="198.57239"
- y2="559.03442" />
+ xlink:href="#linearGradient38363-7"
+ id="radialGradient15517-8"
+ cx="217.74739"
+ cy="253.99704"
+ fx="217.74739"
+ fy="253.99704"
+ r="9.0099697"
+ gradientTransform="matrix(2.3861605,-0.28739765,0.07141566,0.59293888,-320.08363,164.28237)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient83009">
+ id="linearGradient38363-7">
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop38365-1"
offset="0"
- id="stop83011" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop83013" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42402-6"
- gradientUnits="userSpaceOnUse"
- x1="132"
- y1="120.4313"
- x2="93.029579"
- y2="78.9655" />
- <linearGradient
- id="linearGradient83016">
+ style="stop-color:#1d4d91;stop-opacity:1" />
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83018" />
+ style="stop-color:#658fd4;stop-opacity:1;"
+ offset="0.44217443"
+ id="stop15519-3" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop38367-1"
offset="1"
- id="stop83020" />
+ style="stop-color:#c3d7ff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42404-7"
+ xlink:href="#linearGradient38342-8"
+ id="linearGradient38716-8"
gradientUnits="userSpaceOnUse"
- x1="112.48699"
- y1="99.873772"
- x2="136.44698"
- y2="123.20583" />
- <linearGradient
- id="linearGradient83023">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop83025" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop83027" />
- </linearGradient>
+ gradientTransform="matrix(1.1386698,0,0,1.1421744,-30.97116,-35.468084)"
+ x1="209.90396"
+ y1="249.06081"
+ x2="234.13614"
+ y2="251.62866" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42406-9"
+ xlink:href="#linearGradient37542-56-4"
+ id="linearGradient17222-4-4"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
+ x1="29.352921"
+ y1="199"
+ x2="29.352921"
+ y2="250" />
<linearGradient
- id="linearGradient83030">
+ id="linearGradient37542-56-4">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop37544-88-5"
offset="0"
- id="stop83032" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop37546-9-2"
offset="1"
- id="stop83034" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42408-5"
- gradientUnits="userSpaceOnUse"
- x1="102.83286"
- y1="85.825607"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42410-9"
+ xlink:href="#linearGradient319-528-2"
+ id="linearGradient17224-0-9"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="120.4313"
- x2="93.029579"
- y2="78.9655" />
+ gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)"
+ x1="5.9836898"
+ y1="71.51989"
+ x2="16.733877"
+ y2="88" />
<linearGradient
- id="linearGradient83044">
+ id="linearGradient319-528-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83046" />
+ id="stop320-68-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83048" />
+ id="stop321-86-7" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient42412-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1142111,0,0,-1,-174.01401,596.00357)"
- x1="178.77469"
- y1="550.50702"
- x2="198.57239"
- y2="559.03442" />
- <linearGradient
- id="linearGradient83051">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop83053" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop83055" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42414-0"
- gradientUnits="userSpaceOnUse"
- x1="112.48699"
- y1="99.873772"
- x2="133.62697"
- y2="120.49951" />
- <linearGradient
- id="linearGradient83058">
+ id="linearGradient10069-24-4">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop83060" />
+ id="stop10071-3-2" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop83062" />
+ id="stop10073-4-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42416-6"
+ xlink:href="#linearGradient1610-67-6"
+ id="linearGradient42519-8-7"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83065">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83067" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83069" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42418-2"
- gradientUnits="userSpaceOnUse"
- x1="102.83286"
- y1="85.825607"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42420-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-120,79)"
- x1="-170.25"
- y1="65.5"
- x2="-181.375"
- y2="65.5" />
+ x1="114.15679"
+ y1="100.93772"
+ x2="137.5759"
+ y2="124.47867" />
<linearGradient
- id="linearGradient83079">
+ id="linearGradient1610-67-6">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop83081" />
+ id="stop1611-75-5" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop83083" />
+ id="stop1612-31-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42422-4"
+ xlink:href="#linearGradient9030-41-5"
+ id="linearGradient42523-5-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6962506,0,0,0.8034158,-145.83341,108.95312)"
- x1="-223.42456"
- y1="43.134327"
- x2="-202.33263"
- y2="39.110355" />
+ x1="190.68166"
+ y1="244.14676"
+ x2="174.75458"
+ y2="226.33672" />
<linearGradient
- id="linearGradient83086">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83088" />
+ id="linearGradient9030-41-5">
<stop
style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83090" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42424-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6962506,0,0,0.8034158,-145.83341,108.95312)"
- x1="-219.98772"
- y1="40.355042"
- x2="-220.82353"
- y2="27.996962" />
- <linearGradient
- id="linearGradient83093">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83095" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83097" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42426-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9098462,0,0,0.9414558,-136.13478,83.33514)"
- x1="-177.6924"
- y1="63.26775"
- x2="-170.82031"
- y2="62.441177" />
- <linearGradient
- id="linearGradient83100">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83102" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83104" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42428-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2857143,0,0,0.787037,-171.71429,158.80092)"
- x1="-101"
- y1="-16"
- x2="-93.75"
- y2="-16.264704" />
- <linearGradient
- id="linearGradient83107">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83109" />
+ id="stop9032-2-0" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:white;stop-opacity:0;"
offset="1"
- id="stop83111" />
+ id="stop9034-10-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient30208-1"
- id="linearGradient42430-9"
+ xlink:href="#linearGradient319-76-2"
+ id="linearGradient42521-3-0"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1297,-948)"
- x1="1664.4413"
- y1="720.01788"
- x2="1661.8125"
- y2="726.37006" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19425-2"
- id="radialGradient42432-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.1378252,-0.2988982,2.5269117,1.1651875,-1689.2674,-563.64056)"
- cx="1662.2664"
- cy="722.19189"
- fx="1662.2664"
- fy="722.19189"
- r="5.5" />
- <linearGradient
- id="linearGradient83121">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83123" />
- <stop
- id="stop83125"
- offset="0.63109845"
- style="stop-color:#fffffe;stop-opacity:0.65789473;" />
- <stop
- style="stop-color:#fffffe;stop-opacity:0.0000000;"
- offset="1.0000000"
- id="stop83127" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42434-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,-1256.7473,-918.72044)"
- x1="1984.3658"
- y1="827.77124"
- x2="1977.4047"
- y2="829.72656" />
+ x1="131.12576"
+ y1="118"
+ x2="140.19273"
+ y2="125.82862" />
<linearGradient
- id="linearGradient83130">
+ id="linearGradient319-76-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83132" />
+ id="stop320-3-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83134" />
+ id="stop321-18-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42436-9"
+ xlink:href="#linearGradient24679-9-1"
+ id="linearGradient25927-1-2"
gradientUnits="userSpaceOnUse"
- x1="-211.04486"
- y1="193.68091"
- x2="-219.5"
- y2="185.8125" />
+ gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
+ x1="121.79003"
+ y1="283.00519"
+ x2="114.66669"
+ y2="250.69945" />
<linearGradient
- id="linearGradient83137">
+ id="linearGradient24679-9-1">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#3d361a;stop-opacity:1;"
offset="0"
- id="stop83139" />
+ id="stop24681-7-0" />
<stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83141" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient42438-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.6261963,-1.575549,0.4790575,0.7985147,261.90894,-304.15053)"
- cx="-216.5222"
- cy="188.13423"
- fx="-216.5222"
- fy="188.13423"
- r="6.9375" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient42440-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4767928,-0.2294888,0.06653313,0.7180687,315.70283,0.01290384)"
- cx="-221.88463"
- cy="182.64247"
- fx="-221.88463"
- fy="182.64247"
- r="3.4576657" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42442-2"
- gradientUnits="userSpaceOnUse"
- x1="-225.00002"
- y1="38.277779"
- x2="-213"
- y2="44.732624" />
- <linearGradient
- id="linearGradient83158">
+ id="stop24683-6-7"
+ offset="0.45537567"
+ style="stop-color:#d1c595;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83160" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83162" />
+ id="stop24685-4-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42444-9"
- gradientUnits="userSpaceOnUse"
- x1="124.8772"
- y1="110.75571"
- x2="133.97179"
- y2="117.77643" />
- <linearGradient
- id="linearGradient83165">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop83167" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop83169" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42446-4"
+ xlink:href="#linearGradient24671-1-3"
+ id="linearGradient25929-7-8"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="142.64723"
- y2="129.05313" />
+ gradientTransform="translate(-149,133.99245)"
+ x1="243.25"
+ y1="283.94504"
+ x2="235"
+ y2="253.00755" />
<linearGradient
- id="linearGradient83172">
+ id="linearGradient24671-1-3">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#3d361a;stop-opacity:1;"
offset="0"
- id="stop83174" />
+ id="stop24673-7-4" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83176" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42448-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1658027,0,0,1.1657997,-354.28972,51.94393)"
- x1="129.32576"
- y1="223.61363"
- x2="123.33967"
- y2="217.06438" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42462-6"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83186">
+ id="stop24675-7-4"
+ offset="0.29527253"
+ style="stop-color:#d1c595;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83188" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83190" />
+ id="stop24677-5-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient42464-5"
+ xlink:href="#linearGradient319-16-6"
+ id="linearGradient15963-3"
gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient15425-0">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop15427-9" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop15429-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42466-0"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ gradientTransform="translate(-335,238.99245)"
+ x1="425.5929"
+ y1="179.08949"
+ x2="425"
+ y2="179.12285" />
<linearGradient
- id="linearGradient83197">
+ id="linearGradient319-16-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83199" />
+ id="stop320-683-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83201" />
+ id="stop321-08-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient42468-3"
+ xlink:href="#linearGradient37542-86-8"
+ id="linearGradient15744-9-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.8370074,0,0,0.8129865,84.784966,-149.92038)"
- x1="-4.9152389"
- y1="252.69086"
- x2="-45.689278"
- y2="252.63284" />
+ gradientTransform="matrix(-1.207032,0,0,0.903901,679.30638,-38.92179)"
+ x1="390.61163"
+ y1="229.34804"
+ x2="390.55936"
+ y2="248.24983" />
<linearGradient
- id="linearGradient83204">
+ id="linearGradient37542-86-8">
<stop
- id="stop83206"
+ id="stop37544-39-4"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop83208"
+ id="stop37546-7-6"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42470-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,11.285548,8.325368)"
- x1="111.03847"
- y1="57.034107"
- x2="117.16058"
- y2="60.591385" />
- <linearGradient
- id="linearGradient83211">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83213" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83215" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42472-9"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83218">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83220" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83222" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient42474-4"
- gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83225">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83227" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83229" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42477-7"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83232">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83234" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83236" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient42479-1"
- gradientUnits="userSpaceOnUse"
- x1="-92.587807"
- y1="-18.005362"
- x2="-100.62162"
- y2="-17.998919" />
- <linearGradient
- id="linearGradient83239">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83241" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83243" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42481-8"
- gradientUnits="userSpaceOnUse"
- x1="-101"
- y1="-16"
- x2="-93"
- y2="-17" />
- <linearGradient
- id="linearGradient83246">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83248" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83250" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient42483-7"
- gradientUnits="userSpaceOnUse"
- x1="-87.491188"
- y1="-22.830606"
- x2="-102.96513"
- y2="-22.166544" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42485-7"
- gradientUnits="userSpaceOnUse"
- x1="-98.997849"
- y1="-23.173643"
- x2="-98.997849"
- y2="-25.872688" />
- <linearGradient
- id="linearGradient83260">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83262" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83264" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42487-0"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83267">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83269" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83271" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient42489-0"
- gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83274">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83276" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83278" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42491-3"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ xlink:href="#linearGradient319-0-3"
+ id="linearGradient10982-8-5"
+ x1="207.04637"
+ y1="182.09375"
+ x2="213.7883"
+ y2="182.52524"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient83281">
+ id="linearGradient319-0-3">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83283" />
+ id="stop320-15-31" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83285" />
+ id="stop321-26-3" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient42493-0"
+ y2="121"
+ x2="235.90916"
+ y1="107.25085"
+ x1="217.22589"
+ gradientTransform="matrix(1.0222226,0,0,0.73333282,-29.133504,-14.766607)"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5290924,0,0,0.5294132,-17.313533,46.110999)"
- x1="109.04134"
- y1="75.666725"
- x2="135.45256"
- y2="103.11092" />
+ id="linearGradient16268-9"
+ xlink:href="#linearGradient37542-86-0-1"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient83288">
+ id="linearGradient37542-86-0-1">
<stop
- id="stop83290"
+ id="stop37544-39-8-4"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop83292"
+ id="stop37546-7-1-1"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42495-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5350034,0,0,0.5349052,24.446207,45.843517)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient83295">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83297" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83299" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42497-0"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83302">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83304" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83306" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient42499-0"
- gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83309">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83311" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83313" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42501-8"
+ y2="118.5"
+ x2="235"
+ y1="118.5"
+ x1="228.5468"
+ gradientTransform="matrix(0,1.253963,1,0,-46.30656,-81.941791)"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ id="linearGradient16302-5"
+ xlink:href="#linearGradient319-0-2-5"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient83316">
+ id="linearGradient319-0-2-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83318" />
+ id="stop320-15-0-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83320" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42503-2"
- gradientUnits="userSpaceOnUse"
- x1="124.8772"
- y1="110.75571"
- x2="133.97179"
- y2="117.77643" />
- <linearGradient
- id="linearGradient83323">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop83325" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop83327" />
+ id="stop321-26-9-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42505-9"
+ xlink:href="#linearGradient37542-86-2-7"
+ id="linearGradient15744-9-0-9"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="142.64723"
- y2="129.05313" />
+ gradientTransform="matrix(-1.207032,0,0,0.903901,679.30638,-38.92179)"
+ x1="388.85464"
+ y1="230.24152"
+ x2="390.55936"
+ y2="248.24983" />
<linearGradient
- id="linearGradient83330">
+ id="linearGradient37542-86-2-7">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop37544-39-5-3"
offset="0"
- id="stop83332" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop37546-7-2-9"
offset="1"
- id="stop83334" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42507-5"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ xlink:href="#linearGradient319-0-4-4"
+ id="linearGradient10982-8-9-5"
+ x1="207.04637"
+ y1="182.09375"
+ x2="213.7883"
+ y2="182.52524"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient83337">
+ id="linearGradient319-0-4-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83339" />
+ id="stop320-15-3-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83341" />
+ id="stop321-26-2-9" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient42509-9"
+ y2="121"
+ x2="235.90916"
+ y1="107.25085"
+ x1="217.22589"
+ gradientTransform="matrix(1.0222226,0,0,0.73333282,-29.2335,-145.66661)"
gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
+ id="linearGradient16268-5-0"
+ xlink:href="#linearGradient37542-86-0-6-8"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient83344">
+ id="linearGradient37542-86-0-6-8">
<stop
- style="stop-color:#8c0000;stop-opacity:1;"
+ id="stop37544-39-8-7-4"
offset="0"
- id="stop83346" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- style="stop-color:#c80000;stop-opacity:0;"
+ id="stop37546-7-1-5-6"
offset="1"
- id="stop83348" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42511-3"
+ y2="118.5"
+ x2="235"
+ y1="118.5"
+ x1="228.5468"
+ gradientTransform="matrix(0,1.253963,-1,0,177.20656,-82.04179)"
gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
+ id="linearGradient16302-3-4"
+ xlink:href="#linearGradient319-0-2-3-8"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient83351">
+ id="linearGradient319-0-2-3-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83353" />
+ id="stop320-15-0-0-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83355" />
+ id="stop321-26-9-5-3" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient42513-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4749148,1.0023386,-1.2226848,-0.4749148,213.62384,41.735193)"
- x1="118.95689"
- y1="106.42961"
- x2="135.14919"
- y2="119.05286" />
- <linearGradient
- id="linearGradient83358">
+ id="linearGradient15859-1">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop83360" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop83362" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient42515-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5333554,1.1220467,-1.1447545,-0.5333554,196.63818,32.816067)"
- x1="130.39502"
- y1="116.31751"
- x2="147.95374"
- y2="134.687" />
- <linearGradient
- id="linearGradient83365">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83367" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83369" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18207-5"
- id="linearGradient42517-7"
- gradientUnits="userSpaceOnUse"
- x1="-132.24858"
- y1="313.87549"
- x2="-171.01999"
- y2="223.69542" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35406-2"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83379">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83381" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83383" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient35408-0"
- gradientUnits="userSpaceOnUse"
- x1="119.94563"
- y1="100.51657"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83386">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83388" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83390" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35410-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9897912,0,0,0.9897912,2.2765631,2.9503441)"
- x1="311.90765"
- y1="311.2269"
- x2="308.84512"
- y2="308.51169" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35412-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1377775,-0.7111077,0.4395239,0.7032404,-101.13916,328.96745)"
- cx="269.71231"
- cy="237.2262"
- fx="269.71231"
- fy="237.2262"
- r="7.03125" />
- <linearGradient
- id="linearGradient83400">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83402" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83404" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35414-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.706663,-1.1377794,0.5688915,0.8533318,-282.47828,404.20327)"
- cx="262.83905"
- cy="245.91792"
- fx="262.83905"
- fy="245.91792"
- r="7.03125" />
- <linearGradient
- id="linearGradient83407">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83409" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83411" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35416-9"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83414">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83416" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83418" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient35418-6"
- gradientUnits="userSpaceOnUse"
- x1="119.94563"
- y1="100.51657"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83421">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83423" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83425" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35420-7"
- gradientUnits="userSpaceOnUse"
- x1="220.14905"
- y1="291.80676"
- x2="226.09999"
- y2="286.2493" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35422-9"
- gradientUnits="userSpaceOnUse"
- x1="223.12212"
- y1="296.15784"
- x2="219.06912"
- y2="291.99768" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35424-0"
- gradientUnits="userSpaceOnUse"
- x1="217.56451"
- y1="290.56451"
- x2="224.01613"
- y2="297.01614" />
- <linearGradient
- id="linearGradient83442">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83444" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83446" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35426-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3677588,0.3783715,-0.5696226,0.5536455,304.13863,47.532824)"
- cx="219.00334"
- cy="291.33972"
- fx="219.00334"
- fy="291.33972"
- r="4" />
- <linearGradient
- id="linearGradient83449">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83451" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83453" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35468-2"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83456">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83458" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83460" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient35470-0"
- gradientUnits="userSpaceOnUse"
- x1="119.94563"
- y1="100.51657"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83463">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83465" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83467" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35472-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9897912,0,0,0.9897912,2.2765631,2.9503441)"
- x1="311.90765"
- y1="311.2269"
- x2="308.84512"
- y2="308.51169" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35474-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1377775,-0.7111077,0.4395239,0.7032404,-101.13916,328.96745)"
- cx="269.71231"
- cy="237.2262"
- fx="269.71231"
- fy="237.2262"
- r="7.03125" />
- <linearGradient
- id="linearGradient83477">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83479" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83481" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35476-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.706663,-1.1377794,0.5688915,0.8533318,-282.47828,404.20327)"
- cx="262.83905"
- cy="245.91792"
- fx="262.83905"
- fy="245.91792"
- r="7.03125" />
- <linearGradient
- id="linearGradient83484">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83486" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83488" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35478-4"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient83491">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83493" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83495" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-0"
- id="linearGradient35480-4"
- gradientUnits="userSpaceOnUse"
- x1="119.94563"
- y1="100.51657"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient83498">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop83500" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop83502" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35482-3"
- gradientUnits="userSpaceOnUse"
- x1="220.14905"
- y1="291.80676"
- x2="226.09999"
- y2="286.2493" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient35484-7"
- gradientUnits="userSpaceOnUse"
- x1="223.12212"
- y1="296.15784"
- x2="219.06912"
- y2="291.99768" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35486-7"
- gradientUnits="userSpaceOnUse"
- x1="217.56451"
- y1="290.56451"
- x2="224.01613"
- y2="297.01614" />
- <linearGradient
- id="linearGradient83519">
+ id="stop15861-1" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83521" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83523" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient35488-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3677588,0.3783715,-0.5696226,0.5536455,304.13863,47.532824)"
- cx="219.00334"
- cy="291.33972"
- fx="219.00334"
- fy="291.33972"
- r="4" />
- <linearGradient
- id="linearGradient83526">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83528" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83530" />
+ id="stop15863-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35411-9"
- id="linearGradient35446-7"
+ xlink:href="#linearGradient17523-0-7-7"
+ id="linearGradient27998-5"
gradientUnits="userSpaceOnUse"
- x1="31"
- y1="60.000004"
- x2="34"
- y2="54.000004" />
- <linearGradient
- id="linearGradient35411-9">
- <stop
- id="stop35414-6"
- offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop35416-3"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(214.99838,108.99542)"
+ x1="87.765633"
+ y1="16.828125"
+ x2="85.033081"
+ y2="18.891191" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35411-9"
- id="linearGradient35450-8"
- gradientUnits="userSpaceOnUse"
- x1="133.60002"
- y1="118"
- x2="128.8"
- y2="114.8" />
- <linearGradient
- id="linearGradient83537">
+ id="linearGradient17523-0-7-7">
<stop
- id="stop83539"
+ style="stop-color:#323232;stop-opacity:1;"
offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
+ id="stop17525-0-3-1" />
<stop
- id="stop83541"
+ style="stop-color:#323232;stop-opacity:0;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop17527-5-9-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35411-9"
- id="linearGradient35448-0"
+ xlink:href="#linearGradient17515-1-4-4"
+ id="linearGradient28000-5"
gradientUnits="userSpaceOnUse"
- x1="135.46967"
- y1="118"
- x2="121.4286"
- y2="101.14284" />
- <linearGradient
- id="linearGradient83544">
- <stop
- id="stop83546"
- offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop83548"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(206.99837,-42.004575)"
+ x1="95.812523"
+ y1="167.78125"
+ x2="93.152969"
+ y2="169.77431" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35411-9"
- id="linearGradient35452-1"
- gradientUnits="userSpaceOnUse"
- x1="132.30316"
- y1="123.05057"
- x2="128.8"
- y2="114.8" />
- <linearGradient
- id="linearGradient83551">
+ id="linearGradient17515-1-4-4">
<stop
- id="stop83553"
+ style="stop-color:#8c8c8c;stop-opacity:1;"
offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
+ id="stop17517-7-4-5" />
<stop
- id="stop83555"
+ style="stop-color:#8c8c8c;stop-opacity:0;"
offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop17519-6-7-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient35411-9"
- id="linearGradient35454-3"
+ xlink:href="#linearGradient17532-0-9-1"
+ id="linearGradient28002-1"
gradientUnits="userSpaceOnUse"
- x1="136.35806"
- y1="124.27161"
- x2="130.48389"
- y2="118" />
- <linearGradient
- id="linearGradient83558">
- <stop
- id="stop83560"
- offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop83562"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(206.99837,-42.004575)"
+ x1="95.322037"
+ y1="167.49391"
+ x2="92.640839"
+ y2="169.55806" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient35718-9"
- x1="28.130203"
- y1="65.791054"
- x2="32.5"
- y2="55.066181"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient83565">
+ id="linearGradient17532-0-9-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83567" />
+ id="stop17534-2-2-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83569" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient34618-4"
- gradientUnits="userSpaceOnUse"
- x1="125.59209"
- y1="112.6446"
- x2="133.11621"
- y2="119.21729" />
- <linearGradient
- id="linearGradient83572">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop83574" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop83576" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient34620-6"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="141.83322"
- y2="132.30261" />
- <linearGradient
- id="linearGradient83579">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83581" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83583" />
+ id="stop17536-3-0-8" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient36452-8"
+ xlink:href="#linearGradient10069-5-1-4-8"
+ id="radialGradient28004-7"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
cx="70.5"
@@ -38408,2409 +19258,338 @@
fy="14.5"
r="1.5" />
<linearGradient
- id="linearGradient83586">
+ id="linearGradient10069-5-1-4-8">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop83588" />
+ id="stop10071-9-18-9-9" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop83590" />
+ id="stop10073-8-252-1-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient36273-0"
- id="linearGradient36454-7"
+ xlink:href="#linearGradient36273-9-4-2-3"
+ id="linearGradient28006-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4000084,0,0,0.4000084,137.60085,-8.4035259)"
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,344.60085,-50.387906)"
x1="-103.37495"
y1="417.87503"
x2="-101.49999"
y2="419.75" />
<linearGradient
- id="linearGradient36273-0">
+ id="linearGradient36273-9-4-2-3">
<stop
- id="stop36275-7"
+ id="stop36275-9-0-3-3"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- id="stop36277-4"
+ id="stop36277-1-3-5-2"
offset="1"
style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient36273-0"
- id="linearGradient36456-7"
+ xlink:href="#linearGradient36273-9-4-22-0"
+ id="linearGradient28008-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4000084,0,0,0.4000084,131.60084,3.5964741)"
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,350.57878,-38.420763)"
x1="-103.37495"
y1="417.87503"
x2="-101.49999"
y2="419.75" />
<linearGradient
- id="linearGradient83597">
+ id="linearGradient36273-9-4-22-0">
<stop
- id="stop83599"
+ id="stop36275-9-0-6-7"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- id="stop83601"
+ id="stop36277-1-3-6-9"
offset="1"
style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient36273-0"
- id="linearGradient36458-8"
+ xlink:href="#linearGradient17523-8"
+ id="linearGradient27963-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4000084,0,0,0.4000084,143.60084,3.5964739)"
- x1="-103.37495"
- y1="417.87503"
- x2="-101.49999"
- y2="419.75" />
- <linearGradient
- id="linearGradient83604">
- <stop
- id="stop83606"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop83608"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1" />
- </linearGradient>
+ x1="87.765633"
+ y1="16.828125"
+ x2="85.033081"
+ y2="18.891191" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient36648-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-3,3)"
- x1="188"
- y1="40.25"
- x2="180.8125"
- y2="32.46875" />
- <linearGradient
- id="linearGradient83611">
+ id="linearGradient17523-8">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#323232;stop-opacity:1;"
offset="0"
- id="stop83613" />
+ id="stop17525-7" />
<stop
- style="stop-color:white;stop-opacity:1;"
+ style="stop-color:#323232;stop-opacity:0;"
offset="1"
- id="stop83615" />
+ id="stop17527-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient36650-2"
+ xlink:href="#linearGradient17515-0"
+ id="linearGradient27965-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-3,3)"
- x1="187.8125"
- y1="33.9375"
- x2="184.25"
- y2="30.15625" />
- <linearGradient
- id="linearGradient83618">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83620" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83622" />
- </linearGradient>
+ x1="95.812523"
+ y1="167.78125"
+ x2="93.152969"
+ y2="169.77431" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36652-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-3.0999952,2.9000005)"
- x1="177.85001"
- y1="33.537502"
- x2="186.00626"
- y2="43.381248" />
- <linearGradient
- id="linearGradient83625">
+ id="linearGradient17515-0">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#8c8c8c;stop-opacity:1;"
offset="0"
- id="stop83627" />
+ id="stop17517-3" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#8c8c8c;stop-opacity:0;"
offset="1"
- id="stop83629" />
+ id="stop17519-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient19900-6"
- id="linearGradient36654-7"
+ xlink:href="#linearGradient17532-4"
+ id="linearGradient27967-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9643891,0,0,0.9772371,6.188671,1.0072576)"
- x1="182.20605"
- y1="39.645184"
- x2="172.36885"
- y2="31.368597" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient19900-6">
- <stop
- style="stop-color:#1a1a1a;stop-opacity:1;"
- offset="0"
- id="stop19902-3" />
- <stop
- style="stop-color:#1a1a1a;stop-opacity:0;"
- offset="1"
- id="stop19904-8" />
- </linearGradient>
+ x1="95.322037"
+ y1="167.49391"
+ x2="92.640839"
+ y2="169.55806" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36656-0"
- gradientUnits="userSpaceOnUse"
- x1="181.14906"
- y1="32.701904"
- x2="186.00002"
- y2="37.415516" />
- <linearGradient
- id="linearGradient83636">
+ id="linearGradient17532-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83638" />
+ id="stop17534-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83640" />
+ id="stop17536-4" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient19900-6"
- id="linearGradient36658-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9643891,0,0,0.9772371,9.438677,-2.4927424)"
- x1="181.9404"
- y1="40.924297"
- x2="175.82253"
- y2="34.272892" />
- <mask
- maskUnits="userSpaceOnUse"
- id="mask31861-3">
- <path
- sodipodi:type="arc"
- style="fill:url(#radialGradient31865-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path31863-9"
- sodipodi:cx="202"
- sodipodi:cy="58"
- sodipodi:rx="11"
- sodipodi:ry="11"
- d="m 213,58 a 11,11 0 1 1 -22,0 11,11 0 1 1 22,0 z" />
- </mask>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="radialGradient31865-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.986122,0,0,0.986122,2.8033684,0.804927)"
- cx="202"
- cy="58"
- fx="202"
- fy="58"
- r="7" />
- <linearGradient
- id="linearGradient83652">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83654" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83656" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath31849-9">
- <path
- inkscape:connector-curvature="0"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 232.13187,93.950853 4.84276,0 4.23742,4.237465 0,4.842822 -9.08018,0 0,-9.080287 0,0 z"
- id="path31851-6"
- sodipodi:nodetypes="cccccc" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36468-6"
+ xlink:href="#linearGradient10069-5-1-8"
+ id="radialGradient27969-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-10.025729,345.78566)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient83675">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83677" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83679" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13938-9"
- id="linearGradient36470-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="68.361542"
- y1="95.337166"
- x2="88.785263"
- y2="116.62141" />
- <linearGradient
- id="linearGradient83682">
- <stop
- id="stop83684"
- offset="0"
- style="stop-color:#6e0c00;stop-opacity:1;" />
- <stop
- id="stop83686"
- offset="1"
- style="stop-color:#ee3800;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36472-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-15.972985,338.41149)"
- x1="58.761654"
- y1="84.330009"
- x2="81.383331"
- y2="108.06429" />
- <linearGradient
- id="linearGradient83689">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83691" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83693" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36713-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient83696">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83698" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83700" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36715-0"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient83703">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83705" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83707" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36717-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient83710">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83712" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83714" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36719-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient83717">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83719" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83721" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36721-7"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient83724">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83726" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83728" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36723-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
- <linearGradient
- id="linearGradient83731">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83733" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83735" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36725-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="61.720783" />
- <linearGradient
- id="linearGradient83738">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83740" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83742" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36727-4"
- gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient83745">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83747" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83749" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient36729-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,61.99991,2.2419)"
- x1="260.67468"
- y1="108.02418"
- x2="273.9993"
- y2="126.37626" />
- <linearGradient
- id="linearGradient83752">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83754" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83756" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient37396-0"
- gradientUnits="userSpaceOnUse"
- x1="389.73953"
- y1="220.84622"
- x2="389.59052"
- y2="248.09296"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)" />
- <linearGradient
- id="linearGradient83759">
- <stop
- id="stop83761"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop83763"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37398-4"
- gradientUnits="userSpaceOnUse"
- x1="389.51059"
- y1="241.72565"
- x2="388.20074"
- y2="242.55887"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)" />
- <linearGradient
- id="linearGradient83766">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83768" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83770" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-7-6-8"
- id="linearGradient39048-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,-83,199)"
- x1="96"
- y1="42"
- x2="68"
- y2="12" />
- <linearGradient
- id="linearGradient1610-7-6-8">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-4-1-9" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-0-4-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-4-2-8"
- id="linearGradient39050-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,-83,199)"
- x1="65"
- y1="20"
- x2="66"
- y2="12" />
+ gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
+ cx="70.5"
+ cy="14.5"
+ fx="70.5"
+ fy="14.5"
+ r="1.5" />
<linearGradient
- id="linearGradient10069-4-2-8">
+ id="linearGradient10069-5-1-8">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop10071-8-3-5" />
+ id="stop10071-9-18-3" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop10073-8-2-3" />
+ id="stop10073-8-252-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient11871-4-8"
- id="linearGradient39052-6"
+ xlink:href="#linearGradient36273-9-4-8"
+ id="linearGradient27971-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,-83,199)"
- x1="67.25"
- y1="18"
- x2="68"
- y2="16" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient11871-4-8">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop11873-5-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop11875-5-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient35411-4-27-1"
- id="linearGradient39835-9-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8422958,0,0,0.8364537,82.535678,2.9394266)"
- x1="89.975014"
- y1="-32.339718"
- x2="88.492455"
- y2="-33.303608" />
- <linearGradient
- id="linearGradient35411-4-27-1">
- <stop
- id="stop35414-0-9-4"
- offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop35416-9-5-2"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient35411-8-1-3-0"
- id="linearGradient39837-4-8"
- gradientUnits="userSpaceOnUse"
- x1="131.02808"
- y1="123.49161"
- x2="128.7139"
- y2="115.97001" />
- <linearGradient
- id="linearGradient35411-8-1-3-0">
- <stop
- id="stop35414-2-7-1-9"
- offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop35416-4-1-2-8"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient35411-8-1-3-0"
- id="linearGradient39839-3-6"
- gradientUnits="userSpaceOnUse"
- x1="136.35806"
- y1="124.27161"
- x2="130.48389"
- y2="118" />
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,137.60085,-8.4035259)"
+ x1="-103.37495"
+ y1="417.87503"
+ x2="-101.49999"
+ y2="419.75" />
<linearGradient
- id="linearGradient83793">
+ id="linearGradient36273-9-4-8">
<stop
- id="stop83795"
+ id="stop36275-9-0-0"
offset="0"
- style="stop-color:#2b5385;stop-opacity:1;" />
- <stop
- id="stop83797"
- offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-5-4-6"
- id="linearGradient39841-3-1"
- gradientUnits="userSpaceOnUse"
- x1="115.15884"
- y1="88.476723"
- x2="109.18613"
- y2="82.308861" />
- <linearGradient
- id="linearGradient23974-5-4-6">
<stop
- id="stop23976-27-1-1"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop23978-6-1-8"
+ id="stop36277-1-3-8"
offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-8-8"
- id="linearGradient39843-3-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(21,0)"
- x1="101"
- y1="84.25"
- x2="97.75"
- y2="81.5" />
- <linearGradient
- id="linearGradient1610-8-8">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-7-4" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-4-3" />
+ style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-77-0"
- id="linearGradient39845-2-8"
+ xlink:href="#linearGradient36273-9-4-8"
+ id="linearGradient27973-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(21,0)"
- x1="87.44548"
- y1="81.439644"
- x2="96.592278"
- y2="89.708977" />
- <linearGradient
- id="linearGradient319-77-0">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-9-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-31-9" />
- </linearGradient>
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,143.60084,3.5964739)"
+ x1="-103.37495"
+ y1="417.87503"
+ x2="-101.49999"
+ y2="419.75" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient22882-7"
- id="linearGradient41540-0"
+ xlink:href="#linearGradient17523-0-5"
+ id="linearGradient17973-0"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0369025,0,0,1.5,-458.38567,-344)"
- x1="23.959812"
- y1="285"
- x2="31.498274"
- y2="285" />
- <linearGradient
- id="linearGradient83812">
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="0"
- id="stop83814" />
- <stop
- id="stop83816"
- offset="0.21233012"
- style="stop-color:#323232;stop-opacity:0.49803922;" />
- <stop
- id="stop83818"
- offset="0.54086536"
- style="stop-color:#323232;stop-opacity:1;" />
- <stop
- style="stop-color:#323232;stop-opacity:0.49803922;"
- offset="0.83381736"
- id="stop83820" />
- <stop
- style="stop-color:#323232;stop-opacity:0;"
- offset="1"
- id="stop83822" />
- </linearGradient>
+ gradientTransform="translate(176.0221,109.0221)"
+ x1="87.765633"
+ y1="16.828125"
+ x2="85.033081"
+ y2="18.891191" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient22882-7"
- id="linearGradient41542-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1929722,0,0,0.5,-462.63135,-59)"
- x1="24"
- y1="285"
- x2="31.538462"
- y2="285" />
- <linearGradient
- id="linearGradient83825">
+ id="linearGradient17523-0-5">
<stop
- style="stop-color:#323232;stop-opacity:0;"
+ style="stop-color:#323232;stop-opacity:1;"
offset="0"
- id="stop83827" />
- <stop
- id="stop83829"
- offset="0.21233012"
- style="stop-color:#323232;stop-opacity:0.49803922;" />
- <stop
- id="stop83831"
- offset="0.54086536"
- style="stop-color:#323232;stop-opacity:1;" />
- <stop
- style="stop-color:#323232;stop-opacity:0.49803922;"
- offset="0.83381736"
- id="stop83833" />
+ id="stop17525-0-6" />
<stop
style="stop-color:#323232;stop-opacity:0;"
offset="1"
- id="stop83835" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="radialGradient41666-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8128508,0,0,0.8128508,80.474142,14.46897)"
- cx="430.00003"
- cy="77.3125"
- fx="430.00003"
- fy="77.3125"
- r="8" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41668-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.785748,0,0,0.78488,265.93616,46.1048)"
- x1="210.08989"
- y1="38.088879"
- x2="199.27217"
- y2="38.088879" />
- <linearGradient
- id="linearGradient83845">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83847" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83849" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-12"
- id="linearGradient41670-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(399.01387,-202)"
- x1="28.4375"
- y1="277"
- x2="23.25"
- y2="276.92188" />
- <linearGradient
- id="linearGradient83852">
- <stop
- id="stop83854"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop83856"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41672-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="437.98615"
- y1="77"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient83859">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83861" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83863" />
+ id="stop17527-5-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41674-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="438.61115"
- y1="78"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient83866">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83868" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83870" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41676-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.01387,0)"
- x1="441.98615"
- y1="77.44017"
- x2="424.75217"
- y2="75.5" />
- <linearGradient
- id="linearGradient83873">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83875" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83877" />
- </linearGradient>
- <linearGradient
- y2="125.77761"
- x2="139.07738"
- y1="115.76797"
- x1="129.62384"
+ xlink:href="#linearGradient17515-1-9"
+ id="linearGradient17975-1"
gradientUnits="userSpaceOnUse"
- id="linearGradient41582-1"
- xlink:href="#linearGradient23974-4-2"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient23974-4-2">
- <stop
- id="stop23976-20-6"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop23978-9-4"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
+ gradientTransform="translate(168.02209,-41.977903)"
+ x1="95.812523"
+ y1="167.78125"
+ x2="93.152969"
+ y2="169.77431" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-37-8"
- id="linearGradient32529-7-8"
- gradientUnits="userSpaceOnUse"
- x1="139.2112"
- y1="111.35809"
- x2="125.18381"
- y2="128" />
- <linearGradient
- id="linearGradient319-37-8">
+ id="linearGradient17515-1-9">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#8c8c8c;stop-opacity:1;"
offset="0"
- id="stop320-2-5" />
+ id="stop17517-7-9" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#8c8c8c;stop-opacity:0;"
offset="1"
- id="stop321-60-8" />
+ id="stop17519-6-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38719-9"
+ xlink:href="#linearGradient17532-0-8"
+ id="linearGradient17977-8"
gradientUnits="userSpaceOnUse"
- x1="125.99933"
- y1="111.2683"
- x2="134.91479"
- y2="122.36016" />
- <linearGradient
- id="linearGradient83888">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83890" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83892" />
- </linearGradient>
+ gradientTransform="translate(168.02209,-41.977903)"
+ x1="95.322037"
+ y1="167.49391"
+ x2="92.640839"
+ y2="169.55806" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38722-3"
- gradientUnits="userSpaceOnUse"
- x1="126.72586"
- y1="112.53999"
- x2="134.91479"
- y2="122.36016" />
- <linearGradient
- id="linearGradient83895">
+ id="linearGradient17532-0-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop83897" />
+ id="stop17534-2-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop83899" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13973-1"
- id="linearGradient38724-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(19.367382,0)"
- x1="111.46314"
- y1="113.45913"
- x2="99.628899"
- y2="99.029617" />
- <linearGradient
- id="linearGradient83906">
- <stop
- style="stop-color:#3c4c18;stop-opacity:1;"
- offset="0"
- id="stop83908" />
- <stop
- style="stop-color:#9aff31;stop-opacity:0;"
- offset="1"
- id="stop83910" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38726-1"
- gradientUnits="userSpaceOnUse"
- x1="127.63637"
- y1="114.2303"
- x2="143.69765"
- y2="131.03783" />
- <linearGradient
- id="linearGradient83913">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83915" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83917" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39142-9"
- gradientUnits="userSpaceOnUse"
- x1="400.90442"
- y1="68.853401"
- x2="410.47467"
- y2="77.877228" />
- <linearGradient
- id="linearGradient83920">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83922" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83924" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38005-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-157.00004,-233.00002)"
- x1="308"
- y1="323"
- x2="337.80573"
- y2="337.517" />
- <linearGradient
- id="linearGradient83927">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83929" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83931" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38007-1"
- gradientUnits="userSpaceOnUse"
- x1="285.39999"
- y1="323.80002"
- x2="286.60001"
- y2="325" />
- <linearGradient
- id="linearGradient83934">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop83936" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop83938" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask83940">
- <rect
- y="101"
- x="162"
- height="5"
- width="8"
- id="rect83942"
- style="fill:url(#linearGradient20961-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.29999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient21609-6"
- id="linearGradient83944"
- gradientUnits="userSpaceOnUse"
- x1="162"
- y1="103.71875"
- x2="165"
- y2="103.75" />
- <linearGradient
- id="linearGradient83946">
- <stop
- id="stop83948"
- offset="0"
- style="stop-color:black;stop-opacity:1" />
- <stop
- id="stop83950"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath43368-1-7">
- <rect
- style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect43370-7-8"
- width="16"
- height="16"
- x="-79"
- y="26" />
- </clipPath>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient43276-0-2"
- id="radialGradient43410-4-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4098275,-0.6406034,2.5104141,1.6060416,-127.46107,-65.792415)"
- cx="-67.890839"
- cy="33.548397"
- fx="-67.890839"
- fy="33.548397"
- r="3.1501868" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient43276-0-2">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop43278-9-6" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop43280-4-6" />
+ id="stop17536-3-8" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient43276-0-2"
- id="radialGradient43412-8-4"
+ xlink:href="#linearGradient10069-5-12"
+ id="radialGradient17979-7"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4098275,-0.7183766,2.5885772,1.4767588,-130.41049,-65.518114)"
- cx="-74.960228"
- cy="34.896461"
- fx="-74.960228"
- fy="34.896461"
- r="3.1501868" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38796-7-9-8"
- id="linearGradient40270-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-21)"
- x1="59.622501"
- y1="54.1525"
- x2="60.981617"
- y2="55.566177" />
- <linearGradient
- id="linearGradient38796-7-9-8">
- <stop
- style="stop-color:#fc9694;stop-opacity:1;"
- offset="0"
- id="stop38798-6-8-3" />
- <stop
- style="stop-color:#e71609;stop-opacity:1;"
- offset="1"
- id="stop38800-1-8-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-87-9"
- id="linearGradient40272-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.5,-21)"
- x1="60.25"
- y1="56.5"
- x2="57.789688"
- y2="54.130001" />
- <linearGradient
- id="linearGradient1610-87-9">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-78-8" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-3-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-87-9"
- id="linearGradient40274-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-0.5,-21)"
- x1="60.25"
- y1="56.5"
- x2="56"
- y2="52.25" />
- <linearGradient
- id="linearGradient83974">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83976" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83978" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-87-9"
- id="linearGradient40276-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-1.54625,-1)"
- x1="63.666252"
- y1="37.960625"
- x2="60.676094"
- y2="34.685287" />
- <linearGradient
- id="linearGradient83981">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop83983" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop83985" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24679-1-0"
- id="linearGradient40278-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-21)"
- x1="52.17437"
- y1="65.644958"
- x2="50.371208"
- y2="62.960247" />
- <linearGradient
- id="linearGradient24679-1-0">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24681-0-8" />
- <stop
- id="stop24683-7-9"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24685-3-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-3-7-0"
- id="linearGradient39686-1-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(22,0)"
- x1="-70.605209"
- y1="-121.58411"
- x2="-28.177105"
- y2="-89.026711" />
- <linearGradient
- id="linearGradient1610-3-7-0">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-1-4-0" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-6-0-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-5-9-4-3"
- id="linearGradient39688-9-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(22,0)"
- x1="-74"
- y1="-124"
- x2="-55.5975"
- y2="-103.2075" />
- <linearGradient
- id="linearGradient319-5-9-4-3">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-761-8-8-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-89-24-8-5" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-9-7-4-74-9"
- id="radialGradient45309-4"
- cx="336.42892"
- cy="611.10455"
- fx="336.42892"
- fy="611.10455"
- r="5.9852905"
- gradientTransform="matrix(1.0070601,0.03386866,-0.03770425,1.1211085,20.665977,-85.772965)"
- gradientUnits="userSpaceOnUse" />
+ gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
+ cx="70.5"
+ cy="14.5"
+ fx="70.5"
+ fy="14.5"
+ r="1.5" />
<linearGradient
- id="linearGradient10069-9-7-4-74-9">
+ id="linearGradient10069-5-12">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop10071-5-4-5-0-3" />
+ id="stop10071-9-7" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop10073-43-0-5-9-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-9-1-1"
- id="linearGradient42965-7-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(301.02752,449.99999)"
- x1="25.963812"
- y1="155.66899"
- x2="29.972469"
- y2="168" />
- <linearGradient
- id="linearGradient319-9-1-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-92-1-15" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-55-5-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-06-1-8"
- id="linearGradient42967-6-7"
- gradientUnits="userSpaceOnUse"
- x1="335.96875"
- y1="607.09375"
- x2="337.04251"
- y2="628.20752" />
- <linearGradient
- id="linearGradient1610-06-1-8">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-8-4-0" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-1-2-5" />
+ id="stop10073-8-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient29407-6"
+ xlink:href="#linearGradient36273-9-9"
+ id="linearGradient17981-0"
gradientUnits="userSpaceOnUse"
- x1="98.858559"
- y1="80.045052"
- x2="135.00615"
- y2="122.92735" />
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,305.60083,-50.403526)"
+ x1="-103.37495"
+ y1="417.87503"
+ x2="-101.49999"
+ y2="419.75" />
<linearGradient
- id="linearGradient84015">
+ id="linearGradient36273-9-9">
<stop
- id="stop84017"
+ id="stop36275-9-8"
offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop84019"
- offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29409-4"
- gradientUnits="userSpaceOnUse"
- x1="130.75166"
- y1="245.03757"
- x2="129.24866"
- y2="243.31177" />
- <linearGradient
- id="linearGradient84022">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84024" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop36277-1-35"
offset="1"
- id="stop84026" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient29413-8"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient84029">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop84031" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop84033" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29411-7"
- gradientUnits="userSpaceOnUse"
- x1="126.37006"
- y1="112.31642"
- x2="144.22272"
- y2="129.82761" />
- <linearGradient
- id="linearGradient84036">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84038" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84040" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient41266-6"
- gradientUnits="userSpaceOnUse"
- x1="98.858559"
- y1="80.045052"
- x2="135.00615"
- y2="122.92735" />
- <linearGradient
- id="linearGradient84043">
- <stop
- id="stop84045"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop84047"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41268-6"
+ xlink:href="#linearGradient36273-9-9"
+ id="linearGradient17983-9"
gradientUnits="userSpaceOnUse"
- x1="130.75166"
- y1="245.03757"
- x2="129.24866"
- y2="243.31177" />
- <linearGradient
- id="linearGradient84050">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84052" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84054" />
- </linearGradient>
+ gradientTransform="matrix(0.4000084,0,0,0.4000084,311.60082,-38.403526)"
+ x1="-103.37495"
+ y1="417.87503"
+ x2="-101.49999"
+ y2="419.75" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient41272-7"
+ xlink:href="#linearGradient9030-4-6-0"
+ id="linearGradient32430-7-9-7"
gradientUnits="userSpaceOnUse"
x1="190.68166"
y1="244.14676"
x2="174.75458"
y2="226.33672" />
<linearGradient
- id="linearGradient84057">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop84059" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop84061" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient41270-9"
- gradientUnits="userSpaceOnUse"
- x1="126.37006"
- y1="112.31642"
- x2="144.22272"
- y2="129.82761" />
- <linearGradient
- id="linearGradient84064">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84066" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84068" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient40918-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(146.00001,-20)"
- x1="108"
- y1="500"
- x2="54.8125"
- y2="500" />
- <linearGradient
- id="linearGradient84071">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84073" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84075" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15809-3"
- id="linearGradient40920-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(146.00001,-20)"
- x1="88.874489"
- y1="502.71924"
- x2="41.311054"
- y2="501.10059" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient40922-1"
- gradientUnits="userSpaceOnUse"
- x1="80.768944"
- y1="504.67188"
- x2="76.885078"
- y2="501.58331" />
- <linearGradient
- id="linearGradient84085">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84087" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84089" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40924-0"
- gradientUnits="userSpaceOnUse"
- x1="89.526657"
- y1="511.42972"
- x2="78.000008"
- y2="501.04794" />
- <linearGradient
- id="linearGradient84092">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84094" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84096" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient40926-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3949409,0.3949425,-0.4243709,0.4254619,404.60763,237.35923)"
- cx="75.95578"
- cy="492.15359"
- fx="75.95578"
- fy="492.15359"
- r="3.1650217" />
- <linearGradient
- id="linearGradient84099">
- <stop
- id="stop84101"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop84103"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="radialGradient40928-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.9435203,-2.1990242,1.1704696,1.0049395,-665.14472,173.40654)"
- cx="79.959885"
- cy="503.81497"
- fx="79.959885"
- fy="503.81497"
- r="2.9089756" />
- <linearGradient
- id="linearGradient84106">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84108" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84110" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14262-1"
- id="radialGradient40930-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8886193,0.8021825,-0.8051059,0.8972684,411.80247,-8.668512)"
- cx="74.518959"
- cy="499.99969"
- fx="74.518959"
- fy="499.99969"
- r="3.1650217" />
- <linearGradient
- id="linearGradient84113">
- <stop
- id="stop84115"
- offset="0"
- style="stop-color:#2661b6;stop-opacity:1;" />
- <stop
- id="stop84117"
- offset="1"
- style="stop-color:#c1d7f8;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient18821-0"
- id="radialGradient40932-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
- cx="75.054749"
- cy="499.87418"
- fx="75.054749"
- fy="499.87418"
- r="3.1650217" />
- <linearGradient
- id="linearGradient84120">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop84122" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop84124" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask38561-8">
- <g
- id="g38563-9">
- <rect
- y="278"
- x="-23"
- height="13"
- width="16"
- id="rect38565-6"
- style="fill:url(#linearGradient38570-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- transform="scale(1,-1)"
- style="fill:url(#linearGradient38572-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect38567-3"
- width="16"
- height="13"
- x="-23"
- y="-304" />
- </g>
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient38570-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-2,0)"
- x1="-20"
- y1="283"
- x2="-20"
- y2="284.5" />
- <linearGradient
- id="linearGradient84131">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84133" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84135" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient38572-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-2,-582)"
- x1="-20"
- y1="283"
- x2="-20"
- y2="284.5" />
- <linearGradient
- id="linearGradient84138">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84140" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84142" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-6-7"
- id="linearGradient36549-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.1511102,0,0,-1.1511102,152.68442,762.00423)"
- x1="-16.608393"
- y1="199.5118"
- x2="30.713354"
- y2="245.13458" />
- <linearGradient
- id="linearGradient37542-6-7">
- <stop
- id="stop37544-18-0"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-92-3"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-3-7"
- id="radialGradient36551-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.6959954,0.116912,-0.04402498,0.2620878,107.60035,414.99606)"
- cx="32.193073"
- cy="243.37001"
- fx="32.193073"
- fy="243.37001"
- r="6.5" />
- <linearGradient
- id="linearGradient16500-3-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-3-4" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-41-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24143-0-2"
- id="linearGradient36553-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.9999993,0,0,-0.9821923,147.99998,720.60935)"
- x1="32.204613"
- y1="233.6039"
- x2="35.615856"
- y2="251.99768" />
- <linearGradient
- id="linearGradient24143-0-2">
- <stop
- id="stop24145-0-5"
- offset="0"
- style="stop-color:#2c2c2c;stop-opacity:1;" />
- <stop
- style="stop-color:#b3b3b3;stop-opacity:1;"
- offset="0.5"
- id="stop24669-1-5" />
- <stop
- id="stop24147-4-9"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-3-7"
- id="linearGradient36555-4"
- gradientUnits="userSpaceOnUse"
- x1="148.76726"
- y1="134.53409"
- x2="114.11786"
- y2="101.28939" />
- <linearGradient
- id="linearGradient84158">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84160" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop84162" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40809-8"
- id="linearGradient36557-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7500336,0,0,0.8546123,-239.89087,340.17205)"
- x1="481.60803"
- y1="163.09677"
- x2="477.10818"
- y2="163.00024" />
- <linearGradient
- id="linearGradient40809-8">
- <stop
- style="stop-color:#0059d7;stop-opacity:1;"
- offset="0"
- id="stop40811-3" />
- <stop
- style="stop-color:#b7d4ff;stop-opacity:1;"
- offset="1"
- id="stop40813-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient59371-4"
- id="linearGradient36559-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7500181,0,0,0.8546123,-235.38338,339.18935)"
- x1="473.79471"
- y1="164.64572"
- x2="463.90472"
- y2="160.80888" />
- <linearGradient
- id="linearGradient59371-4">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop59373-3" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop59375-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-1-5"
- id="linearGradient36561-0"
- gradientUnits="userSpaceOnUse"
- x1="129.74713"
- y1="118"
- x2="144.33401"
- y2="132.61403" />
- <linearGradient
- id="linearGradient9030-1-5">
+ id="linearGradient9030-4-6-0">
<stop
style="stop-color:white;stop-opacity:1;"
offset="0"
- id="stop9032-9-6" />
+ id="stop9032-3-3-8" />
<stop
style="stop-color:white;stop-opacity:0;"
offset="1"
- id="stop9034-8-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-3-7"
- id="linearGradient36563-4"
- gradientUnits="userSpaceOnUse"
- x1="138.46678"
- y1="124.90586"
- x2="126.18426"
- y2="116.14438" />
- <linearGradient
- id="linearGradient84177">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84179" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop84181" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39254-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient84184">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84186" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84188" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-6"
- id="radialGradient39256-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
- <linearGradient
- id="linearGradient40578-4-8-6">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-2" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-73" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient39258-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient84195">
- <stop
- id="stop84197"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop84199"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39260-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-95.999998)"
- x1="754.28558"
- y1="300.83292"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient36657-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient84209">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84211" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84213" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-6"
- id="radialGradient36659-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
- <linearGradient
- id="linearGradient84216">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84218" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop84220" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient36661-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient84223">
- <stop
- id="stop84225"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop84227"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient36663-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-95.999998)"
- x1="754.28558"
- y1="300.83292"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37132-8"
- gradientUnits="userSpaceOnUse"
- x1="510.25"
- y1="36"
- x2="494"
- y2="36"
- gradientTransform="matrix(-1,0,0,1,992,0)" />
- <linearGradient
- id="linearGradient84237">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84239" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84241" />
+ id="stop9034-1-6-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37134-1"
+ xlink:href="#linearGradient44939-8-7-1-7-2-5-2"
+ id="linearGradient32434-5-8-9"
gradientUnits="userSpaceOnUse"
- x1="492"
- y1="33"
- x2="503"
- y2="43"
- gradientTransform="matrix(-1,0,0,1,992,0)" />
+ gradientTransform="matrix(1,0,0,-1,73,792.5)"
+ x1="346"
+ y1="128.5"
+ x2="368"
+ y2="123.5" />
<linearGradient
- id="linearGradient84244">
+ id="linearGradient44939-8-7-1-7-2-5-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop84246" />
+ id="stop44941-8-4-5-4-7-8-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84248" />
+ id="stop44943-2-0-2-0-1-0-2" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37136-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,551,105)"
- x1="497.3125"
- y1="35"
- x2="483"
- y2="35" />
- <linearGradient
- id="linearGradient84251">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84253" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84255" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient37138-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,551,105)"
- x1="497.3125"
- y1="35"
- x2="483"
- y2="35" />
- <linearGradient
- id="linearGradient84258">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84260" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84262" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37829-8"
- id="linearGradient37089-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.9999993,0,0,-0.9821923,165.4,716.20935)"
- x1="261.17639"
- y1="247.85646"
- x2="253.86414"
- y2="288.70752" />
- <linearGradient
- id="linearGradient37829-8">
- <stop
- id="stop37831-7"
- offset="0"
- style="stop-color:#3d361a;stop-opacity:1;" />
- <stop
- style="stop-color:#d1c595;stop-opacity:1;"
- offset="0.5"
- id="stop37833-3" />
- <stop
- id="stop37835-1"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient39080-0"
- id="linearGradient37091-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.888884,0,0,-0.8730569,136.66557,688.20759)"
- x1="261.60016"
- y1="247.008"
- x2="263.60016"
- y2="262.27994" />
- <linearGradient
- id="linearGradient39080-0">
- <stop
- style="stop-color:#1a2a3d;stop-opacity:1;"
- offset="0"
- id="stop39082-7" />
- <stop
- id="stop39084-5"
- offset="0.5"
- style="stop-color:#95b0d1;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop39086-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-7-8-6-0"
- id="linearGradient37093-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-124.99991,219.9903)"
- x1="19.923029"
- y1="232.59058"
- x2="50.485012"
- y2="265.9697" />
- <linearGradient
- id="linearGradient9030-7-8-6-0">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-4-9-2-0" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-0-2-3-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40809-2-2-5"
- id="linearGradient37096-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7500336,0,0,0.8546123,-239.89087,340.17205)"
- x1="199.26254"
- y1="144.5041"
- x2="193.7029"
- y2="144.5041" />
- <linearGradient
- id="linearGradient40809-2-2-5">
- <stop
- style="stop-color:#0059d7;stop-opacity:1;"
- offset="0"
- id="stop40811-1-6-3" />
- <stop
- style="stop-color:#b7d4ff;stop-opacity:1;"
- offset="1"
- id="stop40813-4-2-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20055-7-5-5-3"
- id="linearGradient37098-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-670.99999,411.99999)"
- x1="579.625"
- y1="54.299286"
- x2="576.4375"
- y2="49.84375" />
- <linearGradient
- id="linearGradient20055-7-5-5-3">
- <stop
- id="stop20057-1-7-7-7"
- offset="0"
- style="stop-color:#0a2a5a;stop-opacity:1;" />
- <stop
- id="stop20059-1-6-8-3"
- offset="1"
- style="stop-color:#3771c8;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-4-9-7-1"
- id="linearGradient37100-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-670.99999,411.99999)"
- x1="582.79974"
- y1="56.363762"
- x2="575.70361"
- y2="49.87711" />
- <linearGradient
- id="linearGradient16500-4-9-7-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-8-5-8-9" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-8-4-0-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-7-8-6-0"
- id="linearGradient37102-8"
- gradientUnits="userSpaceOnUse"
- x1="129.74713"
- y1="118"
- x2="144.33401"
- y2="132.61403" />
- <linearGradient
- id="linearGradient84291">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop84293" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop84295" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-4-9-7-1"
- id="linearGradient37104-0"
- gradientUnits="userSpaceOnUse"
- x1="140.78264"
- y1="123.96156"
- x2="132.25548"
- y2="116.40535" />
- <linearGradient
- id="linearGradient84298">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84300" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop84302" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40455-7-3"
- id="radialGradient37553-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7881042,0.01544832,-0.01690407,0.7184169,-16.705439,29.204304)"
- cx="-73.135666"
- cy="95.970413"
- fx="-73.135666"
- fy="95.970413"
- r="4.9999957" />
- <linearGradient
- id="linearGradient40455-7-3">
- <stop
- id="stop40457-6-5"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-2"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37667-2"
- id="radialGradient37555-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4604901,-0.4901463,0.6187826,0.5813434,279.52277,457.42224)"
- cx="756.98285"
- cy="206.8443"
- fx="756.98285"
- fy="206.8443"
- r="6.9000001" />
- <linearGradient
- id="linearGradient37667-2">
- <stop
- id="stop37669-5"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop37671-5"
- offset="1"
- style="stop-color:black;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-29"
- id="linearGradient37558-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="89.012573"
- y1="243.96121"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient84313">
- <stop
- id="stop84315"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop84317"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient37561-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,-94.999998)"
- x1="754.28558"
- y1="300.83292"
- x2="758.62622"
- y2="305.53677" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient40455-7-1-1"
- id="radialGradient37553-2-4"
+ xlink:href="#linearGradient40455-7-1-6-0"
+ id="radialGradient15137-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.7881042,0.01544832,-0.01690407,0.7184169,-16.705439,29.204304)"
cx="-73.227486"
@@ -40819,20 +19598,20 @@
fy="95.949913"
r="4.9999957" />
<linearGradient
- id="linearGradient40455-7-1-1">
+ id="linearGradient40455-7-1-6-0">
<stop
- id="stop40457-6-6-2"
+ id="stop40457-6-6-8-7"
offset="0"
style="stop-color:#fff991;stop-opacity:1;" />
<stop
- id="stop40459-1-8-43"
+ id="stop40459-1-8-7-9"
offset="1"
style="stop-color:#fffbb9;stop-opacity:0;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-7-4"
- id="radialGradient37555-5-4"
+ xlink:href="#linearGradient40578-4-8-7-5-3"
+ id="radialGradient15139-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.4769848,-0.5257394,0.6056598,0.5494938,269.68012,490.96577)"
cx="756.83508"
@@ -40841,20 +19620,20 @@
fy="206.40076"
r="6.9000001" />
<linearGradient
- id="linearGradient40578-4-8-7-4">
+ id="linearGradient40578-4-8-7-5-3">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop40580-8-9-6-9" />
+ id="stop40580-8-9-6-1-7" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop40582-6-8-1-1" />
+ id="stop40582-6-8-1-8-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient58334-9-3"
- id="linearGradient37558-8-7"
+ xlink:href="#linearGradient58334-9-6-7"
+ id="linearGradient15141-6"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(670,-33)"
x1="89.012573"
@@ -40862,622 +19641,134 @@
x2="93.0625"
y2="249" />
<linearGradient
- id="linearGradient58334-9-3">
- <stop
- id="stop58336-27-0"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-9-2"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- y2="305"
- x2="758"
- y1="300.83292"
- x1="754.28558"
- gradientTransform="translate(1,-94.999998)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient37610-3-1"
- xlink:href="#linearGradient16500-4-6"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient16500-4-6">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-31-8" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-23-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient71834-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-10.025729,345.78566)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient84343">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84345" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84347" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient71814-3"
- id="linearGradient71836-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-15.983875,338)"
- x1="70.55275"
- y1="97.5"
- x2="79.355118"
- y2="107.18619" />
- <linearGradient
- id="linearGradient84350">
- <stop
- style="stop-color:#6e0d00;stop-opacity:1;"
- offset="0"
- id="stop84352" />
- <stop
- style="stop-color:#6f2913;stop-opacity:0;"
- offset="1"
- id="stop84354" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient71838-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-15.972985,338.41149)"
- x1="61.465469"
- y1="88.058716"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient84357">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84359" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84361" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37201-7"
- gradientUnits="userSpaceOnUse"
- x1="-26"
- y1="38"
- x2="-27"
- y2="30.200407"
- gradientTransform="translate(522.00015,466)" />
- <linearGradient
- id="linearGradient84364">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84366" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84368" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-7409-8"
- id="linearGradient37317-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="272.92456"
- y2="26.239208" />
- <linearGradient
- id="linearGradient1610-7409-8">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-488-3" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-2-0" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-5-7"
- id="radialGradient37319-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
- <linearGradient
- id="linearGradient40578-4-8-5-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-5-7" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-17-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-1-5"
- id="linearGradient37321-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-1-5">
+ id="linearGradient58334-9-6-7">
<stop
- id="stop58336-5-1"
+ id="stop58336-27-3-0"
offset="0.0000000"
style="stop-color:#ffffff;stop-opacity:0.87628865;" />
<stop
- id="stop58338-27-5"
+ id="stop58338-9-5-0"
offset="1.0000000"
style="stop-color:#fffffe;stop-opacity:0.0000000;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-14-5"
- id="linearGradient37323-7"
+ xlink:href="#linearGradient16500-4-1-4"
+ id="linearGradient15143-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-95.999998)"
- x1="754.1275"
- y1="301.01553"
- x2="758.77625"
- y2="305.51749" />
+ gradientTransform="translate(1,-94.999998)"
+ x1="754.28558"
+ y1="300.83292"
+ x2="758"
+ y2="305" />
<linearGradient
inkscape:collect="always"
- id="linearGradient16500-14-5">
+ id="linearGradient16500-4-1-4">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop16502-23-9" />
+ id="stop16502-31-1-1" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop16504-22-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient37338-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(461.00015,453)"
- x1="37"
- y1="53"
- x2="36.74033"
- y2="44.322407" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37191-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(168.00015,169.99998)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
- <linearGradient
- id="linearGradient84394">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84396" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84398" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38256-2"
- id="linearGradient37188-5"
- gradientUnits="userSpaceOnUse"
- x1="-22"
- y1="36.47311"
- x2="-18.85"
- y2="22.485678"
- gradientTransform="translate(522.00015,466)" />
- <linearGradient
- id="linearGradient84401">
- <stop
- id="stop84403"
- offset="0"
- style="stop-color:#e7e0c7;stop-opacity:1;" />
- <stop
- id="stop84405"
- offset="1"
- style="stop-color:#f1eddf;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient38362-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,2.85168,-84)"
- x1="-9.3937483"
- y1="203.3882"
- x2="28.275171"
- y2="249.73875" />
- <linearGradient
- id="linearGradient84408">
- <stop
- id="stop84410"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop84412"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40455-7-1-7-8"
- id="radialGradient38364-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1033468,0.01995877,-0.02366572,0.9281732,7.8124646,13.285893)"
- cx="-73.972397"
- cy="94.935921"
- fx="-73.972397"
- fy="94.935921"
- r="4.9999957" />
- <linearGradient
- id="linearGradient40455-7-1-7-8">
- <stop
- id="stop40457-6-6-4-3"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-8-0-7"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38367-6"
- gradientUnits="userSpaceOnUse"
- x1="19.210167"
- y1="143.17894"
- x2="38.580528"
- y2="167.11429"
- gradientTransform="matrix(1,0,0,0.8461542,0,25.615323)" />
- <linearGradient
- id="linearGradient84419">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84421" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84423" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath43368-7-3">
- <rect
- style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect43370-1-3"
- width="16"
- height="16"
- x="-79"
- y="26" />
- </clipPath>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient43276-6-1"
- id="radialGradient38734-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4098275,-0.6406034,2.5104141,1.6060416,-127.46107,-65.792415)"
- cx="-67.890839"
- cy="33.548397"
- fx="-67.890839"
- fy="33.548397"
- r="3.1501868" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient43276-6-1">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop43278-0-8" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop43280-49-3" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient43276-6-1"
- id="radialGradient38736-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4098275,-0.7183766,2.5885772,1.4767588,-130.41049,-65.518114)"
- cx="-74.960228"
- cy="34.896461"
- fx="-74.960228"
- fy="34.896461"
- r="3.1501868" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38831-6"
- id="linearGradient28603-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,-1,0,449.99999,1678)"
- x1="1141.2856"
- y1="288.19919"
- x2="1146.2682"
- y2="291.35333" />
- <linearGradient
- id="linearGradient38831-6">
- <stop
- style="stop-color:#182b42;stop-opacity:1;"
- offset="0"
- id="stop38833-8" />
- <stop
- id="stop38836-0"
- offset="0.38971797"
- style="stop-color:#598ac7;stop-opacity:1;" />
- <stop
- style="stop-color:#f1f1f1;stop-opacity:1;"
- offset="1"
- id="stop38838-3" />
+ id="stop16504-23-1-2" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28600-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,-1,0,719.99999,383.00001)"
- x1="148.56801"
- y1="544.21143"
- x2="163.11441"
- y2="569.18829" />
- <linearGradient
- id="linearGradient84444">
+ id="linearGradient44939-8-6-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop84446" />
+ id="stop44941-8-0-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84448" />
+ id="stop44943-2-7-6" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38831-6"
- id="linearGradient28593-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,-1,0,558.99999,1288)"
- x1="743.87036"
- y1="396.04428"
- x2="744.1059"
- y2="423.54419" />
- <linearGradient
- id="linearGradient84451">
- <stop
- style="stop-color:#182b42;stop-opacity:1;"
- offset="0"
- id="stop84453" />
- <stop
- id="stop84455"
- offset="0.38971797"
- style="stop-color:#598ac7;stop-opacity:1;" />
- <stop
- style="stop-color:#f1f1f1;stop-opacity:1;"
- offset="1"
- id="stop84457" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38845-3"
- id="linearGradient28589-7"
- gradientUnits="userSpaceOnUse"
- x1="162.41054"
- y1="413.87982"
- x2="161.83331"
- y2="406.47784"
- gradientTransform="matrix(0,1,-1,0,574.99991,384.00001)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient38845-3">
+ id="linearGradient44939-8-0-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop38847-9" />
+ id="stop44941-8-1-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop38849-5" />
+ id="stop44943-2-3-1" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient28583-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,1,0,-239.00001,1286)"
- x1="743"
- y1="402"
- x2="752"
- y2="400" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28580-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,-1,0,558.99999,1288)"
- x1="745.48267"
- y1="396.45972"
- x2="737.62225"
- y2="401.90442" />
- <linearGradient
- id="linearGradient84471">
+ id="linearGradient25108-1-0">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop25110-8-5"
offset="0"
- id="stop84473" />
+ style="stop-color:white;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop25112-1-0"
offset="1"
- id="stop84475" />
+ style="stop-color:#c6c6c6;stop-opacity:1;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28577-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,-1,0,558.99999,1286)"
- x1="757.2467"
- y1="367.52411"
- x2="740.30865"
- y2="405.3895" />
- <linearGradient
- id="linearGradient84478">
+ id="linearGradient44939-8-7-1-7-2-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop84480" />
+ id="stop44941-8-4-5-4-7-86" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84482" />
+ id="stop44943-2-0-2-0-1-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient28574-7"
+ xlink:href="#linearGradient44939-8-7-1-7-2-4"
+ id="linearGradient55624"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,-1,-1,0,449.99999,1678)"
- x1="1138.1963"
- y1="287.70486"
- x2="1146.6705"
- y2="288.5" />
- <linearGradient
- id="linearGradient84485">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84487" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84489" />
- </linearGradient>
+ gradientTransform="matrix(1,0,0,-1,73,792.5)"
+ x1="346"
+ y1="128.5"
+ x2="368"
+ y2="123.5" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient36718-5"
+ xlink:href="#linearGradient15098"
+ id="linearGradient55656"
gradientUnits="userSpaceOnUse"
- x1="400.90442"
- y1="68.853401"
- x2="410.47467"
- y2="77.877228" />
- <linearGradient
- id="linearGradient84492">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84494" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84496" />
- </linearGradient>
+ gradientTransform="matrix(-1,0,0,1,221,10)"
+ x1="115.01612"
+ y1="12"
+ x2="106.125"
+ y2="19.9375" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38049-6"
+ xlink:href="#linearGradient25108-1-0"
+ id="linearGradient55785"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="121.22078"
- y2="56.357628" />
- <linearGradient
- id="linearGradient84499">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84501" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84503" />
- </linearGradient>
+ x1="436.54755"
+ y1="524.30481"
+ x2="434.49387"
+ y2="519.46057" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38051-4"
+ xlink:href="#linearGradient25108-1-0"
+ id="linearGradient55787"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(207,-246.99988)"
- x1="-56.5"
- y1="342.0625"
- x2="-49"
- y2="341" />
- <linearGradient
- id="linearGradient84506">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84508" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84510" />
- </linearGradient>
+ x1="432.0849"
+ y1="524.97125"
+ x2="433"
+ y2="526" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37530-6"
+ xlink:href="#linearGradient319-19-0"
+ id="linearGradient55950"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
x1="104.90227"
y1="53.227627"
- x2="121.22078"
- y2="56.357628" />
- <linearGradient
- id="linearGradient84513">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84515" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84517" />
- </linearGradient>
+ x2="117.12428"
+ y2="56.069553" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient37534-0"
+ xlink:href="#linearGradient319-19-0"
+ id="linearGradient55952"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(207,-246.99988)"
x1="-56.5"
@@ -41485,5670 +19776,1100 @@
x2="-49"
y2="341" />
<linearGradient
- id="linearGradient84520">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84522" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84524" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-9-9"
- id="linearGradient38254-2"
- gradientUnits="userSpaceOnUse"
- x1="124.19057"
- y1="111.30384"
- x2="134.62978"
- y2="120.14633" />
- <linearGradient
- id="linearGradient10069-9-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-7" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-6-3"
- id="linearGradient37509-4"
- gradientUnits="userSpaceOnUse"
- x1="189.76083"
- y1="248.13905"
- x2="116.05637"
- y2="183.6826" />
- <linearGradient
- id="linearGradient1610-6-3">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-18-6" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-92-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-9-9"
- id="linearGradient37613-1"
- gradientUnits="userSpaceOnUse"
- x1="123.80045"
- y1="111.03492"
- x2="132.99687"
- y2="118.98331" />
- <linearGradient
- id="linearGradient84535">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop84537" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop84539" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-6-3"
- id="linearGradient37615-9"
+ xlink:href="#linearGradient14482"
+ id="linearGradient55954"
gradientUnits="userSpaceOnUse"
- x1="189.76083"
- y1="248.13905"
- x2="116.05637"
- y2="183.6826" />
- <linearGradient
- id="linearGradient84542">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84544" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84546" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-2-2"
- id="linearGradient14439-9-4"
- gradientUnits="userSpaceOnUse"
- x1="125.20553"
- y1="111.38132"
- x2="132.35237"
- y2="118.69846" />
- <linearGradient
- id="linearGradient10069-2-2">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-79-7" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-5-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-52-2"
- id="linearGradient14441-4-2"
- gradientUnits="userSpaceOnUse"
- x1="125.81818"
- y1="111.81818"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient319-52-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-7614-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-232-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient14418-6-8"
- id="linearGradient14433-1-2"
- gradientUnits="userSpaceOnUse"
- x1="139.29807"
- y1="127.35454"
- x2="130.33557"
- y2="115.81818" />
- <linearGradient
- id="linearGradient14418-6-8">
- <stop
- id="stop14420-8-0"
- offset="0"
- style="stop-color:#fa2509;stop-opacity:1;" />
- <stop
- id="stop14422-5-7"
- offset="1"
- style="stop-color:#fa2509;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-52-2"
- id="linearGradient14435-7-9"
- gradientUnits="userSpaceOnUse"
- x1="125.36379"
- y1="110.81054"
- x2="135.22182"
- y2="120.76331" />
- <linearGradient
- id="linearGradient84561">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84563" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84565" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-52-2"
- id="linearGradient14437-6-6"
- gradientUnits="userSpaceOnUse"
- x1="125.81818"
- y1="111.81818"
- x2="141.43347"
- y2="127.52184" />
- <linearGradient
- id="linearGradient84568">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84570" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84572" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-4-9-8-9"
- id="linearGradient38073-8-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,22)"
- x1="-14.752135"
- y1="101.82622"
- x2="-45.074585"
- y2="68.279541" />
- <linearGradient
- id="linearGradient15425-4-9-8-9">
- <stop
- style="stop-color:#960000;stop-opacity:1;"
- offset="0"
- id="stop15427-5-8-24-2" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop15429-8-2-5-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060-1-7"
- id="linearGradient38075-5-2"
- gradientUnits="userSpaceOnUse"
- x1="137.33838"
- y1="124.67571"
- x2="131.35606"
- y2="118.00494" />
- <linearGradient
- id="linearGradient5060-1-7">
- <stop
- id="stop5062-7-1"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop5064-1-9"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-52-2"
- id="linearGradient38077-1-9"
- gradientUnits="userSpaceOnUse"
- x1="127.15736"
- y1="111.48302"
- x2="146.01884"
- y2="136.15825" />
- <linearGradient
- id="linearGradient84585">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84587" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84589" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-4-9-8-9"
- id="linearGradient38079-2-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,22)"
- x1="-15"
- y1="101"
- x2="-22"
- y2="94" />
- <linearGradient
- id="linearGradient84592">
- <stop
- style="stop-color:#960000;stop-opacity:1;"
- offset="0"
- id="stop84594" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop84596" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient48327-1-5"
- id="radialGradient38306-3-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4461753,0.01083717,0.0036163,6.752143,-191.34795,-740.3814)"
- cx="131.99811"
- cy="126.63337"
- fx="131.99811"
- fy="126.63337"
- r="9.1978254" />
- <linearGradient
- id="linearGradient48327-1-5">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop48329-23-3" />
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="1"
- id="stop48331-3-8" />
- </linearGradient>
- <linearGradient
- y2="118.69846"
- x2="132.35237"
- y1="111.38132"
- x1="125.20553"
- gradientUnits="userSpaceOnUse"
- id="linearGradient37646-4-6"
- xlink:href="#linearGradient10069-74-1-9"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient10069-74-1-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-0-1-0" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-9-3-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-7409-3-7-4"
- id="linearGradient37677-3"
- gradientUnits="userSpaceOnUse"
- x1="130.60338"
- y1="115.87343"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient319-7409-3-7-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-48-8-4-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-82-6-27-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-7409-3-7-4"
- id="linearGradient38313-7-6"
- gradientUnits="userSpaceOnUse"
- x1="125.81818"
- y1="111.81818"
- x2="143.88347"
- y2="129.27184" />
- <linearGradient
- id="linearGradient84611">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84613" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84615" />
- </linearGradient>
+ x1="149.55806"
+ y1="94.884857"
+ x2="149.53032"
+ y2="101.436" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient43807-6"
- id="linearGradient39518-0"
+ xlink:href="#linearGradient319-95-2-7-1"
+ id="linearGradient55956"
gradientUnits="userSpaceOnUse"
- x1="648.09674"
- y1="355.85541"
- x2="634.09503"
- y2="341.23715" />
- <linearGradient
- id="linearGradient43807-6">
- <stop
- style="stop-color:#e31b1b;stop-opacity:1;"
- offset="0"
- id="stop43809-6" />
- <stop
- style="stop-color:#930000;stop-opacity:1;"
- offset="1"
- id="stop43811-7" />
- </linearGradient>
+ x1="132"
+ y1="117.26753"
+ x2="142.72656"
+ y2="127.72736" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient39088-5"
- id="linearGradient39520-7"
+ xlink:href="#linearGradient10069-8-3-3-0"
+ id="linearGradient55958"
gradientUnits="userSpaceOnUse"
- x1="696.63055"
- y1="403.93069"
- x2="643.71313"
- y2="349.93216" />
- <linearGradient
- id="linearGradient39088-5">
- <stop
- id="stop39090-2"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop39092-7"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ x1="126.55782"
+ y1="113.57294"
+ x2="132.41052"
+ y2="118.81034" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-95-1"
- id="linearGradient39523-9"
+ xlink:href="#linearGradient44939-8-0-9"
+ id="linearGradient55988"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8461524,0,0,0.8461523,99.385524,54.308237)"
- x1="633.10468"
- y1="338.95337"
- x2="649.69073"
- y2="354.92981" />
- <linearGradient
- id="linearGradient10069-95-1">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-10-9" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-64-1" />
- </linearGradient>
+ x1="279.75"
+ y1="101.5"
+ x2="284.5"
+ y2="106.5" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39630-5"
+ xlink:href="#linearGradient44939-8-6-2"
+ id="linearGradient55990"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="121.22078"
- y2="56.357628" />
- <linearGradient
- id="linearGradient84630">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84632" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84634" />
- </linearGradient>
+ gradientTransform="matrix(-1,0,0,1,593.02125,-1.8e-6)"
+ x1="279"
+ y1="102"
+ x2="281.75"
+ y2="102" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39632-8"
+ xlink:href="#linearGradient319"
+ id="linearGradient56084"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(207,-246.99988)"
- x1="-56.5"
- y1="342.0625"
- x2="-49"
- y2="341" />
- <linearGradient
- id="linearGradient84637">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84639" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84641" />
- </linearGradient>
+ gradientTransform="translate(210.99996,-273.00002)"
+ x1="308"
+ y1="323"
+ x2="343.26239"
+ y2="340" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40280-2"
+ xlink:href="#linearGradient319-08"
+ id="linearGradient56084-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="120.06789"
- y2="54.6674" />
+ gradientTransform="translate(210.99996,-273.00002)"
+ x1="308"
+ y1="323"
+ x2="343.26239"
+ y2="340" />
<linearGradient
- id="linearGradient84644">
+ id="linearGradient319-08">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop84646" />
+ id="stop320-36" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84648" />
+ id="stop321-21" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40282-7"
+ xlink:href="#linearGradient319-08"
+ id="linearGradient29129-4"
gradientUnits="userSpaceOnUse"
- x1="-56.5"
- y1="340.32199"
- x2="-56.5"
- y2="348" />
- <linearGradient
- id="linearGradient84651">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84653" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84655" />
- </linearGradient>
+ x1="732.9375"
+ y1="412.8125"
+ x2="753.40625"
+ y2="418.33594" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40284-8"
+ xlink:href="#linearGradient319-71"
+ id="linearGradient56084-0"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,13)"
- x1="-56.8125"
- y1="329.06256"
- x2="-47.214466"
- y2="329.26965" />
+ gradientTransform="translate(210.99996,-273.00002)"
+ x1="308"
+ y1="323"
+ x2="343.26239"
+ y2="340" />
<linearGradient
- id="linearGradient84658">
+ id="linearGradient319-71">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop84660" />
+ id="stop320-33" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84662" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient38689-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-420,490.00041)"
- x1="301.5"
- y1="-105.87541"
- x2="340"
- y2="-65.250412" />
- <linearGradient
- id="linearGradient84665">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84667" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84669" />
+ id="stop321-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38693-1"
- gradientUnits="userSpaceOnUse"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38695-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,0)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38697-4"
+ xlink:href="#linearGradient319-71"
+ id="linearGradient29129-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ x1="732.9375"
+ y1="412.8125"
+ x2="753.40625"
+ y2="418.33594" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38701-9"
+ xlink:href="#linearGradient10069-24-4"
+ id="linearGradient56401"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(1.2868892,0,0,1,-249.7433,-143.02079)"
+ x1="348.06064"
+ y1="220.55545"
+ x2="363.71661"
+ y2="239.94608" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-7-3"
- id="linearGradient38703-2"
+ xlink:href="#linearGradient319-76-2"
+ id="linearGradient56428"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(24,-6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient16500-7-3">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-1-9" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-2-7" />
- </linearGradient>
+ gradientTransform="matrix(0.9050931,-7.9558708e-4,0.00612764,0.9147058,27.439091,-300.45853)"
+ x1="299.70026"
+ y1="408.49368"
+ x2="322.08145"
+ y2="429.53806" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38706-9"
+ xlink:href="#linearGradient15859-1"
+ id="linearGradient14951"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,-157,821.03125)"
- x1="-90.5"
- y1="413.51562"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- id="linearGradient84704">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84706" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84708" />
- </linearGradient>
+ x1="4.1933641"
+ y1="199.12067"
+ x2="17.16466"
+ y2="211.01585" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient38720-5"
+ xlink:href="#linearGradient15859-1-3"
+ id="linearGradient14951-4"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3846148,0,0,1,-211.38442,490.00041)"
- x1="301.5"
- y1="-105.87541"
- x2="340"
- y2="-65.250412" />
+ x1="12.602254"
+ y1="206.13333"
+ x2="26.167894"
+ y2="220.66356" />
<linearGradient
- id="linearGradient84711">
+ id="linearGradient15859-1-3">
<stop
- style="stop-color:black;stop-opacity:1;"
+ style="stop-color:#ff992b;stop-opacity:1"
offset="0"
- id="stop84713" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84715" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38723-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(8,0)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient38725-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(8,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-7-3"
- id="linearGradient38727-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(24,-6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38729-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,-156,821.03125)"
- x1="-89.75"
- y1="413.98114"
- x2="-86.75"
- y2="416.32614" />
- <linearGradient
- id="linearGradient84739">
+ id="stop15861-1-4" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84741" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop84743" />
+ id="stop15863-7-73" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-7-3"
- id="linearGradient38731-5"
+ xlink:href="#linearGradient23974-28-0-5"
+ id="linearGradient15989"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(24,-2.4825165)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient38736-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,-156,824.54874)"
- x1="-89.75"
- y1="413.98114"
- x2="-86.75"
- y2="416.32614" />
- <linearGradient
- id="linearGradient84753">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84755" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84757" />
- </linearGradient>
+ x1="94.485573"
+ y1="122.13319"
+ x2="89.207298"
+ y2="125.83332" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39199-4"
+ xlink:href="#linearGradient31320-4-3"
+ id="linearGradient15994"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-420,490.00041)"
- x1="301.5"
- y1="-105.87541"
- x2="340"
- y2="-65.250412" />
- <linearGradient
- id="linearGradient84760">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84762" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84764" />
- </linearGradient>
+ gradientTransform="matrix(-1.004219,0,0,0.980922,222.97812,19.5574)"
+ x1="68.688324"
+ y1="51.42366"
+ x2="72.671516"
+ y2="55.501457" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39201-4"
+ xlink:href="#linearGradient319-40-7"
+ id="linearGradient16002"
gradientUnits="userSpaceOnUse"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(0.8167109,0,0,0.8433415,69.29396,203.19342)"
+ x1="103.65562"
+ y1="49.547874"
+ x2="120.79755"
+ y2="57.84819" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39203-3"
+ xlink:href="#linearGradient14262-95-2"
+ id="linearGradient16005"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,0)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,139.37998,3.53336)"
+ x1="-26.207859"
+ y1="252.77303"
+ x2="-5.4963508"
+ y2="253.15045" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39205-8"
+ xlink:href="#linearGradient23974-0-2"
+ id="linearGradient16010"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,74.34344,372.3905)"
+ x1="-88.73024"
+ y1="-120.6127"
+ x2="-78.787354"
+ y2="-128.30418" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39207-3"
+ xlink:href="#linearGradient27301-6-2"
+ id="linearGradient16558"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ x1="497"
+ y1="264"
+ x2="507.125"
+ y2="276.75"
+ gradientTransform="translate(-0.04936017,-0.04091017)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient39246-4"
+ xlink:href="#linearGradient21327-63-5"
+ id="linearGradient16561"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-420,490.00041)"
- x1="301.5"
- y1="-105.87541"
- x2="340"
- y2="-65.250412" />
- <linearGradient
- id="linearGradient84795">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop84797" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop84799" />
- </linearGradient>
+ gradientTransform="translate(-0.04935997,0.97920913)"
+ x1="500.71924"
+ y1="270.24997"
+ x2="477"
+ y2="274" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39248-2"
+ xlink:href="#linearGradient27277-1-8"
+ id="linearGradient16564"
gradientUnits="userSpaceOnUse"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="translate(-0.04935997,1.9965991)"
+ x1="501.19104"
+ y1="270.69452"
+ x2="488.93024"
+ y2="272.60611" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39252-2"
+ xlink:href="#linearGradient23974-27-5"
+ id="linearGradient16567"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,0)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(0.9993234,0,0,1.0050357,383.02168,218.70121)"
+ x1="116.41398"
+ y1="53.197613"
+ x2="104.06187"
+ y2="53.601826" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39255-5"
+ xlink:href="#linearGradient15531-9-5"
+ id="linearGradient16570"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
+ gradientTransform="matrix(0.9993234,0,0,1.0050357,383.02168,218.70121)"
+ x1="116.41398"
+ y1="53.197613"
+ x2="109.72195"
+ y2="43.434277" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient39259-7"
+ xlink:href="#linearGradient18105-2-9"
+ id="linearGradient16573"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(6,6)"
- x1="-97"
- y1="408"
- x2="-88"
- y2="413.51562" />
- <mask
- maskUnits="userSpaceOnUse"
- id="mask38956-3">
- <rect
- style="fill:url(#linearGradient38961-4);stroke:none;stroke-width:2.79999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect38958-9"
- width="16"
- height="12"
- x="488"
- y="560"
- rx="0"
- ry="0" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-83-1"
- id="linearGradient38961-4"
- gradientUnits="userSpaceOnUse"
- x1="488.5"
- y1="568"
- x2="495"
- y2="568" />
- <linearGradient
- id="linearGradient1610-83-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-24-9" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-11-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-83-1"
- id="linearGradient39115-8"
- gradientUnits="userSpaceOnUse"
- x1="487.2518"
- y1="531.95105"
- x2="490.65796"
- y2="580.63715" />
+ gradientTransform="translate(-0.04935997,1.9792524)"
+ x1="492.95264"
+ y1="267.42996"
+ x2="496.73859"
+ y2="270.36874" />
<linearGradient
- id="linearGradient84836">
+ id="linearGradient1610-3-7-4">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop84838" />
+ id="stop1611-1-4-3" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop84840" />
+ id="stop1612-6-0-9" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient11871-3-5"
- id="linearGradient39117-5"
- gradientUnits="userSpaceOnUse"
- x1="496.49335"
- y1="537.78113"
- x2="498.40021"
- y2="540.13623" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient11871-3-5">
+ id="linearGradient319-5-9-4-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop11873-0-2" />
+ id="stop320-761-8-8-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop11875-8-9" />
+ id="stop321-89-24-8-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient11871-3-5"
- id="linearGradient39119-7"
+ xlink:href="#linearGradient1610-3-7-4"
+ id="linearGradient16887"
gradientUnits="userSpaceOnUse"
- x1="495.85294"
- y1="541.69116"
- x2="495.25"
- y2="539.75" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-3-8"
- id="linearGradient39122-0"
- gradientUnits="userSpaceOnUse"
- x1="494.38467"
- y1="532.42651"
- x2="496.21078"
- y2="541.02698" />
- <linearGradient
- id="linearGradient10069-3-8">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-87-2" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-42-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40703-4"
- id="linearGradient39261-7"
- gradientUnits="userSpaceOnUse"
- x1="122.25188"
- y1="106.08706"
- x2="147.08464"
- y2="134.12131" />
- <linearGradient
- id="linearGradient40703-4">
- <stop
- style="stop-color:#143564;stop-opacity:1;"
- offset="0"
- id="stop40705-5" />
- <stop
- style="stop-color:#c1d7f8;stop-opacity:1;"
- offset="1"
- id="stop40707-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient39265-5"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient84862">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop84864" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop84866" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39263-9"
- gradientUnits="userSpaceOnUse"
- x1="116.75861"
- y1="97.375854"
- x2="145.729"
- y2="137.52937" />
- <linearGradient
- id="linearGradient84869">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84871" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84873" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40703-5-5-0"
- id="linearGradient39261-4-5-0"
- gradientUnits="userSpaceOnUse"
- x1="128.09367"
- y1="112.43961"
- x2="145.20987"
- y2="133.4879" />
- <linearGradient
- id="linearGradient40703-5-5-0">
- <stop
- style="stop-color:#143564;stop-opacity:1;"
- offset="0"
- id="stop40705-8-2-8" />
- <stop
- style="stop-color:#c1d7f8;stop-opacity:1;"
- offset="1"
- id="stop40707-8-7-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient39718-5"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient84880">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop84882" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop84884" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient39716-2"
- gradientUnits="userSpaceOnUse"
- x1="121.80637"
- y1="106.4641"
- x2="142.1468"
- y2="132.44617" />
- <linearGradient
- id="linearGradient84887">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84889" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84891" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask40306-7">
- <path
- inkscape:connector-curvature="0"
- id="path40308-0"
- d="m 195,11.00001 0,14 0.5,0 13.5,-13.5 0,-0.5 -14,0 z"
- style="fill:#ffffff;fill-rule:evenodd;stroke:none"
- sodipodi:nodetypes="cccccc" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40295-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,136.97426,-72.21433)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
- <linearGradient
- id="linearGradient84896">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84898" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84900" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient40297-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,131.027,-79.5885)"
- x1="57.347244"
- y1="82.75322"
- x2="86.00116"
- y2="112.03586" />
- <linearGradient
- id="linearGradient84903">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84905" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84907" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25417-4"
- id="linearGradient40731-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- x1="280.0918"
- y1="129.28557"
- x2="267.20212"
- y2="116.41341" />
- <linearGradient
- id="linearGradient25417-4">
- <stop
- id="stop25419-3"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop25421-1"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-17-1-6-7-4"
- id="linearGradient40733-0-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,-259.00009,90.24189)"
- x1="255.63673"
- y1="99.513062"
- x2="275.1503"
- y2="129.36641" />
- <linearGradient
- id="linearGradient319-17-1-6-7-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-115-1-5-1-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-27-3-7-7-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25417-4"
- id="linearGradient84917"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- x1="280.0918"
- y1="129.28557"
- x2="267.20212"
- y2="116.41341" />
- <linearGradient
- id="linearGradient84919">
- <stop
- id="stop84921"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop84923"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(22,0)"
+ x1="-70.605209"
+ y1="-121.58411"
+ x2="-28.177105"
+ y2="-89.026711" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-17-1-6-5"
- id="linearGradient40733-6"
+ xlink:href="#linearGradient319-5-9-4-2"
+ id="linearGradient16889"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,-259.00009,90.24189)"
- x1="255.63673"
- y1="99.513062"
- x2="275.1503"
- y2="129.36641" />
+ gradientTransform="translate(22,0)"
+ x1="-74"
+ y1="-124"
+ x2="-55.5975"
+ y2="-103.2075" />
<linearGradient
- id="linearGradient319-17-1-6-5">
+ id="linearGradient319-95">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-115-1-5-4" />
+ id="stop320-242" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-27-3-7-8" />
+ id="stop321-44" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-3-0-7-6-7"
- id="linearGradient40875-3-9-8-5"
+ xlink:href="#linearGradient37542-43"
+ id="linearGradient22933-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.695652,0,0,0.869703,-44.93485,-114.66358)"
- x1="188.77448"
- y1="259.745"
- x2="164.0939"
- y2="242.22473" />
+ gradientTransform="translate(15.081669,359)"
+ x1="245.63066"
+ y1="106.28436"
+ x2="245.80791"
+ y2="94.440376" />
<linearGradient
- id="linearGradient37542-3-0-7-6-7">
+ id="linearGradient37542-43">
<stop
- id="stop37544-1-6-6-5-6"
+ id="stop37544-7"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop37546-2-1-7-0-4"
+ id="stop37546-12"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-34-8-7-0-1"
- id="linearGradient40877-5-5-9-3"
+ xlink:href="#linearGradient319-48"
+ id="linearGradient22935-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(357.00001,373)"
- x1="-287.75"
- y1="-276.75"
- x2="-276"
- y2="-264.875" />
+ x1="268"
+ y1="462"
+ x2="256"
+ y2="459" />
<linearGradient
- id="linearGradient319-34-8-7-0-1">
+ id="linearGradient319-48">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-11-9-8-0-0" />
+ id="stop320-64" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-38-3-1-6-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-3-0-7-6-7"
- id="linearGradient40879-9-8-1-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.608695,0,0,0.760996,-26.1305,-84.76968)"
- x1="130.70929"
- y1="210.78392"
- x2="171.50414"
- y2="248.54021" />
- <linearGradient
- id="linearGradient84938">
- <stop
- id="stop84940"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop84942"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop321-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-34-8-7-0-1"
- id="linearGradient40881-8-0-8-0"
+ xlink:href="#linearGradient10069-59"
+ id="linearGradient22937-4"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(361.00001,376)"
- x1="-283"
- y1="-272"
- x2="-277.01501"
- y2="-267.26749" />
- <linearGradient
- id="linearGradient84945">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84947" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84949" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-7-6-7-4-2"
- id="radialGradient40883-4-0-3-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.06118084,-0.8594818,2.4629674,-0.1753088,-259.40057,190.15309)"
- cx="77.721619"
- cy="104.09358"
- fx="77.721619"
- fy="104.09358"
- r="3.9999998" />
+ gradientTransform="translate(12.999999,359)"
+ x1="247"
+ y1="99"
+ x2="247"
+ y2="94" />
<linearGradient
- id="linearGradient10069-7-6-7-4-2">
+ id="linearGradient10069-59">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop10071-81-3-2-4-5" />
+ id="stop10071-30" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop10073-6-7-5-6-4" />
+ id="stop10073-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-74-9-1-5"
- id="linearGradient40511-7-9-5-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-270.46874,9.59825)"
- x1="256.14325"
- y1="5.6181068"
- x2="278.79254"
- y2="29.688427" />
- <linearGradient
- id="linearGradient1610-74-9-1-5">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-0-8-7-6" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-9-3-1-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-8-6-5-6"
- id="linearGradient40507-4-8-1-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-114,-208)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-8-6-5-6">
- <stop
- id="stop58336-8-9-2-0"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-24-8-7-1"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-5-6-1-0"
- id="radialGradient40649-2-6-6-7"
- cx="-27.749987"
- cy="32.615383"
- fx="-27.749987"
- fy="32.615383"
- r="5.5"
- gradientTransform="matrix(0.4545454,0.3636364,-0.3862167,0.4827711,-2.5397644,26.345139)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient16500-5-6-1-0">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-17-2-4-5" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-11-3-2-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-5-6-1-0"
- id="linearGradient40502-7-8-3-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-784,-271)"
- x1="754"
- y1="300.5"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-5-6-2-3"
- id="linearGradient40635-7-2-2-3"
- gradientUnits="userSpaceOnUse"
- x1="125.99933"
- y1="111.2683"
- x2="134.91479"
- y2="122.36016" />
- <linearGradient
- id="linearGradient319-5-6-2-3">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-761-2-1-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-89-7-6-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-5-6-2-3"
- id="linearGradient40637-9-5-8-9"
- gradientUnits="userSpaceOnUse"
- x1="126.72586"
- y1="112.53999"
- x2="134.91479"
- y2="122.36016" />
- <linearGradient
- id="linearGradient84979">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84981" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84983" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13973-3-7-8-6"
- id="linearGradient40639-1-2-1-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(19.367382,0)"
- x1="111.2239"
- y1="112.62726"
- x2="99.628899"
- y2="99.029617" />
- <linearGradient
- id="linearGradient13973-3-7-8-6">
- <stop
- style="stop-color:#3c4c18;stop-opacity:1;"
- offset="0"
- id="stop13975-1-8-9-1" />
- <stop
- style="stop-color:#9aff31;stop-opacity:0;"
- offset="1"
- id="stop13977-2-0-2-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-5-6-2-3"
- id="linearGradient40641-9-2-7-5"
- gradientUnits="userSpaceOnUse"
- x1="127.63637"
- y1="114.2303"
- x2="143.69765"
- y2="131.03783" />
- <linearGradient
- id="linearGradient84992">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop84994" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop84996" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-74-9-1-5"
- id="linearGradient41638-8-6-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,-270.46874,9.59825)"
- x1="256.14325"
- y1="5.6181068"
- x2="278.79254"
- y2="29.688427" />
- <linearGradient
- id="linearGradient84999">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85001" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85003" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-8-6-5-6"
- id="linearGradient41640-2-0-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-114,-208)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient85006">
- <stop
- id="stop85008"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop85010"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-5-6-1-0"
- id="radialGradient41642-5-0-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4545454,0.3636364,-0.3862167,0.4827711,-2.5397644,26.345139)"
- cx="-27.749987"
- cy="32.615383"
- fx="-27.749987"
- fy="32.615383"
- r="5.5" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-5-6-1-0"
- id="linearGradient41644-5-4-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-784,-271)"
- x1="754"
- y1="300.5"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-3-0-7-6-7"
- id="linearGradient39136-2-0-4"
+ xlink:href="#linearGradient319-48"
+ id="linearGradient22939-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.695652,0,0,0.869703,-44.93485,-114.66358)"
- x1="188.77448"
- y1="259.745"
- x2="164.0939"
- y2="242.22473" />
- <linearGradient
- id="linearGradient85027">
- <stop
- id="stop85029"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85031"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ x1="263.5"
+ y1="455.25"
+ x2="263.5"
+ y2="460.5" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-34-8-7-0-1"
- id="linearGradient39138-8-6-2"
+ y2="460.6622"
+ x2="264"
+ y1="452"
+ x1="264"
+ gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(357.00001,373)"
- x1="-287.75"
- y1="-276.75"
- x2="-276"
- y2="-264.875" />
- <linearGradient
- id="linearGradient85034">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85036" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85038" />
- </linearGradient>
+ id="linearGradient17039"
+ xlink:href="#linearGradient319-48"
+ inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-3-0-7-6-7"
- id="linearGradient39140-6-8-4"
+ xlink:href="#linearGradient37542-43-6"
+ id="linearGradient22933-6-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.608695,0,0,0.760996,-26.1305,-84.76968)"
- x1="130.70929"
- y1="210.78392"
- x2="174.35753"
- y2="250.6842" />
+ gradientTransform="translate(15.081669,359)"
+ x1="245.63066"
+ y1="106.28436"
+ x2="245.80791"
+ y2="94.440376" />
<linearGradient
- id="linearGradient85041">
+ id="linearGradient37542-43-6">
<stop
- id="stop85043"
+ id="stop37544-7-2"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop85045"
+ id="stop37546-12-6"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-34-8-7-0-1"
- id="linearGradient39143-0-6-1"
+ xlink:href="#linearGradient319-48-6"
+ id="linearGradient22935-6-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(361.00001,376)"
- x1="-283"
- y1="-272"
- x2="-277.01501"
- y2="-267.26749" />
- <linearGradient
- id="linearGradient85048">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85050" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85052" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath40902-8">
- <rect
- y="197"
- x="-22"
- height="17"
- width="15"
- id="rect40904-8"
- style="opacity:0.45;fill:#80b3ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="scale(-1,1)" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25417-4"
- id="linearGradient85056"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- x1="280.0918"
- y1="129.28557"
- x2="267.20212"
- y2="116.41341" />
- <linearGradient
- id="linearGradient85058">
- <stop
- id="stop85060"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop85062"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-17-1-6-5"
- id="linearGradient40679-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,-259.00009,90.24189)"
- x1="255.63673"
- y1="99.513062"
- x2="275.1503"
- y2="129.36641" />
- <linearGradient
- id="linearGradient85065">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85067" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85069" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath40897-5">
- <rect
- y="198"
- x="-41"
- height="16"
- width="15"
- id="rect40899-8"
- style="opacity:0.45;fill:#80b3ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="scale(-1,1)" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25417-4"
- id="linearGradient85073"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- x1="280.0918"
- y1="129.28557"
- x2="267.20212"
- y2="116.41341" />
- <linearGradient
- id="linearGradient85075">
- <stop
- id="stop85077"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop85079"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-17-1-6-8-4"
- id="linearGradient40733-03-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.7972867,-259.00009,90.24189)"
- x1="255.63673"
- y1="99.513062"
- x2="275.1503"
- y2="129.36641" />
+ x1="268"
+ y1="462"
+ x2="256"
+ y2="459" />
<linearGradient
- id="linearGradient319-17-1-6-8-4">
+ id="linearGradient319-48-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-115-1-5-0-0" />
+ id="stop320-64-4" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-27-3-7-1-6" />
+ id="stop321-6-6" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient44318-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.050372,0,0,1.050372,-3.551238,-0.730396)"
- cx="70.5"
- cy="14.5"
- fx="70.5"
- fy="14.5"
- r="1.5" />
<linearGradient
- id="linearGradient85086">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop85088" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop85090" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient44320-0"
+ xlink:href="#linearGradient10069-59-3"
+ id="linearGradient22937-4-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5399935,0.3131662,-0.3907892,0.5793905,38.141764,-16.056748)"
- cx="70.470596"
- cy="14.649424"
- fx="70.470596"
- fy="14.649424"
- r="5.5192375" />
+ gradientTransform="translate(12.999999,359)"
+ x1="247"
+ y1="99"
+ x2="247"
+ y2="94" />
<linearGradient
- id="linearGradient85093">
+ id="linearGradient10069-59-3">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop85095" />
+ id="stop10071-30-1" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop85097" />
+ id="stop10073-3-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-46-4"
- id="linearGradient39508-0"
+ xlink:href="#linearGradient319-48-6"
+ id="linearGradient22939-8-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-20,0)"
- x1="39.102718"
- y1="641.73358"
- x2="58.680996"
- y2="661.93829" />
- <linearGradient
- id="linearGradient319-46-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-03-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-62-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient44954-5"
- gradientUnits="userSpaceOnUse"
- x1="279.75"
- y1="101.5"
- x2="283"
- y2="105.5"
- gradientTransform="matrix(0,1,1,0,225,-182.99437)" />
- <linearGradient
- id="linearGradient44939-8-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient44944-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,-1,698,183)"
- x1="351.15625"
- y1="108.35222"
- x2="336.40625"
- y2="106.19597" />
- <linearGradient
- id="linearGradient85108">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85110" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85112" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient44942-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-21)"
- x1="351.71875"
- y1="106.93575"
- x2="339.125"
- y2="105.092" />
- <linearGradient
- id="linearGradient85115">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85117" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85119" />
- </linearGradient>
+ x1="263.5"
+ y1="455.25"
+ x2="263.5"
+ y2="460.5" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient44485-8"
+ y2="460.6622"
+ x2="264"
+ y1="452"
+ x1="264"
+ gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
gradientUnits="userSpaceOnUse"
- x1="279.75"
- y1="101.5"
- x2="284.5"
- y2="106.5" />
+ id="linearGradient17172"
+ xlink:href="#linearGradient319-48-6"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient85122">
+ id="linearGradient319-48-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop85124" />
+ id="stop320-64-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop85126" />
+ id="stop321-6-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient44950-88"
+ xlink:href="#linearGradient37542-43-3"
+ id="linearGradient22933-6-87"
gradientUnits="userSpaceOnUse"
- x1="279"
- y1="102"
- x2="281.75"
- y2="102"
- gradientTransform="matrix(-1,0,0,1,593.02125,-1.8e-6)" />
- <linearGradient
- id="linearGradient85129">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85131" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85133" />
- </linearGradient>
- <linearGradient
- id="linearGradient85136">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85138" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85140" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath13106-7">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path34850-6"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85147">
- <stop
- id="stop85149"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85151"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85153">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85155"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85162">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85164" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85166" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85168">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85170"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85177">
- <stop
- id="stop85179"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85181"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85183">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85185"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85192">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85194" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85196" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85198">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85200"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85207">
- <stop
- id="stop85209"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85211"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85213">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85215"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <radialGradient
- id="aigrd2-8"
- cx="20.892099"
- cy="114.5684"
- r="5.256"
- fx="20.892099"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop15566-3" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop15568-8" />
- </radialGradient>
- <radialGradient
- id="radialGradient85226"
- cx="20.892099"
- cy="114.5684"
- r="5.256"
- fx="20.892099"
- fy="114.5684"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop85228" />
- <stop
- offset="1.0000000"
- style="stop-color:#9a9a9a;stop-opacity:1.0000000;"
- id="stop85230" />
- </radialGradient>
- <linearGradient
- id="linearGradient85233">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85235" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85237" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85239">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85241"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85248">
- <stop
- id="stop85250"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85252"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85254">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85256"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85263">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85265" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85267" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85269">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85271"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85278">
- <stop
- id="stop85280"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85282"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85284">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85286"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85292">
- <path
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path85294"
- sodipodi:cx="53"
- sodipodi:cy="554"
- sodipodi:rx="4.5"
- sodipodi:ry="2.25"
- d="m 57.5,554 a 4.5,2.25 0 1 1 -9,0 4.5,2.25 0 1 1 9,0 z"
- transform="matrix(1.870472,0.1894819,-0.6587894,2.4281336,319.59052,-798.11661)" />
- </clipPath>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85300">
- <path
- sodipodi:type="arc"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path85302"
- sodipodi:cx="53"
- sodipodi:cy="554"
- sodipodi:rx="4.5"
- sodipodi:ry="2.25"
- d="m 57.5,554 a 4.5,2.25 0 1 1 -9,0 4.5,2.25 0 1 1 9,0 z"
- transform="matrix(1.870472,0.1894819,-0.6587894,2.4281336,319.59052,-798.11661)" />
- </clipPath>
- <linearGradient
- id="linearGradient85309">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85311" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85313" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85315">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85317"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85324">
- <stop
- id="stop85326"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85328"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85330">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85332"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85339">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop85341" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop85343" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath23877-3">
- <rect
- transform="scale(1,-1)"
- y="-540"
- x="952"
- height="6"
- width="15"
- id="rect23879-4"
- style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </clipPath>
- <linearGradient
- id="linearGradient85356">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85358" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85360" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85362">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85364"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85371">
- <stop
- id="stop85373"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop85375"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85377">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85379"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient85386">
- <stop
- style="stop-color:#fc6b58;stop-opacity:1;"
- offset="0"
- id="stop85388" />
- <stop
- style="stop-color:#fc6b58;stop-opacity:0;"
- offset="1"
- id="stop85390" />
- </linearGradient>
- <linearGradient
- id="linearGradient39155-9">
- <stop
- id="stop39157-3"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop39159-2"
- offset="1"
- style="stop-color:#dadada;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient24727-6">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24729-2" />
- <stop
- id="stop24731-4"
- offset="0.77520341"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24733-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient24711-4">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24713-2" />
- <stop
- id="stop24715-3"
- offset="0.21609697"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24717-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient85426">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop85428" />
- <stop
- id="stop85430"
- offset="0.77520341"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop85432" />
- </linearGradient>
- <linearGradient
- id="linearGradient85442">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop85444" />
- <stop
- id="stop85446"
- offset="0.21609697"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop85448" />
- </linearGradient>
- <linearGradient
- id="linearGradient85460">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop85462" />
- <stop
- id="stop85464"
- offset="0.77520341"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop85466" />
- </linearGradient>
+ gradientTransform="translate(15.081669,359)"
+ x1="245.63066"
+ y1="106.28436"
+ x2="245.80791"
+ y2="94.440376" />
<linearGradient
- id="linearGradient24144-2">
+ id="linearGradient37542-43-3">
<stop
- id="stop24146-9"
+ id="stop37544-7-8"
offset="0"
- style="stop-color:#3d361a;stop-opacity:1;" />
- <stop
- style="stop-color:#d1c595;stop-opacity:1;"
- offset="0.17958513"
- id="stop24148-0" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop24150-6"
+ id="stop37546-12-4"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- id="linearGradient85490">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85492" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85494" />
- </linearGradient>
- <linearGradient
- id="linearGradient85497">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85499" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85501" />
- </linearGradient>
- <linearGradient
- id="linearGradient1610-71-6-9-7-6">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-26-8-5-4-7" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-04-8-8-0-0" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath13106-9-2-9-9-8">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path34850-4-7-0-4-1"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient5060-6-6-2-4-5">
- <stop
- id="stop5062-2-0-5-5-7"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop5064-4-4-5-5-1"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath85515">
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
- id="path85517"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </clipPath>
- <linearGradient
- id="linearGradient4671-6-4-1-7-6">
- <stop
- id="stop4673-7-6-4-1-6"
- offset="0"
- style="stop-color:#ffd43b;stop-opacity:1;" />
- <stop
- id="stop4675-8-0-8-1-8"
- offset="1"
- style="stop-color:#ffe873;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient4689-1-6-4-2-4">
- <stop
- id="stop4691-6-2-6-7-9"
- offset="0"
- style="stop-color:#5a9fd4;stop-opacity:1;" />
- <stop
- id="stop4693-0-4-8-6-8"
- offset="1"
- style="stop-color:#306998;stop-opacity:1;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath45147-7">
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccccccccccccccc"
- id="path45149-5"
- d="m 5,261 13,0 0,1 -1,0 0,1 1,0 0,1 -1,0 0,1 -1,0 0,2 2,0 0,-1 1,0 0,-1 1,0 0,1 1,0 0,-1 1,0 0,13 -17,0 0,-17 z"
- style="opacity:0.2;fill:#3771c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient45220-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,221,10)"
- x1="115.84575"
- y1="10.8125"
- x2="106.125"
- y2="19.9375" />
- <linearGradient
- id="linearGradient85577">
- <stop
- id="stop85579"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop85581"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38252-9-7"
- id="linearGradient45283-1"
- gradientUnits="userSpaceOnUse"
- x1="125.86876"
- y1="111.85698"
- x2="130.88379"
- y2="121.70699" />
- <linearGradient
- id="linearGradient38252-9-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop38254-3-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop38256-1-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient38252-9-7"
- id="linearGradient45285-3"
- gradientUnits="userSpaceOnUse"
- x1="134.78751"
- y1="122.29202"
- x2="132.60205"
- y2="117.96092" />
- <linearGradient
- id="linearGradient85588">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85590" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85592" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-19-1"
- id="linearGradient42988-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="121.22078"
- y2="56.357628" />
- <linearGradient
- id="linearGradient319-19-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-865-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-02-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-19-1"
- id="linearGradient42990-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(207,-246.99988)"
- x1="-56.5"
- y1="342.0625"
- x2="-49"
- y2="341" />
- <linearGradient
- id="linearGradient85599">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85601" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85603" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-8-3-3-08"
- id="linearGradient42992-0"
- gradientUnits="userSpaceOnUse"
- x1="126.55782"
- y1="113.57294"
- x2="132.41052"
- y2="118.81034" />
- <linearGradient
- id="linearGradient10069-8-3-3-08">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-9-8-7-7" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-2-7-1-8" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-95-2-7-9"
- id="linearGradient42994-6"
+ xlink:href="#linearGradient319-48-5"
+ id="linearGradient22935-6-22"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="117.26753"
- x2="142.72656"
- y2="127.72736" />
+ x1="268"
+ y1="462"
+ x2="256"
+ y2="459" />
<linearGradient
- id="linearGradient319-95-2-7-9">
+ id="linearGradient319-48-5">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-43-7-3-6" />
+ id="stop320-64-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-12-7-4-7" />
+ id="stop321-6-50" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-8-3-3-08"
- id="linearGradient42996-5"
+ xlink:href="#linearGradient10069-59-8"
+ id="linearGradient22937-4-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(4.9999967,20)"
- x1="-114.75"
- y1="546.5"
- x2="-110.5"
- y2="542.5" />
+ gradientTransform="translate(12.999999,359)"
+ x1="247"
+ y1="99"
+ x2="247"
+ y2="94" />
<linearGradient
- id="linearGradient85614">
+ id="linearGradient10069-59-8">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
- id="stop85616" />
+ id="stop10071-30-2" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop85618" />
+ id="stop10073-3-06" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient14204-3"
+ xlink:href="#linearGradient319-48-5"
+ id="linearGradient22939-8-3"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,61.53822,346.48241)"
- x1="246.89435"
- y1="-4.4418921"
- x2="277.68143"
- y2="30.743095" />
- <linearGradient
- id="linearGradient85621">
- <stop
- id="stop85623"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85625"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient14198-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(218.01612,129)"
- x1="87.03125"
- y1="241"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient85632">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85634" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85636" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask43822-1">
- <rect
- y="208"
- x="754"
- height="9"
- width="12"
- id="rect43824-9"
- style="opacity:0.93999993000000004;fill:url(#linearGradient43826-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44627-7"
- id="linearGradient43826-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,1444.9824,-215)"
- x1="689.47357"
- y1="427"
- x2="685.47357"
- y2="427" />
- <linearGradient
- id="linearGradient44627-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop44629-0" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop44631-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient43856-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,61.53822,346.48241)"
- x1="246.89435"
- y1="-4.4418921"
- x2="277.68143"
- y2="30.743095" />
- <linearGradient
- id="linearGradient85645">
- <stop
- id="stop85647"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85649"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient43858-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(218.01612,129)"
- x1="87.03125"
- y1="241"
- x2="92.8125"
- y2="245.625" />
- <linearGradient
- id="linearGradient85656">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85658" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85660" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask85662">
- <rect
- y="208"
- x="754"
- height="9"
- width="12"
- id="rect85664"
- style="opacity:0.93999993000000004;fill:url(#linearGradient43826-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new" />
- </mask>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44627-7"
- id="linearGradient85666"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,1444.9824,-215)"
- x1="689.47357"
- y1="427"
- x2="685.47357"
- y2="427" />
- <linearGradient
- id="linearGradient85668">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85670" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85672" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46780-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46782-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85682">
- <stop
- id="stop85684"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85686"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46784-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46786-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85696">
- <stop
- id="stop85698"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85700"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46818-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46820-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85710">
- <stop
- id="stop85712"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85714"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46822-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
+ x1="263.5"
+ y1="455.25"
+ x2="263.5"
+ y2="460.5" />
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46824-6"
+ y2="460.6622"
+ x2="264"
+ y1="452"
+ x1="264"
+ gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85724">
- <stop
- id="stop85726"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85728"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ id="linearGradient17172-9"
+ xlink:href="#linearGradient319-48-5"
+ inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46990-4"
+ xlink:href="#linearGradient17438"
+ id="linearGradient17582"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
+ gradientTransform="translate(-42,-19)"
+ x1="267.125"
+ y1="462.1875"
+ x2="267.25"
+ y2="450" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46992-1"
+ xlink:href="#linearGradient17596"
+ id="linearGradient17584"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85738">
- <stop
- id="stop85740"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85742"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(-26.918331,340)"
+ x1="245.91833"
+ y1="101"
+ x2="246.02513"
+ y2="94.443054" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46994-4"
+ xlink:href="#linearGradient319-48-4"
+ id="linearGradient17586"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
+ gradientTransform="translate(-42,-19)"
+ x1="268"
+ y1="462"
+ x2="256"
+ y2="459" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient46996-5"
+ xlink:href="#linearGradient17602"
+ id="linearGradient17588"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85752">
- <stop
- id="stop85754"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85756"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(-29.000001,340)"
+ x1="247"
+ y1="102"
+ x2="247"
+ y2="95.409012" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient16500-1"
- id="linearGradient46998-3"
+ xlink:href="#linearGradient17430"
+ id="linearGradient17590"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,140,-415)"
- x1="172.5625"
- y1="601.5"
- x2="159.13864"
- y2="585.28772" />
+ gradientTransform="translate(-42,-19)"
+ x1="270.5"
+ y1="464.0625"
+ x2="270.125"
+ y2="447.0625" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient47000-3"
+ xlink:href="#linearGradient319-48-4"
+ id="linearGradient17592"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,237.98388,150.25)"
- x1="249.64528"
- y1="1.5973248"
- x2="271.98389"
- y2="35.75" />
- <linearGradient
- id="linearGradient85766">
- <stop
- id="stop85768"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85770"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(-42,-19)"
+ x1="263.5"
+ y1="455.25"
+ x2="263.5"
+ y2="460.5" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient25449-4"
+ xlink:href="#linearGradient319-48-4"
+ id="linearGradient17594"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,-346.7085,428.4841)"
- x1="352.98236"
- y1="314.11398"
- x2="353.72073"
- y2="297.92099" />
+ gradientTransform="matrix(1,0,0,0.6,-47,163.8)"
+ x1="264"
+ y1="452"
+ x2="264"
+ y2="460.6622" />
<linearGradient
- id="linearGradient85773">
+ id="linearGradient37542-1">
<stop
- id="stop85775"
+ id="stop37544-62"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop85777"
+ id="stop37546-4"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-9"
- id="linearGradient25451-1"
- gradientUnits="userSpaceOnUse"
- x1="436.54755"
- y1="524.30481"
- x2="434.49387"
- y2="519.46057" />
- <linearGradient
- id="linearGradient25108-9">
- <stop
- id="stop25110-3"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop25112-9"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-9"
- id="linearGradient25453-8"
- gradientUnits="userSpaceOnUse"
- x1="432.0849"
- y1="524.97125"
- x2="433"
- y2="526" />
- <linearGradient
- id="linearGradient85784">
- <stop
- id="stop85786"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop85788"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25417-4"
- id="linearGradient85790"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- x1="280.0918"
- y1="129.28557"
- x2="267.20212"
- y2="116.41341" />
- <linearGradient
- id="linearGradient85792">
- <stop
- id="stop85794"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop85796"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-9"
- id="linearGradient25117-0"
- gradientUnits="userSpaceOnUse"
- x1="411.05389"
- y1="375.39175"
- x2="407.62576"
- y2="370.21317" />
- <linearGradient
- id="linearGradient85799">
- <stop
- id="stop85801"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop85803"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient25457-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5274943,0,0,0.7696585,194.81546,86.715119)"
- cx="410.73904"
- cy="370.11554"
- fx="410.73904"
- fy="370.11554"
- r="4.4262571" />
- <linearGradient
- id="linearGradient85806">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop85808" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop85810" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-9"
- id="linearGradient25106-0"
- gradientUnits="userSpaceOnUse"
- x1="408.91928"
- y1="373.01221"
- x2="410.55432"
- y2="375.5058" />
- <linearGradient
- id="linearGradient85813">
- <stop
- id="stop85815"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop85817"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="radialGradient25048-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.5274943,0,0,0.7696585,194.81546,86.715119)"
- cx="412.10059"
- cy="375.96332"
- fx="412.10059"
- fy="375.96332"
- r="4.4262571" />
- <linearGradient
- id="linearGradient85820">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop85822" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop85824" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-9"
- id="linearGradient85826"
- gradientUnits="userSpaceOnUse"
- x1="411.05389"
- y1="375.39175"
- x2="407.62576"
- y2="370.21317" />
- <linearGradient
- id="linearGradient85828">
- <stop
- id="stop85830"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop85832"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient23559-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,1,0,225,-182.99437)"
- x1="292.25"
- y1="106.5"
- x2="289.5"
- y2="109.5" />
- <linearGradient
- id="linearGradient85835">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85837" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85839" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient23557-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,1,0,225,-182.99437)"
- x1="279"
- y1="102"
- x2="281.75"
- y2="102" />
- <linearGradient
- id="linearGradient85842">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85844" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85846" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7"
- id="linearGradient23543-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,1,0,225,-182.99437)"
- x1="279.75"
- y1="101.5"
- x2="283"
- y2="105.5" />
- <linearGradient
- id="linearGradient85849">
+ id="linearGradient319-75">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop85851" />
+ id="stop320-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop85853" />
+ id="stop321-39" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-48"
- id="linearGradient27872-7"
+ xlink:href="#linearGradient37542-1"
+ id="linearGradient17715"
gradientUnits="userSpaceOnUse"
- x1="392.0101"
- y1="224.99998"
- x2="392.0101"
- y2="249.99998"
- gradientTransform="matrix(-1,0,0,1,782.02022,0)" />
- <linearGradient
- id="linearGradient85856">
- <stop
- id="stop85858"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop85860"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="matrix(0.88913256,0,0,0.96231883,-17.039429,-158.76811)"
+ x1="30.435225"
+ y1="202.99998"
+ x2="30.435225"
+ y2="251.99998" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient27854-9"
- id="linearGradient27874-2"
+ xlink:href="#linearGradient319-75"
+ id="linearGradient17717"
gradientUnits="userSpaceOnUse"
- x1="390.87131"
- y1="241.13428"
- x2="386.74603"
- y2="242.46706"
- gradientTransform="matrix(-1,0,0,1,782.02022,0)" />
+ gradientTransform="matrix(0.92839719,0,0,1.1347062,0.81276468,-9.2113636)"
+ x1="5.9836898"
+ y1="71.51989"
+ x2="18.903511"
+ y2="81.589714" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-5-5"
- id="linearGradient27886-6"
+ xlink:href="#linearGradient319-95"
+ id="linearGradient17932"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1,1,0,146.99795,-188.00607)"
- x1="392.0101"
- y1="222.99998"
- x2="392.0101"
- y2="247.99998" />
+ gradientTransform="matrix(-1,0,0,1,627.46943,130.00389)"
+ x1="86.452194"
+ y1="101.22832"
+ x2="110.48556"
+ y2="81.14637" />
<linearGradient
- id="linearGradient85870">
+ id="linearGradient37542-49">
<stop
- id="stop85872"
+ id="stop37544-8"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop85874"
+ id="stop37546-99"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient27896-0"
- id="linearGradient27902-2"
- x1="388.70071"
- y1="244.85669"
- x2="391.17557"
- y2="249.54126"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient27896-0">
+ id="linearGradient319-995">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop27898-6" />
+ id="stop320-08" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop27900-7" />
+ id="stop321-273" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient23974-6"
- id="linearGradient29988-4"
+ xlink:href="#linearGradient37542-49"
+ id="linearGradient20080"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="-35.153767"
- y1="271.58572"
- x2="-23.636715"
- y2="252.03563" />
- <linearGradient
- id="linearGradient85881">
- <stop
- id="stop85883"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop85885"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
+ gradientTransform="matrix(1,0,0,1.172144,-379,416.1659)"
+ x1="42.033173"
+ y1="164.51399"
+ x2="75.32457"
+ y2="164.51399" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-5-8"
- id="linearGradient29990-1"
+ xlink:href="#linearGradient319-995"
+ id="linearGradient20084"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-113.93222,176.71918)"
- x1="446.93222"
- y1="105.28082"
- x2="441.93222"
- y2="120.28082" />
- <linearGradient
- id="linearGradient319-5-8">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-761-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-8-9" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath28964-2">
- <path
- inkscape:connector-curvature="0"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- sodipodi:nodetypes="ccccc"
- style="fill:url(#linearGradient28968);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
- d="m 117.50984,228.63415 0,-15.01646 11.71735,5.49383 0,15.38271 -11.71735,-5.86008 z"
- id="path28966-7" />
- </clipPath>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask29419-4">
- <path
- inkscape:connector-curvature="0"
- id="path29422-7"
- d="m 117.50984,229.00041 0,-15.38272 11.71735,5.49383 0,15.74897 -11.71735,-5.86008 z"
- style="opacity:0.50000000000000000;fill:url(#linearGradient29424-0);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
- sodipodi:nodetypes="ccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </mask>
+ gradientTransform="matrix(1.3333334,0,0,0.8333334,685.50001,836.08335)"
+ x1="-285.65732"
+ y1="-274.23453"
+ x2="-279.44821"
+ y2="-268.04858" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-7-6"
- id="linearGradient29424-0"
+ xlink:href="#linearGradient37542-49-3"
+ id="linearGradient20080-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4646688,0,0,1.4650206,168.77325,-157.03253)"
- x1="-26.511335"
- y1="257.99881"
- x2="-30.075666"
- y2="259.87677" />
+ gradientTransform="matrix(1,0,0,1.172144,-379,416.1659)"
+ x1="42.033173"
+ y1="164.51399"
+ x2="75.32457"
+ y2="164.51399" />
<linearGradient
- id="linearGradient85896">
+ id="linearGradient37542-49-3">
<stop
- id="stop85898"
+ id="stop37544-8-7"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop85900"
+ id="stop37546-99-8"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient21327-6-8-1"
- id="linearGradient29773-5-9"
- gradientUnits="userSpaceOnUse"
- x1="124.78239"
- y1="111.13178"
- x2="132.99687"
- y2="118.98331" />
- <linearGradient
- id="linearGradient21327-6-8-1">
- <stop
- style="stop-color:#1e3e70;stop-opacity:1;"
- offset="0"
- id="stop21329-3-4-3" />
- <stop
- style="stop-color:#1e3e70;stop-opacity:0;"
- offset="1"
- id="stop21331-4-0-0" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-9-71-3"
- id="linearGradient29994-7"
- gradientUnits="userSpaceOnUse"
- x1="123.80045"
- y1="111.03492"
- x2="131.72171"
- y2="118.18078" />
- <linearGradient
- id="linearGradient10069-9-71-3">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-1-0" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-5-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient29334-8"
- gradientUnits="userSpaceOnUse"
- x1="121.74819"
- y1="104.14172"
- x2="140.18503"
- y2="126.89457" />
- <linearGradient
- id="linearGradient85911">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop85913" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop85915" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-6"
- id="linearGradient29336-0"
- gradientUnits="userSpaceOnUse"
- x1="155.10138"
- y1="91.071259"
- x2="122.40444"
- y2="127.60542" />
- <linearGradient
- id="linearGradient85918">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop85920" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop85922" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient24000-1"
- id="linearGradient29338-1"
- gradientUnits="userSpaceOnUse"
- x1="124.66362"
- y1="126.19594"
- x2="132"
- y2="118" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29340-4"
- gradientUnits="userSpaceOnUse"
- x1="124.28249"
- y1="126.88889"
- x2="133.53401"
- y2="116.55647" />
- <linearGradient
- id="linearGradient85932">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85934" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85936" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient29342-1"
- gradientUnits="userSpaceOnUse"
- x1="147.25899"
- y1="101.45953"
- x2="130.82327"
- y2="119.554" />
- <linearGradient
- id="linearGradient85939">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85941" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85943" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32140-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-64,-10)"
- x1="18.773417"
- y1="6.2494373"
- x2="6.9718256"
- y2="17.82831" />
- <linearGradient
- id="linearGradient85946">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85948" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85950" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32142-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.701513,0.712657,0.712657,0.701513,50.5916,-449.6745)"
- x1="385.62408"
- y1="244.3396"
- x2="401.63013"
- y2="244.38875" />
- <linearGradient
- id="linearGradient85953">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85955" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85957" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32144-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-65.00001,-10.749995)"
- x1="61.032951"
- y1="5.9830923"
- x2="46.491322"
- y2="20.147326" />
- <linearGradient
- id="linearGradient85960">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85962" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85964" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32146-0"
+ xlink:href="#linearGradient37542-49-3"
+ id="linearGradient20082-4"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.199998,0,0,1.199999,-74.19988,-12.499988)"
- x1="59.02124"
- y1="6.0129876"
- x2="44.509518"
- y2="20.110929" />
- <linearGradient
- id="linearGradient85967">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop85969" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop85971" />
- </linearGradient>
+ gradientTransform="translate(216,445.00002)"
+ x1="118.1319"
+ y1="157.11609"
+ x2="85.577972"
+ y2="157.54283" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32148-6"
+ xlink:href="#linearGradient319-995-3"
+ id="linearGradient20084-9"
gradientUnits="userSpaceOnUse"
- x1="47.348152"
- y1="-25.553123"
- x2="53.567928"
- y2="-31.095215" />
+ gradientTransform="matrix(1.3333334,0,0,0.8333334,685.50001,836.08335)"
+ x1="-285.65732"
+ y1="-274.23453"
+ x2="-279.44821"
+ y2="-268.04858" />
<linearGradient
- id="linearGradient85974">
+ id="linearGradient319-995-3">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop85976" />
+ id="stop320-08-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop85978" />
+ id="stop321-273-9" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#radialGradient16142-7-8"
- id="linearGradient31946-6"
- gradientUnits="userSpaceOnUse"
- x1="-176.1799"
- y1="508.33572"
- x2="-193.07495"
- y2="482.27924" />
- <radialGradient
- id="radialGradient16142-7-8"
- cx="20.892099"
- cy="64.567902"
- r="5.257"
- fx="20.892099"
- fy="64.567902"
- gradientUnits="userSpaceOnUse">
- <stop
- offset="0"
- style="stop-color:#F0F0F0"
- id="stop16144-4-5" />
- <stop
- offset="1"
- style="stop-color:#474747"
- id="stop16146-0-0" />
- </radialGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath50172-0-1">
- <path
- inkscape:connector-curvature="0"
- id="path50174-8-3"
- d="m -177.34375,498 a 1.001098,1.001098 0 1 0 0.0937,2 l 3.65625,0 -4.25,5.9375 a 1.0001,1.0001 0 0 0 -0.1875,0.59375 l 0,0.5 a 1.0001,1.0001 0 0 0 1,1 L -171.75,508 a 1.0001,1.0001 0 1 0 0,-2 l -3.6875,0.0312 4.25,-5.9375 A 1.0001,1.0001 0 0 0 -171,499.5 l 0,-0.5 a 1.0001,1.0001 0 0 0 -1,-1 l -5.25,0 a 1.0001,1.0001 0 0 0 -0.0937,0 z"
- style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;color:#000000;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Bitstream Vera Sans;-inkscape-font-specification:Bitstream Vera Sans" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#radialGradient16142"
- id="linearGradient31948-6"
+ xlink:href="#linearGradient37542-49"
+ id="linearGradient20199"
gradientUnits="userSpaceOnUse"
- x1="-178.00789"
- y1="505.36523"
- x2="-194.90294"
- y2="479.30875" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- fy="64.567902"
- fx="20.892099"
- r="5.257"
- cy="64.567902"
- cx="20.892099"
- id="radialGradient16142">
- <stop
- id="stop16144"
- style="stop-color:#F0F0F0"
- offset="0" />
- <stop
- id="stop16146"
- style="stop-color:#474747"
- offset="1" />
- </radialGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-78-6"
- id="linearGradient31950-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-7.152175,20.92167)"
- x1="155.37498"
- y1="230.51552"
- x2="181.25543"
- y2="269.24564" />
- <linearGradient
- id="linearGradient37542-78-6">
- <stop
- id="stop37544-2-5"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-78-7"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-2-9"
- id="linearGradient31952-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(81.000002,13.499998)"
- x1="87.765625"
- y1="242.39062"
- x2="96"
- y2="251.40294" />
- <linearGradient
- id="linearGradient9030-2-9">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-0-0" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-89-7" />
- </linearGradient>
+ gradientTransform="translate(209.99848,445.06252)"
+ x1="118.1319"
+ y1="157.11609"
+ x2="85.577972"
+ y2="157.54283" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-04-82-5"
- id="linearGradient31954-6"
+ xlink:href="#linearGradient37542-66-0-4-7"
+ id="linearGradient16783-1-6-0-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-354.13606,119.42158)"
- x1="148.47061"
- y1="217.28368"
- x2="171.77303"
- y2="250.87756" />
+ gradientTransform="matrix(0.707654,0,0,0.707942,290.55464,214.86015)"
+ x1="35.597904"
+ y1="158.14117"
+ x2="17.012707"
+ y2="172.79289" />
<linearGradient
- id="linearGradient37542-04-82-5">
+ id="linearGradient37542-66-0-4-7">
<stop
- id="stop37544-9-0-7"
+ id="stop37544-85-0-9-9"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop37546-4-5-5"
+ id="stop37546-15-9-5-7"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-38-2-8"
- id="linearGradient31956-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(81.000002,13.499998)"
- x1="-259.99872"
- y1="340.81195"
- x2="-253.90541"
- y2="345.10736" />
- <linearGradient
- id="linearGradient9030-38-2-8">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-6-7-8" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-9-6-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30766-8-2"
- id="linearGradient31958-1"
+ xlink:href="#linearGradient4343-1-1-9-1"
+ id="linearGradient16778-3-5-3-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0017964,0,0,0.99629977,-0.31613165,0.94171311)"
- x1="167.51979"
- y1="252.44223"
- x2="170.78137"
- y2="261.69635" />
- <linearGradient
- id="linearGradient30766-8-2"
- inkscape:collect="always">
- <stop
- id="stop30768-7-1"
- offset="0"
- style="stop-color:#be0000;stop-opacity:1" />
- <stop
- id="stop30770-8-7"
- offset="1"
- style="stop-color:#ff5108;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-2-9"
- id="linearGradient31960-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(81.000002,13.499998)"
- x1="87.473038"
- y1="238.21507"
- x2="89.889603"
- y2="243.80345" />
- <linearGradient
- id="linearGradient86013">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop86015" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop86017" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30752-0-3"
- id="linearGradient31962-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,10)"
- x1="168.53265"
- y1="244.52007"
- x2="168.53265"
- y2="239.5473" />
- <linearGradient
- id="linearGradient30752-0-3">
- <stop
- style="stop-color:#0c1b63;stop-opacity:1;"
- offset="0"
- id="stop30754-9-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1"
- offset="1"
- id="stop30756-5-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient28526-3"
- id="linearGradient32236-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(423,225)"
- x1="-175.72238"
- y1="66.323799"
- x2="-183.03308"
- y2="66.235535" />
- <linearGradient
- id="linearGradient28526-3">
- <stop
- id="stop28528-8"
- offset="0"
- style="stop-color:#2561b7;stop-opacity:1;" />
- <stop
- id="stop28530-2"
- offset="1"
- style="stop-color:#f9fbff;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient20055-8-4-6"
- id="linearGradient32238-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(423,225)"
- x1="-174.51762"
- y1="66.654762"
- x2="-183.58472"
- y2="65.917358" />
- <linearGradient
- id="linearGradient20055-8-4-6">
- <stop
- id="stop20057-8-0-9"
- offset="0"
- style="stop-color:#0a2a5a;stop-opacity:1;" />
- <stop
- id="stop20059-2-0-4"
- offset="1"
- style="stop-color:#3771c8;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-62-6"
- id="linearGradient32240-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9098462,0,0,0.9414558,406.86085,228.58514)"
- x1="-180.7581"
- y1="63.445515"
- x2="-169.07387"
- y2="62.182106" />
- <linearGradient
- id="linearGradient319-62-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-90-2" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-4-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-62-8-1"
- id="linearGradient32242-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2857143,0,0,0.787037,371.28571,304.80092)"
- x1="-101"
- y1="-16"
- x2="-96.861107"
- y2="-15.138513" />
+ gradientTransform="matrix(0.5990464,-0.03583042,0.03242597,0.6546824,306.65287,109.38342)"
+ x1="-12.264804"
+ y1="333.22653"
+ x2="-10.869003"
+ y2="334.86029" />
<linearGradient
- id="linearGradient319-62-8-1">
+ id="linearGradient4343-1-1-9-1">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop4345-2-9-5-6"
offset="0"
- id="stop320-90-6-1" />
+ style="stop-color:white;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop4347-1-5-5-1"
offset="1"
- id="stop321-4-0-4" />
+ style="stop-color:#fff9f9;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-62-8-1"
- id="linearGradient32244-9"
+ xlink:href="#linearGradient319-73-3-4-6"
+ id="linearGradient16775-4-9-5-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2857143,0,0,0.787037,371.28571,304.80092)"
- x1="-101"
- y1="-16"
- x2="-96.705353"
- y2="-15.562586" />
+ gradientTransform="translate(497.01612,511)"
+ x1="-190.37566"
+ y1="-180.13821"
+ x2="-189.34792"
+ y2="-182" />
<linearGradient
- id="linearGradient86040">
+ id="linearGradient319-73-3-4-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop86042" />
+ id="stop320-87-5-2-2" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop86044" />
+ id="stop321-66-3-7-3" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient29312-7"
- id="linearGradient32246-6"
- gradientUnits="userSpaceOnUse"
- x1="242.99834"
- y1="291.5047"
- x2="244.75"
- y2="291.5" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient29312-7">
+ id="linearGradient319-65-4-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop29314-9" />
+ id="stop320-14-9-5" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop29316-7" />
+ id="stop321-49-3-6" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient29304-0"
- id="linearGradient32248-7"
+ xlink:href="#linearGradient319-65-4-8"
+ id="linearGradient17904-1"
gradientUnits="userSpaceOnUse"
- x1="245.20622"
- y1="294.49902"
- x2="243.5"
- y2="294.5" />
+ gradientTransform="translate(-97,-102)"
+ x1="386.88852"
+ y1="409.84152"
+ x2="389.14081"
+ y2="412.45016" />
<linearGradient
- id="linearGradient29304-0">
- <stop
- style="stop-color:#11233f;stop-opacity:1;"
- offset="0"
- id="stop29306-9" />
- <stop
- style="stop-color:#162d50;stop-opacity:0;"
- offset="1"
- id="stop29308-9" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask29801-7">
- <rect
- style="opacity:0.34999999999999998;color:#000000;fill:url(#radialGradient29805-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.71217775000000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
- id="rect29803-6"
- width="15"
- height="16"
- x="204"
- y="257" />
- </mask>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-52-2-2"
- id="radialGradient29805-8"
+ xlink:href="#linearGradient319-65-4-8"
+ id="linearGradient17893-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.94105289,0.01178942,-0.01073736,0.8570756,238.4669,249.70522)"
- cx="-30.028414"
- cy="19.425121"
- fx="-30.028414"
- fy="19.425121"
- r="7" />
- <linearGradient
- id="linearGradient1610-52-2-2">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-32-8-8" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-46-8-3" />
- </linearGradient>
+ gradientTransform="translate(-106,-102)"
+ x1="387"
+ y1="409.86362"
+ x2="388.86676"
+ y2="411.88974" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32296-8"
+ xlink:href="#linearGradient319-65-4-8"
+ id="linearGradient18148"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-52.983883,-129)"
- x1="258"
- y1="388"
- x2="273"
- y2="388" />
- <linearGradient
- id="linearGradient86061">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86063" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86065" />
- </linearGradient>
+ gradientTransform="translate(-102,-94)"
+ x1="387"
+ y1="410"
+ x2="388.78125"
+ y2="411.78125" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32299-4"
+ xlink:href="#linearGradient23974-3"
+ id="linearGradient37097-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-48.983883,-126)"
- x1="259.75"
- y1="388"
- x2="273"
- y2="388" />
+ gradientTransform="matrix(1.0028571,0,0,0.9943503,-0.4404318,0.129119)"
+ x1="184.00143"
+ y1="28.989071"
+ x2="193.51584"
+ y2="39.879452" />
<linearGradient
- id="linearGradient86068">
+ id="linearGradient23974-3">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop23976-6"
offset="0"
- id="stop86070" />
+ style="stop-color:#a3a3a3;stop-opacity:1" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop23978-2"
offset="1"
- id="stop86072" />
+ style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32301-4"
+ xlink:href="#linearGradient16504"
+ id="linearGradient15782-9"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-47.000005,-120)"
- x1="257.75"
- y1="388"
- x2="272"
- y2="388" />
+ x1="125.19086"
+ y1="125.66204"
+ x2="132.98256"
+ y2="118" />
<linearGradient
- id="linearGradient86075">
+ id="linearGradient319-47">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop86077" />
+ id="stop320-85" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop86079" />
+ id="stop321-48" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32303-0"
+ xlink:href="#linearGradient319-47"
+ id="linearGradient33681-3"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9166695,0,0,0.9203753,-9.025729,344.78566)"
- x1="80.60067"
- y1="108.47212"
- x2="68.0271"
- y2="94.239906" />
+ x1="139.93341"
+ y1="110.56118"
+ x2="129.60957"
+ y2="120.41502" />
<linearGradient
- id="linearGradient86082">
+ id="linearGradient23974-3-78">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop23976-6-5"
offset="0"
- id="stop86084" />
+ style="stop-color:#a3a3a3;stop-opacity:1" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop23978-2-4"
offset="1"
- id="stop86086" />
+ style="stop-color:#ffffff;stop-opacity:1" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13938-9"
- id="linearGradient32305-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-14.983875,337)"
- x1="68.361542"
- y1="95.337166"
- x2="88.785263"
- y2="116.62141" />
- <linearGradient
- id="linearGradient86089">
+ id="linearGradient16504-0">
<stop
- id="stop86091"
+ id="stop16506-3"
offset="0"
- style="stop-color:#6e0c00;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1" />
<stop
- id="stop86093"
+ id="stop16508-0"
offset="1"
- style="stop-color:#ee3800;stop-opacity:0;" />
+ style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32307-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9998599,0,0,0.9960071,-15.972985,338.41149)"
- x1="58.761654"
- y1="84.330009"
- x2="81.383331"
- y2="108.06429" />
- <linearGradient
- id="linearGradient86096">
+ id="linearGradient319-47-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop86098" />
+ id="stop320-85-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop86100" />
+ id="stop321-48-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient32353-9"
+ xlink:href="#linearGradient23974-3-78"
+ id="linearGradient16713"
gradientUnits="userSpaceOnUse"
- x1="114.15679"
- y1="100.93772"
- x2="137.5759"
- y2="124.47867" />
- <linearGradient
- id="linearGradient86103">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop86105" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop86107" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32355-6"
- gradientUnits="userSpaceOnUse"
- x1="131.12576"
- y1="118"
- x2="140.19273"
- y2="125.82862" />
- <linearGradient
- id="linearGradient86110">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86112" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86114" />
- </linearGradient>
+ gradientTransform="matrix(1.0028571,0,0,0.9943503,-0.4404318,0.129119)"
+ x1="186.25801"
+ y1="31.40288"
+ x2="193.51584"
+ y2="39.879452" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32357-4"
+ xlink:href="#linearGradient16504-0"
+ id="linearGradient16716"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9050931,-7.9558708e-4,0.00612764,0.9147058,39.488451,313.56226)"
- x1="299.70026"
- y1="408.49368"
- x2="322.08145"
- y2="429.53806" />
- <linearGradient
- id="linearGradient86117">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86119" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86121" />
- </linearGradient>
+ x1="125.19086"
+ y1="125.66204"
+ x2="132.98256"
+ y2="118" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32359-7"
+ xlink:href="#linearGradient319-47-9"
+ id="linearGradient16718"
gradientUnits="userSpaceOnUse"
- x1="131.12576"
- y1="118"
- x2="140.19273"
- y2="125.82862" />
- <linearGradient
- id="linearGradient86124">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86126" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86128" />
- </linearGradient>
+ x1="139.93341"
+ y1="110.56118"
+ x2="127.39279"
+ y2="123.48748" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-09"
- id="linearGradient32426-0"
+ xlink:href="#linearGradient1610-36-6-5"
+ id="linearGradient17833-9"
gradientUnits="userSpaceOnUse"
- x1="114.15679"
- y1="100.93772"
- x2="137.5759"
- y2="124.47867" />
+ x1="209"
+ y1="238"
+ x2="226.625"
+ y2="251.71078"
+ gradientTransform="translate(144,188)" />
<linearGradient
- id="linearGradient86131">
+ id="linearGradient1610-36-6-5">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop86133" />
+ id="stop1611-1-9-6" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop86135" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-0"
- id="linearGradient32430-76"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient86138">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop86140" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop86142" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32428-2"
- gradientUnits="userSpaceOnUse"
- x1="131.12576"
- y1="118"
- x2="140.19273"
- y2="125.82862" />
- <linearGradient
- id="linearGradient86145">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86147" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86149" />
+ id="stop1612-5-9-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient32432-0"
+ xlink:href="#linearGradient1610-36-6-7"
+ id="linearGradient17833-8"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.77915445,-6.9426235e-4,0.00527501,0.79821029,158.94945,341.39422)"
- x1="299.70026"
- y1="408.49368"
- x2="322.08145"
- y2="429.53806" />
- <linearGradient
- id="linearGradient86152">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86154" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86156" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7-1-7-1"
- id="linearGradient32434-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,73,792.5)"
- x1="346"
- y1="128.5"
- x2="368"
- y2="123.5" />
- <linearGradient
- id="linearGradient44939-8-7-1-7-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-4-5-4-79" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0-2-0-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31019-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,257.1483,118.6716)"
- x1="85.548706"
- y1="100.22395"
- x2="85.347076"
- y2="113.09817" />
- <linearGradient
- id="linearGradient86163">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86165" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86167" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31025-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.72300056,-0.72300056,0.72300056,0.72300056,254.24127,118.38327)"
- x1="85.548706"
- y1="100.22395"
- x2="85.347076"
- y2="113.09817" />
- <linearGradient
- id="linearGradient86170">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86172" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86174" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31055-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,257.1483,118.6716)"
- x1="85.548706"
- y1="100.22395"
- x2="85.347076"
- y2="113.09817" />
- <linearGradient
- id="linearGradient86177">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86179" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86181" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31057-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.72300056,-0.72300056,0.72300056,0.72300056,254.24127,118.38327)"
- x1="85.548706"
- y1="100.22395"
- x2="85.347076"
- y2="113.09817" />
- <linearGradient
- id="linearGradient86184">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86186" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86188" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31151-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,257.1483,118.6716)"
- x1="85.548706"
- y1="100.22395"
- x2="85.347076"
- y2="113.09817" />
- <linearGradient
- id="linearGradient86191">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86193" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86195" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-43"
- id="linearGradient31153-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.72300056,-0.72300056,0.72300056,0.72300056,254.24127,118.38327)"
- x1="85.548706"
- y1="100.22395"
- x2="84.95932"
- y2="122.23821" />
- <linearGradient
- id="linearGradient86198">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86200" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86202" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30958-6"
- id="linearGradient31155-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,257.14826,118.6716)"
- x1="85.861206"
- y1="99.348953"
- x2="85.60022"
- y2="105.88815" />
- <linearGradient
- id="linearGradient30958-6">
- <stop
- id="stop30960-4"
- offset="0"
- style="stop-color:#fff9cf;stop-opacity:1;" />
- <stop
- id="stop30962-2"
- offset="1"
- style="stop-color:#c7bc52;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient30958-6"
- id="linearGradient31157-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.74301467,-0.74301467,0.74301467,0.74301467,250.58064,118.02214)"
- x1="85.861206"
- y1="99.348953"
- x2="85.60022"
- y2="105.88815" />
- <linearGradient
- id="linearGradient86209">
- <stop
- id="stop86211"
- offset="0"
- style="stop-color:#fff9cf;stop-opacity:1;" />
- <stop
- id="stop86213"
- offset="1"
- style="stop-color:#c7bc52;stop-opacity:1;" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask52637-8-8-2">
- <rect
- mask="none"
- style="fill:url(#radialGradient52641-2-8-6);fill-opacity:1;stroke:none;stroke-width:2.79999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52639-8-9-8"
- width="7.9918551"
- height="8.9366941"
- x="-354"
- y="458"
- rx="0"
- ry="0" />
- </mask>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-7409-7-7-0-9-9-5"
- id="radialGradient52641-2-8-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.39420438,-0.08239205,0.27256031,1.3040635,-361.27885,-161.73915)"
- cx="-302.79681"
- cy="462.0358"
- fx="-302.79681"
- fy="462.0358"
- r="8" />
- <linearGradient
- id="linearGradient37542-7409-7-7-0-9-9-5">
- <stop
- id="stop37544-48-6-1-4-1-1-2"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-82-1-0-9-3-3-8"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-31-8-9-1-8"
- id="linearGradient52998-5-5-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-42,0)"
- x1="-307"
- y1="475"
- x2="-303.00003"
- y2="463.92236" />
- <linearGradient
- id="linearGradient319-31-8-9-1-8">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-23-2-8-4-5" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-34-4-4-2-4" />
- </linearGradient>
- <mask
- maskUnits="userSpaceOnUse"
- id="mask52879-0-5-1">
- <rect
- mask="none"
- style="fill:url(#radialGradient52883-6-8-0);fill-opacity:1;stroke:none;stroke-width:2.79999995000000013;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52881-7-3-2"
- width="7.9918551"
- height="8.9366941"
- x="-354.95001"
- y="458"
- rx="0"
- ry="0" />
- </mask>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-7409-7-7-0-9-9-5"
- id="radialGradient52883-6-8-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.39420438,-0.08239205,0.27256031,1.3040635,-362.22886,-161.73912)"
- cx="-302.79681"
- cy="462.0358"
- fx="-302.79681"
- fy="462.0358"
- r="8" />
- <linearGradient
- id="linearGradient86228">
- <stop
- id="stop86230"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop86232"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-31-8-9-1-8"
- id="linearGradient53000-3-9-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-42,0)"
- x1="-308.7684"
- y1="476.0105"
- x2="-304.76843"
- y2="464.93286" />
- <linearGradient
- id="linearGradient86235">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86237" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86239" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient34488-1-8-2"
- id="linearGradient53002-6-2-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-839.95,-273.25)"
- x1="469.49295"
- y1="-101.22778"
- x2="470.7515"
- y2="-102.52942" />
- <linearGradient
- id="linearGradient34488-1-8-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop34490-0-5-7-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop34492-4-0-2" />
- </linearGradient>
- <linearGradient
- y2="-102.52942"
- x2="470.73633"
- y1="-101.3037"
- x1="469.52335"
- gradientTransform="translate(-829.95,-273.25)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient58927-1"
- xlink:href="#linearGradient34488-1-8-2"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient86246">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86248" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86250" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-7409-7-7-19-1-0"
- id="linearGradient32854-6-2-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.1666676,0,0,-1.1666676,119.15081,827.66691)"
- x1="262.04343"
- y1="233.0448"
- x2="273.85818"
- y2="247.32738" />
- <linearGradient
- id="linearGradient37542-7409-7-7-19-1-0">
- <stop
- id="stop37544-48-6-1-8-9-8"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-82-1-0-6-8-27"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-4-7-8-3-0-3-4"
- id="linearGradient32856-3-2-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.53706486,0,0,0.53706486,-249.10439,522.04547)"
- x1="97.616623"
- y1="39.47208"
- x2="94.157646"
- y2="35.759052" />
- <linearGradient
- id="linearGradient44939-8-4-7-8-3-0-3-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-5-40-2-4-2-4-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-5-9-4-9-8-0-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-9-7-5-4-6-5-0-3-9"
- id="linearGradient32858-7-2-95"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.53706486,0,0,0.53706486,144.9138,-563.9364)"
- x1="97.616623"
- y1="39.47208"
- x2="94.157646"
- y2="35.759052" />
- <linearGradient
- id="linearGradient10069-9-7-5-4-6-5-0-3-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-4-58-5-9-1-2-1-3" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-0-4-0-8-0-4-9-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient32877-9-6-8-8"
- id="linearGradient32896-0-4-7"
- gradientUnits="userSpaceOnUse"
- x1="-217.1391"
- y1="626.39844"
- x2="-213.69197"
- y2="623.21643" />
- <linearGradient
- id="linearGradient32877-9-6-8-8">
- <stop
- style="stop-color:#b3b3b3;stop-opacity:1;"
- offset="0"
- id="stop32879-8-1-1-7" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop32881-4-3-9-7" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient33058-4-9-5-7"
- id="linearGradient32899-8-3-5"
- gradientUnits="userSpaceOnUse"
- x1="-180.37465"
- y1="650.94128"
- x2="-177.70576"
- y2="653.27765" />
- <linearGradient
- id="linearGradient33058-4-9-5-7">
- <stop
- style="stop-color:#e5250b;stop-opacity:1;"
- offset="0"
- id="stop33060-3-3-9-2" />
- <stop
- style="stop-color:#460000;stop-opacity:1;"
- offset="1"
- id="stop33062-9-4-7-1" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-4-8-6-8-5"
- id="radialGradient32901-4-9-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1748275,-1.7208853,0.51495275,0.35155123,-289.20197,69.961171)"
- cx="-197.66467"
- cy="630.61389"
- fx="-197.66467"
- fy="630.61389"
- r="7.03125" />
- <linearGradient
- id="linearGradient44939-8-4-8-6-8-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-5-0-0-0-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-5-8-6-1-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient33058-2-7-1-7-5"
- id="linearGradient32903-6-4-0"
- gradientUnits="userSpaceOnUse"
- x1="-218.31921"
- y1="624.84143"
- x2="-215.31401"
- y2="628.46533" />
- <linearGradient
- id="linearGradient33058-2-7-1-7-5">
- <stop
- style="stop-color:#e5250b;stop-opacity:1;"
- offset="0"
- id="stop33060-1-8-8-5-9" />
- <stop
- style="stop-color:#460000;stop-opacity:1;"
- offset="1"
- id="stop33062-4-3-4-5-4" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-4-8-6-8-5"
- id="radialGradient32905-9-5-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.62164476,0.39733376,-0.55111069,0.86222272,269.0477,166.72227)"
- cx="-202.18748"
- cy="627"
- fx="-202.18748"
- fy="627"
- r="7.03125" />
- <linearGradient
- id="linearGradient86281">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86283" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86285" />
- </linearGradient>
- <linearGradient
- id="linearGradient13998-7">
- <stop
- id="stop14000-1"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop14002-0"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient86292">
- <stop
- id="stop86294"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop86296"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-5" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient86303">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86305" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86307" />
- </linearGradient>
- <linearGradient
- id="linearGradient25108-1">
- <stop
- id="stop25110-8"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop25112-1"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient86314">
- <stop
- id="stop86316"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop86318"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient25417-2">
- <stop
- id="stop25419-4"
- offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
- <stop
- id="stop25421-4"
- offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient13998-7-0">
- <stop
- id="stop14000-1-1"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop14002-0-0"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient86329">
- <stop
- id="stop86331"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop86333"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-7-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-5-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-5-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient86340">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86342" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86344" />
- </linearGradient>
- <linearGradient
- id="linearGradient14826">
- <stop
- id="stop14828"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop14830"
- offset="1"
- style="stop-color:#808080;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-4">
- <stop
- id="stop58336-8"
- offset="0"
- style="stop-color:#a1a1a1;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-96"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath22590-4">
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22592-6"
- width="12"
- height="14"
- x="-30"
- y="490.00012" />
- </clipPath>
- <linearGradient
- id="linearGradient13998-2">
- <stop
- id="stop14000-0"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop14002-5"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient86363">
- <stop
- id="stop86365"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop86367"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-51" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient86374">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86376" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86378" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath45147-1">
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccccccccccccccc"
- id="path45149-9"
- d="m 5,261 13,0 0,1 -1,0 0,1 1,0 0,1 -1,0 0,1 -1,0 0,2 2,0 0,-1 1,0 0,-1 1,0 0,1 1,0 0,-1 1,0 0,13 -17,0 0,-17 z"
- style="opacity:0.2;fill:#3771c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </clipPath>
- <linearGradient
- id="linearGradient15098">
- <stop
- style="stop-color:#646464;stop-opacity:1;"
- offset="0"
- id="stop15100" />
- <stop
- style="stop-color:#fcfcfc;stop-opacity:1;"
- offset="1"
- id="stop15102" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-4"
- id="linearGradient32430-7"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient9030-4">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-3" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient44939-8-7-1-7-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-4-5-4-7" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0-2-0-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-19-0">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-865-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-02-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient86403">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86405" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86407" />
- </linearGradient>
- <linearGradient
- id="linearGradient14482">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop14484" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop14486" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-95-2-7-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.75675678;"
- offset="0"
- id="stop320-43-7-3-3" />
- <stop
- style="stop-color:#915515;stop-opacity:0;"
- offset="1"
- id="stop321-12-7-4-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient10069-8-3-3-0">
- <stop
- style="stop-color:#764511;stop-opacity:1;"
- offset="0"
- id="stop10071-9-8-7-1" />
- <stop
- style="stop-color:#915515;stop-opacity:0;"
- offset="1"
- id="stop10073-2-7-1-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-19-0-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-865-0-7" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-02-0-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient86426">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86428" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86430" />
- </linearGradient>
- <linearGradient
- id="linearGradient14482-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop14484-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop14486-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-95-2-7-1-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.75675678;"
- offset="0"
- id="stop320-43-7-3-3-3" />
- <stop
- style="stop-color:#915515;stop-opacity:0;"
- offset="1"
- id="stop321-12-7-4-1-9" />
- </linearGradient>
- <linearGradient
- id="linearGradient10069-8-3-3-0-3">
- <stop
- style="stop-color:#764511;stop-opacity:1;"
- offset="0"
- id="stop10071-9-8-7-1-8" />
- <stop
- style="stop-color:#915515;stop-opacity:0;"
- offset="1"
- id="stop10073-2-7-1-0-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient44939-8-0">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient44939-8-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-3">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-0" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-15" />
- </linearGradient>
- <linearGradient
- id="linearGradient86457">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86459" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86461" />
- </linearGradient>
+ x1="209"
+ y1="238"
+ x2="226.625"
+ y2="251.71078"
+ gradientTransform="translate(144,188)" />
<linearGradient
- id="linearGradient1610-0">
+ id="linearGradient1610-36-6-7">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop1611-6" />
+ id="stop1611-1-9-4" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop1612-42" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-0">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-61" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-46">
- <stop
- id="stop58336-9"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-5"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient37542-4">
- <stop
- id="stop37544-180"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-62"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-6" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-72" />
- </linearGradient>
- <linearGradient
- id="linearGradient10585-5">
- <stop
- id="stop10587-5"
- offset="0.0000000"
- style="stop-color:#d7d7d7;stop-opacity:1.0000000;" />
- <stop
- id="stop10595-5"
- offset="1.0000000"
- style="stop-color:#000000;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient40455-7-1-6">
- <stop
- id="stop40457-6-6-8"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-8-7"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-7-5">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-6-1" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-1-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-9-6">
- <stop
- id="stop58336-27-3"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-9-5"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-24" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-2" />
- </linearGradient>
- <linearGradient
- id="linearGradient86512">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86514" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86516" />
+ id="stop1612-5-9-87" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-4-6"
- id="linearGradient32430-7-9"
+ xlink:href="#linearGradient37542-96"
+ id="linearGradient20796-9"
gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient9030-4-6">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-3-3" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-1-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient44939-8-7-1-7-2-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-4-5-4-7-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0-2-0-1-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient37542-42">
- <stop
- id="stop37544-4"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-2"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-9">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-033" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-75" />
- </linearGradient>
- <linearGradient
- id="linearGradient10585-9">
- <stop
- id="stop10587-2"
- offset="0.0000000"
- style="stop-color:#d7d7d7;stop-opacity:1.0000000;" />
- <stop
- id="stop10595-6"
- offset="1.0000000"
- style="stop-color:#000000;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient1610-2">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-77" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-3">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-58" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-7">
- <stop
- id="stop58336-53"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-3"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient40455-7-1-60">
- <stop
- id="stop40457-6-6-3"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-8-4"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-7-0">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-6-3" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-1-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-9-67">
- <stop
- id="stop58336-27-5"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-9-7"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
+ gradientTransform="translate(159.9998,-41.00751)"
+ x1="261.44702"
+ y1="234.6606"
+ x2="274.30609"
+ y2="247.73561" />
<linearGradient
- id="linearGradient37542-56">
+ id="linearGradient37542-96">
<stop
- id="stop37544-88"
+ id="stop37544-7-1"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop37546-9"
+ id="stop37546-0"
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
- id="linearGradient319-528">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-68" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-86" />
- </linearGradient>
- <linearGradient
- id="linearGradient10069-24">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-3" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-4" />
- </linearGradient>
- <linearGradient
- id="linearGradient1610-67">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-75" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-31" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-41"
- id="linearGradient42523-5"
+ xlink:href="#linearGradient10069-37"
+ id="linearGradient20798-1"
gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient9030-41">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-2" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-10" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-76">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-18" />
- </linearGradient>
- <linearGradient
- id="linearGradient86595">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86597" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86599" />
- </linearGradient>
- <linearGradient
- id="linearGradient24671-1">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24673-7" />
- <stop
- id="stop24675-7"
- offset="0.29527253"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24677-5" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-16">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-683" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-08" />
- </linearGradient>
- <linearGradient
- id="linearGradient37542-96">
- <stop
- id="stop37544-7"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-0"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(199.9999,105.99249)"
+ x1="235.46884"
+ y1="103"
+ x2="228.71886"
+ y2="94.53125" />
<linearGradient
id="linearGradient10069-37">
<stop
@@ -47161,672 +20882,9 @@
id="stop10073-2" />
</linearGradient>
<linearGradient
- id="linearGradient1610-9">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-4" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-09" />
- </linearGradient>
- <linearGradient
- id="linearGradient40578-4-8-9">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-0" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient58334-2">
- <stop
- id="stop58336-97"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-90"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- id="linearGradient37542-7409-7-7-19-1-1">
- <stop
- id="stop37544-48-6-1-8-9-3"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-82-1-0-6-8-2"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient44939-8-4-7-8-3-0-3-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-5-40-2-4-2-4-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-5-9-4-9-8-0-8" />
- </linearGradient>
- <linearGradient
- id="linearGradient10069-9-7-5-4-6-5-0-3-6">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-4-58-5-9-1-2-1-9" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-0-4-0-8-0-4-9-3" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-35">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94" />
- </linearGradient>
- <linearGradient
- id="linearGradient86651">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86653" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86655" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-35-08">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94-1" />
- </linearGradient>
- <linearGradient
- id="linearGradient86662">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86664" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86666" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-35-31">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38-14" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94-6" />
- </linearGradient>
- <linearGradient
- id="linearGradient86673">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86675" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86677" />
- </linearGradient>
- <linearGradient
- id="linearGradient319-12">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-34" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-81" />
- </linearGradient>
- <linearGradient
- id="linearGradient15425-8">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop15427-5" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop15429-7" />
- </linearGradient>
- <linearGradient
- id="linearGradient86688">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop86690" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop86692" />
- </linearGradient>
- <linearGradient
- id="linearGradient86695">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop86697" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop86699" />
- </linearGradient>
- <linearGradient
- y2="116.41341"
- x2="267.20212"
- y1="129.28557"
- x1="280.0918"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient93545"
- xlink:href="#linearGradient25417-4"
- inkscape:collect="always" />
- <linearGradient
- y2="116.41341"
- x2="267.20212"
- y1="129.28557"
- x1="280.0918"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient93547"
- xlink:href="#linearGradient25417-4"
- inkscape:collect="always" />
- <linearGradient
- y2="116.41341"
- x2="267.20212"
- y1="129.28557"
- x1="280.0918"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient93549"
- xlink:href="#linearGradient25417-4"
- inkscape:collect="always" />
- <linearGradient
- y2="116.41341"
- x2="267.20212"
- y1="129.28557"
- x1="280.0918"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient93551"
- xlink:href="#linearGradient25417-4"
- inkscape:collect="always" />
- <linearGradient
- y2="370.21317"
- x2="407.62576"
- y1="375.39175"
- x1="411.05389"
- gradientUnits="userSpaceOnUse"
- id="linearGradient93553"
- xlink:href="#linearGradient25108-9"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-12-2"
- id="linearGradient42487-4-8"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient319-12-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-34-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-81-1" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient15425-8-2"
- id="linearGradient42489-5-5"
- gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="138.25778"
- y2="124.59384" />
- <linearGradient
- id="linearGradient15425-8-2">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop15427-5-2" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop15429-7-1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-12-2"
- id="linearGradient42491-0-0"
- gradientUnits="userSpaceOnUse"
- x1="130.39502"
- y1="116.31751"
- x2="140.66667"
- y2="125.94853" />
- <linearGradient
- id="linearGradient120254">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop120256" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop120258" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient15425-8-2"
- id="linearGradient17232-1"
- gradientUnits="userSpaceOnUse"
- x1="123.26987"
- y1="108.56933"
- x2="141.64546"
- y2="130.81215" />
- <linearGradient
- id="linearGradient120261">
- <stop
- style="stop-color:#8c0000;stop-opacity:1;"
- offset="0"
- id="stop120263" />
- <stop
- style="stop-color:#c80000;stop-opacity:0;"
- offset="1"
- id="stop120265" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-31-5"
- id="radialGradient37501-4-6-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
- cx="135.83771"
- cy="117.97826"
- fx="135.83771"
- fy="117.97826"
- r="8" />
- <linearGradient
- id="linearGradient319-35-31-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38-14-9" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94-6-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-31-5"
- id="linearGradient37503-1-1-3"
- gradientUnits="userSpaceOnUse"
- x1="121.19734"
- y1="105.94044"
- x2="148.06364"
- y2="137.6748" />
- <linearGradient
- id="linearGradient120343">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop120345" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop120347" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-08-9"
- id="radialGradient37501-4-9-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
- cx="135.83771"
- cy="117.97826"
- fx="135.83771"
- fy="117.97826"
- r="8" />
- <linearGradient
- id="linearGradient319-35-08-9">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38-1-5" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94-1-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-08-9"
- id="linearGradient37503-1-9-8"
- gradientUnits="userSpaceOnUse"
- x1="121.19734"
- y1="105.94044"
- x2="148.06364"
- y2="137.6748" />
- <linearGradient
- id="linearGradient120354">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop120356" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop120358" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-6"
- id="radialGradient37501-4-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.08933014,-0.7764284,0.7350832,-0.08334857,57.410559,233.30156)"
- cx="135.83771"
- cy="117.97826"
- fx="135.83771"
- fy="117.97826"
- r="8" />
- <linearGradient
- id="linearGradient319-35-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-38-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-94-67" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-35-6"
- id="linearGradient37503-1-4"
- gradientUnits="userSpaceOnUse"
- x1="121.19734"
- y1="105.94044"
- x2="148.06364"
- y2="137.6748" />
- <linearGradient
- id="linearGradient120365">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop120367" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop120369" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient9030-4-6-0"
- id="linearGradient32430-7-9-5"
- gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient9030-4-6-0">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-3-3-5" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-1-6-4" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7-1-7-2-5-6"
- id="linearGradient32434-5-8-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,73,792.5)"
- x1="346"
- y1="128.5"
- x2="368"
- y2="123.5" />
- <linearGradient
- id="linearGradient44939-8-7-1-7-2-5-6">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-4-5-4-7-8-8" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0-2-0-1-0-5" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-4-3"
- id="linearGradient29127-50-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(422.99996,88.99998)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
- <linearGradient
- id="linearGradient319-4-3">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-24-7" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-2-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-4-3"
- id="linearGradient29129-2-4"
- gradientUnits="userSpaceOnUse"
- x1="732.9375"
- y1="412.8125"
- x2="753.40625"
- y2="418.33594" />
- <linearGradient
- id="linearGradient121019">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop121021" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop121023" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40455-7-1-6-2"
- id="radialGradient15137-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7881042,0.01544832,-0.01690407,0.7184169,-16.705439,29.204304)"
- cx="-73.227486"
- cy="95.949913"
- fx="-73.227486"
- fy="95.949913"
- r="4.9999957" />
- <linearGradient
- id="linearGradient40455-7-1-6-2">
- <stop
- id="stop40457-6-6-8-2"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-8-7-4"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-7-5-7"
- id="radialGradient15139-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4769848,-0.5257394,0.6056598,0.5494938,269.68012,490.96577)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
- <linearGradient
- id="linearGradient40578-4-8-7-5-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-6-1-0" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-1-8-2" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-9-6-7"
- id="linearGradient15141-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="89.012573"
- y1="243.96121"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-9-6-7">
- <stop
- id="stop58336-27-3-1"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-9-5-4"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-4-1-8"
- id="linearGradient15143-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,-94.999998)"
- x1="754.28558"
- y1="300.83292"
- x2="758"
- y2="305" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient16500-4-1-8">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-31-1-0" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-23-1-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-4-4"
- id="linearGradient15131-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9999519,0,0,0.9998051,-33.244333,253.26813)"
- x1="101.21339"
- y1="68.783279"
- x2="135.45256"
- y2="103.11092" />
- <linearGradient
- id="linearGradient37542-4-4">
- <stop
- id="stop37544-180-1"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-62-5"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-2-7"
- id="linearGradient15133-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0910287,0,0,1.0900105,41.555722,244.97315)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient319-2-7">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-6-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-72-8" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10585-5-6"
- id="linearGradient15135-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.032977,0,0,1,128.82015,107.77516)"
- x1="12.330792"
- y1="246.97107"
- x2="41.654194"
- y2="247.3784" />
- <linearGradient
- id="linearGradient10585-5-6">
- <stop
- id="stop10587-5-5"
- offset="0.0000000"
- style="stop-color:#d7d7d7;stop-opacity:1.0000000;" />
- <stop
- id="stop10595-5-8"
- offset="1.0000000"
- style="stop-color:#000000;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-0-7"
- id="linearGradient15123-6"
+ xlink:href="#linearGradient1610-9"
+ id="linearGradient39254-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
x1="253.78497"
@@ -47834,20 +20892,20 @@
x2="278.25537"
y2="30.023426" />
<linearGradient
- id="linearGradient1610-0-7">
+ id="linearGradient1610-9">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop1611-6-4" />
+ id="stop1611-4-7" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop1612-42-5" />
+ id="stop1612-09" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-0-7"
- id="radialGradient15125-1"
+ xlink:href="#linearGradient40578-4-8-9"
+ id="radialGradient39256-2"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
cx="756.83508"
@@ -47856,20 +20914,20 @@
fy="206.40076"
r="6.9000001" />
<linearGradient
- id="linearGradient40578-4-8-0-7">
+ id="linearGradient40578-4-8-9">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop40580-8-9-61-2" />
+ id="stop40580-8-9-0" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop40582-6-8-7-5" />
+ id="stop40582-6-8-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient58334-46-2"
- id="linearGradient15127-4"
+ xlink:href="#linearGradient58334-2"
+ id="linearGradient39258-9"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(670,-33)"
x1="87"
@@ -47877,460 +20935,446 @@
x2="93.0625"
y2="249" />
<linearGradient
- id="linearGradient58334-46-2">
+ id="linearGradient58334-2">
<stop
- id="stop58336-9-7"
+ id="stop58336-97"
offset="0.0000000"
style="stop-color:#ffffff;stop-opacity:0.87628865;" />
<stop
- id="stop58338-5-2"
+ id="stop58338-90"
offset="1.0000000"
style="stop-color:#fffffe;stop-opacity:0.0000000;" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-46-1"
- id="linearGradient15129-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0,-95.999998)"
- x1="754.28558"
- y1="300.83292"
+ y2="305"
x2="758"
- y2="305" />
+ y1="300.83292"
+ x1="754.28558"
+ gradientTransform="translate(0,-95.999998)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient16151"
+ xlink:href="#linearGradient16500-49"
+ inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
- id="linearGradient16500-46-1">
+ id="linearGradient16500-49">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop16502-4-9" />
+ id="stop16502-16" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
- id="stop16504-6-9" />
+ id="stop16504-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-3-9"
- id="linearGradient29127-5-1"
+ xlink:href="#linearGradient37542-7409-7-7-19-1-1"
+ id="linearGradient79029"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(422.99996,88.99998)"
- x1="308"
- y1="323"
- x2="343.26239"
- y2="340" />
+ gradientTransform="matrix(-1.1666676,0,0,-1.1666676,795.08409,370.66085)"
+ x1="262.04343"
+ y1="233.0448"
+ x2="273.85818"
+ y2="247.32738" />
<linearGradient
- id="linearGradient319-3-9">
+ id="linearGradient37542-7409-7-7-19-1-1">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop37544-48-6-1-8-9-3"
offset="0"
- id="stop320-0-7" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop37546-82-1-0-6-8-2"
offset="1"
- id="stop321-15-8" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-3-9"
- id="linearGradient29129-0-6"
+ xlink:href="#linearGradient44939-8-4-7-8-3-0-3-6"
+ id="linearGradient79025"
gradientUnits="userSpaceOnUse"
- x1="732.9375"
- y1="412.8125"
- x2="753.40625"
- y2="418.33594" />
+ gradientTransform="matrix(0.53706486,0,0,0.53706486,426.82889,65.03941)"
+ x1="97.616623"
+ y1="39.47208"
+ x2="94.157646"
+ y2="35.759052" />
<linearGradient
- id="linearGradient121074">
+ id="linearGradient44939-8-4-7-8-3-0-3-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop121076" />
+ id="stop44941-8-5-40-2-4-2-4-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop121078" />
+ id="stop44943-2-5-9-4-9-8-0-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-6-3"
- id="linearGradient44950-8-8"
+ xlink:href="#linearGradient10069-9-7-5-4-6-5-0-3-6"
+ id="linearGradient79020"
gradientUnits="userSpaceOnUse"
- x1="279"
- y1="102"
- x2="281.75"
- y2="102"
- gradientTransform="matrix(-1,0,0,1,593.02125,-1.8e-6)" />
+ gradientTransform="matrix(-0.53706486,0,0,-0.53706486,531.01948,106.93034)"
+ x1="97.616623"
+ y1="39.47208"
+ x2="94.157646"
+ y2="35.759052" />
<linearGradient
- id="linearGradient44939-8-6-3">
+ id="linearGradient10069-9-7-5-4-6-5-0-3-6">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#252525;stop-opacity:1"
offset="0"
- id="stop44941-8-0-8" />
+ id="stop10071-5-4-58-5-9-1-2-1-9" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#000000;stop-opacity:0;"
offset="1"
- id="stop44943-2-7-8" />
+ id="stop10073-43-0-4-0-8-0-4-9-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-0-6"
- id="linearGradient44485-7-6"
+ xlink:href="#linearGradient81143-4"
+ id="linearGradient80406-8"
gradientUnits="userSpaceOnUse"
- x1="279.75"
- y1="101.5"
- x2="284.5"
- y2="106.5" />
+ gradientTransform="matrix(0.58017143,0,0,0.92830994,410.31278,270.33169)"
+ x1="-187.57428"
+ y1="63.340904"
+ x2="-157.37125"
+ y2="79.243309" />
<linearGradient
- id="linearGradient44939-8-0-6">
+ id="linearGradient81143-4">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#2561b7;stop-opacity:1"
offset="0"
- id="stop44941-8-1-3" />
+ id="stop81145-0" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#f9fbff;stop-opacity:1"
offset="1"
- id="stop44943-2-3-4" />
+ id="stop81147-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-19-0-4-4"
- id="linearGradient14559-8-3"
+ xlink:href="#linearGradient15487-1-8-4-3"
+ id="linearGradient80403-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="56.069553" />
+ gradientTransform="matrix(0.92827429,0,0,0.92830994,60.469415,101.37929)"
+ x1="254.19243"
+ y1="237.48314"
+ x2="273.92343"
+ y2="254.49823" />
<linearGradient
- id="linearGradient319-19-0-4-4">
+ inkscape:collect="always"
+ id="linearGradient15487-1-8-4-3">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-865-0-7-0" />
+ id="stop15489-3-2-3-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-02-0-8-2" />
+ id="stop15491-4-4-1-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-19-0-4-4"
- id="linearGradient14561-9-8"
+ xlink:href="#linearGradient37542-40-9"
+ id="linearGradient81258"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(207,-246.99988)"
- x1="-56.5"
- y1="342.0625"
- x2="-49"
- y2="341" />
- <linearGradient
- id="linearGradient121093">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop121095" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop121097" />
- </linearGradient>
+ gradientTransform="matrix(0.99995186,0,0,0.99980511,154.9567,150.99846)"
+ x1="123.80291"
+ y1="90.165237"
+ x2="142.64377"
+ y2="105.8204" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient14482-2-4"
- id="linearGradient14563-3-6"
+ xlink:href="#linearGradient319-84-1"
+ id="linearGradient81260"
gradientUnits="userSpaceOnUse"
- x1="149.55806"
- y1="94.884857"
- x2="149.53032"
- y2="101.436" />
- <linearGradient
- id="linearGradient14482-2-4">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop14484-6-5" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop14486-5-8" />
- </linearGradient>
+ gradientTransform="matrix(1.1004102,0,0,1.0993832,229.31341,141.82572)"
+ x1="45.107925"
+ y1="91.099701"
+ x2="51.546276"
+ y2="96.026611" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-95-2-7-1-2-1"
- id="linearGradient14565-5-1"
+ xlink:href="#linearGradient319-84-3-2"
+ id="linearGradient81262"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="117.26753"
- x2="142.72656"
- y2="127.72736" />
- <linearGradient
- id="linearGradient319-95-2-7-1-2-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.75675678;"
- offset="0"
- id="stop320-43-7-3-3-3-2" />
- <stop
- style="stop-color:#915515;stop-opacity:0;"
- offset="1"
- id="stop321-12-7-4-1-9-1" />
- </linearGradient>
+ gradientTransform="matrix(1.1004102,0,0,1.0993832,235.27474,141.76351)"
+ x1="46.007988"
+ y1="90.678802"
+ x2="50.907307"
+ y2="95.401253" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-8-3-3-0-3-3"
- id="linearGradient14567-8-4"
+ xlink:href="#linearGradient14829"
+ id="linearGradient14814"
gradientUnits="userSpaceOnUse"
- x1="126.55782"
- y1="113.57294"
- x2="132.41052"
- y2="118.81034" />
+ gradientTransform="matrix(2.4126967,0,0,2.7035619,-722.19531,285.57729)"
+ x1="236.94902"
+ y1="-14.103641"
+ x2="276.89801"
+ y2="32.076183" />
<linearGradient
- id="linearGradient10069-8-3-3-0-3-3">
+ id="linearGradient14829">
<stop
- style="stop-color:#764511;stop-opacity:1;"
+ id="stop14831"
offset="0"
- id="stop10071-9-8-7-1-8-2" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- style="stop-color:#915515;stop-opacity:0;"
+ id="stop14833"
offset="1"
- id="stop10073-2-7-1-0-5-3" />
+ style="stop-color:#757575;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-19-0-3"
- id="linearGradient14559-4"
+ xlink:href="#linearGradient14632"
+ id="linearGradient14816"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8167109,0,0,0.8433415,239.34332,-149.78578)"
- x1="104.90227"
- y1="53.227627"
- x2="117.12428"
- y2="56.069553" />
+ gradientTransform="translate(-214.43013,42.779961)"
+ x1="148.54834"
+ y1="301.96149"
+ x2="166.33298"
+ y2="317.25269" />
<linearGradient
- id="linearGradient319-19-0-3">
+ inkscape:collect="always"
+ id="linearGradient14632">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-865-0-4" />
+ id="stop14634" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-02-0-1" />
+ id="stop14636" />
</linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath13106-0">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient13110);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path34850-6"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </clipPath>
+ <filter
+ inkscape:collect="always"
+ x="-0.45600089"
+ width="1.9120018"
+ y="-0.50666559"
+ height="2.0133312"
+ id="filter63011-8"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="1.899998"
+ id="feGaussianBlur63013-0" />
+ </filter>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-19-0-3"
- id="linearGradient14561-1"
+ xlink:href="#linearGradient5060-9"
+ id="linearGradient14818"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(207,-246.99988)"
- x1="-56.5"
- y1="342.0625"
- x2="-49"
- y2="341" />
+ gradientTransform="translate(-233.12445,-35.715412)"
+ x1="160.14388"
+ y1="376.27383"
+ x2="174.29811"
+ y2="383.69843" />
<linearGradient
- id="linearGradient121116">
+ id="linearGradient5060-9">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop5062-0"
offset="0"
- id="stop121118" />
+ style="stop-color:black;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop5064-7"
offset="1"
- id="stop121120" />
+ style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient14482-1"
- id="linearGradient14563-0"
+ xlink:href="#linearGradient18821-9"
+ id="radialGradient14820"
gradientUnits="userSpaceOnUse"
- x1="149.55806"
- y1="94.884857"
- x2="149.53032"
- y2="101.436" />
+ gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
+ cx="75.554794"
+ cy="500.26215"
+ fx="75.554794"
+ fy="500.26215"
+ r="3.1650217" />
<linearGradient
- id="linearGradient14482-1">
+ id="linearGradient18821-9">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#fc6b58;stop-opacity:1;"
offset="0"
- id="stop14484-60" />
+ id="stop18823-1" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#fc6b58;stop-opacity:0;"
offset="1"
- id="stop14486-9" />
+ id="stop18825-4" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-95-2-7-1-6"
- id="linearGradient14565-2"
+ xlink:href="#linearGradient39155-5"
+ id="linearGradient14822"
gradientUnits="userSpaceOnUse"
- x1="132"
- y1="117.26753"
- x2="142.72656"
- y2="127.72736" />
+ x1="31.1875"
+ y1="18.875"
+ x2="29.875"
+ y2="34.375" />
<linearGradient
- id="linearGradient319-95-2-7-1-6">
+ id="linearGradient39155-5">
<stop
- style="stop-color:#ffffff;stop-opacity:0.75675678;"
+ id="stop39157-4"
offset="0"
- id="stop320-43-7-3-3-5" />
+ style="stop-color:white;stop-opacity:1;" />
<stop
- style="stop-color:#915515;stop-opacity:0;"
+ id="stop39159-1"
offset="1"
- id="stop321-12-7-4-1-6" />
+ style="stop-color:#dadada;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-8-3-3-0-9"
- id="linearGradient14567-2"
+ xlink:href="#linearGradient3564-9"
+ id="linearGradient14825"
gradientUnits="userSpaceOnUse"
- x1="126.55782"
- y1="113.57294"
- x2="132.41052"
- y2="118.81034" />
+ gradientTransform="matrix(0.06818845,0,0,0.06818845,22.51112,27.02885)"
+ x1="185.9903"
+ y1="193.33229"
+ x2="190.46461"
+ y2="-458.05771" />
<linearGradient
- id="linearGradient10069-8-3-3-0-9">
+ id="linearGradient3564-9"
+ inkscape:collect="always">
<stop
- style="stop-color:#764511;stop-opacity:1;"
+ id="stop3566-9"
offset="0"
- id="stop10071-9-8-7-1-9" />
+ style="stop-color:white;stop-opacity:1;" />
<stop
- style="stop-color:#915515;stop-opacity:0;"
+ id="stop3568-2"
offset="1"
- id="stop10073-2-7-1-0-4" />
+ style="stop-color:white;stop-opacity:0;" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-4-5"
- id="linearGradient32430-7-7"
+ xlink:href="#linearGradient39171-8"
+ id="radialGradient14827"
gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
+ gradientTransform="matrix(1.647222,0,0,1.26792,-15.47413,-5.79794)"
+ cx="26.109201"
+ cy="19.668886"
+ fx="26.109201"
+ fy="19.668886"
+ r="20.278975" />
<linearGradient
- id="linearGradient9030-4-5">
+ id="linearGradient39171-8"
+ inkscape:collect="always">
<stop
- style="stop-color:white;stop-opacity:1;"
+ id="stop39173-9"
offset="0"
- id="stop9032-3-0" />
+ style="stop-color:white;stop-opacity:1;" />
<stop
- style="stop-color:white;stop-opacity:0;"
+ id="stop39175-5"
offset="1"
- id="stop9034-1-5" />
+ style="stop-color:white;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-7-1-7-2-2"
- id="linearGradient32434-5-5"
+ xlink:href="#linearGradient14829"
+ id="linearGradient14800"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,-1,73,792.5)"
- x1="346"
- y1="128.5"
- x2="368"
- y2="123.5" />
- <linearGradient
- id="linearGradient44939-8-7-1-7-2-2">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop44941-8-4-5-4-7-89" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop44943-2-0-2-0-1-3" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath45147-1-4">
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccccccccccccccc"
- id="path45149-9-4"
- d="m 5,261 13,0 0,1 -1,0 0,1 1,0 0,1 -1,0 0,1 -1,0 0,2 2,0 0,-1 1,0 0,-1 1,0 0,1 1,0 0,-1 1,0 0,13 -17,0 0,-17 z"
- style="opacity:0.2;fill:#3771c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </clipPath>
+ gradientTransform="matrix(0.888889,0,0,1,-169.92789,274.92229)"
+ x1="243.92192"
+ y1="-2.6686089"
+ x2="275.10107"
+ y2="26.600887" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient15098-7"
- id="linearGradient45220-3-5"
+ xlink:href="#linearGradient14605"
+ id="linearGradient14802"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,221,10)"
- x1="115.01612"
- y1="12"
- x2="106.125"
- y2="19.9375" />
+ gradientTransform="translate(-13.427886,57.417785)"
+ x1="87"
+ y1="241.125"
+ x2="90.764404"
+ y2="243.87347" />
<linearGradient
- id="linearGradient15098-7">
+ id="linearGradient14605">
<stop
- style="stop-color:#646464;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:0.56485355;"
offset="0"
- id="stop15100-8" />
+ id="stop14607" />
<stop
- style="stop-color:#fcfcfc;stop-opacity:1;"
+ style="stop-color:#fffffe;stop-opacity:0;"
offset="1"
- id="stop15102-0" />
+ id="stop14609" />
</linearGradient>
+ <clipPath
+ clipPathUnits="userSpaceOnUse"
+ id="clipPath22590-7">
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect22592-5-0"
+ width="12"
+ height="14"
+ x="-30"
+ y="490.00012" />
+ </clipPath>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-7-0-1"
- id="linearGradient26282-0-8-4"
+ xlink:href="#linearGradient13998-5"
+ id="linearGradient14804"
gradientUnits="userSpaceOnUse"
x1="13.5"
y1="57.827747"
x2="11.472005"
y2="53.875874" />
<linearGradient
- id="linearGradient13998-7-0-1">
+ id="linearGradient13998-5">
<stop
- id="stop14000-1-1-3"
+ id="stop14000-00"
offset="0"
style="stop-color:#f57d07;stop-opacity:1;" />
<stop
- id="stop14002-0-0-6"
+ id="stop14002-54"
offset="1"
style="stop-color:white;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-7-0-1"
- id="linearGradient26284-9-6-4"
+ xlink:href="#linearGradient13998-5"
+ id="linearGradient14806"
gradientUnits="userSpaceOnUse"
x1="-18.600719"
y1="501.96539"
x2="-26.642899"
y2="487.60382" />
<linearGradient
- id="linearGradient121153">
- <stop
- id="stop121155"
- offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
- <stop
- id="stop121157"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-7-2-7"
- id="linearGradient26286-4-5-9"
+ xlink:href="#linearGradient319-53"
+ id="linearGradient14808"
gradientUnits="userSpaceOnUse"
x1="15.027407"
y1="60.637787"
x2="13.5"
y2="57.750687" />
<linearGradient
- id="linearGradient319-7-2-7">
+ id="linearGradient319-53">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-5-6-6" />
+ id="stop320-1-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-5-1-3" />
+ id="stop321-61" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-7-2-7"
- id="linearGradient26288-9-5-3"
+ xlink:href="#linearGradient319-53"
+ id="linearGradient14810"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.03018343,0.1408617)"
x1="-32.067383"
@@ -48338,346 +21382,242 @@
x2="-22.25"
y2="500" />
<linearGradient
- id="linearGradient121164">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop121166" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop121168" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient25108-1-1"
- id="linearGradient25451-0-1"
- gradientUnits="userSpaceOnUse"
- x1="436.54755"
- y1="524.30481"
- x2="434.49387"
- y2="519.46057" />
- <linearGradient
- id="linearGradient25108-1-1">
+ id="linearGradient16500-1">
<stop
- id="stop25110-8-5"
+ style="stop-color:black;stop-opacity:1;"
offset="0"
- style="stop-color:white;stop-opacity:1;" />
+ id="stop16502-41" />
<stop
- id="stop25112-1-0"
+ style="stop-color:black;stop-opacity:0;"
offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
+ id="stop16504-4" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient25108-1-1"
- id="linearGradient25453-2-0"
+ y2="305"
+ x2="758"
+ y1="299.83005"
+ x1="753.39417"
+ gradientTransform="translate(-683.42789,-5.5822151)"
gradientUnits="userSpaceOnUse"
- x1="432.0849"
- y1="524.97125"
- x2="433"
- y2="526" />
- <linearGradient
- id="linearGradient121175">
- <stop
- id="stop121177"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop121179"
- offset="1"
- style="stop-color:#c6c6c6;stop-opacity:1;" />
- </linearGradient>
+ id="linearGradient20368"
+ xlink:href="#linearGradient16500-1"
+ inkscape:collect="always" />
<linearGradient
- y2="116.41341"
- x2="267.20212"
- y1="129.28557"
- x1="280.0918"
- gradientTransform="matrix(1,0,0,0.997161,-259.00079,67.35344)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient37542-41-8-0-7-1"
+ id="linearGradient16663-3-0-8"
gradientUnits="userSpaceOnUse"
- id="linearGradient13472-2"
- xlink:href="#linearGradient25417-2-9"
- inkscape:collect="always" />
+ gradientTransform="translate(0,-6.0080883)"
+ x1="184.95361"
+ y1="115.79691"
+ x2="235.24524"
+ y2="119.04691" />
<linearGradient
- id="linearGradient25417-2-9">
+ id="linearGradient37542-41-8-0-7-1">
<stop
- id="stop25419-4-7"
+ id="stop37544-5-2-6-6-5"
offset="0"
- style="stop-color:#60553b;stop-opacity:1;" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop25421-4-2"
+ id="stop37546-8-6-8-7-2"
offset="1"
- style="stop-color:#b0a17f;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-7-2"
- id="linearGradient26282-0-4"
+ xlink:href="#linearGradient37542-41-8-0-7-4"
+ id="linearGradient16663-3-0-0"
gradientUnits="userSpaceOnUse"
- x1="13.5"
- y1="57.827747"
- x2="11.472005"
- y2="53.875874" />
+ gradientTransform="translate(0,-6.0080883)"
+ x1="179.3838"
+ y1="116.92558"
+ x2="235.24524"
+ y2="119.04691" />
<linearGradient
- id="linearGradient13998-7-2">
+ id="linearGradient37542-41-8-0-7-4">
<stop
- id="stop14000-1-4"
+ id="stop37544-5-2-6-6-9"
offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
+ style="stop-color:#000000;stop-opacity:1;" />
<stop
- id="stop14002-0-3"
+ id="stop37546-8-6-8-7-3"
offset="1"
- style="stop-color:white;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-7-2"
- id="linearGradient26284-9-3"
- gradientUnits="userSpaceOnUse"
- x1="-18.600719"
- y1="501.96539"
- x2="-26.642899"
- y2="487.60382" />
+ xlink:href="#linearGradient37542-7-8-6-0"
+ id="radialGradient106344-5"
+ cx="386.68588"
+ cy="247.46175"
+ fx="386.68588"
+ fy="247.46175"
+ r="2.3794625"
+ gradientTransform="matrix(4.5687397,-0.29531319,0.13355055,5.747731,-1415.8878,-1055.5606)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient121190">
+ id="linearGradient37542-7-8-6-0">
<stop
- id="stop121192"
+ id="stop37544-40-1-3-9"
offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- id="stop121194"
+ id="stop37546-94-7-0-7"
offset="1"
- style="stop-color:white;stop-opacity:1;" />
+ style="stop-color:#030303;stop-opacity:1" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-7-7"
- id="linearGradient26286-4-9"
+ y2="245.04375"
+ x2="400.77301"
+ y1="243.97655"
+ x1="385.67264"
gradientUnits="userSpaceOnUse"
- x1="15.027407"
- y1="60.637787"
- x2="13.5"
- y2="57.750687" />
+ id="linearGradient106307-2"
+ xlink:href="#linearGradient319-488-8-2"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient319-7-7">
+ id="linearGradient319-488-8-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-5-7" />
+ id="stop320-13-8-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-5-6" />
+ id="stop321-67-2-2" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-7-7"
- id="linearGradient26288-9-7"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.03018343,0.1408617)"
- x1="-32.067383"
- y1="490.70178"
- x2="-22.25"
- y2="500" />
+ xlink:href="#linearGradient106427"
+ id="radialGradient106433"
+ cx="383.96912"
+ cy="249.87636"
+ fx="383.96912"
+ fy="249.87636"
+ r="2.3794624"
+ gradientTransform="matrix(4.5686863,-0.29541184,0.13359632,5.7477127,-1403.7889,-1070.199)"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient37542-7-8-6-0-8"
+ id="radialGradient106344-5-2"
+ cx="386.68588"
+ cy="247.46175"
+ fx="386.68588"
+ fy="247.46175"
+ r="2.3794625"
+ gradientTransform="matrix(4.5687397,-0.29531319,0.13355055,5.747731,-1415.8878,-1055.5606)"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient121201">
+ id="linearGradient37542-7-8-6-0-8">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop37544-40-1-3-9-3"
offset="0"
- id="stop121203" />
+ style="stop-color:#ffffff;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop37546-94-7-0-7-1"
offset="1"
- id="stop121205" />
+ style="stop-color:#030303;stop-opacity:1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-9-7-4-74-8-8"
- id="radialGradient45309-0-7"
- cx="336.42892"
- cy="611.10455"
- fx="336.42892"
- fy="611.10455"
- r="5.9852905"
- gradientTransform="matrix(1.0070601,0.03386866,-0.03770425,1.1211085,20.665977,-85.772965)"
+ xlink:href="#linearGradient106427-3"
+ id="radialGradient106433-4"
+ cx="383.96912"
+ cy="249.87636"
+ fx="383.96912"
+ fy="249.87636"
+ r="2.3794625"
+ gradientTransform="matrix(4.5686863,-0.29541184,0.13359632,5.7477127,-1403.7889,-1070.199)"
gradientUnits="userSpaceOnUse" />
<linearGradient
- id="linearGradient10069-9-7-4-74-8-8">
+ id="linearGradient106427-3">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop10071-5-4-5-0-1-3" />
+ id="stop106429-1" />
<stop
- style="stop-color:#000000;stop-opacity:0;"
+ style="stop-color:#030303;stop-opacity:1"
offset="1"
- id="stop10073-43-0-5-9-3-0" />
+ id="stop106431-0" />
</linearGradient>
<linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-9-1-2-9"
- id="linearGradient42965-7-9-1"
+ y2="245.04375"
+ x2="400.77301"
+ y1="243.97655"
+ x1="385.67264"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(301.02752,449.99999)"
- x1="25.963812"
- y1="155.66899"
- x2="29.972469"
- y2="168" />
+ id="linearGradient106307-2-4"
+ xlink:href="#linearGradient319-488-8-2-0"
+ inkscape:collect="always" />
<linearGradient
- id="linearGradient319-9-1-2-9">
+ id="linearGradient319-488-8-2-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-92-1-1-5" />
+ id="stop320-13-8-8-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-55-5-8-0" />
+ id="stop321-67-2-2-9" />
</linearGradient>
- <filter
- inkscape:collect="always"
- id="filter24186-3-2-5-6"
- x="-0.12810811"
- width="1.2562162"
- y="-0.11285714"
- height="1.2257143"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.395"
- id="feGaussianBlur24188-3-7-6-1" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient1610-06-1-5-2"
- id="linearGradient42967-6-4-5"
- gradientUnits="userSpaceOnUse"
- x1="335.96875"
- y1="607.09375"
- x2="337.04251"
- y2="628.20752" />
<linearGradient
- id="linearGradient1610-06-1-5-2">
+ id="linearGradient1610-36-6-7-9">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop1611-8-4-2-4" />
+ id="stop1611-1-9-4-5" />
<stop
style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop1612-1-2-6-9" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40455-7-1-60-4"
- id="radialGradient37553-2-0-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.7881042,0.01544832,-0.01690407,0.7184169,-16.705439,29.204304)"
- cx="-73.227486"
- cy="95.949913"
- fx="-73.227486"
- fy="95.949913"
- r="4.9999957" />
- <linearGradient
- id="linearGradient40455-7-1-60-4">
- <stop
- id="stop40457-6-6-3-7"
- offset="0"
- style="stop-color:#fff991;stop-opacity:1;" />
- <stop
- id="stop40459-1-8-4-9"
- offset="1"
- style="stop-color:#fffbb9;stop-opacity:0;" />
+ id="stop1612-5-9-87-3" />
</linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-7-0-3"
- id="radialGradient37555-5-8-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.4769848,-0.5257394,0.6056598,0.5494938,269.68012,490.96577)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
<linearGradient
- id="linearGradient40578-4-8-7-0-3">
+ id="linearGradient1610-36-6-7-9-4">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
- id="stop40580-8-9-6-3-3" />
+ id="stop1611-1-9-4-5-0" />
<stop
- style="stop-color:black;stop-opacity:0;"
+ style="stop-color:white;stop-opacity:1;"
offset="1"
- id="stop40582-6-8-1-4-2" />
+ id="stop1612-5-9-87-3-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient58334-9-67-3"
- id="linearGradient37558-8-4-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="89.012573"
- y1="243.96121"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-9-67-3">
- <stop
- id="stop58336-27-5-5"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-9-7-4"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- y2="305"
- x2="758"
- y1="300.83292"
- x1="754.28558"
- gradientTransform="translate(1,-94.999998)"
+ xlink:href="#linearGradient1610-36-6-7-9"
+ id="linearGradient106628"
gradientUnits="userSpaceOnUse"
- id="linearGradient37610-3-4-7"
- xlink:href="#linearGradient16500-4-2-5"
- inkscape:collect="always" />
+ gradientTransform="translate(64,338)"
+ x1="209"
+ y1="238"
+ x2="226.625"
+ y2="251.71078" />
<linearGradient
inkscape:collect="always"
- id="linearGradient16500-4-2-5">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-31-7-0" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-23-0-4" />
- </linearGradient>
+ xlink:href="#linearGradient1610-36-6-7-9-4"
+ id="linearGradient106641"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(39.8125,337.625)"
+ x1="209"
+ y1="238"
+ x2="226.625"
+ y2="251.71078" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-2-6"
- id="linearGradient36657-3-3"
+ xlink:href="#linearGradient1610-1-1-9-4-7-1"
+ id="linearGradient106804"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
x1="253.78497"
y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
- <linearGradient
- id="linearGradient1610-2-6">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-77-6" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-0-2" />
- </linearGradient>
+ x2="278.40161"
+ y2="29.679312" />
<radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-3-4"
- id="radialGradient36659-3-2"
+ xlink:href="#linearGradient40578-4-8-4-0-5-2-4-7"
+ id="radialGradient106806"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
cx="756.83508"
@@ -48686,20 +21626,9 @@
fy="206.40076"
r="6.9000001" />
<linearGradient
- id="linearGradient40578-4-8-3-4">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-58-2" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-5-3" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient58334-7-3"
- id="linearGradient36661-2-0"
+ xlink:href="#linearGradient58334-24-8-2-6-0-2"
+ id="linearGradient106808"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(670,-33)"
x1="87"
@@ -48707,95 +21636,9 @@
x2="93.0625"
y2="249" />
<linearGradient
- id="linearGradient58334-7-3">
- <stop
- id="stop58336-53-7"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-3-1"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
inkscape:collect="always"
- id="linearGradient16500-6-1">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-9-7" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-7-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-42-6"
- id="linearGradient15363-8-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9999519,0,0,0.9998051,-33.993941,254.01926)"
- x1="101.21339"
- y1="68.783279"
- x2="135.45256"
- y2="103.11092" />
- <linearGradient
- id="linearGradient37542-42-6">
- <stop
- id="stop37544-4-8"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-2-1"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-9-13"
- id="linearGradient15365-9-1"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1004102,0,0,1.0993832,40.331334,244.81698)"
- x1="47.655102"
- y1="93.805557"
- x2="59.057678"
- y2="105.27895" />
- <linearGradient
- id="linearGradient319-9-13">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-033-3" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-75-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10585-9-9"
- id="linearGradient15367-7-0"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.032977,0,0,1,128.82015,107.77516)"
- x1="12.330792"
- y1="246.97107"
- x2="41.654194"
- y2="247.3784" />
- <linearGradient
- id="linearGradient10585-9-9">
- <stop
- id="stop10587-2-6"
- offset="0.0000000"
- style="stop-color:#d7d7d7;stop-opacity:1.0000000;" />
- <stop
- id="stop10595-6-6"
- offset="1.0000000"
- style="stop-color:#000000;stop-opacity:1.0000000;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient16500-6-1"
- id="linearGradient122778"
+ xlink:href="#linearGradient16500-11-1-4-3-1"
+ id="linearGradient106810"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-95.999998)"
x1="754.28558"
@@ -48804,1128 +21647,585 @@
y2="305" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-56-9"
- id="linearGradient17222-4-3"
+ xlink:href="#linearGradient3944-1-7-5-7-7"
+ id="linearGradient106812"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="29.352921"
- y1="199"
- x2="29.352921"
- y2="250" />
- <linearGradient
- id="linearGradient37542-56-9">
- <stop
- id="stop37544-88-6"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-9-6"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="translate(-251,440.9872)"
+ x1="215.99414"
+ y1="592.95746"
+ x2="218.99957"
+ y2="601.36218" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-528-5"
- id="linearGradient17224-0-8"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88" />
- <linearGradient
- id="linearGradient319-528-5">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-68-4" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-86-6" />
- </linearGradient>
- <linearGradient
- y2="239.94608"
- x2="363.71661"
- y1="220.55545"
- x1="348.06064"
- gradientTransform="matrix(1.2868892,0,0,1,-644.69395,148)"
+ xlink:href="#linearGradient3952-5-7-6-8-9"
+ id="linearGradient106814"
gradientUnits="userSpaceOnUse"
- id="linearGradient15491-5"
- xlink:href="#linearGradient10069-24-6"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient10069-24-6">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-3-7" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-4-9" />
- </linearGradient>
+ gradientTransform="translate(-251,440.9872)"
+ x1="213.00005"
+ y1="597.41553"
+ x2="216.00003"
+ y2="604.375" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-67-2"
- id="linearGradient42519-8-1"
+ xlink:href="#linearGradient3966-8-9-6-4-5"
+ id="linearGradient106816"
gradientUnits="userSpaceOnUse"
- x1="114.15679"
- y1="100.93772"
- x2="137.5759"
- y2="124.47867" />
- <linearGradient
- id="linearGradient1610-67-2">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-75-5" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-31-2" />
- </linearGradient>
+ gradientTransform="translate(-251,440.9872)"
+ x1="218.06126"
+ y1="601.83856"
+ x2="219.5"
+ y2="606.11218" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient9030-41-3"
- id="linearGradient42523-5-1"
+ xlink:href="#linearGradient3966-8-9-6-4-5"
+ id="linearGradient106818"
gradientUnits="userSpaceOnUse"
- x1="190.68166"
- y1="244.14676"
- x2="174.75458"
- y2="226.33672" />
- <linearGradient
- id="linearGradient9030-41-3">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop9032-2-0" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop9034-10-3" />
- </linearGradient>
+ gradientTransform="translate(-251,440.9872)"
+ x1="219"
+ y1="604.31494"
+ x2="221"
+ y2="609.36218" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-76-1"
- id="linearGradient42521-3-5"
+ xlink:href="#linearGradient3944-4-6-7-7"
+ id="linearGradient106820"
gradientUnits="userSpaceOnUse"
- x1="131.12576"
- y1="118"
- x2="140.19273"
- y2="125.82862" />
- <linearGradient
- id="linearGradient319-76-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-3-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-18-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319-76-1"
- id="linearGradient42525-3-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9050931,-7.9558708e-4,0.00612764,0.9147058,26.488451,35.562258)"
- x1="299.70026"
- y1="408.49368"
- x2="322.08145"
- y2="429.53806" />
- <linearGradient
- id="linearGradient123144">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop123146" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop123148" />
- </linearGradient>
+ x1="215.99414"
+ y1="592.95746"
+ x2="218.99957"
+ y2="601.36218" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient24671-1-3"
- id="linearGradient25929-7-3"
+ xlink:href="#linearGradient3952-2-6-4-4"
+ id="linearGradient106822"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-149,133.99245)"
- x1="243.25"
- y1="283.94504"
- x2="235"
- y2="253.00755" />
- <linearGradient
- id="linearGradient24671-1-3">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24673-7-3" />
- <stop
- id="stop24675-7-8"
- offset="0.29527253"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24677-5-0" />
- </linearGradient>
+ x1="213.00005"
+ y1="597.41553"
+ x2="216.00003"
+ y2="604.375" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-16-1"
- id="linearGradient15963-5"
+ xlink:href="#linearGradient3966-5-1-45-4"
+ id="linearGradient106824"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-335,238.99245)"
- x1="425.5929"
- y1="179.08949"
- x2="425"
- y2="179.12285" />
- <linearGradient
- id="linearGradient319-16-1">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-683-1" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-08-4" />
- </linearGradient>
+ x1="218.06126"
+ y1="601.83856"
+ x2="219.5"
+ y2="606.11218" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient24679-9-9"
- id="linearGradient25927-1-0"
+ xlink:href="#linearGradient3966-5-1-45-4"
+ id="linearGradient106826"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.043478,0,0,0.956667,-30.15217,152.41412)"
- x1="121.79003"
- y1="283.00519"
- x2="114.66669"
- y2="250.69945" />
- <linearGradient
- id="linearGradient24679-9-9">
- <stop
- style="stop-color:#3d361a;stop-opacity:1;"
- offset="0"
- id="stop24681-7-9" />
- <stop
- id="stop24683-6-6"
- offset="0.45537567"
- style="stop-color:#d1c595;stop-opacity:1;" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop24685-4-7" />
- </linearGradient>
- <linearGradient
+ x1="219"
+ y1="604.31494"
+ x2="221"
+ y2="609.36218" />
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-96-2"
- id="linearGradient20796-9-7"
+ xlink:href="#linearGradient107148"
+ id="radialGradient107138"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(159.9998,-41.00751)"
- x1="261.44702"
- y1="234.6606"
- x2="274.30609"
- y2="247.73561" />
- <linearGradient
- id="linearGradient37542-96-2">
- <stop
- id="stop37544-7-7"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-0-6"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ cx="12.465761"
+ cy="353.51611"
+ fx="12.465761"
+ fy="353.51611"
+ r="2.91875"
+ gradientTransform="matrix(0.84360011,0.04170664,-0.04937856,0.99878013,19.37109,-0.08239219)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-37-9"
- id="linearGradient20798-1-6"
+ xlink:href="#linearGradient107142"
+ id="linearGradient107140"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(199.9999,105.99249)"
- x1="235.46884"
- y1="103"
- x2="228.71886"
- y2="94.53125" />
- <linearGradient
- id="linearGradient10069-37-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-0-3" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-2-0" />
- </linearGradient>
- <linearGradient
+ x1="11.695067"
+ y1="352.60217"
+ x2="16.773348"
+ y2="358.90598" />
+ <radialGradient
+ r="2.91875"
+ fy="353.59497"
+ fx="12.128428"
+ cy="353.59497"
+ cx="12.128428"
+ gradientTransform="matrix(0.2864009,1.1071441,-1.0639391,0.27522442,384.79448,242.64422)"
+ gradientUnits="userSpaceOnUse"
+ id="radialGradient107490"
+ xlink:href="#linearGradient107519"
+ inkscape:collect="always" />
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient14826-7"
- id="linearGradient25886-7-3"
+ xlink:href="#linearGradient15097-0-8"
+ id="radialGradient15836-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,673.5,170.50451)"
- x1="265.4003"
- y1="17.041992"
- x2="275.10107"
- y2="26.600887" />
+ gradientTransform="matrix(-0.14826933,2.1671891,-2.0135104,-0.13775545,-42.975294,-475.30953)"
+ cx="327.72662"
+ cy="-102.09388"
+ fx="327.72662"
+ fy="-102.09388"
+ r="3.3160801" />
<linearGradient
- id="linearGradient14826-7">
+ id="linearGradient15097-0-8">
<stop
- id="stop14828-0"
+ style="stop-color:#c4c4c4;stop-opacity:1"
offset="0"
- style="stop-color:black;stop-opacity:1;" />
+ id="stop15099-1-83" />
<stop
- id="stop14830-8"
+ style="stop-color:#868686;stop-opacity:1"
offset="1"
- style="stop-color:#808080;stop-opacity:1;" />
+ id="stop15101-9-3" />
</linearGradient>
- <filter
- inkscape:collect="always"
- id="filter23015-5-4"
- x="-0.95999229"
- width="2.9199846"
- y="-0.96000773"
- height="2.9200156"
- color-interpolation-filters="sRGB">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="1.1077015"
- id="feGaussianBlur23017-6-1" />
- </filter>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient58334-4-2"
- id="linearGradient25888-7-9"
+ xlink:href="#linearGradient23974-5-2-6-6"
+ id="linearGradient15851-6"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(830,-47)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-4-2">
- <stop
- id="stop58336-8-9"
- offset="0"
- style="stop-color:#a1a1a1;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-96-2"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <clipPath
- clipPathUnits="userSpaceOnUse"
- id="clipPath22590-4-5">
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22592-6-4"
- width="12"
- height="14"
- x="-30"
- y="490.00012" />
- </clipPath>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13998-2-6"
- id="linearGradient25890-8-2"
- gradientUnits="userSpaceOnUse"
- x1="13.5"
- y1="57.827747"
- x2="11.472005"
- y2="53.875874" />
+ gradientTransform="matrix(-1.2185076,0,0,1.1902393,14.075854,397.20828)"
+ x1="-88.73024"
+ y1="-120.6127"
+ x2="-78.787354"
+ y2="-128.30418" />
<linearGradient
- id="linearGradient13998-2-6">
+ id="linearGradient23974-5-2-6-6">
<stop
- id="stop14000-0-1"
+ id="stop23976-9-2-7-6"
offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
+ style="stop-color:#2561b7;stop-opacity:1;" />
<stop
- id="stop14002-5-6"
+ id="stop23978-3-1-6-0"
offset="1"
- style="stop-color:white;stop-opacity:1;" />
+ style="stop-color:#f9fbff;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient13998-2-6"
- id="linearGradient25892-4-7"
+ xlink:href="#linearGradient31320-5-2-6-7"
+ id="linearGradient15818-5"
gradientUnits="userSpaceOnUse"
- x1="-18.600719"
- y1="501.96539"
- x2="-26.642899"
- y2="487.60382" />
+ gradientTransform="matrix(-1.004219,0,0,0.980922,222.97812,19.5574)"
+ x1="68.688324"
+ y1="51.42366"
+ x2="72.671516"
+ y2="55.501457" />
<linearGradient
- id="linearGradient123450">
+ id="linearGradient31320-5-2-6-7">
<stop
- id="stop123452"
+ style="stop-color:white;stop-opacity:1;"
offset="0"
- style="stop-color:#f57d07;stop-opacity:1;" />
+ id="stop31322-5-4-5-8" />
<stop
- id="stop123454"
+ style="stop-color:white;stop-opacity:0;"
offset="1"
- style="stop-color:white;stop-opacity:1;" />
+ id="stop31324-0-8-5-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-1-6"
- id="linearGradient25894-4-5"
+ xlink:href="#linearGradient14262-9-5-9-4"
+ id="linearGradient15846-4"
gradientUnits="userSpaceOnUse"
- x1="15.027407"
- y1="60.637787"
- x2="13.5"
- y2="57.750687" />
+ gradientTransform="matrix(-1.2185076,0,0,1.1902393,92.990431,-50.358654)"
+ x1="-20.864969"
+ y1="250.35432"
+ x2="-34.640823"
+ y2="264.67712" />
<linearGradient
- id="linearGradient319-1-6">
+ id="linearGradient14262-9-5-9-4">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop14264-5-2-9-0"
offset="0"
- id="stop320-51-9" />
+ style="stop-color:#2661b6;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop14266-0-4-4-2"
offset="1"
- id="stop321-1-7" />
+ style="stop-color:#c1d7f8;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-1-6"
- id="linearGradient25897-1-2"
+ xlink:href="#linearGradient319-92-8-5-0"
+ id="linearGradient15843-2"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.03018343,0.1408617)"
- x1="-32.067383"
- y1="490.70178"
- x2="-22.25"
- y2="500" />
+ gradientTransform="matrix(0.99098745,0,0,1.0233007,7.9488742,191.90653)"
+ x1="113.17896"
+ y1="49.395184"
+ x2="111.81031"
+ y2="62.520573" />
<linearGradient
- id="linearGradient123461">
+ id="linearGradient319-92-8-5-0">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop123463" />
+ id="stop320-40-7-9-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop123465" />
+ id="stop321-93-7-0-5" />
</linearGradient>
<linearGradient
- y2="305"
- x2="758"
- y1="299.83005"
- x1="753.39417"
- gradientTransform="translate(0,-72.000001)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient13805-6"
- xlink:href="#linearGradient16500-0-4"
- inkscape:collect="always" />
- <linearGradient
inkscape:collect="always"
- id="linearGradient16500-0-4">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-7-7" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-9-3" />
- </linearGradient>
- <linearGradient
- y2="305"
- x2="758"
- y1="299.83005"
- x1="753.39417"
- gradientTransform="translate(0,-72.000001)"
+ xlink:href="#linearGradient319-92-8-5-0"
+ id="linearGradient16562-7"
gradientUnits="userSpaceOnUse"
- id="linearGradient123501"
- xlink:href="#linearGradient16500-0-4"
- inkscape:collect="always" />
+ gradientTransform="matrix(0.99098745,0,0,1.0233007,7.9488742,191.90653)"
+ x1="114.36164"
+ y1="22.752264"
+ x2="104.74062"
+ y2="65.241188" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-7409-7-7-19-1-1-3"
- id="linearGradient32854-6-2-3-0"
+ xlink:href="#linearGradient15959-9-5"
+ id="linearGradient15773-7"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.1666676,0,0,-1.1666676,795.08409,370.66085)"
- x1="262.04343"
- y1="233.0448"
- x2="273.85818"
- y2="247.32738" />
- <linearGradient
- id="linearGradient37542-7409-7-7-19-1-1-3">
- <stop
- id="stop37544-48-6-1-8-9-3-5"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-82-1-0-6-8-2-5"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ x1="113.07384"
+ y1="252.04327"
+ x2="119.9112"
+ y2="249.41632"
+ gradientTransform="matrix(1.2133883,0,0,1.2133883,-25.22919,-53.154498)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-4-7-8-3-0-3-6-8"
- id="linearGradient32856-3-2-3-5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.53706486,0,0,0.53706486,426.82889,65.03941)"
- x1="97.616623"
- y1="39.47208"
- x2="94.157646"
- y2="35.759052" />
- <linearGradient
- id="linearGradient44939-8-4-7-8-3-0-3-6-8">
+ id="linearGradient15959-9-5">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#4d4d4d;stop-opacity:1;"
offset="0"
- id="stop44941-8-5-40-2-4-2-4-8-2" />
+ id="stop15961-9-6" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#4d4d4d;stop-opacity:0;"
offset="1"
- id="stop44943-2-5-9-4-9-8-0-8-5" />
+ id="stop15963-8-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-9-7-5-4-6-5-0-3-6-9"
- id="linearGradient32858-7-2-9-6"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-0.53706486,0,0,-0.53706486,531.01948,106.93034)"
- x1="97.616623"
- y1="39.47208"
- x2="94.157646"
- y2="35.759052" />
- <linearGradient
- id="linearGradient10069-9-7-5-4-6-5-0-3-6-9">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-5-4-58-5-9-1-2-1-9-8" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-43-0-4-0-8-0-4-9-3-7" />
- </linearGradient>
+ xlink:href="#linearGradient16723"
+ id="linearGradient16730"
+ x1="112.5"
+ y1="252.5"
+ x2="116.5"
+ y2="250"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient1610-9-7"
- id="linearGradient39254-3-1"
+ xlink:href="#linearGradient16764"
+ id="linearGradient16800"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.888889,0,0,1,513.5,184.50451)"
- x1="253.78497"
- y1="3.6831069"
- x2="278.25537"
- y2="30.023426" />
+ gradientTransform="matrix(-1,0,0,1,112.64335,0.1875)"
+ x1="63.643349"
+ y1="354.8125"
+ x2="60.996902"
+ y2="359.97281" />
<linearGradient
- id="linearGradient1610-9-7">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop1611-4-17" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop1612-09-3" />
- </linearGradient>
- <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient40578-4-8-9-5"
- id="radialGradient39256-2-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.3817213,-0.4377393,0.4780868,0.4169055,368.09749,451.76937)"
- cx="756.83508"
- cy="206.40076"
- fx="756.83508"
- fy="206.40076"
- r="6.9000001" />
- <linearGradient
- id="linearGradient40578-4-8-9-5">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop40580-8-9-0-4" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop40582-6-8-8-9" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient58334-2-0"
- id="linearGradient39258-9-2"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(670,-33)"
- x1="87"
- y1="241.125"
- x2="93.0625"
- y2="249" />
- <linearGradient
- id="linearGradient58334-2-0">
- <stop
- id="stop58336-97-5"
- offset="0.0000000"
- style="stop-color:#ffffff;stop-opacity:0.87628865;" />
- <stop
- id="stop58338-90-3"
- offset="1.0000000"
- style="stop-color:#fffffe;stop-opacity:0.0000000;" />
- </linearGradient>
- <linearGradient
- y2="305"
- x2="758"
- y1="300.83292"
- x1="754.28558"
- gradientTransform="translate(0,-95.999998)"
+ xlink:href="#linearGradient16772"
+ id="linearGradient16802"
gradientUnits="userSpaceOnUse"
- id="linearGradient16151-9"
- xlink:href="#linearGradient16500-49-0"
- inkscape:collect="always" />
+ x1="63.847855"
+ y1="353.1496"
+ x2="61.116474"
+ y2="360.82117" />
<linearGradient
inkscape:collect="always"
- id="linearGradient16500-49-0">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop16502-16-0" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop16504-3-3" />
- </linearGradient>
- <linearGradient
- y2="305"
- x2="758"
- y1="300.83292"
- x1="754.28558"
- gradientTransform="translate(0,-95.999998)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient123760"
- xlink:href="#linearGradient16500-49-0"
- inkscape:collect="always" />
- <linearGradient
+ xlink:href="#linearGradient29757"
+ id="linearGradient29763"
+ x1="-224.85715"
+ y1="205.71428"
+ x2="-214.42857"
+ y2="206"
+ gradientUnits="userSpaceOnUse" />
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-74"
- id="linearGradient22933-1"
+ xlink:href="#linearGradient29870"
+ id="radialGradient29940"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(15.081669,359)"
- x1="245.63066"
- y1="106.28436"
- x2="245.80791"
- y2="94.440376" />
- <linearGradient
- id="linearGradient37542-74">
- <stop
- id="stop37544-0"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-948"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="matrix(1.311465,0.10059658,-0.15692472,2.0458095,520.8023,-36.428937)"
+ cx="-214.41437"
+ cy="203.04764"
+ fx="-214.41437"
+ fy="203.04764"
+ r="5.8999949" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-24"
- id="linearGradient22935-8"
+ xlink:href="#linearGradient30390"
+ id="linearGradient28911"
gradientUnits="userSpaceOnUse"
- x1="268"
- y1="462"
- x2="256"
- y2="459" />
- <linearGradient
- id="linearGradient319-24">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-55" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-17" />
- </linearGradient>
+ x1="531.875"
+ y1="56.062489"
+ x2="542.99994"
+ y2="61.562489" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient10069-5"
- id="linearGradient22937-11"
+ xlink:href="#linearGradient23705-0"
+ id="linearGradient22892-4"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(12.999999,359)"
- x1="247"
- y1="99"
- x2="247"
- y2="94" />
+ gradientTransform="translate(220,-20.00667)"
+ x1="29.4034"
+ y1="100.99999"
+ x2="34.095703"
+ y2="101.15624" />
<linearGradient
- id="linearGradient10069-5">
+ id="linearGradient23705-0">
<stop
- style="stop-color:#000000;stop-opacity:1;"
+ id="stop23707-9"
offset="0"
- id="stop10071-2" />
+ style="stop-color:#d4d2bf;stop-opacity:1;" />
<stop
- style="stop-color:#000000;stop-opacity:0;"
+ id="stop23709-4"
offset="1"
- id="stop10073-7" />
+ style="stop-color:#857f5d;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-24"
- id="linearGradient22939-6"
+ xlink:href="#linearGradient24168-8"
+ id="linearGradient22954-8"
gradientUnits="userSpaceOnUse"
- x1="263.5"
- y1="455.25"
- x2="263.5"
- y2="460.5" />
+ gradientTransform="matrix(0.75,0,0,0.7516675,227.625,0.9640803)"
+ x1="20.125"
+ y1="88.642494"
+ x2="34.125"
+ y2="104.89799" />
<linearGradient
- id="linearGradient19484">
+ id="linearGradient24168-8">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop24170-2"
offset="0"
- id="stop19486" />
+ style="stop-color:#182437;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop24172-4"
offset="1"
- id="stop19488" />
+ style="stop-color:#2b4163;stop-opacity:0;" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-24"
- id="linearGradient22941-1"
+ xlink:href="#linearGradient319-51"
+ id="radialGradient22952-5"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
- x1="264"
- y1="452"
- x2="264"
- y2="460.6622" />
+ gradientTransform="matrix(0.6595012,0.7907318,-0.8990144,0.7498135,144.69896,-187.59854)"
+ cx="262.67139"
+ cy="74.072273"
+ fx="262.67139"
+ fy="74.072273"
+ r="3.5" />
<linearGradient
- id="linearGradient19491">
+ id="linearGradient319-51">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop19493" />
+ id="stop320-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop19495" />
- </linearGradient>
- <linearGradient
- y2="460.6622"
- x2="264"
- y1="452"
- x1="264"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient19513"
- xlink:href="#linearGradient319-24"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-74-5"
- id="linearGradient22933-1-9"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(15.081669,359)"
- x1="245.63066"
- y1="106.28436"
- x2="245.80791"
- y2="94.440376" />
- <linearGradient
- id="linearGradient37542-74-5">
- <stop
- id="stop37544-0-4"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-948-3"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop321-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-24-2"
- id="linearGradient22935-8-1"
+ xlink:href="#linearGradient319-51"
+ id="linearGradient22928-1"
gradientUnits="userSpaceOnUse"
- x1="268"
- y1="462"
- x2="256"
- y2="459" />
+ gradientTransform="matrix(0.8750002,0,0,0.83767,7.3124969,247.00379)"
+ x1="27.166666"
+ y1="90.504448"
+ x2="35.166668"
+ y2="101.14744" />
<linearGradient
- id="linearGradient319-24-2">
+ id="linearGradient29791">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-55-3" />
+ id="stop29793" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-17-3" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient10069-5-1"
- id="linearGradient22937-11-4"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(12.999999,359)"
- x1="247"
- y1="99"
- x2="247"
- y2="94" />
- <linearGradient
- id="linearGradient10069-5-1">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop10071-2-1" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop10073-7-3" />
+ id="stop29795" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-24-2"
- id="linearGradient22939-6-8"
+ xlink:href="#linearGradient18821-2"
+ id="radialGradient22950-5"
gradientUnits="userSpaceOnUse"
- x1="263.5"
- y1="455.25"
- x2="263.5"
- y2="460.5" />
- <linearGradient
- id="linearGradient19617">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop19619" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop19621" />
- </linearGradient>
- <linearGradient
- y2="460.6622"
- x2="264"
- y1="452"
- x1="264"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient19513-7"
- xlink:href="#linearGradient319-24-2"
- inkscape:collect="always" />
+ gradientTransform="matrix(0.8728692,0.8400852,-1.1671853,1.2200916,594.18579,-173.07738)"
+ cx="75.53241"
+ cy="500.20956"
+ fx="75.53241"
+ fy="500.20956"
+ r="3.1650217" />
<linearGradient
- id="linearGradient19624">
+ id="linearGradient18821-2">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ style="stop-color:#fc6b58;stop-opacity:1;"
offset="0"
- id="stop19626" />
+ id="stop18823-7" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ style="stop-color:#fc6b58;stop-opacity:0;"
offset="1"
- id="stop19628" />
+ id="stop18825-6" />
</linearGradient>
- <linearGradient
- y2="460.6622"
- x2="264"
- y1="452"
- x1="264"
- gradientTransform="matrix(1,0,0,0.6,-5,182.8)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient19646"
- xlink:href="#linearGradient319-24-2"
- inkscape:collect="always" />
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-48"
- id="linearGradient14377-2"
+ xlink:href="#linearGradient319-51"
+ id="radialGradient22922-1"
gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1.691866,0.00341)"
- x1="86.452194"
- y1="101.22832"
- x2="110.48556"
- y2="81.14637" />
+ gradientTransform="matrix(2.4564959,0.09949388,-0.06177986,1.3917691,-283.96093,-143.81911)"
+ cx="135.14931"
+ cy="332.10181"
+ fx="135.14931"
+ fy="332.10181"
+ r="3.5" />
<linearGradient
- id="linearGradient319-48">
+ id="linearGradient29802">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop320-65" />
+ id="stop29804" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop321-0" />
- </linearGradient>
- <linearGradient
- id="linearGradient37542-46">
- <stop
- id="stop37544-06"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-61"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient23178-4">
- <stop
- style="stop-color:#ff992b;stop-opacity:1;"
- offset="0"
- id="stop23180-9" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop23182-6" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-46"
- id="linearGradient20668"
- gradientUnits="userSpaceOnUse"
- x1="-16.899355"
- y1="174.48567"
- x2="8.6449747"
- y2="208.83394" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient23178-4"
- id="linearGradient20668-0"
- gradientUnits="userSpaceOnUse"
- x1="3.8470206"
- y1="196.93048"
- x2="20.045212"
- y2="217.84158" />
- <linearGradient
- id="linearGradient37542-46-5">
- <stop
- id="stop37544-06-4"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-61-7"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542-50"
- id="linearGradient18752-3"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.923955,0,0,1,-18.1369,-168)"
- x1="30.435225"
- y1="202.99998"
- x2="30.435225"
- y2="251.99998" />
- <linearGradient
- id="linearGradient37542-50">
- <stop
- id="stop37544-76"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-7"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
+ id="stop29806" />
</linearGradient>
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-36"
- id="linearGradient18756-8"
+ xlink:href="#linearGradient5060-2"
+ id="linearGradient22917-4"
gradientUnits="userSpaceOnUse"
- x1="5.9836898"
- y1="71.51989"
- x2="16.733877"
- y2="88"
- gradientTransform="matrix(1,0,0,1.2222204,0,-15.888744)" />
+ gradientTransform="matrix(2,0,0,0.7333333,-467,262.53823)"
+ x1="250.5"
+ y1="90.253998"
+ x2="250.5"
+ y2="95.252274" />
<linearGradient
- id="linearGradient319-36">
+ id="linearGradient5060-2">
<stop
- style="stop-color:#ffffff;stop-opacity:1;"
+ id="stop5062-3"
offset="0"
- id="stop320-4" />
+ style="stop-color:black;stop-opacity:1;" />
<stop
- style="stop-color:#ffffff;stop-opacity:0;"
+ id="stop5064-2"
offset="1"
- id="stop321-41" />
+ style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient44939-8-8"
- id="linearGradient44485-0"
+ xlink:href="#linearGradient319-51"
+ id="radialGradient23727-2"
gradientUnits="userSpaceOnUse"
- x1="279.75"
- y1="101.5"
- x2="284.5"
- y2="106.5" />
+ gradientTransform="matrix(2.3687636,0.09935874,-0.05957343,1.3898788,-272.60513,-143.17133)"
+ cx="140.33667"
+ cy="333.05716"
+ fx="140.33667"
+ fy="333.05716"
+ r="3.5" />
<linearGradient
- id="linearGradient44939-8-8">
+ id="linearGradient29813">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
- id="stop44941-8-8" />
+ id="stop29815" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
- id="stop44943-2-1" />
+ id="stop29817" />
</linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient20925"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.207032,0,0,0.903901,839.2424,-18.01568)"
- x1="391.80222"
- y1="230.5647"
- x2="387.94211"
- y2="247.83209" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient20927"
- gradientUnits="userSpaceOnUse"
- x1="366.98389"
- y1="203"
- x2="370.98389"
- y2="202.75" />
- <linearGradient
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient20929"
+ xlink:href="#linearGradient107519"
+ id="radialGradient30077"
gradientUnits="userSpaceOnUse"
- x1="371.98389"
- y1="203"
- x2="376.48389"
- y2="203" />
+ gradientTransform="matrix(0.2864009,1.1071441,-1.0639391,0.27522442,384.79448,242.64422)"
+ cx="12.128428"
+ cy="353.59497"
+ fx="12.128428"
+ fy="353.59497"
+ r="2.91875" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542"
- id="linearGradient20931"
+ xlink:href="#linearGradient16764"
+ id="linearGradient30079"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.203777,0,0,0.903901,837.9645,-18.01568)"
- x1="383.67041"
- y1="225.94354"
- x2="385.60632"
- y2="248.55901" />
+ gradientTransform="matrix(-1,0,0,1,112.64335,0.1875)"
+ x1="63.643349"
+ y1="354.8125"
+ x2="60.996902"
+ y2="359.97281" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-7"
- id="linearGradient20943"
+ xlink:href="#linearGradient16772"
+ id="linearGradient30081"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)"
- x1="389.73953"
- y1="220.84622"
- x2="389.59052"
- y2="248.09296" />
- <linearGradient
+ x1="63.847855"
+ y1="353.1496"
+ x2="61.116474"
+ y2="360.82117" />
+ <radialGradient
inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient20945"
+ xlink:href="#linearGradient107519"
+ id="radialGradient30090"
gradientUnits="userSpaceOnUse"
- x1="391.62881"
- y1="243.48854"
- x2="386.13718"
- y2="244.68996" />
+ gradientTransform="matrix(0.2864009,1.1071441,-1.0639391,0.27522442,384.79448,242.64422)"
+ cx="12.128428"
+ cy="353.59497"
+ fx="12.128428"
+ fy="353.59497"
+ r="2.91875" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-3"
- id="linearGradient15687-9"
+ xlink:href="#linearGradient16764"
+ id="linearGradient30092"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.222225,0,0,1,-87.33412,169)"
- x1="217.22589"
- y1="107.25085"
- x2="235.90916"
- y2="121" />
- <linearGradient
- id="linearGradient37542-3">
- <stop
- id="stop37544-11"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop37546-99"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:1;" />
- </linearGradient>
+ gradientTransform="matrix(-1,0,0,1,112.64335,0.1875)"
+ x1="63.643349"
+ y1="354.8125"
+ x2="60.996902"
+ y2="359.97281" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-56"
- id="linearGradient15689-55"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1.253963,1,0,169,-94.7765)"
- x1="228.5468"
- y1="118.5"
- x2="235"
- y2="118.5" />
- <linearGradient
- id="linearGradient319-56">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop320-05" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop321-946" />
- </linearGradient>
- <linearGradient
- y2="118.5"
- x2="235"
- y1="118.5"
- x1="228.5468"
- gradientTransform="matrix(0,1.253963,1,0,169,-94.7765)"
+ xlink:href="#linearGradient16772"
+ id="linearGradient30094"
gradientUnits="userSpaceOnUse"
- id="linearGradient20968"
- xlink:href="#linearGradient319-56"
- inkscape:collect="always" />
+ x1="63.847855"
+ y1="353.1496"
+ x2="61.116474"
+ y2="360.82117" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-7"
- id="linearGradient21049"
+ xlink:href="#linearGradient16772"
+ id="linearGradient30097"
gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,780.92531,0)"
- x1="389.73953"
- y1="220.84622"
- x2="389.59052"
- y2="248.09296" />
+ x1="63.847855"
+ y1="353.1496"
+ x2="61.116474"
+ y2="360.82117"
+ gradientTransform="matrix(-1,0,0,1,112.28991,0.1875)" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319"
- id="linearGradient21051"
+ xlink:href="#linearGradient16764"
+ id="linearGradient30100"
gradientUnits="userSpaceOnUse"
- x1="391.62881"
- y1="243.48854"
- x2="386.13718"
- y2="244.68996" />
+ gradientTransform="matrix(-1,0,0,1,112.28991,0.1875)"
+ x1="63.643349"
+ y1="354.8125"
+ x2="60.996902"
+ y2="359.97281" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient37542-3"
- id="linearGradient21053"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.222225,0,0,1,-87.33412,169)"
- x1="217.22589"
- y1="107.25085"
- x2="235.90916"
- y2="121" />
+ xlink:href="#linearGradient30122"
+ id="linearGradient30129"
+ x1="48.5"
+ y1="354.75"
+ x2="51"
+ y2="360.25"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
- xlink:href="#linearGradient319-56"
- id="linearGradient21055"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0,1.253963,1,0,169,-94.7765)"
- x1="228.5468"
- y1="118.5"
- x2="235"
- y2="118.5" />
+ xlink:href="#linearGradient30131"
+ id="linearGradient30137"
+ x1="60.289909"
+ y1="361.0625"
+ x2="63.789909"
+ y2="354.0625"
+ gradientUnits="userSpaceOnUse" />
<linearGradient
- gradientTransform="matrix(0.0239044,0,0,0.02390435,151.03587,235.7284)"
inkscape:collect="always"
- xlink:href="#linearGradient5190"
- id="linearGradient5198"
- x1="524.24286"
- y1="630.49524"
- x2="218.85658"
- y2="548.66724"
+ xlink:href="#linearGradient30139"
+ id="linearGradient30145"
+ x1="63.789909"
+ y1="355.0625"
+ x2="61.039909"
+ y2="360.0625"
gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient5190">
- <stop
- style="stop-color:#2c66b9;stop-opacity:1;"
- offset="0"
- id="stop5192" />
- <stop
- style="stop-color:#99d0ec;stop-opacity:1;"
- offset="1"
- id="stop5194" />
- </linearGradient>
</defs>
<sodipodi:namedview
id="base"
@@ -49937,18 +22237,18 @@
objecttolerance="10000"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
- inkscape:zoom="1.525"
- inkscape:cx="157.32187"
- inkscape:cy="390.03004"
+ inkscape:zoom="1"
+ inkscape:cx="537.93701"
+ inkscape:cy="319"
inkscape:document-units="px"
- inkscape:current-layer="layer1"
+ inkscape:current-layer="layer3"
showgrid="false"
- inkscape:window-width="2560"
- inkscape:window-height="1392"
- inkscape:window-x="0"
- inkscape:window-y="0"
- inkscape:snap-nodes="true"
- inkscape:snap-bbox="false"
+ inkscape:window-width="1618"
+ inkscape:window-height="1028"
+ inkscape:window-x="54"
+ inkscape:window-y="-8"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:object-nodes="false"
@@ -49957,13 +22257,14 @@
inkscape:snap-intersection-grid-guide="false"
inkscape:window-maximized="1"
inkscape:bbox-paths="false"
- inkscape:snap-global="false"
+ inkscape:snap-global="true"
inkscape:snap-bbox-midpoints="false"
inkscape:snap-grids="true"
inkscape:snap-to-guides="false"
inkscape:snap-page="false"
units="pt"
- inkscape:snap-center="false">
+ inkscape:snap-center="false"
+ inkscape:snap-object-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid17394"
@@ -49989,7 +22290,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Blender icons v. 2.5.06</dc:title>
+ <dc:title>Blender icons v. 2.5.08</dc:title>
<dc:date>21.05.2012</dc:date>
<dc:creator>
<cc:Agent>
@@ -50034,8 +22335,7 @@
inkscape:groupmode="layer"
id="layer3"
inkscape:label="bckgrnd"
- style="display:none"
- sodipodi:insensitive="true">
+ style="display:inline">
<rect
style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect20607"
@@ -50310,128 +22610,103 @@
<path
id="path23717"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23719"
- inkscape:connector-curvature="0" />
+ id="path23719" />
<path
id="path23721"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23723"
- inkscape:connector-curvature="0" />
+ id="path23723" />
<path
id="path23725"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23727"
- inkscape:connector-curvature="0" />
+ id="path23727" />
<path
id="path23729"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23731"
- inkscape:connector-curvature="0" />
+ id="path23731" />
<path
id="path23733"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23735"
- inkscape:connector-curvature="0" />
+ id="path23735" />
<path
id="path23737"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23739"
- inkscape:connector-curvature="0" />
+ id="path23739" />
<path
id="path23741"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23743"
- inkscape:connector-curvature="0" />
+ id="path23743" />
<path
id="path23745"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23747"
- inkscape:connector-curvature="0" />
+ id="path23747" />
<path
id="path23749"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23751"
- inkscape:connector-curvature="0" />
+ id="path23751" />
<path
id="path23753"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23755"
- inkscape:connector-curvature="0" />
+ id="path23755" />
<path
id="path23757"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23759"
- inkscape:connector-curvature="0" />
+ id="path23759" />
<path
id="path23761"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23763"
- inkscape:connector-curvature="0" />
+ id="path23763" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path10987"
- inkscape:connector-curvature="0" />
+ id="path10987" />
</g>
</g>
<g
@@ -50451,128 +22726,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23771"
- inkscape:connector-curvature="0" />
+ id="path23771" />
<path
id="path23773"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23775"
- inkscape:connector-curvature="0" />
+ id="path23775" />
<path
id="path23777"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23779"
- inkscape:connector-curvature="0" />
+ id="path23779" />
<path
id="path23781"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23783"
- inkscape:connector-curvature="0" />
+ id="path23783" />
<path
id="path23785"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23787"
- inkscape:connector-curvature="0" />
+ id="path23787" />
<path
id="path23789"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23791"
- inkscape:connector-curvature="0" />
+ id="path23791" />
<path
id="path23793"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23795"
- inkscape:connector-curvature="0" />
+ id="path23795" />
<path
id="path23797"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23799"
- inkscape:connector-curvature="0" />
+ id="path23799" />
<path
id="path23801"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23803"
- inkscape:connector-curvature="0" />
+ id="path23803" />
<path
id="path23805"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23807"
- inkscape:connector-curvature="0" />
+ id="path23807" />
<path
id="path23809"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23811"
- inkscape:connector-curvature="0" />
+ id="path23811" />
<path
id="path23813"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23815"
- inkscape:connector-curvature="0" />
+ id="path23815" />
<path
id="path23817"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path10990"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -50592,128 +22842,103 @@
<path
id="path23825"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23827"
- inkscape:connector-curvature="0" />
+ id="path23827" />
<path
id="path23829"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23831"
- inkscape:connector-curvature="0" />
+ id="path23831" />
<path
id="path23833"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23835"
- inkscape:connector-curvature="0" />
+ id="path23835" />
<path
id="path23837"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23839"
- inkscape:connector-curvature="0" />
+ id="path23839" />
<path
id="path23841"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23843"
- inkscape:connector-curvature="0" />
+ id="path23843" />
<path
id="path23845"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23847"
- inkscape:connector-curvature="0" />
+ id="path23847" />
<path
id="path23849"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23851"
- inkscape:connector-curvature="0" />
+ id="path23851" />
<path
id="path23853"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23855"
- inkscape:connector-curvature="0" />
+ id="path23855" />
<path
id="path23857"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23859"
- inkscape:connector-curvature="0" />
+ id="path23859" />
<path
id="path23861"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23863"
- inkscape:connector-curvature="0" />
+ id="path23863" />
<path
id="path23865"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23867"
- inkscape:connector-curvature="0" />
+ id="path23867" />
<path
id="path23869"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23871"
- inkscape:connector-curvature="0" />
+ id="path23871" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path10992"
- inkscape:connector-curvature="0" />
+ id="path10992" />
</g>
</g>
<g
@@ -50733,128 +22958,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23879"
- inkscape:connector-curvature="0" />
+ id="path23879" />
<path
id="path23881"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23883"
- inkscape:connector-curvature="0" />
+ id="path23883" />
<path
id="path23885"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23887"
- inkscape:connector-curvature="0" />
+ id="path23887" />
<path
id="path23889"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23891"
- inkscape:connector-curvature="0" />
+ id="path23891" />
<path
id="path23893"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23895"
- inkscape:connector-curvature="0" />
+ id="path23895" />
<path
id="path23897"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23899"
- inkscape:connector-curvature="0" />
+ id="path23899" />
<path
id="path23901"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23903"
- inkscape:connector-curvature="0" />
+ id="path23903" />
<path
id="path23905"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23907"
- inkscape:connector-curvature="0" />
+ id="path23907" />
<path
id="path23909"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23911"
- inkscape:connector-curvature="0" />
+ id="path23911" />
<path
id="path23913"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23915"
- inkscape:connector-curvature="0" />
+ id="path23915" />
<path
id="path23917"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23919"
- inkscape:connector-curvature="0" />
+ id="path23919" />
<path
id="path23921"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23923"
- inkscape:connector-curvature="0" />
+ id="path23923" />
<path
id="path23925"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path10994"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -50874,128 +23074,103 @@
<path
id="path23933"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23935"
- inkscape:connector-curvature="0" />
+ id="path23935" />
<path
id="path23937"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23939"
- inkscape:connector-curvature="0" />
+ id="path23939" />
<path
id="path23941"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23943"
- inkscape:connector-curvature="0" />
+ id="path23943" />
<path
id="path23945"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23947"
- inkscape:connector-curvature="0" />
+ id="path23947" />
<path
id="path23949"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23951"
- inkscape:connector-curvature="0" />
+ id="path23951" />
<path
id="path23953"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23955"
- inkscape:connector-curvature="0" />
+ id="path23955" />
<path
id="path23957"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23959"
- inkscape:connector-curvature="0" />
+ id="path23959" />
<path
id="path23961"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23963"
- inkscape:connector-curvature="0" />
+ id="path23963" />
<path
id="path23965"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23967"
- inkscape:connector-curvature="0" />
+ id="path23967" />
<path
id="path23969"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23971"
- inkscape:connector-curvature="0" />
+ id="path23971" />
<path
id="path23973"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23975"
- inkscape:connector-curvature="0" />
+ id="path23975" />
<path
id="path23977"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23979"
- inkscape:connector-curvature="0" />
+ id="path23979" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path10996"
- inkscape:connector-curvature="0" />
+ id="path10996" />
</g>
</g>
<g
@@ -51015,128 +23190,103 @@
<path
id="path23987"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23989"
- inkscape:connector-curvature="0" />
+ id="path23989" />
<path
id="path23991"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23993"
- inkscape:connector-curvature="0" />
+ id="path23993" />
<path
id="path23995"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path23997"
- inkscape:connector-curvature="0" />
+ id="path23997" />
<path
id="path23999"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24001"
- inkscape:connector-curvature="0" />
+ id="path24001" />
<path
id="path24003"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24005"
- inkscape:connector-curvature="0" />
+ id="path24005" />
<path
id="path24007"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24009"
- inkscape:connector-curvature="0" />
+ id="path24009" />
<path
id="path24011"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24013"
- inkscape:connector-curvature="0" />
+ id="path24013" />
<path
id="path24015"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24017"
- inkscape:connector-curvature="0" />
+ id="path24017" />
<path
id="path24019"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24021"
- inkscape:connector-curvature="0" />
+ id="path24021" />
<path
id="path24023"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24025"
- inkscape:connector-curvature="0" />
+ id="path24025" />
<path
id="path24027"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24029"
- inkscape:connector-curvature="0" />
+ id="path24029" />
<path
id="path24031"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24033"
- inkscape:connector-curvature="0" />
+ id="path24033" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path10998"
- inkscape:connector-curvature="0" />
+ id="path10998" />
</g>
</g>
<g
@@ -51156,128 +23306,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24041"
- inkscape:connector-curvature="0" />
+ id="path24041" />
<path
id="path24043"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24045"
- inkscape:connector-curvature="0" />
+ id="path24045" />
<path
id="path24047"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24049"
- inkscape:connector-curvature="0" />
+ id="path24049" />
<path
id="path24051"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24053"
- inkscape:connector-curvature="0" />
+ id="path24053" />
<path
id="path24055"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24057"
- inkscape:connector-curvature="0" />
+ id="path24057" />
<path
id="path24059"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24061"
- inkscape:connector-curvature="0" />
+ id="path24061" />
<path
id="path24063"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24065"
- inkscape:connector-curvature="0" />
+ id="path24065" />
<path
id="path24067"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24069"
- inkscape:connector-curvature="0" />
+ id="path24069" />
<path
id="path24071"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24073"
- inkscape:connector-curvature="0" />
+ id="path24073" />
<path
id="path24075"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24077"
- inkscape:connector-curvature="0" />
+ id="path24077" />
<path
id="path24079"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24081"
- inkscape:connector-curvature="0" />
+ id="path24081" />
<path
id="path24083"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24085"
- inkscape:connector-curvature="0" />
+ id="path24085" />
<path
id="path24087"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11000"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -51297,128 +23422,103 @@
<path
id="path24095"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24097"
- inkscape:connector-curvature="0" />
+ id="path24097" />
<path
id="path24099"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24101"
- inkscape:connector-curvature="0" />
+ id="path24101" />
<path
id="path24103"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24105"
- inkscape:connector-curvature="0" />
+ id="path24105" />
<path
id="path24107"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24109"
- inkscape:connector-curvature="0" />
+ id="path24109" />
<path
id="path24111"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24113"
- inkscape:connector-curvature="0" />
+ id="path24113" />
<path
id="path24115"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24117"
- inkscape:connector-curvature="0" />
+ id="path24117" />
<path
id="path24119"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24121"
- inkscape:connector-curvature="0" />
+ id="path24121" />
<path
id="path24123"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24125"
- inkscape:connector-curvature="0" />
+ id="path24125" />
<path
id="path24127"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24129"
- inkscape:connector-curvature="0" />
+ id="path24129" />
<path
id="path24131"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24133"
- inkscape:connector-curvature="0" />
+ id="path24133" />
<path
id="path24135"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24137"
- inkscape:connector-curvature="0" />
+ id="path24137" />
<path
id="path24139"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24141"
- inkscape:connector-curvature="0" />
+ id="path24141" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11002"
- inkscape:connector-curvature="0" />
+ id="path11002" />
</g>
</g>
<g
@@ -51438,128 +23538,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24149"
- inkscape:connector-curvature="0" />
+ id="path24149" />
<path
id="path24151"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24153"
- inkscape:connector-curvature="0" />
+ id="path24153" />
<path
id="path24155"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24157"
- inkscape:connector-curvature="0" />
+ id="path24157" />
<path
id="path24159"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24161"
- inkscape:connector-curvature="0" />
+ id="path24161" />
<path
id="path24163"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24165"
- inkscape:connector-curvature="0" />
+ id="path24165" />
<path
id="path24167"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24169"
- inkscape:connector-curvature="0" />
+ id="path24169" />
<path
id="path24171"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24173"
- inkscape:connector-curvature="0" />
+ id="path24173" />
<path
id="path24175"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24177"
- inkscape:connector-curvature="0" />
+ id="path24177" />
<path
id="path24179"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24181"
- inkscape:connector-curvature="0" />
+ id="path24181" />
<path
id="path24183"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24185"
- inkscape:connector-curvature="0" />
+ id="path24185" />
<path
id="path24187"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24189"
- inkscape:connector-curvature="0" />
+ id="path24189" />
<path
id="path24191"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24193"
- inkscape:connector-curvature="0" />
+ id="path24193" />
<path
id="path24195"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11004"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -51579,128 +23654,103 @@
<path
id="path24203"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24205"
- inkscape:connector-curvature="0" />
+ id="path24205" />
<path
id="path24207"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24209"
- inkscape:connector-curvature="0" />
+ id="path24209" />
<path
id="path24211"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24213"
- inkscape:connector-curvature="0" />
+ id="path24213" />
<path
id="path24215"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24217"
- inkscape:connector-curvature="0" />
+ id="path24217" />
<path
id="path24219"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24221"
- inkscape:connector-curvature="0" />
+ id="path24221" />
<path
id="path24223"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24225"
- inkscape:connector-curvature="0" />
+ id="path24225" />
<path
id="path24227"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24229"
- inkscape:connector-curvature="0" />
+ id="path24229" />
<path
id="path24231"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24233"
- inkscape:connector-curvature="0" />
+ id="path24233" />
<path
id="path24235"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24237"
- inkscape:connector-curvature="0" />
+ id="path24237" />
<path
id="path24239"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24241"
- inkscape:connector-curvature="0" />
+ id="path24241" />
<path
id="path24243"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24245"
- inkscape:connector-curvature="0" />
+ id="path24245" />
<path
id="path24247"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24249"
- inkscape:connector-curvature="0" />
+ id="path24249" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11006"
- inkscape:connector-curvature="0" />
+ id="path11006" />
</g>
</g>
<g
@@ -51720,128 +23770,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24257"
- inkscape:connector-curvature="0" />
+ id="path24257" />
<path
id="path24259"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24261"
- inkscape:connector-curvature="0" />
+ id="path24261" />
<path
id="path24263"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24265"
- inkscape:connector-curvature="0" />
+ id="path24265" />
<path
id="path24267"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24269"
- inkscape:connector-curvature="0" />
+ id="path24269" />
<path
id="path24271"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24273"
- inkscape:connector-curvature="0" />
+ id="path24273" />
<path
id="path24275"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24277"
- inkscape:connector-curvature="0" />
+ id="path24277" />
<path
id="path24279"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24281"
- inkscape:connector-curvature="0" />
+ id="path24281" />
<path
id="path24283"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24285"
- inkscape:connector-curvature="0" />
+ id="path24285" />
<path
id="path24287"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24289"
- inkscape:connector-curvature="0" />
+ id="path24289" />
<path
id="path24291"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24293"
- inkscape:connector-curvature="0" />
+ id="path24293" />
<path
id="path24295"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24297"
- inkscape:connector-curvature="0" />
+ id="path24297" />
<path
id="path24299"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24301"
- inkscape:connector-curvature="0" />
+ id="path24301" />
<path
id="path24303"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11008"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -51861,128 +23886,103 @@
<path
id="path24311"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24313"
- inkscape:connector-curvature="0" />
+ id="path24313" />
<path
id="path24315"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24317"
- inkscape:connector-curvature="0" />
+ id="path24317" />
<path
id="path24319"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24321"
- inkscape:connector-curvature="0" />
+ id="path24321" />
<path
id="path24323"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24325"
- inkscape:connector-curvature="0" />
+ id="path24325" />
<path
id="path24327"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24329"
- inkscape:connector-curvature="0" />
+ id="path24329" />
<path
id="path24331"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24333"
- inkscape:connector-curvature="0" />
+ id="path24333" />
<path
id="path24335"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24337"
- inkscape:connector-curvature="0" />
+ id="path24337" />
<path
id="path24339"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24341"
- inkscape:connector-curvature="0" />
+ id="path24341" />
<path
id="path24343"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24345"
- inkscape:connector-curvature="0" />
+ id="path24345" />
<path
id="path24347"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24349"
- inkscape:connector-curvature="0" />
+ id="path24349" />
<path
id="path24351"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24353"
- inkscape:connector-curvature="0" />
+ id="path24353" />
<path
id="path24355"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24357"
- inkscape:connector-curvature="0" />
+ id="path24357" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11010"
- inkscape:connector-curvature="0" />
+ id="path11010" />
</g>
</g>
<g
@@ -52002,128 +24002,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24365"
- inkscape:connector-curvature="0" />
+ id="path24365" />
<path
id="path24367"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24369"
- inkscape:connector-curvature="0" />
+ id="path24369" />
<path
id="path24371"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24373"
- inkscape:connector-curvature="0" />
+ id="path24373" />
<path
id="path24375"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24377"
- inkscape:connector-curvature="0" />
+ id="path24377" />
<path
id="path24379"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24381"
- inkscape:connector-curvature="0" />
+ id="path24381" />
<path
id="path24383"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24385"
- inkscape:connector-curvature="0" />
+ id="path24385" />
<path
id="path24387"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24389"
- inkscape:connector-curvature="0" />
+ id="path24389" />
<path
id="path24391"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24393"
- inkscape:connector-curvature="0" />
+ id="path24393" />
<path
id="path24395"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24397"
- inkscape:connector-curvature="0" />
+ id="path24397" />
<path
id="path24399"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24401"
- inkscape:connector-curvature="0" />
+ id="path24401" />
<path
id="path24403"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24405"
- inkscape:connector-curvature="0" />
+ id="path24405" />
<path
id="path24407"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24409"
- inkscape:connector-curvature="0" />
+ id="path24409" />
<path
id="path24411"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11012"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -52143,128 +24118,103 @@
<path
id="path24419"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24421"
- inkscape:connector-curvature="0" />
+ id="path24421" />
<path
id="path24423"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24425"
- inkscape:connector-curvature="0" />
+ id="path24425" />
<path
id="path24427"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24429"
- inkscape:connector-curvature="0" />
+ id="path24429" />
<path
id="path24431"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24433"
- inkscape:connector-curvature="0" />
+ id="path24433" />
<path
id="path24435"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24437"
- inkscape:connector-curvature="0" />
+ id="path24437" />
<path
id="path24439"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24441"
- inkscape:connector-curvature="0" />
+ id="path24441" />
<path
id="path24443"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24445"
- inkscape:connector-curvature="0" />
+ id="path24445" />
<path
id="path24447"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24449"
- inkscape:connector-curvature="0" />
+ id="path24449" />
<path
id="path24451"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24453"
- inkscape:connector-curvature="0" />
+ id="path24453" />
<path
id="path24455"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24457"
- inkscape:connector-curvature="0" />
+ id="path24457" />
<path
id="path24459"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24461"
- inkscape:connector-curvature="0" />
+ id="path24461" />
<path
id="path24463"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24465"
- inkscape:connector-curvature="0" />
+ id="path24465" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11014"
- inkscape:connector-curvature="0" />
+ id="path11014" />
</g>
</g>
<g
@@ -52284,128 +24234,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24473"
- inkscape:connector-curvature="0" />
+ id="path24473" />
<path
id="path24475"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24477"
- inkscape:connector-curvature="0" />
+ id="path24477" />
<path
id="path24479"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24481"
- inkscape:connector-curvature="0" />
+ id="path24481" />
<path
id="path24483"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24485"
- inkscape:connector-curvature="0" />
+ id="path24485" />
<path
id="path24487"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24489"
- inkscape:connector-curvature="0" />
+ id="path24489" />
<path
id="path24491"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24493"
- inkscape:connector-curvature="0" />
+ id="path24493" />
<path
id="path24495"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24497"
- inkscape:connector-curvature="0" />
+ id="path24497" />
<path
id="path24499"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24501"
- inkscape:connector-curvature="0" />
+ id="path24501" />
<path
id="path24503"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24505"
- inkscape:connector-curvature="0" />
+ id="path24505" />
<path
id="path24507"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24509"
- inkscape:connector-curvature="0" />
+ id="path24509" />
<path
id="path24511"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24513"
- inkscape:connector-curvature="0" />
+ id="path24513" />
<path
id="path24515"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24517"
- inkscape:connector-curvature="0" />
+ id="path24517" />
<path
id="path24519"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11016"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -52425,128 +24350,103 @@
<path
id="path24527"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24529"
- inkscape:connector-curvature="0" />
+ id="path24529" />
<path
id="path24531"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24533"
- inkscape:connector-curvature="0" />
+ id="path24533" />
<path
id="path24535"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24537"
- inkscape:connector-curvature="0" />
+ id="path24537" />
<path
id="path24539"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24541"
- inkscape:connector-curvature="0" />
+ id="path24541" />
<path
id="path24543"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24545"
- inkscape:connector-curvature="0" />
+ id="path24545" />
<path
id="path24547"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24549"
- inkscape:connector-curvature="0" />
+ id="path24549" />
<path
id="path24551"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24553"
- inkscape:connector-curvature="0" />
+ id="path24553" />
<path
id="path24555"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24557"
- inkscape:connector-curvature="0" />
+ id="path24557" />
<path
id="path24559"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24561"
- inkscape:connector-curvature="0" />
+ id="path24561" />
<path
id="path24563"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24565"
- inkscape:connector-curvature="0" />
+ id="path24565" />
<path
id="path24567"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24569"
- inkscape:connector-curvature="0" />
+ id="path24569" />
<path
id="path24571"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24573"
- inkscape:connector-curvature="0" />
+ id="path24573" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11018"
- inkscape:connector-curvature="0" />
+ id="path11018" />
</g>
</g>
<g
@@ -52566,128 +24466,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24581"
- inkscape:connector-curvature="0" />
+ id="path24581" />
<path
id="path24583"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24585"
- inkscape:connector-curvature="0" />
+ id="path24585" />
<path
id="path24587"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24589"
- inkscape:connector-curvature="0" />
+ id="path24589" />
<path
id="path24591"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24593"
- inkscape:connector-curvature="0" />
+ id="path24593" />
<path
id="path24595"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24597"
- inkscape:connector-curvature="0" />
+ id="path24597" />
<path
id="path24599"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24601"
- inkscape:connector-curvature="0" />
+ id="path24601" />
<path
id="path24603"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24605"
- inkscape:connector-curvature="0" />
+ id="path24605" />
<path
id="path24607"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24609"
- inkscape:connector-curvature="0" />
+ id="path24609" />
<path
id="path24611"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24613"
- inkscape:connector-curvature="0" />
+ id="path24613" />
<path
id="path24615"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24617"
- inkscape:connector-curvature="0" />
+ id="path24617" />
<path
id="path24619"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24621"
- inkscape:connector-curvature="0" />
+ id="path24621" />
<path
id="path24623"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24625"
- inkscape:connector-curvature="0" />
+ id="path24625" />
<path
id="path24627"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11020"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -52707,128 +24582,103 @@
<path
id="path24636"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24638"
- inkscape:connector-curvature="0" />
+ id="path24638" />
<path
id="path24640"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24642"
- inkscape:connector-curvature="0" />
+ id="path24642" />
<path
id="path24644"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24646"
- inkscape:connector-curvature="0" />
+ id="path24646" />
<path
id="path24648"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24650"
- inkscape:connector-curvature="0" />
+ id="path24650" />
<path
id="path24652"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24654"
- inkscape:connector-curvature="0" />
+ id="path24654" />
<path
id="path24656"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24658"
- inkscape:connector-curvature="0" />
+ id="path24658" />
<path
id="path24660"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24662"
- inkscape:connector-curvature="0" />
+ id="path24662" />
<path
id="path24664"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24666"
- inkscape:connector-curvature="0" />
+ id="path24666" />
<path
id="path24668"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24670"
- inkscape:connector-curvature="0" />
+ id="path24670" />
<path
id="path24672"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24674"
- inkscape:connector-curvature="0" />
+ id="path24674" />
<path
id="path24676"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24678"
- inkscape:connector-curvature="0" />
+ id="path24678" />
<path
id="path24680"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24682"
- inkscape:connector-curvature="0" />
+ id="path24682" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11022"
- inkscape:connector-curvature="0" />
+ id="path11022" />
</g>
</g>
<g
@@ -52848,128 +24698,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24690"
- inkscape:connector-curvature="0" />
+ id="path24690" />
<path
id="path24692"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24694"
- inkscape:connector-curvature="0" />
+ id="path24694" />
<path
id="path24696"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24698"
- inkscape:connector-curvature="0" />
+ id="path24698" />
<path
id="path24700"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24702"
- inkscape:connector-curvature="0" />
+ id="path24702" />
<path
id="path24704"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24706"
- inkscape:connector-curvature="0" />
+ id="path24706" />
<path
id="path24708"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24710"
- inkscape:connector-curvature="0" />
+ id="path24710" />
<path
id="path24712"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24714"
- inkscape:connector-curvature="0" />
+ id="path24714" />
<path
id="path24716"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24718"
- inkscape:connector-curvature="0" />
+ id="path24718" />
<path
id="path24720"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24722"
- inkscape:connector-curvature="0" />
+ id="path24722" />
<path
id="path24724"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24726"
- inkscape:connector-curvature="0" />
+ id="path24726" />
<path
id="path24728"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24730"
- inkscape:connector-curvature="0" />
+ id="path24730" />
<path
id="path24732"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24734"
- inkscape:connector-curvature="0" />
+ id="path24734" />
<path
id="path24736"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11024"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -52989,128 +24814,103 @@
<path
id="path24744"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24746"
- inkscape:connector-curvature="0" />
+ id="path24746" />
<path
id="path24748"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24750"
- inkscape:connector-curvature="0" />
+ id="path24750" />
<path
id="path24752"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24754"
- inkscape:connector-curvature="0" />
+ id="path24754" />
<path
id="path24756"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24758"
- inkscape:connector-curvature="0" />
+ id="path24758" />
<path
id="path24760"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24762"
- inkscape:connector-curvature="0" />
+ id="path24762" />
<path
id="path24764"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24766"
- inkscape:connector-curvature="0" />
+ id="path24766" />
<path
id="path24768"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24770"
- inkscape:connector-curvature="0" />
+ id="path24770" />
<path
id="path24772"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24774"
- inkscape:connector-curvature="0" />
+ id="path24774" />
<path
id="path24776"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24778"
- inkscape:connector-curvature="0" />
+ id="path24778" />
<path
id="path24780"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24782"
- inkscape:connector-curvature="0" />
+ id="path24782" />
<path
id="path24784"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24786"
- inkscape:connector-curvature="0" />
+ id="path24786" />
<path
id="path24788"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24790"
- inkscape:connector-curvature="0" />
+ id="path24790" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11026"
- inkscape:connector-curvature="0" />
+ id="path11026" />
</g>
</g>
<g
@@ -53130,128 +24930,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24798"
- inkscape:connector-curvature="0" />
+ id="path24798" />
<path
id="path24800"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24802"
- inkscape:connector-curvature="0" />
+ id="path24802" />
<path
id="path24804"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24806"
- inkscape:connector-curvature="0" />
+ id="path24806" />
<path
id="path24808"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24810"
- inkscape:connector-curvature="0" />
+ id="path24810" />
<path
id="path24812"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24814"
- inkscape:connector-curvature="0" />
+ id="path24814" />
<path
id="path24816"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24818"
- inkscape:connector-curvature="0" />
+ id="path24818" />
<path
id="path24820"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24822"
- inkscape:connector-curvature="0" />
+ id="path24822" />
<path
id="path24824"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24826"
- inkscape:connector-curvature="0" />
+ id="path24826" />
<path
id="path24828"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24830"
- inkscape:connector-curvature="0" />
+ id="path24830" />
<path
id="path24832"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24834"
- inkscape:connector-curvature="0" />
+ id="path24834" />
<path
id="path24836"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24838"
- inkscape:connector-curvature="0" />
+ id="path24838" />
<path
id="path24840"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24842"
- inkscape:connector-curvature="0" />
+ id="path24842" />
<path
id="path24844"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11028"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -53271,128 +25046,103 @@
<path
id="path24852"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24854"
- inkscape:connector-curvature="0" />
+ id="path24854" />
<path
id="path24856"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24858"
- inkscape:connector-curvature="0" />
+ id="path24858" />
<path
id="path24860"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24862"
- inkscape:connector-curvature="0" />
+ id="path24862" />
<path
id="path24864"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24866"
- inkscape:connector-curvature="0" />
+ id="path24866" />
<path
id="path24868"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24870"
- inkscape:connector-curvature="0" />
+ id="path24870" />
<path
id="path24872"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24874"
- inkscape:connector-curvature="0" />
+ id="path24874" />
<path
id="path24876"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24878"
- inkscape:connector-curvature="0" />
+ id="path24878" />
<path
id="path24880"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24882"
- inkscape:connector-curvature="0" />
+ id="path24882" />
<path
id="path24884"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24886"
- inkscape:connector-curvature="0" />
+ id="path24886" />
<path
id="path24888"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24890"
- inkscape:connector-curvature="0" />
+ id="path24890" />
<path
id="path24892"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24894"
- inkscape:connector-curvature="0" />
+ id="path24894" />
<path
id="path24896"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24898"
- inkscape:connector-curvature="0" />
+ id="path24898" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path11030"
- inkscape:connector-curvature="0" />
+ id="path11030" />
</g>
</g>
<g
@@ -53411,128 +25161,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24906"
- inkscape:connector-curvature="0" />
+ id="path24906" />
<path
id="path24908"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24910"
- inkscape:connector-curvature="0" />
+ id="path24910" />
<path
id="path24912"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24914"
- inkscape:connector-curvature="0" />
+ id="path24914" />
<path
id="path24916"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24918"
- inkscape:connector-curvature="0" />
+ id="path24918" />
<path
id="path24920"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24922"
- inkscape:connector-curvature="0" />
+ id="path24922" />
<path
id="path24924"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24926"
- inkscape:connector-curvature="0" />
+ id="path24926" />
<path
id="path24928"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24930"
- inkscape:connector-curvature="0" />
+ id="path24930" />
<path
id="path24932"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24934"
- inkscape:connector-curvature="0" />
+ id="path24934" />
<path
id="path24936"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24938"
- inkscape:connector-curvature="0" />
+ id="path24938" />
<path
id="path24940"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24942"
- inkscape:connector-curvature="0" />
+ id="path24942" />
<path
id="path24944"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24946"
- inkscape:connector-curvature="0" />
+ id="path24946" />
<path
id="path24948"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path24950"
- inkscape:connector-curvature="0" />
+ id="path24950" />
<path
id="path24952"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path11032"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -53552,128 +25277,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39840"
- inkscape:connector-curvature="0" />
+ id="path39840" />
<path
id="path39842"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39844"
- inkscape:connector-curvature="0" />
+ id="path39844" />
<path
id="path39846"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39848"
- inkscape:connector-curvature="0" />
+ id="path39848" />
<path
id="path39850"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39852"
- inkscape:connector-curvature="0" />
+ id="path39852" />
<path
id="path39854"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39856"
- inkscape:connector-curvature="0" />
+ id="path39856" />
<path
id="path39858"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39860"
- inkscape:connector-curvature="0" />
+ id="path39860" />
<path
id="path39862"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39864"
- inkscape:connector-curvature="0" />
+ id="path39864" />
<path
id="path39866"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39868"
- inkscape:connector-curvature="0" />
+ id="path39868" />
<path
id="path39870"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39872"
- inkscape:connector-curvature="0" />
+ id="path39872" />
<path
id="path39874"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39876"
- inkscape:connector-curvature="0" />
+ id="path39876" />
<path
id="path39878"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39880"
- inkscape:connector-curvature="0" />
+ id="path39880" />
<path
id="path39882"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39884"
- inkscape:connector-curvature="0" />
+ id="path39884" />
<path
id="path39888"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path39890"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -53693,128 +25393,103 @@
<path
id="path39898"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39900"
- inkscape:connector-curvature="0" />
+ id="path39900" />
<path
id="path39902"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39904"
- inkscape:connector-curvature="0" />
+ id="path39904" />
<path
id="path39907"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39909"
- inkscape:connector-curvature="0" />
+ id="path39909" />
<path
id="path39911"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39913"
- inkscape:connector-curvature="0" />
+ id="path39913" />
<path
id="path39915"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39917"
- inkscape:connector-curvature="0" />
+ id="path39917" />
<path
id="path39919"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39921"
- inkscape:connector-curvature="0" />
+ id="path39921" />
<path
id="path39923"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39925"
- inkscape:connector-curvature="0" />
+ id="path39925" />
<path
id="path39927"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39929"
- inkscape:connector-curvature="0" />
+ id="path39929" />
<path
id="path39931"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39933"
- inkscape:connector-curvature="0" />
+ id="path39933" />
<path
id="path39935"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39937"
- inkscape:connector-curvature="0" />
+ id="path39937" />
<path
id="path39939"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39941"
- inkscape:connector-curvature="0" />
+ id="path39941" />
<path
id="path39943"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39945"
- inkscape:connector-curvature="0" />
+ id="path39945" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39947"
- inkscape:connector-curvature="0" />
+ id="path39947" />
</g>
</g>
<g
@@ -53834,128 +25509,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39955"
- inkscape:connector-curvature="0" />
+ id="path39955" />
<path
id="path39957"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39959"
- inkscape:connector-curvature="0" />
+ id="path39959" />
<path
id="path39961"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39963"
- inkscape:connector-curvature="0" />
+ id="path39963" />
<path
id="path39965"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39967"
- inkscape:connector-curvature="0" />
+ id="path39967" />
<path
id="path39969"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39971"
- inkscape:connector-curvature="0" />
+ id="path39971" />
<path
id="path39973"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39975"
- inkscape:connector-curvature="0" />
+ id="path39975" />
<path
id="path39977"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39979"
- inkscape:connector-curvature="0" />
+ id="path39979" />
<path
id="path39981"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39983"
- inkscape:connector-curvature="0" />
+ id="path39983" />
<path
id="path39985"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39987"
- inkscape:connector-curvature="0" />
+ id="path39987" />
<path
id="path39989"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39991"
- inkscape:connector-curvature="0" />
+ id="path39991" />
<path
id="path39993"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39995"
- inkscape:connector-curvature="0" />
+ id="path39995" />
<path
id="path39997"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path39999"
- inkscape:connector-curvature="0" />
+ id="path39999" />
<path
id="path40001"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path40003"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -53975,128 +25625,103 @@
<path
id="path40011"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40013"
- inkscape:connector-curvature="0" />
+ id="path40013" />
<path
id="path40015"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40017"
- inkscape:connector-curvature="0" />
+ id="path40017" />
<path
id="path40019"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40021"
- inkscape:connector-curvature="0" />
+ id="path40021" />
<path
id="path40023"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40025"
- inkscape:connector-curvature="0" />
+ id="path40025" />
<path
id="path40027"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40029"
- inkscape:connector-curvature="0" />
+ id="path40029" />
<path
id="path40031"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40033"
- inkscape:connector-curvature="0" />
+ id="path40033" />
<path
id="path40035"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40038"
- inkscape:connector-curvature="0" />
+ id="path40038" />
<path
id="path40040"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40042"
- inkscape:connector-curvature="0" />
+ id="path40042" />
<path
id="path40044"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40046"
- inkscape:connector-curvature="0" />
+ id="path40046" />
<path
id="path40048"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40050"
- inkscape:connector-curvature="0" />
+ id="path40050" />
<path
id="path40052"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40054"
- inkscape:connector-curvature="0" />
+ id="path40054" />
<path
id="path40056"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40058"
- inkscape:connector-curvature="0" />
+ id="path40058" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40060"
- inkscape:connector-curvature="0" />
+ id="path40060" />
</g>
</g>
<g
@@ -54116,128 +25741,103 @@
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40068"
- inkscape:connector-curvature="0" />
+ id="path40068" />
<path
id="path40070"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40072"
- inkscape:connector-curvature="0" />
+ id="path40072" />
<path
id="path40074"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40076"
- inkscape:connector-curvature="0" />
+ id="path40076" />
<path
id="path40078"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40080"
- inkscape:connector-curvature="0" />
+ id="path40080" />
<path
id="path40082"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40084"
- inkscape:connector-curvature="0" />
+ id="path40084" />
<path
id="path40086"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40088"
- inkscape:connector-curvature="0" />
+ id="path40088" />
<path
id="path40090"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40092"
- inkscape:connector-curvature="0" />
+ id="path40092" />
<path
id="path40094"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40096"
- inkscape:connector-curvature="0" />
+ id="path40096" />
<path
id="path40098"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40100"
- inkscape:connector-curvature="0" />
+ id="path40100" />
<path
id="path40102"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40104"
- inkscape:connector-curvature="0" />
+ id="path40104" />
<path
id="path40106"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40108"
- inkscape:connector-curvature="0" />
+ id="path40108" />
<path
id="path40110"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40112"
- inkscape:connector-curvature="0" />
+ id="path40112" />
<path
id="path40114"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
id="path40116"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
@@ -54257,128 +25857,103 @@
<path
id="path40124"
d="m 506,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 485,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40126"
- inkscape:connector-curvature="0" />
+ id="path40126" />
<path
id="path40128"
d="m 464,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 443,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40130"
- inkscape:connector-curvature="0" />
+ id="path40130" />
<path
id="path40132"
d="m 422,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 401,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40134"
- inkscape:connector-curvature="0" />
+ id="path40134" />
<path
id="path40136"
d="m 380,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 359,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40138"
- inkscape:connector-curvature="0" />
+ id="path40138" />
<path
id="path40140"
d="m 338,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 317,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40142"
- inkscape:connector-curvature="0" />
+ id="path40142" />
<path
id="path40144"
d="m 296,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 275,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40146"
- inkscape:connector-curvature="0" />
+ id="path40146" />
<path
id="path40148"
d="m 254,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 233,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40150"
- inkscape:connector-curvature="0" />
+ id="path40150" />
<path
id="path40152"
d="m 212,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 191,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40154"
- inkscape:connector-curvature="0" />
+ id="path40154" />
<path
id="path40156"
d="m 170,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 149,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40158"
- inkscape:connector-curvature="0" />
+ id="path40158" />
<path
id="path40160"
d="m 128,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 107,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40162"
- inkscape:connector-curvature="0" />
+ id="path40162" />
<path
id="path40164"
d="m 86,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 65,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40166"
- inkscape:connector-curvature="0" />
+ id="path40166" />
<path
id="path40168"
d="m 44,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 23,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40170"
- inkscape:connector-curvature="0" />
+ id="path40170" />
<path
style="opacity:0.9;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 527,20 0,6 -6,0 0,1 6,0 0,6 1,0 0,-6 6,0 0,-1 -6,0 0,-6 -1,0 z"
- id="path40172"
- inkscape:connector-curvature="0" />
+ id="path40172" />
</g>
</g>
</g>
@@ -54833,44 +26408,54 @@
</g>
<g
inkscape:groupmode="layer"
- id="layer7"
+ id="layer4"
inkscape:label="sheet layout"
style="display:inline"
sodipodi:insensitive="true">
+ <path
+ inkscape:connector-curvature="0"
+ id="path19551-18-8"
+ d="m 585,613.25 1,0 0,0.5 1,0 0,-0.5 1,0 0,0.75 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,0.75 -1,0 0,-0.5 -1,0 0,0.5 -1,0 0,1.5 z m 1,-0.25 0,-1 1,0 0,1 -1,0 z m 2,0 0,-1 1,0 0,1 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19551-18-1"
+ d="m 907.75,209 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21,0)"
- id="g28552">
+ id="g28552-1">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 536,14 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28554"
+ id="path28554-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 539,14 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28556"
+ id="path28556-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 544,14 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -2,-1 0,-3 -1,0 0,3 1,0 z"
- id="path28558"
+ id="path28558-0"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 553,14 0,1.75 -1,0 0,1.25 -1,0 0,2 1,0 0,-1.75 1,0 0,-1.25 1,0 0,-2 -1,0 z"
- id="path28560"
+ id="path28560-9"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28562"
+ id="rect28562-4"
width="1"
height="1"
x="548"
y="18" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28564"
+ id="rect28564-8"
width="1"
height="5"
x="557"
@@ -54878,36 +26463,36 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 559,14 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
- id="path28566"
+ id="path28566-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 565.75,14 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path28568"
+ id="path28568-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 570,14 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
- id="path28570"
+ id="path28570-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 573,14 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28572"
+ id="path28572-5"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21.98523,3)"
- id="g28574">
+ id="g28574-5">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 534,74 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28576"
+ id="path28576-1"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28578"
+ id="rect28578-7"
width="1"
height="5"
x="538"
@@ -54915,66 +26500,66 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 540,74 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
- id="path28580"
+ id="path28580-1"
inkscape:connector-curvature="0" />
<path
- id="path28582"
+ id="path28582-1"
d="m 544,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path28584"
+ id="path28584-5"
d="m 551,74 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path28586"
+ id="path28586-2"
d="m 554,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 558,74 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
- id="path28588"
+ id="path28588-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28590"
+ id="path28590-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 567,74 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
- id="path28592"
+ id="path28592-1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 570,74 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28594"
+ id="path28594-4"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21,0)"
- id="g28596">
+ id="g28596-2">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 535,119 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
- id="path28598"
+ id="path28598-3"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 539,119 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28600"
+ id="path28600-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 545,119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-3 -1,0 z"
- id="path28602"
+ id="path28602-2"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28604"
+ id="rect28604-1"
width="1"
height="5"
x="549"
@@ -54982,31 +26567,31 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 551,119 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28606"
+ id="path28606-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 555,119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-2 -1,0 0,2 -1,0 0,-3 -1,0 z"
- id="path28608"
+ id="path28608-8"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(16,1)"
- id="g28610">
+ id="g28610-5">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 540,160 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28612"
+ id="path28612-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 544,160 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28614"
+ id="path28614-6"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28616"
+ id="rect28616-1"
width="1"
height="5"
x="548"
@@ -55014,43 +26599,43 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 550,160 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28618"
+ id="path28618-8"
inkscape:connector-curvature="0" />
<rect
y="160"
x="554"
height="5"
width="1"
- id="rect28620"
+ id="rect28620-9"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 556,160 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
- id="path28622"
+ id="path28622-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,160 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -0.99999,0 0,1.25 -1.00001,0 0,-3 2,0 0,-1 -2,0 z"
- id="path28624"
+ id="path28624-7"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21,0)"
- id="g28626">
+ id="g28626-9">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 535.75,224 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path28628"
+ id="path28628-5"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 539,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
- id="path28630"
+ id="path28630-4"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28632"
+ id="rect28632-3"
width="1"
height="5"
x="544"
@@ -55058,58 +26643,58 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 546,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
- id="path28634"
+ id="path28634-1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 552.75,224 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path28636"
+ id="path28636-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 556,224 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28638"
+ id="path28638-3"
inkscape:connector-curvature="0" />
<rect
y="224"
x="560"
height="5"
width="1"
- id="rect28640"
+ id="rect28640-3"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 563,224 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path28642"
+ id="path28642-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 567,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
- id="path28644"
+ id="path28644-1"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21,-1)"
- id="g28646">
+ id="g28646-1">
<path
- id="path28648"
+ id="path28648-3"
d="m 535,267 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path28650"
+ id="path28650-8"
d="m 542,267 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 546,267 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28652"
+ id="path28652-7"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28654"
+ id="rect28654-4"
width="1"
height="5"
x="550"
@@ -55117,11 +26702,11 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 552,267 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28656"
+ id="path28656-2"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28658"
+ id="rect28658-7"
width="1"
height="5"
x="556"
@@ -55129,101 +26714,101 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 558,267 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28660"
+ id="path28660-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,267 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
- id="path28662"
+ id="path28662-9"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 567,267 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28664"
+ id="path28664-3"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(25,-1)"
- id="g28666">
+ id="g28666-1">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 532,36 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28668"
+ id="path28668-9"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 539.75,36 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path28670"
+ id="path28670-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 543,36 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28672"
+ id="path28672-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 547,36 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28674"
+ id="path28674-5"
inkscape:connector-curvature="0" />
<path
- id="path28676"
+ id="path28676-0"
d="m 555,36 0,1.75 -1,0 0,1.25 -1,0 0,2 1,0 0,-1.75 1,0 0,-1.25 1,0 0,-2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 558,36 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28678"
+ id="path28678-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,36 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28680"
+ id="path28680-8"
inkscape:connector-curvature="0" />
<path
- id="path28682"
+ id="path28682-6"
d="m 566,36 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path28684"
+ id="path28684-0"
d="m 570,36 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 535,36 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
- id="path28686"
+ id="path28686-2"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(19,125)"
- id="g28688">
+ id="g28688-4">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 538,299 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path28690"
+ id="path28690-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 542,299 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
- id="path28692"
+ id="path28692-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 547,299 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28694"
+ id="path28694-5"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 551,299 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
- id="path28696"
+ id="path28696-0"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28698"
+ id="rect28698-9"
width="1"
height="5"
x="555"
@@ -55231,91 +26816,91 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 557,299 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
- id="path28700"
+ id="path28700-0"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,299 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28702"
+ id="path28702-0"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 566,299 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
- id="path28704"
+ id="path28704-6"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(21,128)"
- id="g28706">
+ id="g28706-1">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 539.75,359 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path28708"
+ id="path28708-3"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 535,359 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28710"
+ id="path28710-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 543,359 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28712"
+ id="path28712-9"
inkscape:connector-curvature="0" />
<path
- id="path28714"
+ id="path28714-3"
d="m 547.75,359 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(22,125)"
- id="g28716">
+ id="g28716-4">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 545,393 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28718"
+ id="path28718-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 549,393 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28720"
+ id="path28720-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 534,393 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
- id="path28722"
+ id="path28722-0"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 541,393 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path28724"
+ id="path28724-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 554,393 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28726"
+ id="path28726-6"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(22.01477,127)"
- id="g28728">
+ id="g28728-1">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 538,412 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path28730"
+ id="path28730-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 534,412 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path28732"
+ id="path28732-4"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28734"
+ id="rect28734-9"
width="1"
height="5"
x="542"
@@ -55323,71 +26908,71 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 549,412 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path28736"
+ id="path28736-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 553,412 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
- id="path28738"
+ id="path28738-3"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 558,412 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28740"
+ id="path28740-7"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 544,412 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28742"
+ id="path28742-8"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(22.01477,127)"
- id="g28744">
+ id="g28744-8">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 534,434 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
- id="path28746"
+ id="path28746-2"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 556,434 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
- id="path28748"
+ id="path28748-9"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 552,434 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path28750"
+ id="path28750-1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 562,434 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path28752"
+ id="path28752-3"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 543,434 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path28754"
+ id="path28754-5"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 538,434 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
- id="path28756"
+ id="path28756-9"
inkscape:connector-curvature="0" />
<path
- id="path28758"
+ id="path28758-8"
d="m 547,434 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none"
+ style="opacity:0.3;stroke:#ffffff;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
transform="translate(19,127)"
- id="g28760">
+ id="g28760-4">
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28762"
+ id="rect28762-0"
width="1"
height="5"
x="542"
@@ -55395,29 +26980,30 @@
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 537,486 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
- id="path28764"
+ id="path28764-7"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10763"
+ style="display:inline;enable-background:new"
+ id="g10763-6"
transform="translate(21,0)">
<path
- id="path10757"
+ id="path10757-3"
d="m 536,14 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10759"
+ id="path10759-6"
d="m 539,14 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10761"
+ id="path10761-1"
d="m 544,14 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -2,-1 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10763"
+ id="path10763-5"
d="m 553,14 0,1.75 -1,0 0,1.25 -1,0 0,2 1,0 0,-1.75 1,0 0,-1.25 1,0 0,-2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55426,41 +27012,42 @@
x="548"
height="1"
width="1"
- id="rect10765"
+ id="rect10765-4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
y="14"
x="557"
height="5"
width="1"
- id="rect10767"
+ id="rect10767-2"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10769"
+ id="path10769-0"
d="m 559,14 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10771"
+ id="path10771-9"
d="m 565.75,14 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10773"
+ id="path10773-7"
d="m 570,14 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10775"
+ id="path10775-3"
d="m 573,14 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10815"
+ style="display:inline;enable-background:new"
+ id="g10815-7"
transform="translate(21.98523,3)">
<path
- id="path10799"
+ id="path10799-2"
d="m 534,74 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55469,64 +27056,65 @@
x="538"
height="5"
width="1"
- id="rect10801"
+ id="rect10801-6"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10803"
+ id="path10803-0"
d="m 540,74 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 544,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path10805"
+ id="path10805-1"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 551,74 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
- id="path10807"
+ id="path10807-6"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 554,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path10809"
+ id="path10809-5"
inkscape:connector-curvature="0" />
<path
- id="path10811"
+ id="path10811-7"
d="m 558,74 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10813"
+ id="path10813-5"
d="m 562,74 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10815"
+ id="path10815-4"
d="m 567,74 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10817"
+ id="path10817-1"
d="m 570,74 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10827"
+ style="display:inline;enable-background:new"
+ id="g10827-2"
transform="translate(21,0)">
<path
- id="path10672"
+ id="path10672-0"
d="m 535,119 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10678"
+ id="path10678-0"
d="m 539,119 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10680"
+ id="path10680-1"
d="m 545,119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-3 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55535,29 +27123,30 @@
x="549"
height="5"
width="1"
- id="rect10682"
+ id="rect10682-4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10684"
+ id="path10684-6"
d="m 551,119 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10686"
+ id="path10686-0"
d="m 555,119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-2 -1,0 0,2 -1,0 0,-3 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10835"
+ style="display:inline;enable-background:new"
+ id="g10835-7"
transform="translate(16,1)">
<path
- id="path10688"
+ id="path10688-1"
d="m 540,160 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10690"
+ id="path10690-7"
d="m 544,160 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55566,41 +27155,42 @@
x="548"
height="5"
width="1"
- id="rect10692"
+ id="rect10692-7"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10694"
+ id="path10694-7"
d="m 550,160 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect10696"
+ id="rect10696-7"
width="1"
height="5"
x="554"
y="160" />
<path
- id="path10698"
+ id="path10698-3"
d="m 556,160 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10700"
+ id="path10700-3"
d="m 562,160 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -0.99999,0 0,1.25 -1.00001,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10846"
+ style="display:inline;enable-background:new"
+ id="g10846-5"
transform="translate(21,0)">
<path
- id="path10703"
+ id="path10703-9"
d="m 535.75,224 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10705"
+ id="path10705-9"
d="m 539,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55609,56 +27199,57 @@
x="544"
height="5"
width="1"
- id="rect10708"
+ id="rect10708-8"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10711"
+ id="path10711-1"
d="m 546,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10714"
+ id="path10714-8"
d="m 552.75,224 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10716"
+ id="path10716-2"
d="m 556,224 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect10718"
+ id="rect10718-6"
width="1"
height="5"
x="560"
y="224" />
<path
- id="path10734"
+ id="path10734-6"
d="m 563,224 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10736"
+ id="path10736-0"
d="m 567,224 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10857"
+ style="display:inline;enable-background:new"
+ id="g10857-3"
transform="translate(21,-1)">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 535,267 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
- id="path10744"
+ id="path10744-8"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 542,267 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
- id="path10746"
+ id="path10746-0"
inkscape:connector-curvature="0" />
<path
- id="path10748"
+ id="path10748-1"
d="m 546,267 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55667,10 +27258,10 @@
x="550"
height="5"
width="1"
- id="rect10750"
+ id="rect10750-2"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10752"
+ id="path10752-5"
d="m 552,267 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55679,98 +27270,100 @@
x="556"
height="5"
width="1"
- id="rect10754"
+ id="rect10754-0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10756"
+ id="path10756-9"
d="m 558,267 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10758"
+ id="path10758-4"
d="m 562,267 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10760"
+ id="path10760-7"
d="m 567,267 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10803"
+ style="display:inline;enable-background:new"
+ id="g10803-8"
transform="translate(25,-1)">
<path
- id="path10777"
+ id="path10777-3"
d="m 532,36 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10781"
+ id="path10781-5"
d="m 539.75,36 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10783"
+ id="path10783-1"
d="m 543,36 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10785"
+ id="path10785-2"
d="m 547,36 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 555,36 0,1.75 -1,0 0,1.25 -1,0 0,2 1,0 0,-1.75 1,0 0,-1.25 1,0 0,-2 -1,0 z"
- id="path10787"
+ id="path10787-0"
inkscape:connector-curvature="0" />
<path
- id="path10789"
+ id="path10789-1"
d="m 558,36 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10791"
+ id="path10791-6"
d="m 562,36 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 566,36 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
- id="path10795"
+ id="path10795-4"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 570,36 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path10797"
+ id="path10797-0"
inkscape:connector-curvature="0" />
<path
- id="path10800"
+ id="path10800-6"
d="m 535,36 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10885"
+ style="display:inline;enable-background:new"
+ id="g10885-1"
transform="translate(19,125)">
<path
- id="path10869"
+ id="path10869-8"
d="m 538,299 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10871"
+ id="path10871-9"
d="m 542,299 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10873"
+ id="path10873-8"
d="m 547,299 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10875"
+ id="path10875-4"
d="m 551,299 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55779,87 +27372,90 @@
x="555"
height="5"
width="1"
- id="rect10877"
+ id="rect10877-1"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10879"
+ id="path10879-4"
d="m 557,299 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10881"
+ id="path10881-3"
d="m 562,299 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10883"
+ id="path10883-9"
d="m 566,299 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10921"
+ style="display:inline;enable-background:new"
+ id="g10921-8"
transform="translate(21,128)">
<path
- id="path10895"
+ id="path10895-8"
d="m 539.75,359 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10897"
+ id="path10897-0"
d="m 535,359 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10899"
+ id="path10899-8"
d="m 543,359 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 547.75,359 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path10901"
+ id="path10901-7"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10914"
+ style="display:inline;enable-background:new"
+ id="g10914-7"
transform="translate(22,125)">
<path
- id="path10903"
+ id="path10903-8"
d="m 545,393 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10906"
+ id="path10906-3"
d="m 549,393 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10908"
+ id="path10908-8"
d="m 534,393 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10910"
+ id="path10910-3"
d="m 541,393 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10912"
+ id="path10912-7"
d="m 554,393 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10942"
+ style="display:inline;enable-background:new"
+ id="g10942-1"
transform="translate(22.01477,127)">
<path
- id="path10928"
+ id="path10928-0"
d="m 538,412 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10930"
+ id="path10930-7"
d="m 534,412 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55868,80 +27464,82 @@
x="542"
height="5"
width="1"
- id="rect10932"
+ id="rect10932-3"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10934"
+ id="path10934-4"
d="m 549,412 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10936"
+ id="path10936-9"
d="m 553,412 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10938"
+ id="path10938-6"
d="m 558,412 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10940"
+ id="path10940-5"
d="m 544,412 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10966"
+ style="display:inline;enable-background:new"
+ id="g10966-1"
transform="translate(22.01477,127)">
<path
- id="path10951"
+ id="path10951-0"
d="m 534,434 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10953"
+ id="path10953-9"
d="m 556,434 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10956"
+ id="path10956-9"
d="m 552,434 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10958"
+ id="path10958-6"
d="m 562,434 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10960"
+ id="path10960-8"
d="m 543,434 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path10962"
+ id="path10962-3"
d="m 538,434 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 547,434 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
- id="path10964"
+ id="path10964-4"
inkscape:connector-curvature="0" />
</g>
<g
- id="g10980"
+ style="display:inline;enable-background:new"
+ id="g10980-8"
transform="translate(19,127)">
<rect
y="486"
x="542"
height="5"
width="1"
- id="rect10975"
+ id="rect10975-4"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path10978"
+ id="path10978-9"
d="m 537,486 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -55949,52 +27547,53 @@
<path
style="opacity:0.4;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 544,133 0,1 9,0 0,62 -9,0 0,1 9,0 1,0 0,-33 1,0 0,-1 -1,0 0,-30 -1,0 -9,0 z"
- id="rect11044"
+ id="rect11044-9"
sodipodi:nodetypes="ccccccccccccccc"
inkscape:connector-curvature="0" />
<a
- id="a28530">
+ style="display:inline;enable-background:new"
+ id="a28530-2">
<g
style="fill:#b3b3b3"
transform="translate(-3e-6,1)"
- id="g11054">
+ id="g11054-5">
<path
- id="path19464"
+ id="path19464-5"
d="m 1.75,13 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19466"
+ id="path19466-3"
d="m 1,34 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 L 3,34 2,34 1,34 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19468"
+ id="path19468-3"
d="m 2,55.25 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19470"
+ id="path19470-3"
d="m 1,76 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 L 3,76 1,76 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19472"
+ id="path19472-7"
d="m 1,98 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19474"
+ id="path19474-4"
d="m 1,118 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19476"
+ id="path19476-3"
d="m 2,139 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19478"
+ id="path19478-8"
d="m 1,160 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -56003,429 +27602,424 @@
x="2"
height="5"
width="1"
- id="rect19480"
+ id="rect19480-0"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path19482"
+ id="path19482-8"
d="m 3,202 0,4 -1,0 0,-1 -1,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-4 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19484"
+ id="path19484-8"
d="m 1,223 0,5 1,0 0,-1.75 1,0 0,-1.5 -1,0 0,-1.75 -1,0 z m 2,1.75 1,0 0,-1.75 -1,0 0,1.75 z m 0,1.5 0,1.75 1,0 0,-1.75 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19486"
+ id="path19486-0"
d="m 1,244 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19488"
+ id="path19488-6"
d="m 3e-6,265 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 0,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 0,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19490"
+ id="path19490-8"
d="m 1,286 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19492"
+ id="path19492-1"
d="m 2,307 0,1 1,0 0,-1 -1,0 z m 1,1 0,3 1,0 0,-3 -1,0 z m 0,3 -1,0 0,1 1,0 0,-1 z m -1,0 0,-3 -1,0 0,3 1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
- id="path19494"
+ id="path19494-9"
d="m 1,328 0,5 1,0 0,-2 1.25,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19496"
+ id="path19496-8"
d="m 2,349 0,1 1,0 0,-1 -1,0 z m 1,1 0,3 1,0 0,-3 -1,0 z m 0,3 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,-1 0,-3 -1,0 0,3 1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ccccccccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
- id="path19498"
+ id="path19498-9"
d="m 1,370 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19500"
+ id="path19500-7"
d="m 2,391 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19502"
+ id="path19502-2"
d="m 1,412 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19504"
+ id="path19504-2"
d="m 1,434 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19506"
+ id="path19506-8"
d="m 1,455 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-3 -1,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path19508"
+ id="path19508-2"
d="m 3e-6,475 0,3.25 1,0 0,1.75 1,0 0,-1.75 0.999997,0 0,1.75 1.000003,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 L 3,478 l 0,-2 -0.999997,0 0,2 -1,0 0,-3 -1,0 0,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1,497 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
- id="rect19510"
+ id="rect19510-8"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1.750003,556 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 0,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path38399"
+ id="path38399-9"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1.000003,577 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 0,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
- id="path38401"
+ id="path38401-0"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.000003,598.25 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 0,0 z"
- id="path38403"
+ id="path38403-7"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1.000003,619 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 0,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
- id="path38405"
+ id="path38405-8"
inkscape:connector-curvature="0" />
<path
- id="path38411"
+ id="path38411-1"
d="m 1.750003,563 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 0,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38413"
+ id="path38413-5"
d="m 1.750003,584 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 0,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1.750003,605 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 0,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path38415"
+ id="path38415-8"
inkscape:connector-curvature="0" />
<path
- id="path38417"
+ id="path38417-6"
d="m 1.750003,626 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 0,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38419"
+ id="path38419-1"
d="m 548.75,556 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38421"
+ id="path38421-2"
d="m 548,577 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38423"
+ id="path38423-4"
d="m 549,598.25 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38425"
+ id="path38425-2"
d="m 548,619 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 548.75,563 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path38427"
+ id="path38427-5"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 548.75,584 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path38429"
+ id="path38429-8"
inkscape:connector-curvature="0" />
<path
- id="path38431"
+ id="path38431-6"
d="m 548.75,605 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 548.75,626 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path38433"
+ id="path38433-2"
inkscape:connector-curvature="0" />
</g>
</a>
+ <path
+ inkscape:connector-curvature="0"
+ id="path19537-6"
+ d="m 12,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19539-5"
+ d="m 33,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 L 35,2 33,2 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19541-3"
+ d="m 54,2 0,1 2,0 0,1 1,0 0,-1.25 -1,0 L 56,2 54,2 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 L 57,5 56,5 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19543-9"
+ d="m 75,2 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19545-2"
+ d="m 96,2 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19547-4"
+ d="m 118,2 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19549-6"
+ d="m 138,2 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19551-18"
+ d="m 159.75,2 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19553-2"
+ d="m 180.75,2 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccc"
+ id="path19555-1"
+ d="m 202.75,2 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 514,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path19559-1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 476,2 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
+ id="path19561-9" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 497,2 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
+ id="path19563-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 518,2 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ id="path19565-6" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19577-2"
+ d="m 200,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19579-9"
+ d="m 244,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19581-5"
+ d="m 265,2 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19583-2"
+ d="m 286,2 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19585-0"
+ d="m 307,2 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19587-0"
+ d="m 329,2 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19589-3"
+ d="m 349,2 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19591-9"
+ d="m 370.75,2 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19593-1"
+ d="m 391.75,2 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19595-8"
+ d="m 413.75,2 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z m 0.25,1 0,1 0.5,0 0,-1 -0.5,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19597-1"
+ d="m 221,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 224,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ id="path19599-9" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19601-5"
+ d="m 242,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19603-3"
+ d="m 263,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19605-2"
+ d="m 284,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19607-5"
+ d="m 305,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19609-2"
+ d="m 326,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19611-5"
+ d="m 347,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19613-8"
+ d="m 368,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19615-6"
+ d="m 389,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19617-7"
+ d="m 409,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19619-7"
+ d="m 435,2 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19621-2"
+ d="m 430,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19623-2"
+ d="m 451,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 455,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path19625-9" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19627-4"
+ d="m 472,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19629-1"
+ d="m 493,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path11036-9"
+ d="m 536,2 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 541,2 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
+ id="path11038-6" />
<g
- id="g11080"
- style="fill:#b3b3b3"
- transform="translate(0,1)">
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 12,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19537"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 33,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 L 35,1 33,1 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19539"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 54,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 L 56,1 54,1 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 L 57,4 56,4 z"
- id="path19541"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 75,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
- id="path19543"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 96,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path19545"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 118,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
- id="path19547"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 138,1 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
- id="path19549"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 159.75,1 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
- id="path19551"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 180.75,1 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path19553"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 202.75,1 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z"
- id="path19555"
- sodipodi:nodetypes="cccccccccccccccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path19559"
- d="m 514,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path19561"
- d="m 476,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path19563"
- d="m 497,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path19565"
- d="m 518,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 200,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19577"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 244,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19579"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 265,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
- id="path19581"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 286,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
- id="path19583"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 307,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path19585"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 329,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
- id="path19587"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 349,1 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
- id="path19589"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 370.75,1 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
- id="path19591"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 391.75,1 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
- id="path19593"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 413.75,1 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z m 0.25,1 0,1 0.5,0 0,-1 -0.5,0 z"
- id="path19595"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 221,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19597"
- inkscape:connector-curvature="0" />
- <path
- id="path19599"
- d="m 224,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 242,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19601"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 263,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19603"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 284,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19605"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 305,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19607"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 326,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19609"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 347,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19611"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 368,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19613"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 389,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19615"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 409,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19617"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 435,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path19619"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 430,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19621"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 451,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19623"
- inkscape:connector-curvature="0" />
- <path
- id="path19625"
- d="m 455,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 472,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19627"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 493,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path19629"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 536,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path11036"
- inkscape:connector-curvature="0" />
- <path
- id="path11038"
- d="m 541,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
- style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- <g
- id="g11125"
+ id="g11125-9"
transform="translate(547,1)"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate">
<path
- id="path11128"
+ id="path11128-8"
d="m 1.75,13 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11130"
+ id="path11130-2"
d="m 1,34 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 L 3,34 2,34 1,34 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11132"
+ id="path11132-5"
d="m 2,55.25 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11134"
+ id="path11134-5"
d="m 1,76 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 L 3,76 1,76 z m 1,1 1,0 0,3 -1,0 0,-3 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11136"
+ id="path11136-4"
d="m 1,98 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11138"
+ id="path11138-9"
d="m 1,118 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11140"
+ id="path11140-1"
d="m 2,139 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11142"
+ id="path11142-2"
d="m 1,160 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
@@ -56434,381 +28028,954 @@
x="2"
height="5"
width="1"
- id="rect11144"
+ id="rect11144-5"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path11146"
+ id="path11146-0"
d="m 3,202 0,4 -1,0 0,-1 -1,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-4 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11148"
+ id="path11148-8"
d="m 1,223 0,5 1,0 0,-1.75 1,0 0,-1.5 -1,0 0,-1.75 -1,0 z m 2,1.75 1,0 0,-1.75 -1,0 0,1.75 z m 0,1.5 0,1.75 1,0 0,-1.75 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11150"
+ id="path11150-3"
d="m 1,244 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11152"
+ id="path11152-9"
d="m 1,265 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11154"
+ id="path11154-3"
d="m 1,286 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11156"
+ id="path11156-9"
d="m 2,307 0,1 1,0 0,-1 -1,0 z m 1,1 0,3 1,0 0,-3 -1,0 z m 0,3 -1,0 0,1 1,0 0,-1 z m -1,0 0,-3 -1,0 0,3 1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
- id="path11158"
+ id="path11158-6"
d="m 1,328 0,5 1,0 0,-2 1.25,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11160"
+ id="path11160-7"
d="m 2,349 0,1 1,0 0,-1 -1,0 z m 1,1 0,3 1,0 0,-3 -1,0 z m 0,3 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m -1,-1 0,-3 -1,0 0,3 1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ccccccccccccccccccccccccc"
inkscape:connector-curvature="0" />
<path
- id="path11162"
+ id="path11162-9"
d="m 1,370 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11164"
+ id="path11164-9"
d="m 2,391 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11166"
+ id="path11166-7"
d="m 1,412 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11168"
+ id="path11168-6"
d="m 1,434 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11170"
+ id="path11170-9"
d="m 1,455 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-3 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path11172"
+ id="path11172-3"
d="m 3e-6,474.75 0,3.25 1,0 0,1.75 1,0 0,-1.75 L 3,478 l 0,1.75 1.000003,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1.000003,0 0,-2 -0.999997,0 0,2 -1,0 0,-3 -1,0 0,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1,497 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
- id="path11174"
+ id="path11174-5"
inkscape:connector-curvature="0" />
</g>
<path
- id="path38393"
+ id="path38393-7"
d="m 1,518 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path38395"
+ id="path38395-6"
d="m 1,539 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 548,518 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
- id="path38435"
+ id="path38435-6"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 548,539 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path38437"
+ id="path38437-5"
inkscape:connector-curvature="0" />
<g
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="g41041"
+ id="g41041-8"
transform="translate(0,634)">
<path
- id="path41043"
+ id="path41043-2"
d="m 12,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41045"
+ id="path41045-5"
d="m 33,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 L 35,1 33,1 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41047"
+ id="path41047-4"
d="m 54,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 L 56,1 54,1 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 L 57,4 56,4 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41049"
+ id="path41049-4"
d="m 75,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41051"
+ id="path41051-1"
d="m 96,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41053"
+ id="path41053-6"
d="m 118,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41055"
+ id="path41055-1"
d="m 138,1 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41057"
+ id="path41057-6"
d="m 159.75,1 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41059"
+ id="path41059-3"
d="m 180.75,1 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccccc"
- id="path41061"
+ id="path41061-3"
d="m 202.75,1 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 514,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path41063"
+ id="path41063-5"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 476,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
- id="path41065"
+ id="path41065-5"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 497,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
- id="path41067"
+ id="path41067-3"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 518,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
- id="path41069"
+ id="path41069-2"
inkscape:connector-curvature="0" />
<path
- id="path41071"
+ id="path41071-8"
d="m 200,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41073"
+ id="path41073-2"
d="m 244,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41075"
+ id="path41075-5"
d="m 265,1 0,1 2,0 0,1 1,0 0,-1.25 -1,0 0,-0.75 -2,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.25 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41077"
+ id="path41077-3"
d="m 286,1 0,3 1,0 1,0 0,2 1,0 0,-4 -1,0 0,1 -1,0 0,-2 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41079"
+ id="path41079-6"
d="m 307,1 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41081"
+ id="path41081-1"
d="m 329,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41083"
+ id="path41083-8"
d="m 349,1 0,1 2,0 0,1 -1,0 0,3 1,0 0,-2.75 1,0 0,-1.25 0,-1 -3,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41085"
+ id="path41085-6"
d="m 370.75,1 0,1 -0.5,0 0,1 0.5,0 0,1 -0.75,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 0.5,0 0,-1 -0.5,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41087"
+ id="path41087-2"
d="m 391.75,1 0,1 -0.75,0 0,1 0.75,0 0,1 1.25,0 0,1 -1.5,0 0,1 1.5,0 0,-0.75 1,0 0,-3.25 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41089"
+ id="path41089-1"
d="m 413.75,1 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z m 0.25,1 0,1 0.5,0 0,-1 -0.5,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41091"
+ id="path41091-4"
d="m 221,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 224,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
- id="path41093"
+ id="path41093-6"
inkscape:connector-curvature="0" />
<path
- id="path41095"
+ id="path41095-2"
d="m 242,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41097"
+ id="path41097-9"
d="m 263,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41099"
+ id="path41099-1"
d="m 284,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41101"
+ id="path41101-5"
d="m 305,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41103"
+ id="path41103-0"
d="m 326,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41105"
+ id="path41105-3"
d="m 347,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41107"
+ id="path41107-6"
d="m 368,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41109"
+ id="path41109-4"
d="m 389,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41111"
+ id="path41111-9"
d="m 409,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41113"
+ id="path41113-2"
d="m 435,1 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41116"
+ id="path41116-9"
d="m 430,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41118"
+ id="path41118-3"
d="m 451,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 455,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
- id="path41120"
+ id="path41120-4"
inkscape:connector-curvature="0" />
<path
- id="path41122"
+ id="path41122-4"
d="m 472,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41124"
+ id="path41124-0"
d="m 493,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- id="path41126"
+ id="path41126-5"
d="m 536,1 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
style="color:#000000;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 541,1 0,0.75 -1,0 0,3.25 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -1.25,0 0,-1 1.5,0 0,-1 -1.5,0 z m 0,3 1,0 0,1 -1,0 0,-1 z"
- id="path41128"
+ id="path41128-9"
inkscape:connector-curvature="0" />
</g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path30643-6"
+ d="m 585,617.25 1,0 0,0.75 3,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -3,0 0,0.75 -1,0 0,1.5 z m 1,-0.25 0,-1 3,0 0,1 -3,0 z m 1,-0.25 1,0 0,-0.5 -1,0 0,0.5 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path30647-3"
+ d="m 585,630 1,0 0,-2 1,0 0,1 1,0 0,-1 -0.75,0 0,-1 -1.5,0 0,1 -0.75,0 0,2 z m 3,-1 0,1 1,0 1,0 0,-3 -1,0 0,2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path30649-4"
+ d="m 585,624 3,0 0,-1 0,-1 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 -1.5,0 0,1 -0.75,0 0,1 -1,0 0,-2 -1,0 0,2 0,1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="589"
+ x="-626"
+ height="1"
+ width="1"
+ id="rect30651-2"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect30653-8"
+ width="1"
+ height="1"
+ x="-620"
+ y="589"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <rect
+ y="589"
+ x="-634"
+ height="1"
+ width="1"
+ id="rect30725-87"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(0,-1,1,0,0,0)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path30723-5"
+ d="m 587,638 2.25,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -2.25,0 0,1 2,0 0,1 -2,0 0,1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ id="path30643-7-0"
+ d="m 903.75,209 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z m 0.25,1 0,1 0.5,0 0,-1 -0.5,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path30647-6-1"
+ d="m 891,209 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path30649-7-4"
+ d="m 897,209 0,3 1,0 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="213"
+ x="895"
+ height="1"
+ width="1"
+ id="rect30651-8-6"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect30653-7-0"
+ width="1"
+ height="1"
+ x="901"
+ y="213" />
+ <rect
+ y="213"
+ x="887"
+ height="1"
+ width="1"
+ id="rect30725-8-7"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path30723-1-1"
+ d="m 883,211 0,2.25 1,0 0,0.75 1,0 0,-0.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0" />
<g
- transform="translate(469,645)"
- style="fill:#000000;display:inline;enable-background:new"
- id="g31506">
+ transform="translate(810,316)"
+ id="g72798"
+ style="opacity:0.5;display:inline;enable-background:new">
+ <g
+ id="g72716">
+ <path
+ id="path72434"
+ d="m 186,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="-127"
+ x="219"
+ height="5"
+ width="1"
+ id="rect72436"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path72438"
+ d="m 144,-127 0,4 -1,0 0,-1 -1,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-4 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72440"
+ d="m 189,-127 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72442"
+ d="m 165,-127 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72446"
+ d="m 130,-127 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72448"
+ d="m 154,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72450"
+ d="m 133,-127 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72452"
+ d="m 138,-127 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72454"
+ d="m 151,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72456"
+ d="m 146,-127 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 209,-127 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
+ id="path72458"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 160,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ id="path72460" />
+ <path
+ id="path72462"
+ d="m 171,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72464"
+ d="m 175,-127 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 179,-127 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ id="path72466" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 194,-127 0,4.25 1,0 0,0.75 2,0 0,-0.75 1,0 0,-4.25 -1,0 0,4 -2,0 0,-4 -1,0 z"
+ id="path72468" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 202,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
+ id="path72470" />
+ <path
+ id="path72472"
+ d="m 205,-127 0,5 1,0 0,-2 1.25,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path72474"
+ d="m 215,-127 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 222,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ id="path72476" />
+ <path
+ id="path72478"
+ d="m 225,-127 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 229,-127 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ id="path72480" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 235,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ id="path72482" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 238,-127 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ id="path72484" />
+ <path
+ id="path72486"
+ d="m 242.75,-123 0,1 -0.75,0 0,1 1,0 0,-1 1,0 0,-1 -1.25,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32008-7"
+ d="m 72,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32010-4"
+ d="m 76,-127 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="-127"
+ x="80"
+ height="5"
+ width="1"
+ id="rect32012-0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32015-9"
+ d="m 83,-127 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32017-4"
+ d="m 89,-127 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32019-8"
+ d="m 97,-127 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32021-8"
+ d="m 93,-127 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32023-2"
+ d="m 102,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32026-4"
+ d="m 106,-127 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 110,-127 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ id="path32029-5" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 115,-127 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ id="path32031-5" />
+ <rect
+ y="-127"
+ x="121"
+ height="5"
+ width="1"
+ id="rect32033-1"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 124,-127 0,0.75 -1,0 0,1.5 1,0 0,0.75 1,0 0,1 -2,0 0,1 2,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,-1 1.5,0 0,-1 -1.5,0 z"
+ id="path32035-7" />
+ </g>
+ <g
+ id="g72757">
+ <path
+ id="path72562"
+ d="m 78,-119 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="-119"
+ x="82"
+ height="5"
+ width="1"
+ id="rect72564"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path72576"
+ d="m 72,-119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-2 -1,0 0,2 -1,0 0,-3 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72578"
+ d="m 130,-119 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72580"
+ d="m 94.75,-119 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72582"
+ d="m 85,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 88,-119 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ id="path72588" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 99,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ id="path72590" />
+ <path
+ id="path72592"
+ d="m 103,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 107,-119 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ id="path72594" />
+ <path
+ id="path72596"
+ d="m 111,-119 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 117,-119 0,5 1,0 0,-2 1.25,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ id="path72598" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 121.75,-119 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ id="path72600" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 125,-119 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ id="path72602" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect72604"
+ width="1"
+ height="5"
+ x="136"
+ y="-119" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 138,-119 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ id="path72606" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 144.75,-119 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ id="path72608" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path72610"
+ d="m 148,-119 0,5 1,0 2,0 0,-1 -2,0 0,-4 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 153,-119 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ id="path72612" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 157,-119 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ id="path72614" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 163,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
+ id="path72616" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect72618"
+ width="1"
+ height="5"
+ x="174"
+ y="-119" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 168,-119 0,3.25 1,0 0,1.75 1,0 0,-1.75 1,0 0,1.75 1,0 0,-1.75 1,0 0,-3.25 -1,0 0,3 -1,0 0,-2 -1,0 0,2 -1,0 0,-3 -1,0 z"
+ id="path72620" />
+ <path
+ id="path72622"
+ d="m 180,-119 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path72624"
+ d="m 176,-119 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32207-9-7"
+ d="m 187,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 -2,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32209-6-7"
+ d="m 191,-119 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32211-3-7"
+ d="m 195,-119 0,5 1,0 0,-2 1.25,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32213-7-3"
+ d="m 199,-119 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32216-8-3"
+ d="m 203,-119 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect32218-8-5"
+ width="1"
+ height="5"
+ x="207"
+ y="-119" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32220-2-9"
+ d="m 210,-119 0,0.75 -1,0 0,3.5 1,0 0,0.75 2,0 0,-1 0,-1.25 -1,0 0,1.25 -1,0 0,-3 2,0 0,-1 -2,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32222-9-9"
+ d="m 213,-119 0,5 1,0 0,-2 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32224-1-8"
+ d="m 217,-119 0,1 1,0 0,4 1,0 0,-4 1,0 0,-1 -3,0 0,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path72678"
+ d="m 225,-119 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 235,-119 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ id="path72680"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="-119"
+ x="223"
+ height="5"
+ width="1"
+ id="rect72682"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="-115"
+ x="239"
+ height="1"
+ width="1"
+ id="rect72684"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ id="path72686"
+ d="m 230,-119 0,5 1,0 0,-2 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ transform="translate(810,316)"
+ style="display:inline;enable-background:new"
+ id="g72880">
+ <g
+ transform="translate(231,-90)"
+ id="g32242-4">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -12.25,-17 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ id="path32244-2" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -9,-17 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,3 1,0 0,-5 -1,0 0,1 -1,0 0,1 z"
+ id="path32246-0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -3,-17 0,5 1,0 1,0 0,-0.5 1,0 0,-1.5 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z m 0,2 1,0 0,1 -1,0 0,-1 z"
+ id="path32248-9" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1,-17 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ id="path32250-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 6,-17 0,1 2,0 0,-1 -2,0 z m 2,1 0,3 1,0 0,-3 -1,0 z m 0,3 -2,0 0,1 2,0 0,-1 z m -2,0 0,-3 -1,0 0,3 1,0 z"
+ id="path32252-3" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 10,-17 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path32254-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -43.25,-17 0,1 -0.75,0 0,4 1,0 0,-2 1,0 0,2 1,0 0,-4 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,1 -1,0 0,-1 z"
+ id="path32256-2" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32258-6"
+ d="m -40,-17 0,5 1,0 0,-3 1,0 0,-1 -1,0 0,-1 -1,0 z m 2,2 0,1 1,0 0,2 1,0 0,-5 -1,0 0,2 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32260-0"
+ d="m -35,-17 0,1 0,3 0,1 2,0 0,-0.75 1,0 0,-3.5 -1,0 0,-0.75 -2,0 z m 1,1 1,0 0,3 -1,0 0,-3 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -31,-17 0,5 1,0 0,-2 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 0.75,0 0,-1.25 -1,0 0,-0.75 -1,0 -1,0 z m 1,1 1,0 0,1 -1,0 0,-1 z"
+ id="path32262-1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -27,-17 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path32264-6" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32266-5"
+ d="m -23,-17 0,5 1,0 2,0 0,-1 -2,0 0,-1 1,0 0,-1 -1,0 0,-1 2,0 0,-1 -2,0 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32268-7"
+ d="m -17,-17 0,4 -1,0 0,-1 -1,0 0,1 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-4 -1,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="-19"
+ x="11"
+ height="1"
+ width="1"
+ id="rect32270-5"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="g21967-4"
+ transform="translate(111.96875,-88)">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 48,-20 0,0.75 -1,0 0,0.25 -0.25,0 0,1 -0.75,0 0,3 0.75,0 0,1 0.25,0 0,0.25 1,0 0,0.75 3,0 0,-0.75 1,0 0,-0.25 0.25,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -0.25,0 0,-0.25 -1,0 0,-0.75 -3,0 z m 0,1 3,0 0,1 1,0 0,3 -1,0 0,1 -3,0 0,-1 -1,0 0,-3 1,0 0,-1 z"
+ id="path32272-1"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path32274-2"
+ d="m 49,-18 0,0.75 -1,0 0,1.5 1,0 0,0.75 1.25,0 0,-1 -1.25,0 0,-1 1.25,0 0,-1 -1.25,0 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
<path
+ inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 116,-27.75 1,0 0,0.75 3,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -3,0 0,0.75 -1,0 0,1.5 z m 1,-0.25 0,-1 3,0 0,1 -3,0 z m 1,-0.25 1,0 0,-0.5 -1,0 0,0.5 z"
- id="path30643"
- inkscape:connector-curvature="0" />
+ d="m 171.71875,-107 0,1 -0.75,0 0,3 0.75,0 0,1 1.5,0 0,-1 0.75,0 0,-3 -0.75,0 0,-1 -1.5,0 z m 0.25,1 1,0 0,3 -1,0 0,-3 z m 0.25,1 0,1 0.5,0 0,-1 -0.5,0 z"
+ id="path72688" />
<path
+ inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 116,-15 1,0 0,-2 1,0 0,1 1,0 0,-1 -0.75,0 0,-1 -1.5,0 0,1 -0.75,0 0,2 z m 3,-1 0,1 1,0 1,0 0,-3 -1,0 0,2 -1,0 z"
- id="path30647"
- inkscape:connector-curvature="0" />
+ d="m 175.96875,-107 0,1 -1,0 0,1 1,0 0,3 1,0 0,-5 -1,0 z"
+ id="path72690" />
<path
+ inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 116,-21 3,0 0,-1 0,-1 1,0 0,2 1,0 0,-2 -0.75,0 0,-1 -1.5,0 0,1 -0.75,0 0,1 -1,0 0,-2 -1,0 0,2 0,1 z"
- id="path30649"
- inkscape:connector-curvature="0" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect30651"
- width="1"
- height="1"
- x="19"
- y="120" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="120"
- x="25"
- height="1"
- width="1"
- id="rect30653"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect30725"
- width="1"
- height="1"
- x="11"
- y="120" />
+ d="m 177.96875,-107 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path72692" />
<path
- sodipodi:nodetypes="ccccccccccccc"
+ id="path72694"
+ d="m 166.96875,-107 0,1 2,0 0,1 -1,0 0,1 1,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -2,0 z m 1,3 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 118,-7 2.25,0 0,-1 0.75,0 0,-1 -0.75,0 0,-1 -2.25,0 0,1 2,0 0,1 -2,0 0,1 z"
- id="path30723"
inkscape:connector-curvature="0" />
<path
- style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 116,-32 0.75,0 0,1 3.25,0 0,-0.75 1,0 0,-1.5 -1,0 0,-0.75 -1,0 0,0.75 -1,0 0,1.25 -1,0 0,-1.5 -1,0 0,1.5 z m 3,0 0,-1 1,0 0,1 -1,0 z"
- id="path35918"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 182.96875,-106 0,1 1,0 0,-1 -1,0 z m -0.21875,3 0,1 -0.75,0 0,1 1,0 0,-1 1,0 0,-1 -1.25,0 z"
+ id="path72696" />
</g>
<g
style="opacity:0.4;display:inline;enable-background:new"
@@ -57359,6 +29526,378 @@
id="layer1"
style="display:inline">
<g
+ transform="matrix(0,1,1,0,-174,194)"
+ style="display:inline;enable-background:new"
+ id="g106468-0">
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ transform="matrix(-1.9535916,0,0,1.1712921,1176.1968,319.2322)"
+ id="g29877-5-3-1-8"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path29879-5-0-9-1"
+ d="m 392.96689,241.84215 -0.56915,0 -3.5287,2.84782 0,1.13912 3.5287,2.84781 0.56915,0 0,-6.83475 0,0 0,0 z"
+ style="color:#000000;fill:url(#radialGradient106344-5-2);fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient106433-4);stroke-width:0.66107476px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path29881-5-6-0-4"
+ d="m 392.96688,248.67221 -0.57173,0 -3.51515,-2.83619 -0.008,-1.21916"
+ style="fill:none;stroke:url(#linearGradient106307-2-4);stroke-width:0.66107482px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ y="598"
+ x="404"
+ height="16"
+ width="16"
+ id="rect24491-0"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 5a.png"
+ transform="translate(440.42789,-242.41778)"
+ id="g14713">
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ id="g14715"
+ transform="translate(-320.42789,5.4177849)"
+ style="display:inline">
+ <rect
+ style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect14717"
+ width="16"
+ height="16"
+ x="389"
+ y="289"
+ rx="0.80014729"
+ ry="0" />
+ <g
+ transform="translate(-177,71)"
+ id="g14719">
+ <g
+ transform="translate(480,287.5)"
+ id="g14721"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ transform="translate(-118.5,-200.5)"
+ id="g14723" />
+ </g>
+ <g
+ style="fill:#000000"
+ transform="translate(1,24)"
+ id="g14725" />
+ </g>
+ </g>
+ <rect
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect14727"
+ width="16"
+ height="16"
+ x="68.572113"
+ y="294.41779"
+ rx="0"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient14800);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 72.738774,294.91779 10.33334,0 0,14.99999 -13,0 -1e-5,-11.99999 2.66667,-3 z"
+ id="path14729"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path14731"
+ style="fill:none;stroke:url(#linearGradient14802);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 71.072114,299.41778 0,9.5 m 3.5,-13 7.5,0"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path14733"
+ d="m 69.572114,298.41778 4,0 0,-4 -4,4 z"
+ style="fill:#ffffff;fill-opacity:0.75490196;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path14735"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 70.072114,297.41779 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ clip-path="url(#clipPath22590-7)"
+ mask="none"
+ transform="translate(100.57211,-194.58234)"
+ id="g14737"
+ style="display:inline"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect14739"
+ width="16"
+ height="16"
+ x="-29"
+ y="491.00012" />
+ <g
+ id="g14741">
+ <g
+ id="g14743">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ d="M -15.594023,497.94339 -20.25,493.5"
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path14745" />
+ <path
+ transform="matrix(3.625,0,0,3.1690202,-67.8125,318.31703)"
+ d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+ sodipodi:ry="1.0000004"
+ sodipodi:rx="1"
+ sodipodi:cy="57.5"
+ sodipodi:cx="13.5"
+ id="path14747"
+ style="fill:none;stroke:#000000;stroke-width:1.32768786;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path14749"
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -25.5,496.5 7.5,0 m -8.5,5.00012 3.5,-3.5"
+ sodipodi:nodetypes="cccc" />
+ </g>
+ <path
+ transform="matrix(3.5999897,0,0,3.1249932,-67.499871,320.6879)"
+ d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="57.5"
+ sodipodi:cx="13.5"
+ id="path14751"
+ style="fill:none;stroke:url(#linearGradient14804);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -25.5,496.5 7.984366,-0.0226 M -26.5,501.50012 -21.5,496.5 m 5.996227,1.44466 L -20.25,493.5"
+ style="fill:none;stroke:url(#linearGradient14806);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path14753" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path14755"
+ sodipodi:cx="13.5"
+ sodipodi:cy="57.5"
+ sodipodi:rx="1"
+ sodipodi:ry="1"
+ d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+ transform="matrix(3.25,0,0,3.25,-62.875,313.125)" />
+ <path
+ transform="matrix(2,0,0,2,-46,385)"
+ d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="57.5"
+ sodipodi:cx="13.5"
+ id="path14757"
+ style="fill:#2c5aa0;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient14808);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path14759"
+ sodipodi:cx="13.5"
+ sodipodi:cy="57.5"
+ sodipodi:rx="1"
+ sodipodi:ry="1"
+ d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+ transform="matrix(4.7519907,0,0,4.1435313,-83.051884,262.12196)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -20.515634,493.80534 c -0.07079,-0.45769 0.0843,-0.63855 0.5,-0.5 m -6.734366,7.94478 3.280183,-3.10926 m -2,-2 6.25,0"
+ style="fill:none;stroke:url(#linearGradient14810);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ id="path14761" />
+ </g>
+ </g>
+ <path
+ style="fill:none;stroke:url(#linearGradient20368);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 74.072114,296.91778 0,2 -2,0"
+ id="path14763"
+ inkscape:connector-curvature="0"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_redone 4 (alpha).png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g14765"
+ inkscape:export-filename="/home/georg/Arbeitsfläche/2012/Blender Coding/Patch #2a/icon_big_redone 5a.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="translate(1090.1244,-109.28264)">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="336.28265"
+ x="-78.124435"
+ height="48"
+ width="48"
+ id="rect14767"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path14769"
+ d="m -60.624426,339.78264 22.999995,0 0,41 -32.999995,0 0,-31 10,-10 z"
+ style="fill:url(#linearGradient14814);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path14771"
+ style="opacity:0.7;fill:none;stroke:url(#linearGradient14816);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.56470588"
+ d="m -38.874431,340.78264 c -4.875,0 -21.749995,0 -21.749995,0 m -8.9447,8.5 -0.0553,30"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011-8)"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ id="path14773"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106-0)"
+ inkscape:connector-curvature="0"
+ transform="translate(-186.12444,-93.717362)" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path14775"
+ style="fill:none;stroke:url(#linearGradient14818);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -68.624426,350.03264 9,-2.5 0,-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="none"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m -70.624426,349.03264 0,31.75 32.999995,0 0,-41 -23.749995,0 -9.25,9.25 z"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path14777"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011-8)"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ id="path14779"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106-0)"
+ inkscape:connector-curvature="0"
+ transform="translate(-186.12444,-93.717362)" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path14781"
+ d="m -70.124426,349.28264 0.0108,0.72434 9.9892,-2.72434 0,-7 -1,0 -9,9 z"
+ style="fill:#ffffff;fill-opacity:0.75294118;fill-rule:evenodd;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m -38.624431,341.28264 0,38.5 -30.499995,0"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path14783"
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="matrix(0.5406242,0,0,0.5829534,-67.987756,347.93806)"
+ inkscape:label="Layer 1"
+ id="g14785">
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.54857142;fill:url(#radialGradient14820);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path14788"
+ sodipodi:cx="28.019106"
+ sodipodi:cy="38.98439"
+ sodipodi:rx="15.467961"
+ sodipodi:ry="5.3033009"
+ d="m 43.487067,38.98439 c 0,2.928932 -6.925242,5.303301 -15.467961,5.303301 -8.542719,0 -15.467961,-2.374369 -15.467961,-5.303301 0,-2.928932 6.925242,-5.303301 15.467961,-5.303301 8.542719,0 15.467961,2.374369 15.467961,5.303301 z"
+ transform="matrix(1.274286,0,0,1.377124,-7.569123,-16.70193)" />
+ <path
+ style="fill:#f57900;fill-rule:evenodd;stroke:#aa4400;stroke-width:1.7812928;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none"
+ id="path14790"
+ d="m 16.048489,28.093447 c 0.0098,0.576682 0.196474,1.697902 0.471116,2.577425 0.581566,1.854137 1.56684,3.572658 2.939126,5.086496 1.407488,1.553118 3.138519,2.803227 5.139315,3.68976 2.105357,0.931573 4.384795,1.407488 6.750134,1.403741 2.365339,-0.005 4.644601,-0.488686 6.74896,-1.427017 2.00002,-0.895288 3.731043,-2.148391 5.13754,-3.705517 1.369207,-1.519844 2.352576,-3.241114 2.934089,-5.096258 0.294262,-0.938353 0.476921,-1.889392 0.553238,-2.845308 0.07331,-0.939306 0.04204,-1.883511 -0.09183,-2.823792 -0.259981,-1.835599 -0.896294,-3.556847 -1.872652,-5.12758 -0.895541,-1.441699 -2.047808,-2.70454 -3.417268,-3.766975 0,0 0.002,-0.002 0.002,-0.002 0,0 -13.828458,-10.6197195 -13.828458,-10.6197195 -0.01176,-0.00978 -0.02252,-0.019551 -0.03529,-0.028344 -0.909003,-0.6959264 -3.879837,-0.7738945 -4.87679,-0.075035 -1.01067,0.7057021 -1.091821,1.8092613 -0.195527,2.5482146 1.899775,1.4997633 2.656207,2.2801589 4.566507,3.7797379 0,0 -14.852491,0.167033 -14.852491,0.167033 -1.994685,0 -3.1682609,0.947915 -3.4153947,2.333683 -0.2180771,1.222836 0.7479213,2.738129 2.4800217,2.738129 2.956573,0.0039 5.942111,-0.0069 8.909215,-0.01272 0,0 -16.01999,12.453223 -16.01999,12.453223 -0.020527,0.01564 -0.041053,0.02933 -0.06158,0.04497 -1.4974197,1.148389 -1.9831951,3.059322 -1.0399808,4.268393 0.9598323,1.22959 2.9977653,1.230588 4.5147288,0.006 0,0 8.677593,-7.102098 8.677593,-7.102098 0,0 -0.12511,0.959824 -0.116333,1.535532 l 1e-6,2.6e-5 0,0 0,0 z"
+ sodipodi:nodetypes="csssssssssscccsscccscccssccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#linearGradient14822);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path14792"
+ sodipodi:cx="31.1875"
+ sodipodi:cy="25.75"
+ sodipodi:rx="11.5625"
+ sodipodi:ry="10.125"
+ d="m 42.75,25.75 c 0,5.591883 -5.176708,10.125 -11.5625,10.125 -6.385792,0 -11.5625,-4.533117 -11.5625,-10.125 0,-5.591883 5.176708,-10.125 11.5625,-10.125 6.385792,0 11.5625,4.533117 11.5625,10.125 z"
+ transform="matrix(0.8018194,0,0,0.8471126,6.257567,4.5089892)" />
+ <path
+ sodipodi:nodetypes="csssssscssscsssccssscscccsccssssccscsscccssssc"
+ id="path14794"
+ d="m 25.8125,6.40625 c -0.334829,4.572e-4 -0.72202,0.089606 -0.90625,0.21875 4.5e-4,0.010412 4.5e-4,0.020838 0,0.03125 -0.212626,0.1484635 -0.188235,0.1956271 -0.1875,0.1875 0.0092,0.010621 -0.0072,-4.246e-4 0.03125,0.03125 0.01962,0.00828 0.03527,0.012546 0.0625,0.03125 0.01676,0.01151 0.01357,0.014555 0.03125,0.03125 0.193748,0.1576058 4.954976,4.005164 4.954976,4.005164 0.489837,0.39864 0.677395,1.066352 0.46875,1.65625 -0.115662,0.32703 -0.422813,0.541217 -0.6875,0.59375 -0.264687,0.05253 -0.498447,0.03054 -0.71875,0.03125 -5.639658,0.05119 -16.87989,0.03851 -16.87989,0.03851 -0.4102,2.75e-4 -0.935835,0.115997 -1.34375,0.34375 -0.407915,0.227753 -0.6637862,0.523861 -0.6875002,0.90625 -0.024417,0.393728 0.098829,0.605767 0.3437502,0.78125 0.244921,0.175483 0.614978,0.25 0.875,0.25 0,0 8.8125,0 8.8125,0 0.600305,-7.28e-4 1.223895,0.311058 1.4375,0.9375 0.04676,0.137121 0.06335,0.269976 0.0625,0.40625 -8.49e-4,0.136274 -0.02214,0.268794 -0.09375,0.375 -0.143211,0.212412 -0.319507,0.298568 -0.5,0.4375 0,0 -15.7871819,12.746851 -15.856336,12.800078 C 5.0310984,30.500117 5,30.53125 5,30.53125 5.0100745,30.519077 5.000335,30.499512 5,30.5 L 4.8125,30.3125 c 0.012336,0.02165 0.014481,0.03307 0.03125,0.0625 0.063558,0.0774 0.125,0.15625 0.125,0.15625 -0.00585,0.0056 -0.031233,0.03124 -0.03125,0.03125 0,0 -0.043442,-0.09921 -0.09375,-0.1875 0.037843,0.09884 0.06253,0.218739 0.0625,0.21875 -0.4662091,0.37119 -0.7783348,0.889746 -0.875,1.28125 -0.1043319,0.422581 -0.046,0.62455 0.125,0.84375 0.2999827,0.384295 1.3975356,0.595547 2.40625,-0.21875 0,0 8.65625,-7.09375 8.65625,-7.09375 0.473718,-0.387074 1.1446,-0.458625 1.6875,-0.15625 0.544608,0.303331 0.798054,0.927572 0.71875,1.53125 0,0 -0.0626,0.908319 -0.0625,1.25 2e-6,0.0085 -1.19e-4,0.02348 0,0.03125 0.192796,2.523718 1.400736,4.762818 3.03125,6.71875 2.801818,3.089095 6.627659,4.401619 10.75,4.5625 4.113324,-0.043 7.964529,-1.606111 10.75,-4.625 2.546631,-3.125326 3.513872,-6.363859 3.15625,-9.375 C 44.891575,22.325847 43.222923,19.516566 40.4375,17.25 35.951885,13.599946 31.206991,10.168434 26.59375,6.625 26.57515,6.610386 26.56455,6.59802 26.5625,6.59375 26.43835,6.498703 26.144223,6.4057899 25.8125,6.40625 z"
+ style="opacity:0.4857143;fill:none;stroke:url(#linearGradient14825);stroke-width:1.7812928;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#3465a4;fill-rule:evenodd;stroke:none"
+ id="path14796"
+ d="m 25.708956,26.064593 c 0.07649,-1.397943 0.759369,-2.631914 1.78592,-3.505519 1.010226,-0.858782 2.366788,-1.383145 3.848625,-1.383145 1.480894,0 2.837456,0.524363 3.847446,1.383145 1.027685,0.873605 1.709741,2.106651 1.787122,3.504594 0.07927,1.438713 -0.49591,2.77459 -1.504012,3.764001 -1.027686,1.007933 -2.493008,1.640678 -4.130556,1.640678 -1.63849,0 -3.103814,-0.632745 -4.131451,-1.640678 -1.00914,-0.989411 -1.58234,-2.325288 -1.503094,-3.763076 l 0,0 0,0 0,0 z"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.51999996;fill:url(#radialGradient14827);fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 25.8125,6.03125 c -0.404852,5.53e-4 -2.204797,-0.059029 -2.48145,0.1349032 -0.280209,0.195652 -0.335403,0.376484 -0.34375,0.46875 -0.0083,0.092266 -0.01539,0.17648 0.1875,0.34375 0.01899,0.015735 0.04457,0.014317 0.0625,0.03125 0.124258,0.101028 4.748869,4.1248618 4.748869,4.1248618 0.373658,0.304091 0.504393,0.795817 0.34375,1.25 -0.160635,0.454191 -0.580748,0.373449 -1.0625,0.375 -5.634142,0.05114 -15.087371,-0.129601 -15.087371,-0.129601 -0.952967,6.38e-4 -2.339958,0.524782 -2.4062504,1.59375 -0.063562,1.024947 0.9247974,1.4375 1.5937504,1.4375 0,-1e-6 8.8125,0 8.8125,0 0.488364,-5.92e-4 0.936141,0.225277 1.09375,0.6875 0.157609,0.462231 -0.01926,0.514621 -0.40625,0.8125 0,0 -16.086298,13.088586 -16.086298,13.088586 -0.00142,0.0014 -0.029829,-0.0014 -0.03125,0 -0.064037,0.04879 -0.054226,0.04875 -0.03125,0.03125 -0.5536758,0.424619 -0.9087886,1.004019 -1.03125,1.5 -0.1224536,0.495981 -0.04661,0.856152 0.1875,1.15625 0.4788333,0.613413 1.777612,0.754857 2.90625,-0.15625 1e-7,10e-7 8.65625,-7.09375 8.65625,-7.09375 0.361955,-0.295753 0.872897,-0.352437 1.28125,-0.125 0.408345,0.227436 0.623381,0.692814 0.5625,1.15625 0,-1e-6 -0.0997,0.953636 -0.09375,1.34375 0.09498,1.301756 0.451616,2.521825 0.989039,3.664234 C 20.799917,36.321089 27.770982,19.392853 44.1875,21.03125 43.339652,19.54368 42.151282,18.185293 40.65625,16.96875 36.159865,13.309932 31.42016,9.882897 26.8125,6.34375 26.805335,6.338858 26.788292,6.317553 26.78125,6.3125 26.570707,6.151312 26.216591,6.030689 25.8125,6.03125 z"
+ id="path14798"
+ sodipodi:nodetypes="csssscsccsscsccssssscsscccsssc"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
id="g20347"
transform="translate(0,2)">
<rect
@@ -57625,145 +30164,142 @@
</g>
</g>
<g
- id="g37027">
+ id="g33683"
+ transform="translate(0,2)">
+ <rect
+ y="176"
+ x="446"
+ height="16"
+ width="16"
+ id="rect18831"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- transform="translate(0,2)"
- id="g33683">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18831"
- width="16"
- height="16"
- x="446"
- y="176" />
- <g
- style="display:inline"
- id="g11360"
- transform="translate(263.91329,149.04559)">
- <path
- sodipodi:nodetypes="csssccsssc"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="path11362"
- d="m 190.07108,29.454411 c -3.02619,0 -5.48439,2.463313 -5.48438,5.5 0,3.036688 2.45819,5.500001 5.48438,5.5 3.02619,0 5.48437,-2.46331 5.48437,-5.5 0,-3.036689 -2.45818,-5.500001 -5.48437,-5.5 z m 0,2.98305 c 1.36546,0 2.53849,1.100464 2.53848,2.454803 0,1.354341 -1.17303,2.501413 -2.53848,2.501412 -1.36546,0 -2.47581,-1.14707 -2.47581,-2.501412 0,-1.354341 1.11035,-2.454805 2.47581,-2.454803 z"
- style="fill:url(#linearGradient37097);fill-opacity:1;fill-rule:nonzero;stroke:#11243e;stroke-width:0.80000001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- transform="matrix(0.566689,0,0,-0.562497,115.2063,101.3747)"
- sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient15782);stroke-width:1.77120221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- id="path11364"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path11366"
- style="fill:none;stroke:url(#linearGradient33681);stroke-width:2.33340454;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- sodipodi:type="arc"
- transform="matrix(0.4330916,0,0,-0.424074,132.95389,85.01929)" />
- </g>
+ transform="translate(263.91329,149.04559)"
+ id="g11360"
+ style="display:inline">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient37097);fill-opacity:1;fill-rule:nonzero;stroke:#11243e;stroke-width:0.80000001;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 190.07108,29.454411 c -3.02619,0 -5.48439,2.463313 -5.48438,5.5 0,3.036688 2.45819,5.500001 5.48438,5.5 3.02619,0 5.48437,-2.46331 5.48437,-5.5 0,-3.036689 -2.45818,-5.500001 -5.48437,-5.5 z m 0,2.98305 c 1.36546,0 2.53849,1.100464 2.53848,2.454803 0,1.354341 -1.17303,2.501413 -2.53848,2.501412 -1.36546,0 -2.47581,-1.14707 -2.47581,-2.501412 0,-1.354341 1.11035,-2.454805 2.47581,-2.454803 z"
+ id="path11362"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:nodetypes="csssccsssc" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path11364"
+ style="fill:none;stroke:url(#linearGradient15782);stroke-width:1.77120221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc"
+ transform="matrix(0.566689,0,0,-0.562497,115.2063,101.3747)" />
+ <path
+ transform="matrix(0.4330916,0,0,-0.424074,132.95389,85.01929)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient33681);stroke-width:2.33340454;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path11366"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
</g>
+ </g>
+ <g
+ id="g33690"
+ transform="translate(0,2)">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect18829"
+ width="16"
+ height="16"
+ x="425"
+ y="176" />
<g
- transform="translate(0,2)"
- id="g33690">
- <rect
- y="176"
- x="425"
- height="16"
- width="16"
- id="rect18829"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ transform="translate(263,148.99995)"
+ id="g11368"
+ style="display:inline">
<g
- style="display:inline"
- id="g11368"
- transform="translate(263,148.99995)">
- <g
- transform="matrix(0.786268,0,0,0.7877987,82.392071,-41.848894)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="g11370">
- <path
- transform="matrix(0.874026,0,0,0.873701,-3.948211,-5.552958)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path11372"
- style="fill:url(#linearGradient37095);fill-opacity:1;fill-rule:nonzero;stroke:#11243e;stroke-width:1.16319752;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- transform="matrix(0.398744,0,0,-0.395524,58.82401,144.1804)"
- sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient33700);stroke-width:3.20095801;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path11374"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </g>
+ id="g11370"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="matrix(0.786268,0,0,0.7877987,82.392071,-41.848894)">
<path
- transform="matrix(0.186538,0,0,-0.189699,145.3693,57.36304)"
sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient33666);stroke-width:5.31599474;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- id="path11376"
+ style="fill:url(#linearGradient37095);fill-opacity:1;fill-rule:nonzero;stroke:#11243e;stroke-width:1.16319752;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path11372"
sodipodi:cx="132"
sodipodi:cy="118"
sodipodi:rx="8"
sodipodi:ry="8"
d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path11378"
- style="fill:none;stroke:url(#linearGradient33668);stroke-width:1.77120221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- sodipodi:type="arc"
- transform="matrix(0.566689,0,0,-0.562497,95.23056,101.3747)" />
+ transform="matrix(0.874026,0,0,0.873701,-3.948211,-5.552958)" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
sodipodi:ry="8"
sodipodi:rx="8"
sodipodi:cy="118"
sodipodi:cx="132"
- id="path11380"
- style="fill:none;stroke:url(#linearGradient33670);stroke-width:2.35577321;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path11374"
+ style="fill:none;stroke:url(#linearGradient33700);stroke-width:3.20095801;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc"
- transform="matrix(0.424906,0,0,-0.424074,114.01316,85.183325)" />
+ transform="matrix(0.398744,0,0,-0.395524,58.82401,144.1804)" />
</g>
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path11376"
+ style="fill:none;stroke:url(#linearGradient33666);stroke-width:5.31599474;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc"
+ transform="matrix(0.186538,0,0,-0.189699,145.3693,57.36304)" />
+ <path
+ transform="matrix(0.566689,0,0,-0.562497,95.23056,101.3747)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient33668);stroke-width:1.77120221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path11378"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ transform="matrix(0.424906,0,0,-0.424074,114.01316,85.183325)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient33670);stroke-width:2.35577321;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path11380"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
</g>
</g>
<g
@@ -58149,13 +30685,6 @@
</g>
</g>
</g>
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect20199"
- width="16"
- height="16"
- x="466.98392"
- y="430" />
<g
id="g21376"
transform="translate(0,2)">
@@ -59846,42 +32375,34 @@
</g>
</g>
<g
- style="display:inline"
- id="g24537"
- transform="translate(401,487.00001)">
+ id="g106468">
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ transform="matrix(-1.9535916,0,0,1.1712921,1176.1968,319.2322)"
+ id="g29877-5-3-1"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path29879-5-0-9"
+ d="m 392.96689,241.84215 -0.56915,0 -3.5287,2.84782 0,1.13912 3.5287,2.84781 0.56915,0 0,-6.83475 0,0 0,0 z"
+ style="color:#000000;fill:url(#radialGradient106344-5);fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient106433);stroke-width:0.66107476px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path29881-5-6-0"
+ d="m 392.96688,248.67221 -0.57173,0 -3.51515,-2.83619 -0.008,-1.21916"
+ style="fill:none;stroke:url(#linearGradient106307-2);stroke-width:0.66107482px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
<rect
- y="111"
- x="3"
+ y="598"
+ x="404"
height="16"
width="16"
id="rect24491"
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- transform="matrix(0,1,1,0,-107.98388,124.97416)"
- id="g10010"
- style="display:inline">
- <g
- id="g10012"
- transform="matrix(0,1.991162,-1,0,113.0259,123)">
- <path
- id="path10015"
- transform="matrix(0.502219,0,0,-1,-7.53329,238)"
- d="m 7.03125,115 0,8 2,0 0,-1 2,0 0,-1 1.96875,0 0,-1 2,0 0,-2 -2,0 0,-1 -1.96875,0 0,-1 -2,0 0,-1 -2,0 z"
- style="fill:url(#linearGradient15582);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000107;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="matrix(0,-1,-1,0,119.0259,130)"
- id="g10017"
- style="opacity:0.65">
- <path
- id="path10019"
- transform="matrix(-1,0,0,-1,22,244.00006)"
- d="m 15,118 0,2 -2,0 0,1 2,0 0,-0.5 1,0 0,-2.5 -1,0 z m -2,3 -2,0 0,1 2,0 0,-1 z m -2,1 -2,0 0,1 2,0 0,-1 z m -2,1 -2,0 0,1 2,0 0,-1 z"
- style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000107;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- </g>
</g>
<g
id="g29910">
@@ -59916,44 +32437,6 @@
</g>
<g
style="display:inline"
- id="g24545"
- transform="translate(402,487.00001)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect24493"
- width="16"
- height="16"
- x="23"
- y="111" />
- <g
- id="g10021"
- transform="translate(35.990223,6.5708346e-5)"
- style="display:inline">
- <g
- transform="matrix(0,1.991162,-1,0,113.0259,123)"
- id="g10023">
- <path
- id="path10025"
- transform="matrix(0,-1,0.502219,0,-61.77297,149)"
- d="m 26,115.03125 0,2 1,0 0,2 1,0 0,1.96875 1,0 0,2 2,0 0,-2 1,0 0,-1.96875 1,0 0,-2 1,0 0,-2 -8,0 z"
- style="fill:url(#linearGradient15584);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000107;marker:none;visibility:visible;display:inline;overflow:visible"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="opacity:0.65"
- id="g10027"
- transform="matrix(0,-1,-1,0,119.0259,130)">
- <path
- id="path10029"
- d="m 34,115 0,2 1,0 0,-2 -1,0 z m 0,2 -1,0 0,2 1,0 0,-2 z m -1,2 -1,0 0,2 1,0 0,-2 z m -1,2 -1,0 0,2 -2,0 0,1 2.5,0 0,-1 0.5,0 0,-2 z"
- style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000107;marker:none;visibility:visible;display:inline;overflow:visible"
- transform="matrix(0,-1,-1,0,130.00007,155)"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- </g>
- <g
- style="display:inline"
id="g24559"
transform="translate(259,508.00001)">
<rect
@@ -63241,15 +35724,6 @@
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
<path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- id="path12018"
- d="m 218,313.25 c -0.99997,-6.5 5.99997,-3.25 4.99994,-9.25 l 5.00003,2 c 1,7 -6,2 -5,10 L 218,313.25 z"
- style="opacity:0.7;fill:url(#linearGradient12114);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88812488px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
sodipodi:nodetypes="ccccc"
style="opacity:0.75;fill:url(#radialGradient12116);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88812488px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 218,313.25 c -0.99997,-6.5 5.99997,-3.25 4.99994,-9.25 l 5.00003,2 c 1,7 -6,2 -5,10 L 218,313.25 z"
@@ -63259,6 +35733,15 @@
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ id="path12018"
+ d="m 218,313.25 c -0.99997,-6.5 5.99997,-3.25 4.99994,-9.25 l 5.00003,2 c 1,7 -6,2 -5,10 L 218,313.25 z"
+ style="opacity:0.7;fill:url(#linearGradient12114);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.88812488px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
sodipodi:nodetypes="cccc"
style="opacity:0.75;fill:none;stroke:url(#linearGradient12118);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 223.24994,304.5 4.25003,1.75 c 1,5.75 -5.50003,2 -5.08025,8.84783 l -4.04773,-2.23212"
@@ -67260,151 +39743,6 @@
</g>
<g
style="display:inline"
- id="g18694"
- transform="translate(142,636.00001)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18696"
- width="16"
- height="16"
- x="52"
- y="-38" />
- <g
- id="g18698">
- <path
- style="fill:url(#linearGradient18739);fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="M 62.7702,-30.75235 57,-25 l -2,1 -1,0 0,-1 1,-2 5.7702,-5.75235 2,2 z"
- id="path18700"
- sodipodi:nodetypes="cccccccc"
- inkscape:connector-curvature="0" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18707"
- width="1"
- height="1"
- x="59"
- y="-32" />
- <path
- sodipodi:nodetypes="ccszsccc"
- id="path18711"
- d="m 63.5,-29.5 0,-2.75 c 1.1224,0 1.75,0 2.5,-0.75 0.75,-0.75 0.75,-2.25 0,-3 -0.75,-0.75 -2.25,-0.75 -3,0 -0.75,0.75 -0.75,1.49506 -0.75,2.5 l -2.75,0 4,4 z"
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:#1a1a1a;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline"
- inkscape:connector-curvature="0" />
- <path
- inkscape:transform-center-x="-1.4435745"
- inkscape:transform-center-y="-1.4192649"
- style="fill:url(#linearGradient18741);fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="m 62.223231,-33.202546 c -0.115944,-0.125475 0.04861,-1.264203 0.813429,-2.119188 1.047313,-1.168793 1.89745,-0.869197 1.990207,-0.617779 1.02063,2.766441 -1.73024,3.898595 -2.803636,2.736967 z"
- id="path18713"
- sodipodi:nodetypes="csss"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- id="path18715"
- d="m 61.26612,-32.5 c 0,0 0.25,0 0.25,0 l 0,-1"
- style="opacity:0.98000004;fill:none;stroke:url(#linearGradient18743);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <rect
- y="-31"
- x="58"
- height="1"
- width="1"
- id="rect18717"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18719"
- width="1"
- height="1"
- x="57"
- y="-30" />
- <rect
- y="-29"
- x="56"
- height="1"
- width="1"
- id="rect18721"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18756"
- width="1"
- height="1"
- x="55"
- y="-28" />
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.85000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 55,-26 5.26612,-5.25"
- id="path18705"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18723"
- width="1"
- height="2"
- x="54"
- y="-27" />
- <rect
- y="-30"
- x="61"
- height="1"
- width="1"
- id="rect18725"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18727"
- width="1"
- height="1"
- x="60"
- y="-29" />
- <rect
- y="-28"
- x="59"
- height="1"
- width="1"
- id="rect18729"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18731"
- width="1"
- height="1"
- x="58"
- y="-27" />
- <rect
- y="-25"
- x="55"
- height="1"
- width="2"
- id="rect18733"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18735"
- width="1"
- height="1"
- x="53"
- y="-25" />
- <rect
- y="-24"
- x="54"
- height="1"
- width="1"
- id="rect18737"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="-26"
- x="57"
- height="1"
- width="1"
- id="rect18758"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- </g>
- <g
- style="display:inline"
id="g22771"
transform="translate(-186,487.00001)">
<g
@@ -67511,229 +39849,6 @@
</g>
</g>
<g
- id="g35902"
- transform="translate(0,128.00001)"
- style="opacity:0.5">
- <g
- transform="translate(-62,381)"
- id="g25615"
- style="display:inline">
- <g
- id="g25573">
- <rect
- y="89"
- x="361"
- height="16"
- width="16"
- id="rect25571"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <g
- transform="translate(0.9838772,-1.0894775e-6)"
- id="g25608">
- <g
- transform="translate(0.01612278,-10.2501)"
- id="g15030"
- style="display:inline">
- <rect
- style="fill:url(#linearGradient15053);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="rect15032"
- width="10"
- height="7.0000019"
- x="-374.5"
- y="106.7501"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="scale(-1,1)" />
- <rect
- style="fill:none;stroke:url(#linearGradient15057);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
- id="rect15040"
- width="8"
- height="5"
- x="365.5"
- y="107.7501"
- rx="0"
- ry="0" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="cccss"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="m 368.5,96.50008 0,-2 c 0,-1.75 -0.5,-3 -2.75,-3.00008 -1.39457,5e-5 -2.11685,0.472178 -2.46449,1.252855 C 363.15678,93.041941 363.21167,92.76126 363,93.5"
- style="fill:none;stroke:#000000;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new"
- id="path41959"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cscs"
- id="path41961"
- d="m 368.5,96.50008 c 0,0 0,-2 0,-2 0,-1.75 -0.49997,-3 -2.75,-3.00008 -1.40162,5e-5 -2.25,0.5 -2.46974,1.334395"
- style="fill:none;stroke:url(#linearGradient41963);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="translate(228,508)"
- style="opacity:0.5;display:inline"
- id="g19022">
- <path
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- d="m 77,-28.5 7.5,0"
- id="path19024"
- inkscape:connector-curvature="0" />
- <path
- id="path19026"
- d="m 77,-26.5 7.5,0"
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- d="m 77,-24.5 7.5,0"
- id="path19028"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline"
- transform="translate(212.0625,286.06249)"
- id="g36031">
- <rect
- y="193.9375"
- x="95.937515"
- height="2.0000124"
- width="1"
- id="rect36033"
- style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36035"
- width="0.99998754"
- height="0.99994379"
- x="95.937515"
- y="193.9375" />
- <path
- id="path36037"
- d="m 96.9375,193.93751 0,2 -1,0 0,1 1,0 1,0 0,-1 0,-2 -1,0 z"
- style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- id="g35921"
- transform="translate(0,128.00001)">
- <g
- id="g35081">
- <g
- id="g19004">
- <g
- transform="translate(-61,381)"
- id="g25576">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect25569"
- width="16"
- height="16"
- x="381"
- y="89" />
- </g>
- <g
- transform="translate(-61.016123,381)"
- id="g25591">
- <g
- style="display:inline"
- id="g15042"
- transform="translate(0.01612278,-10.250102)">
- <rect
- transform="scale(-1,1)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- style="fill:url(#linearGradient19045);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="rect15044"
- width="10"
- height="7.0000267"
- x="-394.5"
- y="106.75008" />
- <path
- sodipodi:nodetypes="ccccc"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="m 392.5,106.7501 0,-2 c 0,-2 -0.75,-3 -3,-3.00008 -2.25,8e-5 -3,1.00008 -3,3.00008 l 0,2"
- style="fill:none;stroke:#000000;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path15046"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="csccc"
- id="path15049"
- d="m 392.5,106.7501 c 0,0 0,-2.25 0,-2.25 0,-1.75 -0.75,-2.75 -3.00003,-2.75008 -2.24997,8e-5 -2.99997,1.00008 -2.99997,2.75008 l 0,2.25005"
- style="fill:none;stroke:url(#linearGradient19047);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:connector-curvature="0" />
- </g>
- <rect
- ry="0"
- rx="0"
- y="97.5"
- x="385.51611"
- height="5"
- width="8"
- id="rect15051"
- style="fill:none;stroke:url(#linearGradient19049);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
- </g>
- </g>
- <g
- transform="translate(248,508)"
- style="opacity:0.5;display:inline"
- id="g19014">
- <path
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- d="m 77,-28.5 7.5,0"
- id="path19016"
- inkscape:connector-curvature="0" />
- <path
- id="path19018"
- d="m 77,-26.5 7.5,0"
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- d="m 77,-24.5 7.5,0"
- id="path19020"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- id="g36039"
- transform="translate(232.0625,286.06249)"
- style="display:inline">
- <rect
- style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36041"
- width="1"
- height="2.0000124"
- x="95.937515"
- y="193.9375" />
- <rect
- y="193.9375"
- x="95.937515"
- height="0.99994379"
- width="0.99998754"
- id="rect36043"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 96.9375,193.93751 0,2 -1,0 0,1 1,0 1,0 0,-1 0,-2 -1,0 z"
- id="path36045"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
style="display:inline"
id="g35565"
transform="translate(147,527.00001)">
@@ -71705,7 +43820,7 @@
</g>
</g>
<g
- transform="translate(91.983879,214.06153)"
+ transform="translate(113.22629,214.3098)"
id="g42123"
style="display:inline;enable-background:new">
<rect
@@ -75452,301 +47567,6 @@
y="584" />
</g>
<g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\RELEASES\g42357.png"
- transform="translate(14,298.00001)"
- id="g22044"
- style="display:inline;enable-background:new">
- <rect
- y="237"
- x="222"
- height="16"
- width="16"
- id="rect22048"
- style="opacity:0.01000001;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="opacity:0.6;fill:#ffd6aa;fill-opacity:1;fill-rule:evenodd;stroke:#2b1600;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22050"
- width="9.0000076"
- height="6.0211244"
- x="225.5"
- y="238.5" />
- <g
- transform="translate(-157,-161)"
- id="g22053">
- <path
- sodipodi:nodetypes="ccccc"
- id="path22056"
- d="m 383.5,410.5 3,3 3,-3 -3,-3 -3,3 z"
- style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 383.75,410.5 2.75,2.75 2.75,-2.75 -2.75,-2.75 -2.75,2.75 z"
- id="path22058"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path22060"
- d="m 384.5,410.5 2,-2 2,2 -2,2 -2,-2 z"
- style="fill:none;stroke:url(#linearGradient22249);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <g
- id="g22063"
- transform="translate(41,-3)"
- style="fill:#000000">
- <rect
- y="414"
- x="343"
- height="1"
- width="1"
- id="rect22066"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22068"
- width="1"
- height="1"
- x="346"
- y="411" />
- <rect
- y="412"
- x="347"
- height="1"
- width="1"
- id="rect22070"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22072"
- width="1"
- height="1"
- x="348"
- y="413" />
- <rect
- y="414"
- x="347"
- height="1"
- width="1"
- id="rect22074"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22076"
- width="1"
- height="1"
- x="346"
- y="415" />
- <rect
- y="416"
- x="345"
- height="1"
- width="1"
- id="rect22078"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22080"
- width="1"
- height="1"
- x="344"
- y="415" />
- <g
- style="fill:#000000"
- id="g22083" />
- <g
- style="fill:#b3b3b3"
- id="g22085" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22088"
- width="1"
- height="1"
- x="342"
- y="413" />
- <rect
- y="412"
- x="343"
- height="1"
- width="1"
- id="rect22092"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22094"
- width="1"
- height="1"
- x="344"
- y="411" />
- <rect
- y="410"
- x="345"
- height="1"
- width="1"
- id="rect22097"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- </g>
- <g
- transform="translate(-152,-169)"
- id="g22100">
- <path
- sodipodi:nodetypes="ccccccccc"
- id="path22157"
- d="m 383.75,410.25 0,0.5 2.5,2.5 0.5,0 2.5,-2.5 0,-0.5 -2.5,-2.5 -0.5,0 -2.5,2.5 z"
- style="fill:none;stroke:#552c00;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#e98316;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="m 383.75,410.5 2.75,2.75 2.75,-2.75 -2.75,-2.75 -2.75,2.75 z"
- id="path22159"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path22161"
- d="m 384.5,410.5 2,-2 2,2 -2,2 -2,-2 z"
- style="fill:none;stroke:url(#linearGradient22251);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <g
- id="g22163"
- transform="translate(41,-3)"
- style="fill:#554400">
- <path
- style="fill:#552c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 248,536 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z"
- transform="translate(97,-126.00001)"
- id="rect22165"
- inkscape:connector-curvature="0" />
- <g
- style="fill:#554400"
- id="g22194" />
- <g
- style="fill:#554400"
- id="g22196" />
- </g>
- </g>
- <g
- id="g22206"
- transform="translate(-161,-169)">
- <path
- style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 383.75,410.25 0,0.5 2.5,2.5 0.5,0 2.5,-2.5 0,-0.5 -2.5,-2.5 -0.5,0 -2.5,2.5 z"
- id="path22208"
- sodipodi:nodetypes="ccccccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path22212"
- d="m 383.75,410.5 2.75,2.75 2.75,-2.75 -2.75,-2.75 -2.75,2.75 z"
- style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;stroke:url(#linearGradient22253);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 384.5,410.5 2,-2 2,2 -2,2 -2,-2 z"
- id="path22214"
- inkscape:connector-curvature="0" />
- <g
- style="fill:#000000"
- transform="translate(41,-3)"
- id="g22216">
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22218"
- width="1"
- height="1"
- x="343"
- y="414" />
- <rect
- y="411"
- x="346"
- height="1"
- width="1"
- id="rect22220"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22223"
- width="1"
- height="1"
- x="347"
- y="412" />
- <rect
- y="413"
- x="348"
- height="1"
- width="1"
- id="rect22226"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22228"
- width="1"
- height="1"
- x="347"
- y="414" />
- <rect
- y="415"
- x="346"
- height="1"
- width="1"
- id="rect22230"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22232"
- width="1"
- height="1"
- x="345"
- y="416" />
- <rect
- y="415"
- x="344"
- height="1"
- width="1"
- id="rect22234"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g22236"
- style="fill:#000000" />
- <g
- id="g22239"
- style="fill:#b3b3b3" />
- <rect
- y="413"
- x="342"
- height="1"
- width="1"
- id="rect22241"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22243"
- width="1"
- height="1"
- x="343"
- y="412" />
- <rect
- y="411"
- x="344"
- height="1"
- width="1"
- id="rect22245"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22247"
- width="1"
- height="1"
- x="345"
- y="410" />
- </g>
- </g>
- </g>
- <g
style="display:inline;enable-background:new"
id="g24081"
transform="translate(405,-17.000053)"
@@ -77135,7 +48955,7 @@
</g>
<g
id="g27416"
- transform="translate(104.91639,-82)">
+ transform="translate(105,-82)">
<rect
style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
id="rect27418"
@@ -77197,7 +49017,7 @@
</g>
</g>
<g
- transform="translate(63.19709,-82)"
+ transform="translate(62.983887,-82)"
id="g27434">
<g
id="g27436"
@@ -77236,300 +49056,6 @@
style="opacity:0.25;fill:none;stroke:none" />
</g>
<g
- style="display:inline"
- id="g44444"
- transform="translate(23,401.99999)">
- <rect
- y="28"
- x="423"
- height="16"
- width="16"
- id="rect45374"
- style="opacity:0.01000001;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- style="display:inline;enable-background:new"
- transform="translate(205,-214)"
- id="g45376">
- <path
- style="fill:url(#linearGradient44421);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 224,252 2,0 1,0 0,2 1,2 1,0 0,-2 -1,0 0,-2 -0.75,0 0,-2 1.75,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,7 z"
- id="path45378"
- sodipodi:nodetypes="ccccccccccccccccccccccc"
- inkscape:connector-curvature="0" />
- <g
- id="g45380"
- style="fill:#1a1a1a;display:inline;enable-background:new"
- transform="translate(5,-6.0000002e-7)">
- <rect
- y="243"
- x="218.25"
- height="11"
- width="0.75"
- id="rect45382"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="244"
- x="219"
- height="1"
- width="1"
- id="rect45384"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="245"
- x="220"
- height="1"
- width="1"
- id="rect45386"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="246"
- x="221"
- height="1"
- width="1"
- id="rect45388"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="247"
- x="222"
- height="1"
- width="1"
- id="rect45390"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="248"
- x="223"
- height="1"
- width="1"
- id="rect45392"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="249"
- x="224"
- height="1"
- width="1.0000017"
- id="rect45394"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="252"
- x="219"
- height="1.0000032"
- width="1"
- id="rect45396"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="251.25"
- x="220"
- height="1.2500097"
- width="1"
- id="rect45398"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="252"
- x="221"
- height="2"
- width="1"
- id="rect45400"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="250"
- x="222.25"
- height="2"
- width="0.7499963"
- id="rect45402"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="252"
- x="223"
- height="1.9999931"
- width="1"
- id="rect45404"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="254"
- x="222"
- height="1.9999996"
- width="1"
- id="rect45406"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect45408"
- width="3"
- height="0.74999958"
- x="223"
- y="250" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect45410"
- width="1"
- height="7.0000038"
- x="219"
- y="245" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44417"
- width="1.5"
- height="1.0000006"
- x="223"
- y="256" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44419"
- width="1"
- height="1.9999931"
- x="224"
- y="254" />
- </g>
- </g>
- </g>
- <g
- id="g44513"
- transform="translate(44,402)"
- style="opacity:0.3;display:inline">
- <rect
- style="opacity:0.01000001;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44515"
- width="16"
- height="16"
- x="423"
- y="28" />
- <g
- id="g44517"
- transform="translate(205,-214)"
- style="display:inline;enable-background:new">
- <path
- sodipodi:nodetypes="ccccccccccccccccccccccc"
- id="path44519"
- d="m 224,252 2,0 1,0 0,2 1,2 1,0 0,-2 -1,0 0,-2 -0.75,0 0,-2 1.75,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,7 z"
- style="opacity:0.5;fill:url(#linearGradient44557);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <g
- transform="translate(5,-6.0000002e-7)"
- style="fill:#1a1a1a;display:inline;enable-background:new"
- id="g44521">
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44523"
- width="0.75"
- height="11"
- x="218.25"
- y="243" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44525"
- width="1"
- height="1"
- x="219"
- y="244" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44527"
- width="1"
- height="1"
- x="220"
- y="245" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44529"
- width="1"
- height="1"
- x="221"
- y="246" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44531"
- width="1"
- height="1"
- x="222"
- y="247" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44533"
- width="1"
- height="1"
- x="223"
- y="248" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44535"
- width="1.0000017"
- height="1"
- x="224"
- y="249" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44537"
- width="1"
- height="1.0000032"
- x="219"
- y="252" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44539"
- width="1"
- height="1.2500097"
- x="220"
- y="251.25" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44541"
- width="1"
- height="2"
- x="221"
- y="252" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44543"
- width="0.7499963"
- height="2"
- x="222.25"
- y="250" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44545"
- width="1"
- height="1.9999931"
- x="223"
- y="252" />
- <rect
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44547"
- width="1"
- height="1.9999996"
- x="222"
- y="254" />
- <rect
- y="250"
- x="223"
- height="0.74999958"
- width="3"
- id="rect44549"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="245"
- x="219"
- height="7.0000038"
- width="1"
- id="rect44551"
- style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="256"
- x="223"
- height="1.0000006"
- width="1.5"
- id="rect44553"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="254"
- x="224"
- height="1.9999931"
- width="1"
- id="rect44555"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- </g>
- </g>
- <g
transform="translate(147,170.00001)"
id="g27500">
<rect
@@ -78237,80 +49763,79 @@
</g>
</g>
<g
- style="display:inline;enable-background:new"
- id="g29104"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="translate(-212,-362)">
+ id="g56105">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect29107"
width="16"
height="16"
- x="742"
- y="414" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 743,422.75 743,420 z"
- id="path29110"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path29112"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 743,420.56558 743,420 z"
- style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="M 743.00001,422.75 743,420.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
- id="path29114"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29116"
- d="m 756.99996,423.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
- style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29118"
- d="m 743.5,420.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
- style="fill:none;stroke:url(#linearGradient29127);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path29120"
- d="m 743.5,420 7.49996,3.74998"
- style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- transform="matrix(1,0,0,0.8571429,0,59.785696)"
- d="m 751.5,420.25 c 0,0.9665 -1.11929,1.75 -2.5,1.75 -1.38071,0 -2.5,-0.7835 -2.5,-1.75 0,-0.9665 1.11929,-1.75 2.5,-1.75 1.38071,0 2.5,0.7835 2.5,1.75 z"
- sodipodi:ry="1.75"
- sodipodi:rx="2.5"
- sodipodi:cy="420.25"
- sodipodi:cx="749"
- id="path29122"
- style="fill:none;stroke:url(#linearGradient29129);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <rect
- y="423"
- x="756"
- height="1"
- width="1"
- id="rect29125"
- style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ x="530"
+ y="52" />
+ <g
+ id="g56091">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path29110"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 531,60.75 531,58 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 531,58.56558 531,58 z"
+ id="path29112" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ id="path29114"
+ d="M 531.00001,60.75 531,58.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
+ style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 544.99996,61.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
+ id="path29116"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient56084);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
+ id="path29118"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58 7.49996,3.74998"
+ id="path29120"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient29129);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path29122"
+ sodipodi:cx="749"
+ sodipodi:cy="420.25"
+ sodipodi:rx="2.5"
+ sodipodi:ry="1.75"
+ d="m 751.5,420.25 a 2.5,1.75 0 1 1 -5,0 2.5,1.75 0 1 1 5,0 z"
+ transform="matrix(1,0,0,0.8571429,-212,-302.2143)" />
+ <rect
+ style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect29125"
+ width="1"
+ height="1"
+ x="544"
+ y="61" />
+ </g>
</g>
<g
transform="translate(-0.1658249,128.41502)"
@@ -80302,7 +51827,7 @@
<path
id="path36244"
d="m 164.5,585.25001 0,-2.75 -5,0 0,2.75"
- style="opacity:0.48000004;fill:none;stroke:#2b2200;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="opacity:0.48000004;fill:none;stroke:#2b2200;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<g
@@ -80686,9 +52211,9 @@
</g>
<path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 142,539 0,1 -1,0 0,1 -1,0 0,2 1,0 0,1 1,0 0,1 1,0 0,-1 0,-1 3.5,0 0,-2 -3.5,0 0,-1 0,-1 -1,0 z"
+ d="m 142,545 1,3e-5 0,-1 0,-1 3.5,0 0,-2 -3.5,0 0,-1 0,-1 -1,-3e-5 -2,2.5 0,1 z"
id="path36337"
- sodipodi:nodetypes="ccccccccccccccccccc"
+ sodipodi:nodetypes="ccccccccccccc"
inkscape:connector-curvature="0" />
</g>
<g
@@ -81008,7 +52533,8 @@
width="2"
height="6"
x="98"
- y="452" />
+ y="452"
+ ry="0.453125" />
<rect
y="-102"
x="454"
@@ -81016,7 +52542,8 @@
width="2"
id="rect36405"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="matrix(0,1,-1,0,0,0)" />
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="0.65625" />
</g>
</g>
</g>
@@ -81171,7 +52698,8 @@
width="2"
id="rect36439"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="matrix(0,1,-1,0,0,0)" />
+ transform="matrix(0,1,-1,0,0,0)"
+ ry="0.609375" />
</g>
<g
style="display:inline;enable-background:new"
@@ -81648,14 +53176,16 @@
height="2.5"
width="1"
id="rect36584"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ ry="0.5" />
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect36586"
width="1"
height="1"
- x="278"
- y="-11" />
+ x="277.49176"
+ y="-11.287262"
+ ry="0.5" />
</g>
<g
mask="url(#mask13052)"
@@ -81673,55 +53203,22 @@
width="1"
height="2.5"
x="277"
- y="-10" />
+ y="-10"
+ ry="0.390625" />
<rect
y="-11"
x="278"
height="1"
width="1"
id="rect36594"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ ry="0.5" />
</g>
</g>
<g
id="g36596" />
</g>
<rect
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36598"
- width="1"
- height="1"
- x="313"
- y="96" />
- <rect
- y="96"
- x="309"
- height="1"
- width="1"
- id="rect36600"
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="103"
- x="313"
- height="1"
- width="1"
- id="rect36602"
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36604"
- width="1"
- height="1"
- x="312"
- y="102" />
- <rect
- y="97"
- x="310"
- height="1"
- width="3"
- id="rect36606"
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect36608"
width="1"
@@ -81767,14 +53264,16 @@
width="1"
height="3.5"
x="277"
- y="-11.0625" />
+ y="-11.0625"
+ ry="0.5" />
<rect
y="-12.0625"
x="278"
height="1"
width="1"
id="rect36624"
- style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ ry="0.5" />
</g>
<g
id="g36626"
@@ -81803,7 +53302,8 @@
width="1"
height="3.5"
x="277"
- y="-10" />
+ y="-10"
+ ry="0.5" />
<rect
y="-11"
x="278"
@@ -81869,34 +53369,6 @@
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
<rect
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36656"
- width="1"
- height="1"
- x="304"
- y="101" />
- <rect
- y="101"
- x="300"
- height="1"
- width="1"
- id="rect36658"
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="93"
- x="304"
- height="1"
- width="1"
- id="rect36660"
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36662"
- width="1"
- height="1"
- x="300"
- y="93" />
- <rect
y="99"
x="302"
height="1"
@@ -82409,114 +53881,10 @@
<g
id="g36976"
transform="translate(1,84)">
- <path
- id="path36978"
- d="m 223,243 0,10 1,0 0,-1 1,0 1,0 0,2 1,0 0,1 1,0 0,-1 1,0 0,-2 -1,0 0,-2 1,0 1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
<g
transform="translate(5,-6.0000002e-7)"
style="fill:#1a1a1a;display:inline;enable-background:new"
- id="g36980">
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36982"
- width="1"
- height="10"
- x="218"
- y="243" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36984"
- width="1"
- height="1"
- x="219"
- y="244" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36986"
- width="1"
- height="1"
- x="220"
- y="245" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36988"
- width="1"
- height="1"
- x="221"
- y="246" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36990"
- width="1"
- height="1"
- x="222"
- y="247" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36992"
- width="1"
- height="1"
- x="223"
- y="248" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36994"
- width="1.0000017"
- height="1"
- x="224"
- y="249" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36996"
- width="1"
- height="1"
- x="219"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36998"
- width="1"
- height="1"
- x="220"
- y="251" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37000"
- width="1"
- height="2"
- x="221"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37002"
- width="0.75"
- height="2"
- x="222.25"
- y="250" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37004"
- width="1"
- height="1.9999931"
- x="223"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37006"
- width="1.5"
- height="1.0000006"
- x="222"
- y="254" />
- <rect
- y="250"
- x="223.5"
- height="1"
- width="1.5"
- id="rect37008"
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
+ id="g36980" />
</g>
<g
id="g37010"
@@ -82741,6 +54109,24 @@
style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
+ <path
+ style="fill:url(#linearGradient106628);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 287.75,590.75 1.75,-1.5 1.99177,3.7253 1.75,-1 L 291.5,588.5 l 2.5,0 -6.25,-6.25 z"
+ id="path45378-1-5-6-2"
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 287.54419,581.36742 7,7.25 -3,0 1.69346,3.25845 -1.75,1 -1.69346,-3.50845 -2.25,2.25 z"
+ id="path17835-7-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 288.34375,583.75 0,5.75"
+ id="path17845-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
<g
style="opacity:0.96000001;display:inline;enable-background:new"
id="g37068"
@@ -86296,164 +57682,6 @@
</g>
</g>
<g
- id="g38307"
- transform="translate(-21,21)">
- <rect
- y="451"
- x="278"
- height="16"
- width="16"
- id="rect35680"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g38283">
- <g
- style="opacity:0.9;display:inline;enable-background:new"
- transform="translate(-165,235.02369)"
- id="g35844"
- inkscape:transform-center-x="-0.78726"
- inkscape:transform-center-y="2.2787562">
- <path
- style="opacity:0.85;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 454.5,218.5 c -1.25,-1.5 -2.5,-1.5 -4,1 -1.5,-2.5 -2.75,-2.5 -4,-1"
- id="path35846"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- id="path35848"
- d="m 454.5,218.5 c -1.25,-1.5 -2.5,-1.5 -4,1 -1.5,-2.5 -2.75,-2.5 -4,-1"
- style="fill:none;stroke:#f2f2f2;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35914"
- width="1"
- height="2"
- x="450"
- y="217.9763" />
- <rect
- y="217.9763"
- x="449.25"
- height="1"
- width="0.75"
- id="rect35916"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35919"
- width="0.75"
- height="1"
- x="451"
- y="217.9763" />
- </g>
- <g
- inkscape:transform-center-y="2.2787562"
- inkscape:transform-center-x="-0.78726"
- id="g35860"
- transform="translate(-167,246.02369)"
- style="opacity:0.9;display:inline;enable-background:new">
- <path
- sodipodi:nodetypes="ccccc"
- id="path35862"
- d="m 452.5,218.47631 -1,-1 -2,2 -2,-2 -1,1.02369"
- style="opacity:0.85;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 452.5,218.47631 -1,-1 -2,2 -2,-2 -1,1.02369"
- id="path35864"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <rect
- y="218.4763"
- x="449"
- height="1.4999862"
- width="1"
- id="rect35927"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35349"
- width="1"
- height="0.99998617"
- x="448"
- y="217.9763" />
- <rect
- y="216.9763"
- x="447"
- height="0.99998617"
- width="1"
- id="rect35351"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35353"
- width="1"
- height="0.99998617"
- x="446"
- y="217.9763" />
- <rect
- y="217.9763"
- x="452"
- height="0.99998617"
- width="1"
- id="rect35355"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35357"
- width="1"
- height="0.99998617"
- x="451"
- y="216.9763" />
- <rect
- y="217.9763"
- x="450"
- height="0.99998617"
- width="1"
- id="rect35359"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <g
- id="g38276">
- <path
- sodipodi:nodetypes="ccc"
- id="path35702"
- d="m 292.5,459.5 c -1.25,-1.5 -3.5,-1.5 -5,1 -1.5,-2.5 -3.75,-2.5 -5,-1"
- style="opacity:0.85;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#ececec;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 292.5,459.5 c -1.25,-1.5 -3.5,-1.5 -5,1 -1.5,-2.5 -3.75,-2.5 -5,-1"
- id="path35704"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- <rect
- y="459"
- x="287"
- height="2"
- width="1"
- id="rect35908"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35910"
- width="0.75"
- height="1"
- x="286.25"
- y="459" />
- <rect
- y="459"
- x="288"
- height="1"
- width="0.75"
- id="rect35912"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.60000002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- </g>
- </g>
- <g
style="display:inline;enable-background:new"
id="g35366"
transform="translate(333.02099,358)">
@@ -88075,7 +59303,7 @@
</g>
<g
id="g36448"
- transform="translate(21,7.349e-5)">
+ transform="translate(41.84997,0.15003049)">
<g
transform="translate(105,416)"
id="g36297">
@@ -88360,82 +59588,6 @@
inkscape:connector-curvature="0" />
</g>
</g>
- <g
- style="opacity:0.55;display:inline"
- id="g35778"
- transform="translate(111,-158)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35780"
- width="16"
- height="16"
- x="-64"
- y="336" />
- <g
- transform="translate(1,0)"
- id="g35782">
- <g
- transform="translate(-386,446.5)"
- id="g35785">
- <path
- id="path35787"
- d="m 329.5,-108.25 -5.5,2 0,6.75 5.5,3 5.5,-3 0,-6.75 -5.5,-2 z"
- style="fill:#552200;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- style="fill:#c9c9c9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06898749px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 324,-99.5 0,-7 6,-1.75 0,11.5 -0.5,0.25 -5.5,-3 z"
- id="path35789"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <g
- transform="translate(179,-179)"
- id="g35791">
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89401144px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 156,79.5 0,-7 -5,-1.75 0,11.5 5,-2.75 z"
- id="path35793"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- sodipodi:nodetypes="ccccc"
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="m 145,72.5 5.5,-2 5.5,2 -5.5,2.5 -5.5,-2.5 z"
- id="path35795"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="fill:none;stroke:url(#linearGradient36725);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 334.5,-106.5 0,6.75 -5,2.75 -5,-2.75 0,-6.75"
- id="path35797"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- </g>
- <rect
- style="fill:url(#linearGradient36727);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect35799"
- width="1"
- height="7.75"
- x="-57"
- y="342" />
- <path
- style="fill:none;stroke:url(#linearGradient36729);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -61,340.65468 c 0,0 4.5,2 4.5,2 l 4.5,-2"
- id="path35801"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- </g>
- </g>
<rect
y="181"
x="7.0214434"
@@ -88498,35 +59650,114 @@
style="fill:none;stroke:#462400;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:7.40000265;display:inline"
inkscape:connector-curvature="0" />
</g>
- <rect
- y="185"
- x="54"
- height="7.25"
- width="3.0000007"
- id="rect37868-0-4-8"
- style="opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- transform="translate(-1080.9861,-256)"
- style="fill:#ffeeaa;display:inline"
- id="g35818">
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="path35820"
- d="m 1130.4859,445.25 0,-7.5 6,2.75 0,8 -6,-3.25 z"
- style="fill:#ffb769;fill-opacity:1;fill-rule:nonzero;stroke:#542b00;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.8627451;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- style="fill:none;stroke:#462400;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 1136.4859,448.5 -6,-3.25 0,-7.5"
- id="path35822"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
+ id="g106643">
+ <g
+ transform="translate(111,-158)"
+ id="g35778"
+ style="opacity:0.55;display:inline">
+ <rect
+ y="336"
+ x="-64"
+ height="16"
+ width="16"
+ id="rect35780"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g35782"
+ transform="translate(1,0)">
+ <g
+ id="g35785"
+ transform="translate(-386,446.5)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#552200;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 329.5,-108.25 -5.5,2 0,6.75 5.5,3 5.5,-3 0,-6.75 -5.5,-2 z"
+ id="path35787" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ id="path35789"
+ d="m 324,-99.5 0,-7 6,-1.75 0,11.5 -0.5,0.25 -5.5,-3 z"
+ style="fill:#c9c9c9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06898749px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cccccc" />
+ <g
+ id="g35791"
+ transform="translate(179,-179)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path35793"
+ d="m 156,79.5 0,-7 -5,-1.75 0,11.5 5,-2.75 z"
+ style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89401144px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path35795"
+ d="m 145,72.5 5.5,-2 5.5,2 -5.5,2.5 -5.5,-2.5 z"
+ style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path35797"
+ d="m 334.5,-106.5 0,6.75 -5,2.75 -5,-2.75 0,-6.75"
+ style="fill:none;stroke:url(#linearGradient36725);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+ </g>
+ <rect
+ y="342"
+ x="-57"
+ height="7.75"
+ width="1"
+ id="rect35799"
+ style="fill:url(#linearGradient36727);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path35801"
+ d="m -61,340.65468 c 0,0 4.5,2 4.5,2 l 4.5,-2"
+ style="fill:none;stroke:url(#linearGradient36729);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <rect
+ style="opacity:0.07999998;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect37868-0-4-8"
+ width="3.0000007"
+ height="7.25"
+ x="54"
+ y="185" />
+ <g
+ id="g35818"
+ style="fill:#ffeeaa;display:inline"
+ transform="translate(-1080.9861,-256)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="fill:#ffb769;fill-opacity:1;fill-rule:nonzero;stroke:#542b00;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.8627451;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 1130.4859,445.25 0,-7.5 6,2.75 0,8 -6,-3.25 z"
+ id="path35820"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path35822"
+ d="m 1136.4859,448.5 -6,-3.25 0,-7.5"
+ style="fill:none;stroke:#462400;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccc" />
+ </g>
</g>
<g
transform="matrix(-1,0,0,1,532,25)"
@@ -89015,70 +60246,6 @@
</g>
</g>
<g
- id="g39075">
- <rect
- y="598"
- x="152"
- height="16"
- width="16"
- id="rect38813"
- style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g39064">
- <g
- id="g38817"
- transform="translate(-250,529)">
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="path38820"
- style="fill:none;stroke:#000000;stroke-width:3.70000005;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
- d="m 406.5,73.5 7,7 m 0,-7.00001 -7,7.00001"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="M 406.5,73.5 410,77"
- style="fill:none;stroke:#ececec;stroke-width:1.89999998;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- id="path38822"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path38826"
- style="fill:none;stroke:url(#linearGradient39142);stroke-width:1.89999998;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- d="M 410,77.00001 413.5,80.5 m 0,-7 -7,7"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 156,601 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 7,-1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -3,2 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z"
- id="rect38839"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 156,600 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 1,0 0,-1 -1,0 -1,0 z m 2,0 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 1,0 0,-1 0,-1 z m 0,2 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 -1,0 0,1 1,0 1,0 z m -2,0 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 0,-1 -1,0 0,1 0,1 z m 0,-2 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z"
- id="rect38928"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 164,602 0,1 1,0 0,-1 -1,0 z m -8,8 0,1 1,0 0,-1 -1,0 z"
- id="rect39051"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 164,609 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z"
- id="rect39055"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
transform="translate(179.00003,444.99999)"
id="g37955"
style="display:inline">
@@ -91395,71 +62562,6 @@
style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<g
- id="g36674"
- transform="translate(252,21)">
- <rect
- style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36676"
- width="16"
- height="16"
- x="152"
- y="598" />
- <g
- id="g36679">
- <g
- transform="translate(-250,529)"
- id="g36681">
- <path
- sodipodi:nodetypes="cccc"
- d="m 406.5,73.5 7,7 m 0,-7.00001 -7,7.00001"
- style="fill:none;stroke:#000000;stroke-width:3.70000005;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;display:inline"
- id="path36685"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path36688"
- style="fill:none;stroke:#ececec;stroke-width:1.89999998;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- d="M 406.5,73.5 410,77"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="M 410,77.00001 413.5,80.5 m 0,-7 -7,7"
- style="fill:none;stroke:url(#linearGradient36718);stroke-width:1.89999998;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- id="path36690"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- id="path36699"
- d="m 156,601 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 7,-1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -3,2 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path36709"
- d="m 156,600 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 1,0 0,-1 -1,0 -1,0 z m 2,0 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,0 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 1,0 0,-1 0,-1 z m 0,2 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 1,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 -1,0 0,1 1,0 1,0 z m -2,0 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 1,0 0,-1 z m -1,0 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 -1,0 0,1 z m 1,-1 1,0 0,-1 0,-1 -1,0 0,1 0,1 z m 0,-2 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m -1,-1 0,-1 -1,0 0,1 1,0 z m 0,-1 1,0 0,-1 -1,0 0,1 z"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path36711"
- d="m 164,602 0,1 1,0 0,-1 -1,0 z m -8,8 0,1 1,0 0,-1 -1,0 z"
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path36716"
- d="m 164,609 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z"
- style="fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
style="display:inline;enable-background:new"
id="g37741"
transform="translate(197.70204,-38.325069)">
@@ -96229,6 +67331,1809 @@
</g>
</g>
<g
+ id="g32752"
+ inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\RELEASES\v. 2.5.06\prvicons 2.5.06.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ y="180"
+ x="872"
+ height="192"
+ width="192"
+ id="rect30285"
+ style="opacity:0;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:5.39191818;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ transform="translate(856,-203)"
+ id="g21955"
+ style="opacity:0.3;display:inline;enable-background:new">
+ <rect
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect21957"
+ width="48"
+ height="48"
+ x="108"
+ y="430"
+ rx="2.4004419"
+ ry="0" />
+ <g
+ id="g21959">
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path21961"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ style="fill:url(#linearGradient21977);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path21963"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ id="path21965"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path21967"
+ style="fill:none;stroke:url(#linearGradient21979);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21969"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ id="path21971"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path21973"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21975"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ <g
+ id="g30335">
+ <g
+ id="g21367"
+ transform="translate(760,-202)">
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path21369"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ style="fill:url(#linearGradient30321);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path21371"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ id="path21373"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path21375"
+ style="fill:none;stroke:url(#linearGradient30323);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21377"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ id="path21569"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path21379"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21381"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="font-size:33.49144363px;font-style:normal;font-weight:normal;fill:#214478;fill-opacity:1;stroke:none;display:inline;font-family:Bitstream Vera Sans"
+ d="m 891.07148,245 -0.0715,9 2.39012,0 C 896,254 896,253 896.5,251 l 0.5,0 0,7 -0.5,0 c -0.5,-2 -0.5,-3 -3.10988,-3 L 891,255 l 0,7 c 0,2.5 1,3.25 3.14146,3.39973 l -0.004,0.60029 L 885,266 l 0.004,-0.60029 C 887,265.25 888,264.5 888.00001,262 L 888,248 c 0,-2.5 -1,-3.25 -3,-3.5 l 0,-0.5 16,0 0,5 -0.5,0 c -0.50001,-1.99999 -1.5,-4 -4.5,-4 l -4.92852,0 z"
+ id="text13209"
+ sodipodi:nodetypes="ccccccccccccccccccccccc" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g21625"
+ transform="translate(904,-154)"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="430"
+ x="108"
+ height="48"
+ width="48"
+ id="rect21627"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g21629">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient21647);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path21631"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ style="opacity:0.5;fill:#000000;display:inline"
+ id="g16261"
+ transform="matrix(1.2499985,0,0,1,-87.6203,-147.85351)">
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect35099"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="598.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect35101"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="600.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15690"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="602.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15692"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="604.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15694"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="606.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15696"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="608.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15698"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="610.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15700"
+ width="17.600004"
+ height="1"
+ x="167.69646"
+ y="612.85352"
+ rx="0.12125195"
+ ry="0.065390877" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+ id="rect15732"
+ width="14.400002"
+ height="1"
+ x="167.69646"
+ y="614.85352"
+ rx="0.09920612"
+ ry="0.065390877" />
+ <g
+ transform="translate(150.89645,557.85352)"
+ id="g4849"
+ style="fill:#000000;display:inline">
+ <rect
+ ry="0.065390877"
+ rx="0.12125195"
+ y="29"
+ x="16.799992"
+ height="1"
+ width="17.600004"
+ id="rect15736"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0.065390877"
+ rx="0.12125195"
+ y="31"
+ x="16.799992"
+ height="1"
+ width="17.600004"
+ id="rect15738"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0.065390877"
+ rx="0.12125195"
+ y="33"
+ x="16.799992"
+ height="1"
+ width="17.600004"
+ id="rect15740"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0.065390877"
+ rx="0.12125195"
+ y="35"
+ x="16.799992"
+ height="1"
+ width="17.600004"
+ id="rect15742"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0.065390877"
+ rx="0.055114571"
+ y="37"
+ x="16.799992"
+ height="1"
+ width="8.0000095"
+ id="rect15744"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ </g>
+ <rect
+ ry="0.065390304"
+ rx="0.0057410933"
+ y="617.85352"
+ x="184.49646"
+ height="0.99999124"
+ width="0.83333319"
+ id="rect16334"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21633"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21635"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="none"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ style="fill:none;stroke:url(#linearGradient21649);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path21637"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path21639"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21641"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ id="path21643"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <g
+ id="g35119"
+ transform="translate(2,-160.99999)"
+ style="display:inline">
+ <g
+ style="display:inline"
+ transform="translate(105.39645,589.71201)"
+ id="g16097">
+ <g
+ id="g16099"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
+ transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)">
+ <radialGradient
+ id="radialGradient16101"
+ cx="20.892099"
+ cy="114.5684"
+ r="5.256"
+ fx="20.892099"
+ fy="114.5684"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop16103" />
+ <stop
+ offset="1"
+ style="stop-color:#474747"
+ id="stop16105" />
+ </radialGradient>
+ <radialGradient
+ id="radialGradient16109"
+ cx="20.892099"
+ cy="64.567902"
+ r="5.257"
+ fx="20.892099"
+ fy="64.567902"
+ gradientUnits="userSpaceOnUse">
+ <stop
+ offset="0"
+ style="stop-color:#F0F0F0"
+ id="stop16111" />
+ <stop
+ offset="1"
+ style="stop-color:#474747"
+ id="stop16113" />
+ </radialGradient>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ d="m 12.85355,31.53813 c 0,0.552274 -0.447803,0.99986 -1,0.99986 -0.552477,0 -1,-0.447865 -1,-0.99986 0,-0.552554 0.447803,-1.00014 1,-1.00014 0.552197,0 1,0.447866 1,1.00014 l 0,0 0,0 0,0 z"
+ id="path16107" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#radialGradient21565);fill-rule:nonzero;stroke:none"
+ d="m 12.60355,31.288131 c 0,0.552274 -0.447803,0.999859 -1,0.999859 -0.552477,0 -1,-0.447865 -1,-0.999859 0,-0.552556 0.447803,-1.000141 1,-1.000141 0.552197,0 1,0.447866 1,1.000141 z"
+ id="path16117" />
+ </g>
+ <g
+ id="g16131"
+ transform="translate(105.39645,579.71201)"
+ style="display:inline">
+ <g
+ transform="matrix(0.229703,0,0,0.229703,4.967081,4.244972)"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
+ id="g16133">
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ fy="114.5684"
+ fx="20.892099"
+ r="5.256"
+ cy="114.5684"
+ cx="20.892099"
+ id="radialGradient16135">
+ <stop
+ id="stop16137"
+ style="stop-color:#F0F0F0"
+ offset="0" />
+ <stop
+ id="stop16140"
+ style="stop-color:#474747"
+ offset="1" />
+ </radialGradient>
+ <radialGradient
+ gradientUnits="userSpaceOnUse"
+ fy="64.567902"
+ fx="20.892099"
+ r="5.257"
+ cy="64.567902"
+ cx="20.892099"
+ id="radialGradient16142">
+ <stop
+ id="stop16144"
+ style="stop-color:#F0F0F0"
+ offset="0" />
+ <stop
+ id="stop16146"
+ style="stop-color:#474747"
+ offset="1" />
+ </radialGradient>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path35139"
+ d="m 12.85355,31.53813 c 0,0.552274 -0.447803,0.99986 -1,0.99986 -0.552477,0 -1,-0.447865 -1,-0.99986 0,-0.552554 0.447803,-1.00014 1,-1.00014 0.552197,0 1,0.447866 1,1.00014 l 0,0 0,0 0,0 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path35141"
+ d="m 12.60355,31.288131 c 0,0.552274 -0.447803,0.999859 -1,0.999859 -0.552477,0 -1,-0.447865 -1,-0.999859 0,-0.552556 0.447803,-1.000141 1,-1.000141 0.552197,0 1,0.447866 1,1.000141 z"
+ style="fill:url(#radialGradient21567);fill-rule:nonzero;stroke:none" />
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path21645"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g21572"
+ transform="translate(808,-203)"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="430"
+ x="108"
+ height="48"
+ width="48"
+ id="rect21574"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g21576">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient21594);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path21578"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21580"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21582"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="none"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ style="fill:none;stroke:url(#linearGradient21596);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path21584"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path21586"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21588"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ id="path21590"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path21592"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ <g
+ id="g30382">
+ <g
+ id="g23655"
+ transform="translate(760,-154)">
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path23657"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ style="fill:url(#linearGradient30368);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path23659"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ id="path23661"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path23663"
+ style="fill:none;stroke:url(#linearGradient30370);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path23665"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ id="path23667"
+ sodipodi:nodetypes="cccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ clip-path="url(#clipPath13106)" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path23669"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path23671"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#112b00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 888,295 1,0 0,14 -1,0 0,-14 z"
+ id="path23675"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path23677"
+ d="m 900,294 1.00002,-1 0,14 -1.00002,0 0,-13 z"
+ style="fill:#112b00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path23679"
+ d="m 901.00003,292 0,2.25 -13.00002,2 0,-2.25 13.00002,-2 z"
+ style="fill:#112b00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g23681"
+ transform="matrix(1.1428564,0,0,1.2000001,822.71436,-355.40005)">
+ <path
+ transform="matrix(0.7630859,-0.2494396,0.2996015,0.9926766,-151.92281,17.77746)"
+ d="m 57.5,554 c 0,1.24264 -2.014719,2.25 -4.5,2.25 -2.485281,0 -4.5,-1.00736 -4.5,-2.25 0,-1.24264 2.014719,-2.25 4.5,-2.25 2.485281,0 4.5,1.00736 4.5,2.25 z"
+ sodipodi:ry="2.25"
+ sodipodi:rx="4.5"
+ sodipodi:cy="554"
+ sodipodi:cx="53"
+ id="path23683"
+ style="fill:#112b00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter20578);enable-background:accumulate"
+ id="path23685"
+ sodipodi:cx="53"
+ sodipodi:cy="554"
+ sodipodi:rx="4.5"
+ sodipodi:ry="2.25"
+ d="m 57.5,554 c 0,1.24264 -2.014719,2.25 -4.5,2.25 -2.485281,0 -4.5,-1.00736 -4.5,-2.25 0,-1.24264 2.014719,-2.25 4.5,-2.25 2.485281,0 4.5,1.00736 4.5,2.25 z"
+ transform="matrix(0.3848865,-0.1700959,0.2278131,0.3626733,-93.107467,361.59408)"
+ inkscape:transform-center-y="0.3813435"
+ clip-path="url(#clipPath20586)" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.38999999;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 901.00003,292 -1e-5,1 -13.00002,2 10e-6,-1 13.00002,-2 z"
+ id="path23694"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ transform="matrix(1.1428564,0,0,1.2000001,834.71436,-357.40005)"
+ id="g23717">
+ <path
+ sodipodi:type="arc"
+ style="fill:#112b00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path23724"
+ sodipodi:cx="53"
+ sodipodi:cy="554"
+ sodipodi:rx="4.5"
+ sodipodi:ry="2.25"
+ d="m 57.5,554 c 0,1.24264 -2.014719,2.25 -4.5,2.25 -2.485281,0 -4.5,-1.00736 -4.5,-2.25 0,-1.24264 2.014719,-2.25 4.5,-2.25 2.485281,0 4.5,1.00736 4.5,2.25 z"
+ transform="matrix(0.7630859,-0.2494396,0.2996015,0.9926766,-151.92281,17.77746)" />
+ <path
+ clip-path="url(#clipPath20586)"
+ inkscape:transform-center-y="0.3813435"
+ transform="matrix(0.3848865,-0.1700959,0.2278131,0.3626733,-93.107467,361.59408)"
+ d="m 57.5,554 c 0,1.24264 -2.014719,2.25 -4.5,2.25 -2.485281,0 -4.5,-1.00736 -4.5,-2.25 0,-1.24264 2.014719,-2.25 4.5,-2.25 2.485281,0 4.5,1.00736 4.5,2.25 z"
+ sodipodi:ry="2.25"
+ sodipodi:rx="4.5"
+ sodipodi:cy="554"
+ sodipodi:cx="53"
+ id="path23726"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter20578);enable-background:accumulate"
+ sodipodi:type="arc" />
+ </g>
+ </g>
+ <g
+ id="g23922"
+ transform="translate(-16,-220)"
+ style="display:inline;enable-background:new">
+ <g
+ style="display:inline"
+ id="g23924"
+ transform="translate(824,66)"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="430"
+ x="108"
+ height="48"
+ width="48"
+ id="rect23926"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g23928">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient23978);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path23930"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path23932"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path23934"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="none"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ style="fill:none;stroke:url(#linearGradient23980);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path23936"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path23938"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path23940"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ id="path23942"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path23944"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccc"
+ id="path23946"
+ d="m 952,530 0,10 1,0 1,0 11,0 1,0 1,0 0,-10 -15,0 z m 1,2 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <rect
+ transform="scale(1,-1)"
+ style="fill:url(#linearGradient23982);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect23948"
+ width="13"
+ height="5.5"
+ x="953"
+ y="-524" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path23952"
+ transform="translate(76,0)"
+ d="m 876,514 0,17 15,0 0,-17 -1,0 0,1 -1,0 0,-1 -11,0 0,1 -1,0 0,-1 -1,0 z m 1,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z m -12,3 1,0 0,1 -1,0 0,-1 z m 12,0 1,0 0,1 -1,0 0,-1 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccc"
+ style="fill:url(#linearGradient23986);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 952,507 3,0 0,3 9,0 0,-3 3,0 0,7 -15,0 0,-7 z m 1,0 1,0 -1,0 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,3 0,1 1,0 0,-1 -1,0 z m 12,-4 1,0 -1,0 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,3 0,1 1,0 0,-1 -1,0 z"
+ id="path23954" />
+ <rect
+ transform="matrix(0,1,1,0,0,0)"
+ ry="0"
+ y="955"
+ x="507"
+ height="9"
+ width="3"
+ id="rect23956"
+ style="fill:url(#linearGradient23988);fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <rect
+ style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect23958"
+ width="9"
+ height="9"
+ x="512"
+ y="955"
+ ry="0"
+ transform="matrix(0,1,1,0,0,0)" />
+ <rect
+ transform="matrix(0,1,1,0,0,0)"
+ ry="0"
+ y="955"
+ x="523"
+ height="9"
+ width="9"
+ id="rect23960"
+ style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+ <path
+ transform="matrix(0,-0.5624971,0.5624971,0,893.12531,590.74965)"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path23962"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path23964"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0,-0.5624964,0.5624964,0,893.12545,601.74956)" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc"
+ id="path23966"
+ d="m 961.00001,519.00005 -3,0 0,-0.99992 0.99994,0 6e-5,-2.00008 -1,0 0,-1 1,0 0,-1 1.00006,0 0,4.00008 0.99994,0 0,0.99992 z" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 958,525 0,1 2,0 0,-1 -2,0 z m 2,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path23968" />
+ <rect
+ style="fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="rect23970"
+ width="6"
+ height="9"
+ x="534"
+ y="955"
+ ry="0"
+ transform="matrix(0,1,1,0,0,0)" />
+ <g
+ clip-path="url(#clipPath23877)"
+ id="g23972">
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path23974"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0,-0.5624964,0.5624964,0,893.12545,612.74956)" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 958,536 0,1 2,0 0,-1 -2,0 z m 2,1 0,1 1,0 0,-1 -1,0 z m 0,1 -1,0 0,1 1,0 0,-1 z m 0,1 0,1 1,0 0,-1 -1,0 z m 0,1 -2,0 0,1 2,0 0,-1 z"
+ id="path23976" />
+ </g>
+ </g>
+ <g
+ transform="translate(208,88)"
+ id="g45475"
+ style="display:inline;enable-background:new">
+ <g
+ style="display:inline"
+ id="g22242"
+ transform="translate(696,-194)"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="430"
+ x="108"
+ height="48"
+ width="48"
+ id="rect22244"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g22246">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient22274);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path22249"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path22251"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path22253"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="none"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ style="fill:none;stroke:url(#linearGradient22276);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path22264"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path22266"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path22268"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ id="path22270"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path22272"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ <g
+ id="g21517"
+ inkscape:label="Layer 1"
+ transform="matrix(0.5406242,0,0,0.5829534,814.13667,247.65542)">
+ <path
+ transform="matrix(1.274286,0,0,1.377124,-7.569123,-16.70193)"
+ d="m 43.487067,38.98439 c 0,2.928932 -6.925242,5.303301 -15.467961,5.303301 -8.542719,0 -15.467961,-2.374369 -15.467961,-5.303301 0,-2.928932 6.925242,-5.303301 15.467961,-5.303301 8.542719,0 15.467961,2.374369 15.467961,5.303301 z"
+ sodipodi:ry="5.3033009"
+ sodipodi:rx="15.467961"
+ sodipodi:cy="38.98439"
+ sodipodi:cx="28.019106"
+ id="path35486"
+ style="opacity:0.54857142;fill:url(#radialGradient21442);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssssssssscccsscccscccssccc"
+ d="m 16.048489,28.093447 c 0.0098,0.576682 0.196474,1.697902 0.471116,2.577425 0.581566,1.854137 1.56684,3.572658 2.939126,5.086496 1.407488,1.553118 3.138519,2.803227 5.139315,3.68976 2.105357,0.931573 4.384795,1.407488 6.750134,1.403741 2.365339,-0.005 4.644601,-0.488686 6.74896,-1.427017 2.00002,-0.895288 3.731043,-2.148391 5.13754,-3.705517 1.369207,-1.519844 2.352576,-3.241114 2.934089,-5.096258 0.294262,-0.938353 0.476921,-1.889392 0.553238,-2.845308 0.07331,-0.939306 0.04204,-1.883511 -0.09183,-2.823792 -0.259981,-1.835599 -0.896294,-3.556847 -1.872652,-5.12758 -0.895541,-1.441699 -2.047808,-2.70454 -3.417268,-3.766975 0,0 0.002,-0.002 0.002,-0.002 0,0 -13.828458,-10.6197195 -13.828458,-10.6197195 -0.01176,-0.00978 -0.02252,-0.019551 -0.03529,-0.028344 -0.909003,-0.6959264 -3.879837,-0.7738945 -4.87679,-0.075035 -1.01067,0.7057021 -1.091821,1.8092613 -0.195527,2.5482146 1.899775,1.4997633 2.656207,2.2801589 4.566507,3.7797379 0,0 -14.852491,0.167033 -14.852491,0.167033 -1.994685,0 -3.1682609,0.947915 -3.4153947,2.333683 -0.2180771,1.222836 0.7479213,2.738129 2.4800217,2.738129 2.956573,0.0039 5.942111,-0.0069 8.909215,-0.01272 0,0 -16.01999,12.453223 -16.01999,12.453223 -0.020527,0.01564 -0.041053,0.02933 -0.06158,0.04497 -1.4974197,1.148389 -1.9831951,3.059322 -1.0399808,4.268393 0.9598323,1.22959 2.9977653,1.230588 4.5147288,0.006 0,0 8.677593,-7.102098 8.677593,-7.102098 0,0 -0.12511,0.959824 -0.116333,1.535532 l 1e-6,2.6e-5 0,0 0,0 z"
+ id="path2482"
+ style="fill:#f57900;fill-rule:evenodd;stroke:#aa4400;stroke-width:1.7812928;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ transform="matrix(0.8018194,0,0,0.8471126,6.257567,4.5089892)"
+ d="m 42.75,25.75 c 0,5.591883 -5.176708,10.125 -11.5625,10.125 -6.385792,0 -11.5625,-4.533117 -11.5625,-10.125 0,-5.591883 5.176708,-10.125 11.5625,-10.125 6.385792,0 11.5625,4.533117 11.5625,10.125 z"
+ sodipodi:ry="10.125"
+ sodipodi:rx="11.5625"
+ sodipodi:cy="25.75"
+ sodipodi:cx="31.1875"
+ id="path39153"
+ style="fill:url(#linearGradient21444);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.4857143;fill:none;stroke:url(#linearGradient21446);stroke-width:1.7812928;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+ d="m 25.8125,6.40625 c -0.334829,4.572e-4 -0.72202,0.089606 -0.90625,0.21875 4.5e-4,0.010412 4.5e-4,0.020838 0,0.03125 -0.212626,0.1484635 -0.188235,0.1956271 -0.1875,0.1875 0.0092,0.010621 -0.0072,-4.246e-4 0.03125,0.03125 0.01962,0.00828 0.03527,0.012546 0.0625,0.03125 0.01676,0.01151 0.01357,0.014555 0.03125,0.03125 0.193748,0.1576058 4.954976,4.005164 4.954976,4.005164 0.489837,0.39864 0.677395,1.066352 0.46875,1.65625 -0.115662,0.32703 -0.422813,0.541217 -0.6875,0.59375 -0.264687,0.05253 -0.498447,0.03054 -0.71875,0.03125 -5.639658,0.05119 -16.87989,0.03851 -16.87989,0.03851 -0.4102,2.75e-4 -0.935835,0.115997 -1.34375,0.34375 -0.407915,0.227753 -0.6637862,0.523861 -0.6875002,0.90625 -0.024417,0.393728 0.098829,0.605767 0.3437502,0.78125 0.244921,0.175483 0.614978,0.25 0.875,0.25 0,0 8.8125,0 8.8125,0 0.600305,-7.28e-4 1.223895,0.311058 1.4375,0.9375 0.04676,0.137121 0.06335,0.269976 0.0625,0.40625 -8.49e-4,0.136274 -0.02214,0.268794 -0.09375,0.375 -0.143211,0.212412 -0.319507,0.298568 -0.5,0.4375 0,0 -15.7871819,12.746851 -15.856336,12.800078 C 5.0310984,30.500117 5,30.53125 5,30.53125 5.0100745,30.519077 5.000335,30.499512 5,30.5 L 4.8125,30.3125 c 0.012336,0.02165 0.014481,0.03307 0.03125,0.0625 0.063558,0.0774 0.125,0.15625 0.125,0.15625 -0.00585,0.0056 -0.031233,0.03124 -0.03125,0.03125 0,0 -0.043442,-0.09921 -0.09375,-0.1875 0.037843,0.09884 0.06253,0.218739 0.0625,0.21875 -0.4662091,0.37119 -0.7783348,0.889746 -0.875,1.28125 -0.1043319,0.422581 -0.046,0.62455 0.125,0.84375 0.2999827,0.384295 1.3975356,0.595547 2.40625,-0.21875 0,0 8.65625,-7.09375 8.65625,-7.09375 0.473718,-0.387074 1.1446,-0.458625 1.6875,-0.15625 0.544608,0.303331 0.798054,0.927572 0.71875,1.53125 0,0 -0.0626,0.908319 -0.0625,1.25 2e-6,0.0085 -1.19e-4,0.02348 0,0.03125 0.192796,2.523718 1.400736,4.762818 3.03125,6.71875 2.801818,3.089095 6.627659,4.401619 10.75,4.5625 4.113324,-0.043 7.964529,-1.606111 10.75,-4.625 2.546631,-3.125326 3.513872,-6.363859 3.15625,-9.375 C 44.891575,22.325847 43.222923,19.516566 40.4375,17.25 35.951885,13.599946 31.206991,10.168434 26.59375,6.625 26.57515,6.610386 26.56455,6.59802 26.5625,6.59375 26.43835,6.498703 26.144223,6.4057899 25.8125,6.40625 z"
+ id="path21414"
+ sodipodi:nodetypes="csssssscssscsssccssscscccsccssssccscsscccssssc" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 25.708956,26.064593 c 0.07649,-1.397943 0.759369,-2.631914 1.78592,-3.505519 1.010226,-0.858782 2.366788,-1.383145 3.848625,-1.383145 1.480894,0 2.837456,0.524363 3.847446,1.383145 1.027685,0.873605 1.709741,2.106651 1.787122,3.504594 0.07927,1.438713 -0.49591,2.77459 -1.504012,3.764001 -1.027686,1.007933 -2.493008,1.640678 -4.130556,1.640678 -1.63849,0 -3.103814,-0.632745 -4.131451,-1.640678 -1.00914,-0.989411 -1.58234,-2.325288 -1.503094,-3.763076 l 0,0 0,0 0,0 z"
+ id="path2478"
+ style="fill:#3465a4;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csssscsccsscsccssssscsscccsssc"
+ id="path39166"
+ d="m 25.8125,6.03125 c -0.404852,5.53e-4 -2.204797,-0.059029 -2.48145,0.1349032 -0.280209,0.195652 -0.335403,0.376484 -0.34375,0.46875 -0.0083,0.092266 -0.01539,0.17648 0.1875,0.34375 0.01899,0.015735 0.04457,0.014317 0.0625,0.03125 0.124258,0.101028 4.748869,4.1248618 4.748869,4.1248618 0.373658,0.304091 0.504393,0.795817 0.34375,1.25 -0.160635,0.454191 -0.580748,0.373449 -1.0625,0.375 -5.634142,0.05114 -15.087371,-0.129601 -15.087371,-0.129601 -0.952967,6.38e-4 -2.339958,0.524782 -2.4062504,1.59375 -0.063562,1.024947 0.9247974,1.4375 1.5937504,1.4375 0,-1e-6 8.8125,0 8.8125,0 0.488364,-5.92e-4 0.936141,0.225277 1.09375,0.6875 0.157609,0.462231 -0.01926,0.514621 -0.40625,0.8125 0,0 -16.086298,13.088586 -16.086298,13.088586 -0.00142,0.0014 -0.029829,-0.0014 -0.03125,0 -0.064037,0.04879 -0.054226,0.04875 -0.03125,0.03125 -0.5536758,0.424619 -0.9087886,1.004019 -1.03125,1.5 -0.1224536,0.495981 -0.04661,0.856152 0.1875,1.15625 0.4788333,0.613413 1.777612,0.754857 2.90625,-0.15625 1e-7,10e-7 8.65625,-7.09375 8.65625,-7.09375 0.361955,-0.295753 0.872897,-0.352437 1.28125,-0.125 0.408345,0.227436 0.623381,0.692814 0.5625,1.15625 0,-1e-6 -0.0997,0.953636 -0.09375,1.34375 0.09498,1.301756 0.451616,2.521825 0.989039,3.664234 C 20.799917,36.321089 27.770982,19.392853 44.1875,21.03125 43.339652,19.54368 42.151282,18.185293 40.65625,16.96875 36.159865,13.309932 31.42016,9.882897 26.8125,6.34375 26.805335,6.338858 26.788292,6.317553 26.78125,6.3125 26.570707,6.151312 26.216591,6.030689 25.8125,6.03125 z"
+ style="opacity:0.51999996;fill:url(#radialGradient21448);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ </g>
+ </g>
+ <g
+ style="opacity:0.5"
+ id="g24847"
+ transform="translate(162,248)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccssssccc"
+ style="fill:url(#linearGradient24867);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path24849"
+ d="m 806.5,114.5 c 0,2.25 2,4 4,4 l 30,0 c 0.4163,0 1,-0.5 1,-1 l 0,-29 c 0,-0.5 -0.5,-1 -1,-1 l -21.02773,0.04419 C 818.98721,87.545209 818.5,87 818.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -10,0 c -0.5,0 -1,0.5 -1,1 l 0,31 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24851"
+ style="opacity:0.07999998;fill:url(#linearGradient24869);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 807.5,89.5 33,0 m -33,12 33,0 m -33,-4 33,0 m -33,-6 33,0 m -33,20 33,0 m -33,2 33,0 m -33,-18 33,0 m -33,-2 33,0 m -20,-6 -13,0 m 0,20 33,0 m -33,-2 33,0 m -33,-2 33,0 m -33,-4 33,0 m -33,10 33,0 m -33,6 33,0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="74.800003"
+ inkscape:export-xdpi="74.800003"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
+ sodipodi:nodetypes="csccsczc"
+ id="path24853"
+ d="m 844,118.5 c 3.5,0 5.5,-2 5.5,-5.5 l 0,-18.5 c -11.75604,-1.11e-4 -23.91623,0 -35.5,0 l 0,19.5 c 0,4.5 -7,4 -7,0.25 0,2 2.00002,3.73529 3,3.75 l 34,0.5 z"
+ style="fill:url(#linearGradient24871);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 807,87 12,0 0.0385,-3.33333 C 819.04423,83.166705 818.97512,83 818.5,83 l -10.92308,0 c -0.47512,0 -0.53846,0.16667 -0.53846,0.66667 L 807,87 z"
+ id="path24855"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:nodetypes="ccssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ d="m 840.5,89 0,4.5"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path24857" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24859"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 848.5,95.5 0,18 c 0,1.25 0.25,3 -1.25,4"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccsc"
+ d="m 818.5,83.5 -11,0 0,30 c 0,5 7,5 7,0 l 0,-18 34,0 m -29,-8 c 0,0.5 0.5286,1 1,1 l 20,0"
+ style="opacity:0.75;fill:none;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path24861" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 806.5,113.5 c 0,2.75 2,5 5,5 l 33,0 c 3,0 5,-2 5,-5 l 0,-18 c 0,-0.471405 -0.5286,-1 -1,-1 l -7,0 0,-6 c 0,-0.5 -0.5,-1 -1,-1 l -20.02773,0.04419 C 819.98721,87.54526 819.5,87 819.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -11,0 c -0.5,0 -1,0.5 -1,1 l 0,30 z"
+ id="path24863"
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccsscccssssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient24873);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 841.5,94.5 -27,0 c -0.4714,0 -1,0.528595 -1,1 l 0,18 c 0,2.25 -1.25,3 -2.5,3"
+ id="path24865"
+ sodipodi:nodetypes="csscc" />
+ </g>
+ <g
+ style="opacity:0.5"
+ transform="translate(114,248)"
+ id="g24784">
+ <path
+ inkscape:connector-curvature="0"
+ d="m 806.5,114.5 c 0,2.25 2,4 4,4 l 30,0 c 0.4163,0 1,-0.5 1,-1 l 0,-29 c 0,-0.5 -0.5,-1 -1,-1 l -21.02773,0.04419 C 818.98721,87.545209 818.5,87 818.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -10,0 c -0.5,0 -1,0.5 -1,1 l 0,31 z"
+ id="path24789"
+ style="fill:url(#linearGradient24809);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccssssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccc"
+ d="m 807.5,89.5 33,0 m -33,12 33,0 m -33,-4 33,0 m -33,-6 33,0 m -33,20 33,0 m -33,2 33,0 m -33,-18 33,0 m -33,-2 33,0 m -20,-6 -13,0 m 0,20 33,0 m -33,-2 33,0 m -33,-2 33,0 m -33,-4 33,0 m -33,10 33,0 m -33,6 33,0"
+ style="opacity:0.07999998;fill:url(#linearGradient24811);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path24791" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient24813);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 844,118.5 c 3.5,0 5.5,-2 5.5,-5.5 l 0,-18.5 c -11.75604,-1.11e-4 -23.91623,0 -35.5,0 l 0,19.5 c 0,4.5 -7,4 -7,0.25 0,2 2.00002,3.73529 3,3.75 l 34,0.5 z"
+ id="path24793"
+ sodipodi:nodetypes="csccsczc"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
+ inkscape:export-xdpi="74.800003"
+ inkscape:export-ydpi="74.800003" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccssccc"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path24796"
+ d="m 807,87 12,0 0.0385,-3.33333 C 819.04423,83.166705 818.97512,83 818.5,83 l -10.92308,0 c -0.47512,0 -0.53846,0.16667 -0.53846,0.66667 L 807,87 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24799"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 840.5,89 0,4.5"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ d="m 848.5,95.5 0,18 c 0,1.25 0.25,3 -1.25,4"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path24801" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24803"
+ style="opacity:0.75;fill:none;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 818.5,83.5 -11,0 0,30 c 0,5 7,5 7,0 l 0,-18 34,0 m -29,-8 c 0,0.5 0.5286,1 1,1 l 20,0"
+ sodipodi:nodetypes="cccccccsc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccsscccssssccc"
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path24805"
+ d="m 806.5,113.5 c 0,2.75 2,5 5,5 l 33,0 c 3,0 5,-2 5,-5 l 0,-18 c 0,-0.471405 -0.5286,-1 -1,-1 l -7,0 0,-6 c 0,-0.5 -0.5,-1 -1,-1 l -20.02773,0.04419 C 819.98721,87.54526 819.5,87 819.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -11,0 c -0.5,0 -1,0.5 -1,1 l 0,30 z" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscc"
+ id="path24807"
+ d="m 841.5,94.5 -27,0 c -0.4714,0 -1,0.528595 -1,1 l 0,18 c 0,2.25 -1.25,3 -2.5,3"
+ style="fill:none;stroke:url(#linearGradient24815);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ </g>
+ <g
+ transform="translate(0,-2)"
+ style="opacity:0.4;stroke:#3d361a;filter:url(#filter44473)"
+ id="g44424">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path44406"
+ d="m 950.25,362 -5.25,0 -1,-1 0,-10"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path44408"
+ d="M 948.25,354.25 944,350.00563 939.75,354.25"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ </g>
+ <g
+ transform="translate(617,273)"
+ id="g44334"
+ style="display:inline;enable-background:new">
+ <rect
+ style="opacity:0;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect44336"
+ width="16"
+ height="16"
+ x="320"
+ y="73" />
+ <g
+ transform="translate(0,-21)"
+ id="g44338">
+ <g
+ id="g44340">
+ <g
+ transform="translate(0,21)"
+ id="g44342">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path44344"
+ d="m 333.25,87 -5.25,0 -1,-1 0,-10"
+ style="fill:none;stroke:#000000;stroke-width:3.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path44346"
+ d="M 331.25,79.25 327,75.005631 322.75,79.25"
+ style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="translate(0,21)"
+ id="g44348">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 333.25,87 -5.25,0 -1,-1 0,-10"
+ id="path44350"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 331.25,79.25 327,75.005631 322.75,79.25"
+ id="path44352"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 328.5,107.5 5,0 m -7,-9 0,8.5 m -4.25,-7 4.5,-4.5"
+ id="path44354"
+ sodipodi:nodetypes="cccccc" />
+ </g>
+ </g>
+ <g
+ transform="translate(66,248)"
+ id="g24818"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccssssccc"
+ style="fill:url(#linearGradient24839);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path24821"
+ d="m 806.5,114.5 c 0,2.25 2,4 4,4 l 30,0 c 0.4163,0 1,-0.5 1,-1 l 0,-29 c 0,-0.5 -0.5,-1 -1,-1 l -21.02773,0.04419 C 818.98721,87.545209 818.5,87 818.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -10,0 c -0.5,0 -1,0.5 -1,1 l 0,31 z" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24823"
+ style="opacity:0.07999998;fill:url(#linearGradient24841);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 807.5,89.5 33,0 m -33,12 33,0 m -33,-4 33,0 m -33,-6 33,0 m -33,20 33,0 m -33,2 33,0 m -33,-18 33,0 m -33,-2 33,0 m -20,-6 -13,0 m 0,20 33,0 m -33,-2 33,0 m -33,-2 33,0 m -33,-4 33,0 m -33,10 33,0 m -33,6 33,0"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="74.800003"
+ inkscape:export-xdpi="74.800003"
+ inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png"
+ sodipodi:nodetypes="csccsczc"
+ id="path24825"
+ d="m 844,118.5 c 3.5,0 5.5,-2 5.5,-5.5 l 0,-16 c -11.75604,-1.11e-4 -23.91623,0 -35.5,0 l 0,17 c 0,4.5 -7,4 -7,0.25 0,2 2.00002,3.73529 3,3.75 l 34,0.5 z"
+ style="fill:url(#linearGradient24843);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 807,87 12,0 0.0385,-3.33333 C 819.04423,83.166705 818.97512,83 818.5,83 l -10.92308,0 c -0.47512,0 -0.53846,0.16667 -0.53846,0.66667 L 807,87 z"
+ id="path24827"
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:nodetypes="ccssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ d="m 840.5,89 0,7.5"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="path24829" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24831"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+ d="m 848.5,98.75 0,14.75 c 0,1.25 0.25,3 -1.25,4"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccsc"
+ d="m 818.5,83.5 -11,0 0,30 c 0,5 7,5 7,0 l 0,-16 34,0 m -29,-10 c 0,0.5 0.5286,1 1,1 l 20,0"
+ style="opacity:0.75;fill:none;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path24833" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 806.5,113.5 c 0,2.75 2,5 5,5 l 33,0 c 3,0 5,-2 5,-5 l 0,-16 c 0,-0.471405 -0.5286,-1 -1,-1 l -7,0 0,-8 c 0,-0.5 -0.5,-1 -1,-1 l -20.02773,0.04419 C 819.98721,87.54526 819.5,87 819.5,86.5 l 0,-3 c 0,-0.5 -0.5,-1 -1,-1 l -11,0 c -0.5,0 -1,0.5 -1,1 l 0,30 z"
+ id="path24835"
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccsscccssssccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient24845);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 841.5,96.500004 -27,0 c -0.4714,0 -1,0.528595 -1,1 l 0,15.999996 c 0,2.25 -1.25,3 -2.5,3"
+ id="path24837"
+ sodipodi:nodetypes="csscc" />
+ </g>
+ <g
+ style="opacity:0.4;filter:url(#filter44477)"
+ id="g44455">
+ <path
+ inkscape:connector-curvature="0"
+ transform="translate(645,252.05)"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ id="path44446"
+ sodipodi:nodetypes="cs" />
+ <path
+ inkscape:connector-curvature="0"
+ transform="translate(645,252.05)"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ id="path44449"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-1,0,0,-1,1343,456.05)"
+ sodipodi:nodetypes="cs"
+ id="path44451"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(-1,0,0,-1,1343,456.05)"
+ sodipodi:nodetypes="ccc"
+ id="path44453"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ style="fill:none;stroke:#3d361a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ transform="translate(645,273.05)"
+ id="g44356"
+ style="display:inline;enable-background:new">
+ <rect
+ y="73"
+ x="341"
+ height="16"
+ width="16"
+ id="rect44358"
+ style="opacity:0;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(0,-21)"
+ id="g44360">
+ <g
+ id="g44362">
+ <g
+ id="g44364">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cs"
+ id="path44366"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path44368"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ style="fill:none;stroke:#000000;stroke-width:3.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="g44370">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ id="path44372"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ id="path44374"
+ sodipodi:nodetypes="cs" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path44376"
+ d="m 344,105 0,1 0,1.5 1,0 0,-1.5 1.5,0 0,-1 -1.5,0 -1,0 z"
+ style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ id="g44378"
+ transform="matrix(-1,0,0,-1,698,204)">
+ <g
+ id="g44380">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ id="path44382"
+ sodipodi:nodetypes="cs" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:3.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ id="path44384"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <g
+ id="g44386">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path44388"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cs"
+ id="path44390"
+ d="m 343.5,104.5 1.75,1.75 c 2.3454,2.33848 6.16153,2.34539 8.5,0 l 0.5,-0.5"
+ style="fill:none;stroke:#e6e6e6;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 344,105 0,1 0,1.5 1,0 0,-1.5 1.5,0 0,-1 -1.5,0 -1,0 z"
+ id="path44392" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient44402);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 344.90625,106.59375 c 2.52573,2.51828 6.66805,2.52691 9.1875,0 l 0.5,-0.5"
+ id="path44394"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 350.5,99.5 4,0 0,-4"
+ id="path44396"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 347.5,103.5 -4.5,0 c -0.25,0 -0.5,0.25 -0.5,0.5 l 0,4.5"
+ id="path44398"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient44404);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 345.59375,105.90625 c 2.07803,2.0719 5.36384,2.10325 7.53125,0.1875 L 354,105.25"
+ id="path44400"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ <g
+ id="g34977"
+ style="display:inline;enable-background:new">
+ <g
+ style="display:inline"
+ id="g21853-3"
+ transform="translate(856,-154)"
+ inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 2\IMAGE BROWSER ICONS.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ ry="0"
+ rx="2.4004419"
+ y="430"
+ x="108"
+ height="48"
+ width="48"
+ id="rect21855-8"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g21857-6">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient21875-7-1-0-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 125.5,433.5 23,0 0,41 -33,0 0,-31 10,-10 z"
+ id="path21859-9"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 147.25,434.5 c -4.875,0 -21.75,0 -21.75,0 m -8.9447,8.5 -0.0553,30"
+ style="opacity:0.7;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ id="path21861-8"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106-9-2-9-9)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21863-6"
+ d="m 115,444 12,0 -1,-11 -11,11 z"
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;filter:url(#filter63011-6-7-0-8)" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="none"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 117.5,443.75 9,-2.5 0,-6"
+ style="fill:none;stroke:url(#linearGradient21877-3-2-7-2);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path21865-6"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path21867-2"
+ style="fill:none;stroke:#333333;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 115.5,442.75 0,31.75 33,0 0,-41 -23.75,0 -9.25,9.25 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ clip-path="url(#clipPath13106-9-2-9-9)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccc"
+ id="path21869-3"
+ d="m 116,443 11,1 -2,-10 -9,9 z"
+ style="opacity:0.16000001;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;filter:url(#filter63011-6-7-0-8)" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 116,443 0.0108,0.72434 L 126,441 l 0,-7 -1,0 -9,9 z"
+ id="path21871-8"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path21873-2"
+ style="opacity:0.15;fill:none;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 147.5,435 0,38.5 -30.5,0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ <g
+ id="g34938"
+ transform="translate(63,-47)">
+ <path
+ id="path61236"
+ style="color:#000000;fill:url(#linearGradient34959-9-2-1);fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:0.17893334;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 919.5,356.5067 0,-3 c 0,-1.73575 1.26424,-3 3,-3 l 5,0 c 1.73576,0 3,-1.26425 3,-3 l 0,-3.0064 2.5,0.006 c 2,0 3.5,2.5 3.5,6 0,3.5 -1.25,6 -3.5,6 -4.98134,0 -12.77318,0 -2.5,0 l 0,2.75 c 0,2.5 -2,3.24997 -5.5,3.24998 l 0,2e-5 c -3.5,0.0104 -5.5,-0.75 -5.5,-3.25 l 0,-2.7628"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssccsscsccsc" />
+ <path
+ sodipodi:nodetypes="cssssccsscsccsc"
+ inkscape:connector-curvature="0"
+ d="m 930.5,344.5 0,3 c 0,1.73575 -1.26424,3 -3,3 l -5,0 c -1.73576,0 -3,1.26425 -3,3 l 0,3.0064 -2.5,-0.006 c -2,0 -3.5,-2.5 -3.5,-6 0,-3.5 1.25,-6 3.5,-6 4.98134,0 12.77318,0 2.5,0 l 0,-2.75 c 0,-2.5 2,-3.24997 5.5,-3.24998 l 0,-2e-5 c 3.5,-0.0104 5.5,0.75 5.5,3.25 l 0,2.7628"
+ style="color:#000000;fill:url(#linearGradient34961-3-6-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.17893334;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path61233" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccscccsccccsccccc"
+ id="path61167"
+ d="m 925,338.50002 c -3.5,10e-6 -5.5,0.74998 -5.5,3.24998 l 0,2.75 5.5,0 -8,0 c -2.25,0 -3.5,2.5 -3.5,6 0,3.5 1.5,6 3.5,6 l 2.5,0.0128 0,2.9872 c 0,2 2,3.01281 5.5,3.0128 3.5,-1e-5 5.5,-1.0128 5.5,-3.0128 l 0,-3 -5.5,0 8,0 c 2,0 3.5,-2.5 3.5,-6 0,-3.5 -1.5,-6 -3.5,-6 l -2.5,0.0128 0,-2.7628 c 0,-2.5 -2,-3.26045 -5.5,-3.25 z"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-opacity:0.8627451;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path61169"
+ d="m 930.5,344.5 0,3 c 0,1.73575 -1.26424,3 -3,3 l -5,0 c -1.73576,0 -3,1.26425 -3,3 l 0,3"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.78431373;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 923,342 c 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="342"
+ sodipodi:cx="922"
+ id="path61220"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ d="m 929,359 c 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="359"
+ sodipodi:cx="928"
+ id="path61222"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <g
+ style="opacity:0.4"
+ id="g61345">
+ <path
+ style="fill:none;stroke:url(#linearGradient34963-5-9-1);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 920.5,343.25 0,-1.5 c 0,-1.75 1.5,-2.25 4.5,-2.25 3,0 4.5,0.5 4.5,2.25 l 0,4.75"
+ id="path61333"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cszsc" />
+ <path
+ style="fill:none;stroke:url(#linearGradient34965-1-5-2);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 925.5,345 0,0.25 -0.25,0.25 -8.25,0 c -1.5,0 -2.5,2 -2.5,5 0,3 1.28917,5 2.5,5 l 1.5,0"
+ id="path61335"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccszsc" />
+ <path
+ style="fill:none;stroke:none"
+ d="m 920.75,343.5 4.5,0 0.25,0.25 0,0.5"
+ id="path61337"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:none"
+ d="m 918.5,355.25 0,-1.75 c 0,-2.25 1.75,-4 4,-4 l 4.5,0 c 1.75,0 2.5,-0.75 2.5,-2.5 l 0,-0.5"
+ id="path61339"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cssssc" />
+ <path
+ transform="matrix(1.5161021,0,0,1.5161021,-475.84616,-176.50693)"
+ sodipodi:type="arc"
+ style="color:#000000;fill:none;stroke:url(#linearGradient34967-4-1-8);stroke-width:0.52766895;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path61355"
+ sodipodi:cx="922"
+ sodipodi:cy="342"
+ sodipodi:rx="1"
+ sodipodi:ry="1"
+ d="m 923,342 c 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 z" />
+ </g>
+ <g
+ style="opacity:0.8;stroke:#ff0000"
+ transform="matrix(-1,0,0,-1,1850,701)"
+ id="g34104">
+ <path
+ sodipodi:nodetypes="cszsc"
+ inkscape:connector-curvature="0"
+ id="path34106"
+ d="m 920.5,343.25 0,-1.5 c 0,-1.75 1.5,-2.25 4.5,-2.25 3,0 4.5,0.5 4.5,2.25 l 0,4.75"
+ style="fill:none;stroke:none" />
+ <path
+ sodipodi:nodetypes="csc"
+ inkscape:connector-curvature="0"
+ id="path34108"
+ d="m 914.5,350.5 c 0,3 1.28917,5 2.5,5 l 1.5,0"
+ style="fill:none;stroke:url(#linearGradient34969-4-4-1);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path34110"
+ d="m 920.75,343.5 4.5,0 0.25,0.25 0,0.5"
+ style="fill:none;stroke:url(#linearGradient34971-5-0-9);stroke-linecap:round;stroke-linejoin:round" />
+ <path
+ sodipodi:nodetypes="cssssc"
+ inkscape:connector-curvature="0"
+ id="path34113"
+ d="m 918.5,355.5 0,-2 c 0,-2.25 1.75,-4 4,-4 l 4.5,0 c 1.75,0 2.5,-0.75 2.5,-2.5 l 0,-0.5"
+ style="fill:none;stroke:url(#radialGradient34973-2-5-7);stroke-linecap:round;stroke-linejoin:round" />
+ <path
+ d="m 923,342 c 0,0.55228 -0.44772,1 -1,1 -0.55228,0 -1,-0.44772 -1,-1 0,-0.55228 0.44772,-1 1,-1 0.55228,0 1,0.44772 1,1 z"
+ sodipodi:ry="1"
+ sodipodi:rx="1"
+ sodipodi:cy="342"
+ sodipodi:cx="922"
+ id="path34115"
+ style="color:#000000;fill:none;stroke:url(#linearGradient34975-9-4-9);stroke-width:0.52766895;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc"
+ transform="matrix(1.5161021,0,0,1.5161021,-475.84616,-176.50693)" />
+ <path
+ style="fill:none;stroke:none"
+ d="m 925.5,345 0,0.25 -0.25,0.25 -8.25,0 c -1.5,0 -2.5,2 -2.5,5"
+ id="path34901"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccsc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
id="g44575"
inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 3\fullscreen.png"
inkscape:export-xdpi="90"
@@ -96819,9 +69724,9 @@
<path
transform="translate(-454.0088,290)"
mask="url(#mask43822)"
- sodipodi:nodetypes="ccccccccccccccccccccc"
+ sodipodi:nodetypes="cccccccc"
id="path43815"
- d="m 762.0088,209 0,1 0.9956,0 0,1 0.9956,0 0.0132,1 0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 -0.0176,-2 -6.9736,0 -0.0132,-3 6.9868,0 0.004,-2 0.9956,0 4e-4,0 z"
+ d="m 765.0088,212.5 -3.9824,3.5 -0.0176,-2 -6.9736,0 -0.0132,-3 6.9868,0 0.004,-2 z"
style="opacity:0.93999993;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
inkscape:transform-center-x="-2"
inkscape:transform-center-y="1"
@@ -96883,9 +69788,9 @@
inkscape:transform-center-y="1"
inkscape:transform-center-x="-2"
style="opacity:0.93999993;fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
- d="m 762.0088,209 0,1 0.9956,0 0,1 0.9956,0 0.0132,1 0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 0,1 -0.9956,0 -0.0176,-2 -6.9736,0 -0.0132,-3 6.9868,0 0.004,-2 0.9956,0 4e-4,0 z"
+ d="m 765.0088,212.5 -3.9824,3.5 -0.0176,-2 -6.9736,0 -0.0132,-3 6.9868,0 0.004,-2 z"
id="path43854"
- sodipodi:nodetypes="ccccccccccccccccccccc"
+ sodipodi:nodetypes="cccccccc"
mask="url(#mask43822)"
transform="translate(-454.0088,290)"
inkscape:connector-curvature="0" />
@@ -97820,114 +70725,10 @@
style="display:inline;enable-background:new"
id="g23641"
transform="translate(40,359)">
- <path
- id="path23643"
- d="m 223,243 0,10 1,0 0,-1 1,0 1,0 0,2 1,0 0,1 1,0 0,-1 1,0 0,-2 -1,0 0,-2 1,0 1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 0,-1 -1,0 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
<g
transform="translate(5,-6.0000002e-7)"
style="fill:#1a1a1a;display:inline;enable-background:new"
- id="g23646">
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23648"
- width="1"
- height="10"
- x="218"
- y="243" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23651"
- width="1"
- height="1"
- x="219"
- y="244" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23654"
- width="1"
- height="1"
- x="220"
- y="245" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23656"
- width="1"
- height="1"
- x="221"
- y="246" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23658"
- width="1"
- height="1"
- x="222"
- y="247" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23660"
- width="1"
- height="1"
- x="223"
- y="248" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23662"
- width="1.0000017"
- height="1"
- x="224"
- y="249" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23664"
- width="1"
- height="1"
- x="219"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23666"
- width="1"
- height="1"
- x="220"
- y="251" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23668"
- width="1"
- height="2"
- x="221"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23670"
- width="0.75"
- height="2"
- x="222.25"
- y="250" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23672"
- width="1"
- height="1.9999931"
- x="223"
- y="252" />
- <rect
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23674"
- width="1.5"
- height="1.0000006"
- x="222"
- y="254" />
- <rect
- y="250"
- x="223.5"
- height="1"
- width="1.5"
- id="rect23676"
- style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
+ id="g23646" />
</g>
</g>
<g
@@ -99623,1016 +72424,172 @@
</g>
</g>
</g>
+ <path
+ inkscape:connector-curvature="0"
+ d=""
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path34332"
+ sodipodi:nodetypes="cc" />
<g
style="display:inline;enable-background:new"
- id="g52905"
- transform="translate(398.95001,-42)">
+ id="g40603-2-4"
+ transform="translate(448,657)">
<rect
- y="367"
- x="-372.95001"
+ y="-122"
+ x="-44"
height="16"
width="16"
- id="rect52907"
- style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ id="rect40445-4-2"
+ style="opacity:0.01000001;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- sodipodi:nodetypes="cc"
- id="path52910"
- d="m -368.95,374 5,-5"
- style="fill:none;stroke:#000000;stroke-width:3.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="ccccc"
+ id="path40447-5-3"
+ d="m -43.5,-116.75 12.5,-4.75 0.75,2 -13.25,5 0,-2.25 z"
+ style="fill:#1a1a1a;stroke:#000000;stroke-width:0.89999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
inkscape:connector-curvature="0" />
- <g
- mask="url(#mask52637-8-8)"
- id="g52912"
- transform="translate(-18.95,-84)">
- <path
- sodipodi:nodetypes="ccccc"
- d="m -352.5,465.5 2,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- style="color:#000000;fill:none;stroke:#3c0800;stroke-width:2.70000005;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path52914"
- inkscape:connector-curvature="0" />
- <path
- id="path52916"
- style="color:#000000;fill:none;stroke:#ed7432;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -353.25,465.5 2.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- mask="none"
- sodipodi:nodetypes="ccccc"
- d="m -353.25,465.5 2.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- style="color:#000000;fill:none;stroke:url(#linearGradient52998-5-5);stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path52918"
- inkscape:connector-curvature="0" />
- </g>
- <rect
- ry="1.5"
- rx="1.5"
- style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52920"
- width="3"
- height="3"
- x="-371.45001"
- y="-376.5"
- transform="scale(1,-1)" />
- <g
- transform="matrix(-1,0,0,1,-711.95,-84)"
- id="g52922"
- mask="url(#mask52879-0-5)">
- <path
- id="path52924"
- style="color:#000000;fill:none;stroke:#0b1728;stroke-width:2.70000005;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -353.5,465.5 3,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- d="m -354.2,465.5 3.7,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- style="color:#000000;fill:none;stroke:#7be10f;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path52926"
- inkscape:connector-curvature="0" />
- <path
- id="path52928"
- style="color:#000000;fill:none;stroke:url(#linearGradient53000-3-9);stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -354.2,465.5 3.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
- sodipodi:nodetypes="ccccc"
- mask="none"
- inkscape:connector-curvature="0" />
- </g>
<rect
- transform="scale(1,-1)"
- y="-376.5"
- x="-361.45001"
- height="3"
- width="3"
- id="rect52930"
- style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- rx="1.5"
- ry="1.5" />
- <path
- style="fill:none;stroke:#b3b3b3;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -367.7,372.75 3.75,-3.75"
- id="path52932"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
+ y="-114.5"
+ x="-42.5"
+ height="7.9999971"
+ width="12.999988"
+ id="rect40449-5-9"
+ style="fill:url(#linearGradient16887);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
- transform="scale(1,-1)"
- y="-376.5"
- x="-371.45001"
- height="3"
- width="3"
- id="rect52934"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- rx="1.5"
- ry="1.5" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40451-1-1"
+ width="1"
+ height="1.5"
+ x="-32"
+ y="-121" />
<rect
- ry="1.5"
- rx="1.5"
- style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52936"
- width="3"
- height="3"
- x="-361.45001"
- y="-376.5"
- transform="scale(1,-1)" />
- <path
- sodipodi:nodetypes="cc"
- id="path52938"
- d="m -368.45,372.5 4,-4 1,0"
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
+ y="-119.41868"
+ x="-36"
+ height="1.5"
+ width="1"
+ id="rect40453-7-7"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
- ry="1.5"
- rx="1.5"
- style="fill:none;stroke:url(#linearGradient53002-6-2);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52940"
- width="3"
- height="3"
- x="-371.45001"
- y="-376.5"
- transform="scale(1,-1)" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40455-1-9"
+ width="1"
+ height="1.5"
+ x="-37"
+ y="-119.16868" />
<rect
- transform="scale(1,-1)"
- y="-376.5"
- x="-361.45001"
- height="3"
- width="3"
- id="rect52942"
- style="fill:none;stroke:url(#linearGradient58927);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- rx="1.5"
- ry="1.5" />
- </g>
- <g
- style="display:inline;enable-background:new"
- transform="translate(252,-210)"
- id="g52978">
- <path
- style="color:#000000;fill:none;stroke:#000000;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -198,536 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.75 -1.75,1.75 1.75,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L -204,542 l 0,1 0,1 1.90625,0.15625 c 0.14227,0.6231 0.25145,1.07677 0.59375,1.59375 l -1.75,1.75 1.75,1.75 1.75,-1.75 c 0.51699,0.34229 0.97065,0.45148 1.59375,0.59375 L -198,550 l 1,0 1,0 0.15625,-1.90625 c 0.6231,-0.14227 1.07677,-0.25145 1.59375,-0.59375 l 1.75,1.75 1.75,-1.75 -1.75,-1.75 c 0.34229,-0.51699 0.45148,-0.97065 0.59375,-1.59375 L -190,544 l 0,-1 0,-1 -1.90625,-0.15625 c -0.14227,-0.6231 -0.25145,-1.07677 -0.59375,-1.59375 l 1.75,-1.75 -1.75,-1.75 -1.75,1.75 c -0.51699,-0.34229 -0.97065,-0.45148 -1.59375,-0.59375 L -196,536 l -1,0 -1,0 z m 1,4.125 c 1.58782,0 2.875,1.28718 2.875,2.875 0,1.58782 -1.28718,2.875 -2.875,2.875 -1.58782,0 -2.875,-1.28718 -2.875,-2.875 0,-1.58782 1.28718,-2.875 2.875,-2.875 z"
- id="path52980"
- inkscape:connector-curvature="0" />
- <path
- id="path52982"
- d="m -196,550 0.15625,-1.90625 c 0.6231,-0.14227 1.07677,-0.25145 1.59375,-0.59375 l 1.75,1.5 1.5,-1.5 -1.5,-1.75 c 0.34229,-0.51699 0.45148,-0.97065 0.59375,-1.59375 L -190,544 l 0,-1 0,-1 -1.90625,-0.15625 c -0.14227,-0.6231 -0.25145,-1.07677 -0.59375,-1.59375 l 1.5,-1.75 -1.5,-1.5 -1.75,1.5 c -0.51699,-0.34229 -0.97065,-0.45148 -1.59375,-0.59375 L -196,536 l -1,0 -1,0 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.5 -1.5,1.5 1.5,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L -204,542 l 0,1 0,1 1.90625,0.15625 c 0.14227,0.6231 0.25145,1.07677 0.59375,1.59375 l -1.5,1.75 1.5,1.5 1.75,-1.5 c 0.51699,0.34229 0.97065,0.45148 1.59375,0.59375 L -198,550 l 1,0 1,0 z m -1,-4 c -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 z"
- style="color:#000000;fill:url(#linearGradient32854-6-2);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ y="-117.62802"
+ x="-41"
+ height="1.5"
+ width="1"
+ id="rect40457-1-4"
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
- y="535"
- x="-205"
- height="16"
- width="16"
- id="rect52984"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40459-5-8"
+ width="1"
+ height="1.5"
+ x="-40"
+ y="-117.87802" />
<rect
- ry="6.4999995"
- rx="6.4999995"
- y="539.5"
- x="-200.5"
- height="6.981843"
- width="6.981843"
- id="rect52986"
- style="fill:none;stroke:url(#linearGradient32856-3-2);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="m -192.5,537.5 -1.25,1.25 m -2.75,-2.25 -1,0 0,1.5 c -0.35104,0.0802 -1.50086,0.537 -2,0.75 m -1.75,1.75 c -0.20864,0.49552 -0.67146,1.65605 -0.75,2 l -1.5,0 0,1 m 1.75,-5.75 -0.5,0.5 m 1,8 -1.25,1.25"
- id="path52988"
- sodipodi:nodetypes="cccccscccccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path52990"
- d="m -202.5,538.75 1.25,-1.25"
- style="fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
+ style="fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40461-2-3"
+ width="13.999996"
+ height="2.0000052"
+ x="-43.5"
+ y="-114.5" />
<rect
- style="opacity:0.4;fill:none;stroke:url(#linearGradient32858-7-2);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect52992"
- width="6.981843"
- height="6.981843"
- x="193.51816"
- y="-546.48187"
- rx="6.4999995"
- ry="6.4999995"
- transform="scale(-1,-1)" />
+ y="-113"
+ x="-42"
+ height="1.7500292"
+ width="12.154154"
+ id="rect40490-7-9"
+ style="opacity:0.8;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55400002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="m -197.5,548.25 0,1.25 m 7,-7 -1.25,0"
- id="path52994"
- sodipodi:nodetypes="cccc"
+ id="rect40463-6-4"
+ d="m -40,-114 0,1.25 2,0 0,-1.25 -2,0 z m 4,0 0,1.25 2,0 0,-1.25 -2,0 z m 4,0 0,1.25 2,0 0,-1.25 -2,0 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round"
+ d="m -31.5,-120.5 -9.75,3.75"
+ id="path40474-1-2"
sodipodi:nodetypes="cc"
- id="path52996"
- d="m -191.75,547.25 -1,1"
- style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g32860"
- transform="translate(231,-294)">
- <rect
- style="opacity:0;color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect32862"
- width="16"
- height="16"
- x="-226"
- y="619" />
- <path
- sodipodi:nodetypes="cccsssscccc"
- style="opacity:0.5;fill:url(#linearGradient32896-0-4);fill-opacity:1;stroke:none"
- d="m -212.5,619.5 -2,0 -6.0625,6.0625 C -220.70928,625.548 -220.84942,625.5 -221,625.5 c -2.48528,0 -4.5,2.01473 -4.5,4.5 0,2.48527 2.01472,4.5 4.5,4.5 2.48528,0 4.5,-2.01473 4.5,-4.5 0,-0.14948 -0.017,-0.29176 -0.0312,-0.4375 l 6.0312,-6.0625 0,-2 -2,-2 z"
- id="path32864"
inkscape:connector-curvature="0" />
<path
- d="m -177.09897,651.49231 c 0,1.37646 -1.09713,2.49231 -2.45051,2.49231 -1.35339,0 -2.45052,-1.11585 -2.45052,-2.49231 0,-1.37646 1.09713,-2.49231 2.45052,-2.49231 1.35338,0 2.45051,1.11585 2.45051,2.49231 z"
- sodipodi:ry="2.4923096"
- sodipodi:rx="2.4505157"
- sodipodi:cy="651.49231"
- sodipodi:cx="-179.54948"
- id="path32866"
- style="color:#000000;fill:url(#linearGradient32899-8-3);fill-opacity:1;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc"
- transform="matrix(1.224232,0,0,1.2036922,-1.189782,-154.19619)" />
- <path
sodipodi:nodetypes="ccccc"
- id="path32868"
- d="m -219.5,626.5 5.5,-5.5 0.5,-0.5 0.5,0.5 0.5,0.5"
- style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ style="fill:none;stroke:url(#linearGradient16889);stroke-width:1px;stroke-linejoin:round"
+ d="m -41.5,-107.5 0,-6 11,0 0,6 -11,0 z"
+ id="path40476-4-2"
inkscape:connector-curvature="0" />
<path
- transform="translate(-21,0)"
- d="M -193.09375,620.46875 -198.875,626.25 a 0.95626367,0.95626367 0 0 1 -0.78125,0.25 c -0.29297,-0.0289 -0.39637,-0.0312 -0.34375,-0.0312 -1.96853,0 -3.53125,1.56273 -3.53125,3.53125 0,1.96852 1.56272,3.53125 3.53125,3.53125 1.96853,0 3.53125,-1.56273 3.53125,-3.53125 0,-0.0768 0.0155,-0.18427 0,-0.34375 a 0.95626367,0.95626367 0 0 1 0.25,-0.78125 l 5.75,-5.78125 0,-1.1875 -1.4375,-1.4375 -1.1875,0 z"
- id="path32870"
- style="fill:none;stroke:url(#radialGradient32901-4-9);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:original="M -193.5 619.5 L -199.5625 625.5625 C -199.70928 625.548 -199.84942 625.5 -200 625.5 C -202.48528 625.5 -204.5 627.51473 -204.5 630 C -204.5 632.48527 -202.48528 634.5 -200 634.5 C -197.51472 634.5 -195.5 632.48527 -195.5 630 C -195.5 629.85052 -195.51705 629.70824 -195.53125 629.5625 L -189.5 623.5 L -189.5 621.5 L -191.5 619.5 L -193.5 619.5 z "
- inkscape:radius="-0.95616806"
- sodipodi:type="inkscape:offset" />
- <path
- id="path32872"
- d="m -217,624 0,1 -1,0 0,0.0312 -0.0312,0 0,0.96875 -0.96875,0 0,0.0312 -0.0312,0 0,1 -1,0 0,1 0,1 1,0 1,0 0,-1 1,0 0,-0.0312 0.0312,0 0,-0.96875 0.96875,0 0,-0.0312 0.0312,0 0,-1 1,0 0,-1 -1,0 0,-1 -1,0 z"
- style="color:#000000;fill:url(#linearGradient32903-6-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:#87aade;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -43,-116.75 1,0 1,1.75 0,2 -2,0 0,-3.75 z"
+ id="path40478-2-5"
+ sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0" />
<path
- transform="matrix(1.2638889,0,0,1.2222222,32.853009,-140.1836)"
- d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
- sodipodi:ry="0.80938911"
- sodipodi:rx="0.80938911"
- sodipodi:cy="628.93835"
- sodipodi:cx="-202.03252"
- id="path32874"
- style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path32877"
- sodipodi:cx="-202.03252"
- sodipodi:cy="628.93835"
- sodipodi:rx="0.80938911"
- sodipodi:ry="0.80938911"
- d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
- transform="matrix(0.77047663,0,0,0.74507628,-63.8586,161.95861)" />
- <path
- transform="matrix(0.77047663,0,0,0.74507628,-64.708233,162.88548)"
- d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
- sodipodi:ry="0.80938911"
- sodipodi:rx="0.80938911"
- sodipodi:cy="628.93835"
- sodipodi:cx="-202.03252"
- id="path32879"
- style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
+ style="fill:#002255;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -41,-115 0,2 -2,0 0,0.75 2.75,0 0,-3 -1.25,-2.25 -1.5,0.25 0,0.5 1,0 1,1.75 z"
+ id="path40480-3-8"
+ sodipodi:nodetypes="ccccccccccc"
+ inkscape:connector-curvature="0" />
<path
- style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
- d="m -213.5,621.5 -6,6"
- id="path32881"
+ id="path40558-2-3"
+ d="m -41.5,-107.38206 0,-4.66445"
+ style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40553-2-9"
+ width="1"
+ height="1.5"
+ x="-33"
+ y="-120.75" />
+ <rect
+ style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40556-1-3"
+ width="1"
+ height="1.25"
+ x="-40"
+ y="-114" />
<path
- id="path32883"
- d="m -212.5,619.5 -2,0 -6.0625,6.0625 C -220.70928,625.548 -220.84942,625.5 -221,625.5 c -2.48528,0 -4.5,2.01473 -4.5,4.5 0,2.48527 2.01472,4.5 4.5,4.5 2.48528,0 4.5,-2.01473 4.5,-4.5 0,-0.14948 -0.017,-0.29176 -0.0312,-0.4375 l 6.0312,-6.0625 0,-2 -2,-2 z"
- style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="cccsssscccc"
+ sodipodi:nodetypes="cc"
+ style="opacity:0.5;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round"
+ d="m -42.4975,-113.46527 0,-3.0928"
+ id="path40560-6-1"
inkscape:connector-curvature="0" />
- <path
- transform="translate(-21,0)"
- sodipodi:type="inkscape:offset"
- inkscape:radius="-0.95616806"
- inkscape:original="M -193.5 619.5 L -199.5625 625.5625 C -199.70928 625.548 -199.84942 625.5 -200 625.5 C -202.48528 625.5 -204.5 627.51473 -204.5 630 C -204.5 632.48527 -202.48528 634.5 -200 634.5 C -197.51472 634.5 -195.5 632.48527 -195.5 630 C -195.5 629.85052 -195.51705 629.70824 -195.53125 629.5625 L -189.5 623.5 L -189.5 621.5 L -191.5 619.5 L -193.5 619.5 z "
- style="fill:none;stroke:url(#radialGradient32905-9-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path32886"
- d="M -193.09375,620.46875 -198.875,626.25 a 0.95626367,0.95626367 0 0 1 -0.78125,0.25 c -0.29297,-0.0289 -0.39637,-0.0312 -0.34375,-0.0312 -1.96853,0 -3.53125,1.56273 -3.53125,3.53125 0,1.96852 1.56272,3.53125 3.53125,3.53125 1.96853,0 3.53125,-1.56273 3.53125,-3.53125 0,-0.0768 0.0155,-0.18427 0,-0.34375 a 0.95626367,0.95626367 0 0 1 0.25,-0.78125 l 5.75,-5.78125 0,-1.1875 -1.4375,-1.4375 -1.1875,0 z" />
<g
- style="opacity:0.3;fill:#ffffff"
- id="g32888">
- <rect
- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect32890"
- width="1"
- height="0.98873287"
- x="-217"
- y="622.98871" />
+ transform="translate(1,0)"
+ style="opacity:0.35"
+ id="g40590-8-8">
<rect
- y="624"
- x="-216"
- height="0.98873287"
- width="1"
- id="rect32892"
- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55400002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40586-5-0"
+ width="5"
+ height="0.9617852"
+ x="-38"
+ y="-110" />
<rect
- style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect32894"
- width="1"
- height="0.98873287"
- x="-215"
- y="624.98871" />
- </g>
- </g>
- <path
- inkscape:connector-curvature="0"
- d=""
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path34332"
- sodipodi:nodetypes="cc" />
- <g
- style="display:inline;enable-background:new"
- id="g42207-2"
- transform="translate(230.99917,191.00001)">
- <g
- transform="translate(83.990364,83.999999)"
- id="g42209-9"
- style="opacity:0.5">
- <path
- transform="matrix(0.9361892,0,0,0.9375002,-26.576994,10.374973)"
- sodipodi:type="arc"
- style="fill:#ffd5d5;fill-opacity:0.58823529;fill-rule:nonzero;stroke:#800000;stroke-width:1.06741309;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path42211-6"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path42213-0"
- style="fill:none;stroke:url(#linearGradient42487-4-8);stroke-width:1.22662127;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.814129,0,0,0.816369,-10.451999,24.674751)" />
- <path
- transform="matrix(0.6848076,0,0,0.6867124,6.6184411,39.974237)"
- sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient42489-5-5);stroke-width:1.45823753;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path42215-8"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- transform="matrix(0.814129,0,0,0.816369,-10.451999,24.674751)"
- sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient42491-0-0);stroke-width:1.22662127;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path42217-3"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path17230"
- style="fill:none;stroke:url(#linearGradient17232-1);stroke-width:3.2130022;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.31076006,0,0,0.31171146,55.992715,84.224347)" />
- </g>
- <g
- transform="matrix(1.3088013,0,0,1.3078064,114.94487,78.842325)"
- style="display:inline"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="g42219-5" />
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g36339-2"
- transform="translate(63,128.99999)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36341-7"
- width="16"
- height="16"
- x="341"
- y="238" />
- <g
- transform="translate(0,-12)"
- id="g36343-6">
- <path
- transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36363-9"
- style="opacity:0.3;fill:url(#radialGradient37501-4-1);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
- sodipodi:type="arc" />
- <g
- id="g36345-6"
- transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
- <path
- inkscape:transform-center-y="-3.2499984"
- inkscape:transform-center-x="-2.8145849"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36349-3"
- style="fill:#df0505;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
- <path
- transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
- sodipodi:type="arc"
- style="fill:#ba0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36351-4"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="-3.2630798"
- inkscape:transform-center-y="1.6729808e-05" />
- <path
- inkscape:transform-center-y="3.2500173"
- inkscape:transform-center-x="-2.8145756"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36353-6"
- style="fill:#8c0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
- <path
- transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
- sodipodi:type="arc"
- style="fill:#bb1010;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36355-4"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145978"
- inkscape:transform-center-y="3.249994" />
- <path
- inkscape:transform-center-x="3.2630773"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36357-2"
- style="fill:#f44c4c;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
- <path
- inkscape:transform-center-y="-3.2500006"
- transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
- sodipodi:type="arc"
- style="fill:#ff7777;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36359-5"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145777" />
- </g>
- <path
- transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
- sodipodi:type="arc"
- style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path36361-7"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36365-0"
- style="fill:none;stroke:url(#linearGradient37503-1-4);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
- </g>
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g36339-2-8"
- transform="translate(84,128.99999)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36341-7-6"
- width="16"
- height="16"
- x="341"
- y="238" />
- <g
- transform="translate(0,-12)"
- id="g36343-6-8">
- <path
- transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36363-9-4"
- style="opacity:0.3;fill:url(#radialGradient37501-4-9-8);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
- sodipodi:type="arc" />
- <g
- id="g36345-6-9"
- transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
- <path
- inkscape:transform-center-y="-3.2499984"
- inkscape:transform-center-x="-2.8145849"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36349-3-1"
- style="fill:#1fdf05;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
- <path
- transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
- sodipodi:type="arc"
- style="fill:#16ba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36351-4-7"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="-3.2630798"
- inkscape:transform-center-y="1.6729808e-05" />
- <path
- inkscape:transform-center-y="3.2500173"
- inkscape:transform-center-x="-2.8145756"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36353-6-7"
- style="fill:#109400;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
- <path
- transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
- sodipodi:type="arc"
- style="fill:#24bb10;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36355-4-6"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145978"
- inkscape:transform-center-y="3.249994" />
- <path
- inkscape:transform-center-x="3.2630773"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36357-2-5"
- style="fill:#60f44c;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
- <path
- inkscape:transform-center-y="-3.2500006"
- transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
- sodipodi:type="arc"
- style="fill:#87ff77;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36359-5-2"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145777" />
- </g>
- <path
- transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
- sodipodi:type="arc"
- style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path36361-7-9"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36365-0-7"
- style="fill:none;stroke:url(#linearGradient37503-1-9-8);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
- </g>
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g36339-2-9"
- transform="translate(104.9911,129.00001)">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect36341-7-4"
- width="16"
- height="16"
- x="341"
- y="238" />
- <g
- transform="translate(0,-12)"
- id="g36343-6-2">
- <path
- transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36363-9-0"
- style="opacity:0.3;fill:url(#radialGradient37501-4-6-6);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
- sodipodi:type="arc" />
- <g
- id="g36345-6-4"
- transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
- <path
- inkscape:transform-center-y="-3.2499984"
- inkscape:transform-center-x="-2.8145849"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36349-3-5"
- style="fill:#0505df;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
- <path
- transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
- sodipodi:type="arc"
- style="fill:#0000ba;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36351-4-3"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="-3.2630798"
- inkscape:transform-center-y="1.6729808e-05" />
- <path
- inkscape:transform-center-y="3.2500173"
- inkscape:transform-center-x="-2.8145756"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36353-6-4"
- style="fill:#00008c;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
- <path
- transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
- sodipodi:type="arc"
- style="fill:#1010bb;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36355-4-4"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145978"
- inkscape:transform-center-y="3.249994" />
- <path
- inkscape:transform-center-x="3.2630773"
- sodipodi:end="5.7595865"
- sodipodi:start="4.712389"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36357-2-9"
- style="fill:#4c4cf4;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc"
- transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
- <path
- inkscape:transform-center-y="-3.2500006"
- transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
- sodipodi:type="arc"
- style="fill:#7777ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path36359-5-4"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:start="4.712389"
- sodipodi:end="5.7595865"
- inkscape:transform-center-x="2.8145777" />
- </g>
- <path
- transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
- sodipodi:type="arc"
- style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path36361-7-0"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path36365-0-0"
- style="fill:none;stroke:url(#linearGradient37503-1-1-3);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
- </g>
- </g>
- <g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- transform="translate(-301,-550)"
- id="g42945-5"
- style="display:inline;enable-background:new">
- <rect
- y="602"
- x="327"
- height="16"
- width="16"
- id="rect42947-7"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g42949-4">
- <g
- style="opacity:0.85"
- id="g42951-6">
- <path
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="M 341.5161,616.38229 340.5,617.5 l -10.73389,-10e-6 -1.25,-1.25 L 328.5,605.5 l 13,0 0.0161,10.88229 z"
- id="path42953-7"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="path42955-8"
- d="m 340,616 -8.25,0 0,-1 8.25,0 0,1 z"
- style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <rect
- style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect38927-6"
- width="11.970581"
- height="8.0306396"
- x="329.02942"
- y="605.96936" />
- <rect
- y="605.96936"
- x="329.02942"
- height="8.0306396"
- width="11.970581"
- id="rect45307-5"
- style="opacity:0.3;fill:url(#radialGradient45309-0-7);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="path42957-3"
- d="m 340.48389,606.50001 c -3.66204,-3e-5 -7.70403,2e-5 -10.98389,-10e-6 l 0.002,10.00007 10.99778,-7e-5 -0.0161,-9.99999 2.1e-4,0 z"
- style="fill:none;stroke:url(#linearGradient42965-7-9-1);stroke-width:0.99999923px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <rect
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- y="615"
- x="330"
- height="1.0000043"
- width="1"
- id="rect42959-9"
- style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="ccccc"
- style="opacity:0.35;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 340.5,614 -11,0 0,-1 11,0 0,1 z"
- id="path38929-0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="opacity:0.25;fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter24186-3-2-5-6)"
- d="m 337.7,606.7 0,2.75 2,1.5 0,2.5 -0.25,0.25 -1.75,0 0,-2 -2,0 0,2 -1.75,0 -0.25,-0.25 0,-2.5 2,-1.5 0,-2.75 2,0 z"
- id="path42961-6"
- sodipodi:nodetypes="ccccccccccccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccccccccccccccccccccc"
- id="path42963-7"
- d="m 333.75,602.5 1.75,0 c 0,0 0,2 0,2 l 2,0 0,-2 1.75,0 0.25,0.25 0,2.5 -2,1.5 0,2.5 2,1.5 0,2.5 -0.25,0.25 -1.75,0 0,-2 -2,0 0,2 -1.75,0 -0.25,-0.25 0,-2.5 2,-1.5 0,-2.5 -2,-1.5 0,-2.5 0.25,-0.25 z"
- style="fill:#ffffff;fill-rule:evenodd;stroke:url(#linearGradient42967-6-4-5);stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
+ y="-111"
+ x="-36"
+ height="3"
+ width="1.0280838"
+ id="rect40588-7-3"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.55400002;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(75,-440.00012)"
- id="g26256-4">
+ id="g55801">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect26258-7"
width="16"
height="16"
- x="-29"
- y="491.00012" />
+ x="47"
+ y="52" />
<g
+ transform="translate(74.95064,-440.02091)"
id="g26260-3">
<g
id="g26262-9">
@@ -100667,12 +72624,12 @@
sodipodi:cy="57.5"
sodipodi:cx="13.5"
id="path26270-5"
- style="fill:none;stroke:url(#linearGradient26282-0-4);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26282-0);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:type="arc" />
<path
sodipodi:nodetypes="cccccc"
d="m -25.5,496.5 7.984366,-0.0226 M -27.5,502.5 l 6,-6 m 5.996227,1.44466 L -20.25,493.5"
- style="fill:none;stroke:url(#linearGradient26284-9-3);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26284-9);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path26272-4"
inkscape:connector-curvature="0" />
<path
@@ -100697,7 +72654,7 @@
sodipodi:type="arc" />
<path
sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient26286-4-9);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26286-4);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path26278-1"
sodipodi:cx="13.5"
sodipodi:cy="57.5"
@@ -100708,114 +72665,69 @@
<path
sodipodi:nodetypes="cccccc"
d="m -20.515634,493.80534 c -0.07079,-0.45769 0.0843,-0.63855 0.5,-0.5 m -7.704183,9.08552 4.25,-4.25 m -2,-2 6.25,0"
- style="fill:none;stroke:url(#linearGradient26288-9-7);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient26288-9);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
id="path26280-5"
inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- style="display:inline;enable-background:new"
- transform="translate(-399,-440)"
- id="g24914-9">
<g
- id="g25430-1"
- transform="translate(0,-21)">
- <rect
- ry="0"
- rx="0"
- transform="translate(1,0)"
- y="514"
- x="446"
- height="16"
- width="16"
- id="rect25424-1"
- style="opacity:0;fill:#333333;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- style="opacity:0.8;display:inline;enable-background:new"
- id="g24916-4"
- transform="translate(337,128)">
- <rect
- rx="0.019097222"
- y="386"
- x="110"
- height="11"
- width="11"
- id="rect24918-0"
- style="opacity:0;fill:#736c54;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- ry="0.019097222" />
- <g
- id="g24920-8" />
- </g>
- <g
- transform="translate(22.915112,0.02875225)"
- id="g24933-4">
- <path
- sodipodi:nodetypes="ccccccccc"
- style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 430.5,525.5329 0,2 1,1 2,0 2,-2.0329 0,-2 -1,-1 -2,0 -2,2.0329 z"
- id="path24939-9"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccccc"
- id="path24941-0"
- d="m 433.5,522.4671 0,1.75 1,1.25 2,0 2,-1.9671 0,-2 -1,-1 -2,0 -2,1.9671 z"
- style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccccc"
- style="fill:none;stroke:url(#linearGradient25451-0-1);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 433.5,522.4671 0,2.0329 1,0.9671 2,0 2,-1.9671 0,-2 -1,-1 -2,0 -2,1.9671 z"
- id="path24945-6"
- inkscape:connector-curvature="0" />
- <path
- id="path24954-1"
- d="m 434.5,523.5 -2,0"
- style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccccccc"
- id="path24956-1"
- d="m 430.5,525.5 0,2 1,1 2,0 2,-2 0,-2 -1,-1 -2,0 -2,2 z"
- style="fill:none;stroke:url(#linearGradient25453-2-0);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 434.08489,525.47125 2.25,0"
- id="path24958-1"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- id="path24960-1"
- d="M 434.33489,525.47125 436.5,525.4671"
- style="fill:none;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- </g>
+ id="g24933-4"
+ transform="translate(-375.85,-461.8829)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path24939-9"
+ d="m 430.5,525.5329 0,2 1,1 2,0 2,-2.0329 0,-2 -1,-1 -2,0 -2,2.0329 z"
+ style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 433.5,522.4671 0,1.75 1,1.25 2,0 2,-1.9671 0,-2 -1,-1 -2,0 -2,1.9671 z"
+ id="path24941-0"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path24945-6"
+ d="m 433.5,522.4671 0,2.0329 1,0.9671 2,0 2,-1.9671 0,-2 -1,-1 -2,0 -2,1.9671 z"
+ style="fill:none;stroke:url(#linearGradient55785);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 434.5,523.5 -2,0"
+ id="path24954-1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient55787);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 430.5,525.5 0,2 1,1 2,0 2,-2 0,-2 -1,-1 -2,0 -2,2 z"
+ id="path24956-1"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ id="path24958-1"
+ d="m 434.08489,525.47125 2.25,0"
+ style="fill:none;stroke:#000000;stroke-width:2.70000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 434.33489,525.47125 436.5,525.4671"
+ id="path24960-1" />
</g>
- <rect
- style="fill:url(#linearGradient13472-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect25426-0"
- width="0"
- height="0.25"
- x="462.25"
- y="515"
- transform="translate(1,0)"
- rx="1.3125"
- ry="0.25" />
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(96,-440.00012)"
- id="g26256-4-9">
+ id="g55835">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect26258-7-4"
width="16"
height="16"
- x="-29"
- y="491.00012" />
+ x="68"
+ y="52" />
<g
+ transform="translate(95.95064,-440.02091)"
id="g26260-3-6">
<g
id="g26262-9-1">
@@ -100850,12 +72762,12 @@
sodipodi:cy="57.5"
sodipodi:cx="13.5"
id="path26270-5-9"
- style="fill:none;stroke:url(#linearGradient26282-0-8-4);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26282-0-8);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:type="arc" />
<path
sodipodi:nodetypes="cccccc"
d="m -25.5,496.5 7.984366,-0.0226 M -27.5,502.5 l 6,-6 m 5.996227,1.44466 L -20.25,493.5"
- style="fill:none;stroke:url(#linearGradient26284-9-6-4);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26284-9-6);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path26272-4-9"
inkscape:connector-curvature="0" />
<path
@@ -100880,7 +72792,7 @@
sodipodi:type="arc" />
<path
sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient26286-4-5-9);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient26286-4-5);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path26278-1-5"
sodipodi:cx="13.5"
sodipodi:cy="57.5"
@@ -100891,305 +72803,353 @@
<path
sodipodi:nodetypes="cccccc"
d="m -20.515634,493.80534 c -0.07079,-0.45769 0.0843,-0.63855 0.5,-0.5 m -7.704183,9.08552 4.25,-4.25 m -2,-2 6.25,0"
- style="fill:none;stroke:url(#linearGradient26288-9-5-3);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient26288-9-5);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
id="path26280-5-4"
inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g39333-1"
- transform="matrix(-1,0,0,-1,110.9,274.25)">
<g
- style="display:inline;enable-background:new"
- id="g39096-7-1"
- transform="translate(26.00079,19.1)">
- <g
- transform="translate(-1.00079,-19)"
- style="fill:#ffffff;display:inline;enable-background:new"
- id="g39118-3-3" />
- </g>
- <g
- transform="matrix(0,-1,-1,0,212.75,247.25)"
- id="g38966-7">
+ transform="matrix(-1,0,0,-1,110.9,273.1)"
+ id="g39333-1"
+ style="display:inline;enable-background:new">
<g
- id="g38968-4"
- transform="matrix(-1,0,0,-1,215.25,222.75)">
- <path
- sodipodi:nodetypes="ccc"
- style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
- d="m 174.5,38.5 0,5 5,0"
- id="path38970-5"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cz"
- id="path38972-1"
- style="fill:none;stroke:#000000;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 175.5,42.5 5,-5"
- inkscape:connector-curvature="0" />
+ transform="translate(26.00079,19.1)"
+ id="g39096-7-1"
+ style="display:inline;enable-background:new">
+ <g
+ id="g39118-3-3"
+ style="fill:#ffffff;display:inline;enable-background:new"
+ transform="translate(-1.00079,-19)" />
</g>
<g
- transform="translate(-146.75,127.75)"
- id="g38975-0">
+ id="g38966-7"
+ transform="matrix(0,-1,-1,0,212.75,247.25)">
<g
- style="display:inline"
- transform="matrix(-1,0,0,-1,272.1613,155.99999)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
+ transform="matrix(-1,0,0,-1,215.25,222.75)"
+ id="g38968-4">
+ <path
+ inkscape:connector-curvature="0"
+ id="path38970-5"
+ d="m 174.5,38.5 0,5 5,0"
+ style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 175.5,42.5 5,-5"
+ style="fill:none;stroke:#000000;stroke-width:3.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path38972-1"
+ sodipodi:nodetypes="cz" />
+ </g>
+ <g
+ id="g38975-0"
+ transform="translate(-146.75,127.75)">
+ <g
+ id="g38977-1"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="matrix(-1,0,0,-1,272.1613,155.99999)"
+ style="display:inline">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#f2f2f2;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path38984-8"
+ sodipodi:nodetypes="cz"
+ d="" />
+ <path
+ inkscape:connector-curvature="0"
+ d=""
+ style="opacity:0.85;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path38987-2"
+ sodipodi:nodetypes="cz" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path38994-9"
+ d="m 188,51 0,6 -1,0 0,-5 -5,0 0,-1 6,0 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(-1,0,0,1,-29,-335)"
+ style="opacity:0.2"
+ id="g38996-7">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path38998-6"
+ d="m -216,387 0,2 1,0 0,-1 1,0 0,-1 -2,0 z"
+ style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <g
+ id="g39000-4"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="g38977-1">
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="matrix(-1,0,0,-1,118.4113,290.74999)"
+ style="display:inline">
<path
- d=""
- sodipodi:nodetypes="cz"
- id="path38984-8"
+ inkscape:connector-curvature="0"
style="fill:none;stroke:#f2f2f2;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
+ id="path39015-9"
sodipodi:nodetypes="cz"
- id="path38987-2"
- style="opacity:0.85;fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d=""
- inkscape:connector-curvature="0" />
+ d="" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 78.1613,110.99999 5.5,-5.5"
+ style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path39017-0"
+ sodipodi:nodetypes="cz" />
</g>
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 188,51 0,6 -1,0 0,-5 -5,0 0,-1 6,0 z"
- id="path38994-9"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
<g
- id="g38996-7"
+ id="g39020-8"
style="opacity:0.2"
- transform="matrix(-1,0,0,1,-29,-335)">
+ transform="matrix(-1,0,0,1,-175.75,-207.25)">
<path
- style="fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0"
+ style="opacity:0.7;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m -216,387 0,2 1,0 0,-1 1,0 0,-1 -2,0 z"
- id="path38998-6"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
+ id="path39022-9"
+ sodipodi:nodetypes="ccccccc" />
</g>
</g>
- <g
- style="display:inline"
- transform="matrix(-1,0,0,-1,118.4113,290.74999)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="g39000-4">
- <path
- d=""
- sodipodi:nodetypes="cz"
- id="path39015-9"
- style="fill:none;stroke:#f2f2f2;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cz"
- id="path39017-0"
- style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 78.1613,110.99999 5.5,-5.5"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="matrix(-1,0,0,1,-175.75,-207.25)"
- style="opacity:0.2"
- id="g39020-8">
- <path
- sodipodi:nodetypes="ccccccc"
- id="path39022-9"
- d="m -216,387 0,2 1,0 0,-1 1,0 0,-1 -2,0 z"
- style="opacity:0.7;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
</g>
</g>
<g
- transform="matrix(-1,0,0,-1,26,330)"
style="display:inline;enable-background:new"
- clip-path="url(#clipPath45147-1-4)"
- id="g45199-4">
+ id="g55731">
+ <rect
+ y="51.97921"
+ x="25.950649"
+ height="16"
+ width="16"
+ id="rect42947-7"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- id="g45201-6"
- clip-path="none"
- transform="translate(1,1)">
- <rect
- y="261"
- x="4"
- height="16"
- width="16"
- id="rect45203-3"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ transform="translate(-301.04935,-550.02079)"
+ id="g42949-4">
<g
- transform="translate(-96.98388,244)"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- id="g45205-1"
- style="display:inline">
- <path
- id="path45207-7"
- style="fill:url(#linearGradient45220-3-5);fill-opacity:1;fill-rule:nonzero;stroke:none"
- d="m 105.48388,31.25 6.25,-6 c 0.49692,0.284098 0.2225,0.232267 0.76612,0.25 2.20206,0.07183 4,-1.792 4,-4 l -1,-1 -2.5,2.5 -0.5,-0.5 -1,-1 -0.5,-0.5 2.5,-2.5 -1,-1 c -2.208,0 -4,1.792 -4,4 0,0.58349 0.009,0.250006 0.23388,0.75 l -6.25,6 0,2 1,1 2,0 z"
- sodipodi:nodetypes="ccsccccccccsccccc"
- inkscape:connector-curvature="0" />
+ style="opacity:0.85"
+ id="g42951-6">
<path
+ style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 341.5161,616.38229 340.5,617.5 l -10.73389,-10e-6 -1.25,-1.25 L 328.5,605.5 l 13,0 0.0161,10.88229 z"
+ id="path42953-7"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
sodipodi:nodetypes="ccccccc"
- d="m 115.5,21.5 -2.25,2.25 m -1,-5.5 c -1.75,0 -4,2.25 -2.5,5 l -1.26612,0.25 -5,5 0,1.75"
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path45209-9"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccsccccccccsccccccc"
- d="m 105.48388,31.5 5.5,-5.5 0.25,-0.5 1.26612,0 c 2.73388,0 4,-1.792 4,-4 l -1,-1 -2.5,2.5 -0.5,-0.5 -1,-1 -0.5,-0.5 2.5,-2.5 -1,-1 c -2.208,0 -3.96454,1.25 -4,4 l -0.0161,1.25 -0.5,0.25 -5.5,5.5 0,2 1,1 2,0 -2e-5,0 z"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path45211-9"
inkscape:connector-curvature="0" />
<path
- sodipodi:nodetypes="cc"
- d="m 109.98388,25 -5,5"
- style="fill:none;stroke:#d7d7d7;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path45214-0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path42955-8"
+ d="m 340,616 -8.25,0 0,-1 8.25,0 0,1 z"
+ style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
+ <rect
+ style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect38927-6"
+ width="11.970581"
+ height="8.0306396"
+ x="329.02942"
+ y="605.96936" />
+ <rect
+ y="605.96936"
+ x="329.02942"
+ height="8.0306396"
+ width="11.970581"
+ id="rect45307-5"
+ style="opacity:0.3;fill:url(#radialGradient45309-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- id="path45216-1"
- style="fill:none;stroke:#646464;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="m 109.48388,24.5 -4,4"
- sodipodi:nodetypes="cc"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path42957-3"
+ d="m 340.48389,606.50001 c -3.66204,-3e-5 -7.70403,2e-5 -10.98389,-10e-6 l 0.002,10.00007 10.99778,-7e-5 -0.0161,-9.99999 2.1e-4,0 z"
+ style="fill:none;stroke:url(#linearGradient42965-7-9);stroke-width:0.99999923px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
<rect
- style="fill:#162d50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect45218-5"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ y="615"
+ x="330"
+ height="1.0000043"
width="1"
- height="1"
- x="103.98388"
- y="29" />
+ id="rect42959-9"
+ style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ style="opacity:0.35;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 340.5,614 -11,0 0,-1 11,0 0,1 z"
+ id="path38929-0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
</g>
+ <path
+ style="opacity:0.25;fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter24186-3-2-5)"
+ d="m 337.7,606.7 0,2.75 2,1.5 0,2.5 -0.25,0.25 -1.75,0 0,-2 -2,0 0,2 -1.75,0 -0.25,-0.25 0,-2.5 2,-1.5 0,-2.75 2,0 z"
+ id="path42961-6"
+ sodipodi:nodetypes="ccccccccccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccccccccccccccc"
+ id="path42963-7"
+ d="m 333.75,602.5 1.75,0 c 0,0 0,2 0,2 l 2,0 0,-2 1.75,0 0.25,0.25 0,2.5 -2,1.5 0,2.5 2,1.5 0,2.5 -0.25,0.25 -1.75,0 0,-2 -2,0 0,2 -1.75,0 -0.25,-0.25 0,-2.5 2,-1.5 0,-2.5 -2,-1.5 0,-2.5 0.25,-0.25 z"
+ style="fill:#ffffff;fill-rule:evenodd;stroke:url(#linearGradient42967-6-4);stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="g45287-4"
+ transform="translate(160.94228,123.97921)"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ id="path45290-5"
+ style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45302-1"
+ style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path45294-9" />
</g>
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(160.99163,124)"
- id="g45287-4">
- <path
- sodipodi:nodetypes="cccccccc"
- d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
- style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45290-5"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45302-1"
- inkscape:connector-curvature="0" />
- <path
- id="path45294-9"
- style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline;enable-background:new"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 3\recently used.png"
- transform="translate(-409,-611.95)"
- id="g32361-3">
+ id="g55696">
<rect
- y="664"
- x="414"
- height="16"
+ transform="scale(-1,-1)"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect45203-3"
width="16"
- id="rect32363-6"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ height="16"
+ x="-20.95064"
+ y="-67.97921" />
+ <g
+ style="display:inline"
+ id="g45205-1"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="matrix(-1,0,0,-1,123.0839,85.1)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsccccccccsccccc"
+ d="m 105.48388,31.25 6.25,-6 c 0.49692,0.284098 0.2225,0.232267 0.76612,0.25 2.20206,0.07183 4,-1.792 4,-4 l -1,-1 -2.5,2.5 -0.5,-0.5 -1,-1 -0.5,-0.5 2.5,-2.5 -1,-1 c -2.208,0 -4,1.792 -4,4 0,0.58349 0.009,0.250006 0.23388,0.75 l -6.25,6 0,2 1,1 2,0 z"
+ style="fill:url(#linearGradient55656);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path45207-7" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45209-9"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 115.5,21.5 -2.25,2.25 m -1,-5.5 c -1.75,0 -4,2.25 -2.5,5 l -1.26612,0.25 -5,5 0,1.75"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45211-9"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 105.48388,31.5 5.5,-5.5 0.25,-0.5 1.26612,0 c 2.73388,0 4,-1.792 4,-4 l -1,-1 -2.5,2.5 -0.5,-0.5 -1,-1 -0.5,-0.5 2.5,-2.5 -1,-1 c -2.208,0 -3.96454,1.25 -4,4 l -0.0161,1.25 -0.5,0.25 -5.5,5.5 0,2 1,1 2,0 -2e-5,0 z"
+ sodipodi:nodetypes="cccsccccccccsccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45214-0"
+ style="fill:none;stroke:#d7d7d7;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 109.98388,25 -5,5"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ d="m 109.48388,24.5 -4,4"
+ style="fill:none;stroke:#646464;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path45216-1" />
+ <rect
+ y="29"
+ x="103.98388"
+ height="1"
+ width="1"
+ id="rect45218-5"
+ style="fill:#162d50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.0999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
<g
- id="g32365-0">
+ transform="translate(-409.04935,-611.97079)"
+ id="g32398-1">
<g
- style="opacity:0.8"
- id="g32367-2"
- transform="translate(23,1)">
- <g
- style="opacity:0.96000001;display:inline"
- id="g32369-7"
- transform="matrix(0.927848,0,0,0.916217,240.82022,467.72362)"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(0.784039,0,0,0.779055,265.50801,498.28815)"
- id="g32373-2"
- style="opacity:0.96000001;fill:none;stroke:url(#linearGradient32430-7-7);stroke-width:1.17973554;stroke-opacity:1;display:inline" />
+ id="g32400-8"
+ transform="matrix(1,0,0,-1,73,774)">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#0b1e00;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ id="path32403-1"
+ sodipodi:nodetypes="ccc" />
</g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc"
+ id="path32411-7"
+ d="m 428,671.25 c -0.0541,-1.25729 -0.54273,-2.44429 -1.37516,-3.38809 -2.00926,-2.27808 -5.59675,-2.62117 -7.87484,-0.61191 L 417,669"
+ style="color:#000000;fill:none;stroke:#0b1e00;stroke-width:3.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- id="g32398-1">
- <g
- transform="matrix(1,0,0,-1,73,774)"
- id="g32400-8">
- <path
- sodipodi:nodetypes="ccc"
- id="path32403-1"
- d="m 343,108.25 0,-4.25 4.25,0"
- style="fill:none;stroke:#0b1e00;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="color:#000000;fill:none;stroke:#0b1e00;stroke-width:3.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 428,671.25 c -0.0541,-1.25729 -0.54273,-2.44429 -1.37516,-3.38809 -2.00926,-2.27808 -5.59675,-2.62117 -7.87484,-0.61191 L 417,669"
- id="path32411-7"
- sodipodi:nodetypes="csc"
- inkscape:connector-curvature="0" />
- <g
- transform="matrix(1,0,0,-1,73,774)"
- id="g32413-8">
- <path
- style="fill:none;stroke:#8af01e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 343,108.25 0,-4.25 4.25,0"
- id="path32416-5"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- </g>
+ id="g32413-8"
+ transform="matrix(1,0,0,-1,73,774)">
<path
- id="path32418-2"
- d="m 417,669 0,-1 0,-1.5 1,0 0,1.5 1.5,0 0,1 -1.5,0 -1,0 z"
- style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="csc"
- id="path32420-2"
- d="m 428,671.25 c -0.0541,-1.25729 -0.54273,-2.44429 -1.37516,-3.38809 -2.00926,-2.27808 -5.59675,-2.62117 -7.87484,-0.61191 L 417,669"
- style="color:#000000;fill:none;stroke:#8af01e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.4;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 415.5,670 0,-4.5 m 5,4 -2,0"
- id="path32422-4"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cscccc"
- id="path32424-5"
- d="m 428.5,671.21875 c -0.0591,-1.37274 -0.59591,-2.66246 -1.5,-3.6875 -1.09228,-1.23842 -2.62571,-1.96363 -4.1875,-2.09375 -1.55879,-0.12987 -3.16135,0.33951 -4.40625,1.4375 -3.3e-4,0.0104 -3.3e-4,0.0208 0,0.0312 L 417.5,667.75"
- style="opacity:0.4;color:#000000;fill:none;stroke:url(#linearGradient32434-5-5);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path32416-5"
+ d="m 343,108.25 0,-4.25 4.25,0"
+ style="fill:none;stroke:#8af01e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.15;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 417,669 0,-1 0,-1.5 1,0 0,1.5 1.5,0 0,1 -1.5,0 -1,0 z"
+ id="path32418-2" />
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:none;stroke:#8af01e;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 428,671.25 c -0.0541,-1.25729 -0.54273,-2.44429 -1.37516,-3.38809 -2.00926,-2.27808 -5.59675,-2.62117 -7.87484,-0.61191 L 417,669"
+ id="path32420-2"
+ sodipodi:nodetypes="csc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path32422-4"
+ d="m 415.5,670 0,-4.5 m 5,4 -2,0"
+ style="opacity:0.4;fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.4;color:#000000;fill:none;stroke:url(#linearGradient55624);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 428.5,671.21875 c -0.0591,-1.37274 -0.59591,-2.66246 -1.5,-3.6875 -1.09228,-1.23842 -2.62571,-1.96363 -4.1875,-2.09375 -1.55879,-0.12987 -3.16135,0.33951 -4.40625,1.4375 -3.3e-4,0.0104 -3.3e-4,0.0208 0,0.0312 L 417.5,667.75"
+ id="path32424-5"
+ sodipodi:nodetypes="cscccc" />
</g>
</g>
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect42954-1"
- width="16"
- height="16"
- x="89"
- y="51.999996" />
<g
style="display:inline;enable-background:new"
- id="g14542"
- transform="translate(0.1,-0.35000207)">
+ id="g17770">
+ <rect
+ y="51.979202"
+ x="88.95063"
+ height="16"
+ width="16"
+ id="rect42954-1"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- transform="translate(-50,-39.00012)"
+ transform="translate(-49.94936,-39.370919)"
id="g42956-6">
<g
id="g42958-1"
@@ -101226,7 +73186,7 @@
sodipodi:nodetypes="ccccc"
id="path42968-5"
d="m 332.5,-105.5 0,6.25 -4,2 -4,-2.00012 0,-6.24988"
- style="fill:none;stroke:url(#linearGradient14559-4);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient55950);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path42970-1"
@@ -101241,7 +73201,7 @@
<path
id="path42972-5"
d="m 145.5,94.25012 c 0,0 4,1.75 4,1.75 l 4,-1.75"
- style="opacity:0.95999995;fill:none;stroke:url(#linearGradient14561-1);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ style="opacity:0.95999995;fill:none;stroke:url(#linearGradient55952);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0" />
<rect
@@ -101250,7 +73210,7 @@
height="6.7500019"
width="1"
id="rect42974-8"
- style="fill:url(#linearGradient14563-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:url(#linearGradient55954);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
style="opacity:0.09599998;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect42976-8"
@@ -101263,7 +73223,7 @@
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(0.7882544,0,0,0.7883038,-8.45268,-113.0026)"
+ transform="matrix(0.7882544,0,0,0.7883038,-8.4020402,-113.3734)"
id="g42978-1"
style="display:inline;enable-background:new">
<path
@@ -101289,7 +73249,7 @@
sodipodi:cy="118"
sodipodi:cx="132"
id="path42984-5"
- style="fill:none;stroke:url(#linearGradient14565-2);stroke-width:2.54167628;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ style="fill:none;stroke:url(#linearGradient55956);stroke-width:2.54167628;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc"
transform="matrix(0.4991181,0,0,0.4991107,63.460522,163.7471)" />
<path
@@ -101303,16 +73263,73 @@
sodipodi:cy="118"
sodipodi:cx="132"
id="path42982-9"
- style="opacity:0.8;fill:url(#linearGradient14567-2);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ style="opacity:0.8;fill:url(#linearGradient55958);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
sodipodi:type="arc" />
</g>
+ <g
+ transform="matrix(0.875,0,0,0.875,-151.54375,-26.76875)"
+ id="g43952-8">
+ <g
+ transform="matrix(0,-1,1,0,183.99437,429)"
+ id="g43483-9">
+ <g
+ transform="translate(0,21)"
+ id="g43488-2">
+ <path
+ sodipodi:nodetypes="cc"
+ id="path43490-2"
+ d="M 327,86.255631 327,76"
+ style="fill:none;stroke:#000000;stroke-width:3.88571429;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path43492-1"
+ d="M 331.25,79.25 327,75.005631 322.75,79.25"
+ style="fill:none;stroke:#000000;stroke-width:4.11428547;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(0,21)"
+ id="g43494-2">
+ <path
+ style="fill:none;stroke:#dcdcdc;stroke-width:2.28571439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 327,86.255631 327,76"
+ id="path43496-7"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#dcdcdc;stroke-width:2.28571439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 331.25,79.25 327,75.005631 322.75,79.25"
+ id="path43498-9"
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <path
+ sodipodi:nodetypes="cc"
+ id="path43776-0"
+ style="fill:none;stroke:#ffffff;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d=""
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient55988);stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 284,97.25 -4.5,4.5 0,0.5 4.5,4.5"
+ id="path43780-4"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path43860-6"
+ d="m 291.5,101.5 -8.99437,0"
+ style="fill:none;stroke:#ffffff;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
</g>
<g
style="display:inline;enable-background:new"
- id="g14542-5"
- transform="translate(21.1,-0.35000207)">
+ id="g56020">
<g
- transform="translate(-50,-39.00012)"
+ transform="translate(-28.94936,-39.370919)"
id="g42956-6-7">
<g
id="g42958-1-8"
@@ -101349,7 +73366,7 @@
sodipodi:nodetypes="ccccc"
id="path42968-5-4"
d="m 332.5,-105.5 0,6.25 -4,2 -4,-2.00012 0,-6.24988"
- style="fill:none;stroke:url(#linearGradient14559-8-3);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient14559-8);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
<path
id="path42970-1-3"
@@ -101364,7 +73381,7 @@
<path
id="path42972-5-8"
d="m 145.5,94.25012 c 0,0 4,1.75 4,1.75 l 4,-1.75"
- style="opacity:0.95999995;fill:none;stroke:url(#linearGradient14561-9-8);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ style="opacity:0.95999995;fill:none;stroke:url(#linearGradient14561-9);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0" />
<rect
@@ -101373,7 +73390,7 @@
height="6.7500019"
width="1"
id="rect42974-8-0"
- style="fill:url(#linearGradient14563-3-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:url(#linearGradient14563-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
style="opacity:0.09599998;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect42976-8-4"
@@ -101386,7 +73403,7 @@
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(0.7882544,0,0,0.7883038,-8.45268,-113.0026)"
+ transform="matrix(0.7882544,0,0,0.7883038,12.59796,-113.3734)"
id="g42978-1-6"
style="display:inline;enable-background:new">
<path
@@ -101412,7 +73429,7 @@
sodipodi:cy="118"
sodipodi:cx="132"
id="path42984-5-2"
- style="fill:none;stroke:url(#linearGradient14565-5-1);stroke-width:2.54167628;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ style="fill:none;stroke:url(#linearGradient14565-5);stroke-width:2.54167628;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
sodipodi:type="arc"
transform="matrix(0.4991181,0,0,0.4991107,63.460522,163.7471)" />
<path
@@ -101426,93 +73443,11 @@
sodipodi:cy="118"
sodipodi:cx="132"
id="path42982-9-0"
- style="opacity:0.8;fill:url(#linearGradient14567-8-4);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ style="opacity:0.8;fill:url(#linearGradient14567-8);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
sodipodi:type="arc" />
</g>
- </g>
- <g
- transform="matrix(0.875,0,0,0.875,-189.16875,10.499998)"
- style="display:inline;enable-background:new"
- id="g44097-4">
- <rect
- y="52"
- x="320"
- height="16"
- width="16"
- id="rect44095-0"
- style="opacity:0;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- transform="translate(42.999999,-42)"
- id="g43952-8">
- <g
- transform="matrix(0,-1,1,0,183.99437,429)"
- id="g43483-9">
- <g
- transform="translate(0,21)"
- id="g43488-2">
- <path
- sodipodi:nodetypes="cc"
- id="path43490-2"
- d="M 327,86.255631 327,76"
- style="fill:none;stroke:#000000;stroke-width:3.88571429;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- id="path43492-1"
- d="M 331.25,79.25 327,75.005631 322.75,79.25"
- style="fill:none;stroke:#000000;stroke-width:4.11428547;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="translate(0,21)"
- id="g43494-2">
- <path
- style="fill:none;stroke:#dcdcdc;stroke-width:2.28571439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 327,86.255631 327,76"
- id="path43496-7"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#dcdcdc;stroke-width:2.28571439;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 331.25,79.25 327,75.005631 322.75,79.25"
- id="path43498-9"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <path
- sodipodi:nodetypes="cc"
- id="path43776-0"
- style="fill:none;stroke:#ffffff;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d=""
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:url(#linearGradient44485-7-6);stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 284,97.25 -4.5,4.5 0,0.5 4.5,4.5"
- id="path43780-4"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path43860-6"
- d="m 291.5,101.5 -8.99437,0"
- style="fill:none;stroke:#ffffff;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- style="display:inline;enable-background:new"
- transform="matrix(0.875,0,0,0.875,-186.42007,10.499998)"
- id="g44111-7">
- <rect
- style="opacity:0;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect44093-6"
- width="16"
- height="16"
- x="341"
- y="52" />
- <g
- transform="translate(41.97875,-42)"
+ transform="matrix(0.875,0,0,0.875,-149.68867,-26.76875)"
id="g43941-0">
<g
id="g43467-5"
@@ -101563,7 +73498,7 @@
style="fill:none;stroke:#ffffff;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient44950-8-8);stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:none;stroke:url(#linearGradient55990);stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 309.02125,97.249998 4.5,4.500002 0,0.5 -4.5,4.5"
id="path44948-4"
sodipodi:nodetypes="cc"
@@ -101572,384 +73507,372 @@
</g>
<g
style="display:inline;enable-background:new"
- id="g29104-3"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="translate(-611,-360)">
+ id="g56270">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect29107-0"
+ id="rect29107-06"
width="16"
height="16"
- x="742"
- y="414" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 743,422.75 743,420 z"
- id="path29110-1"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path29112-5"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 743,420.56558 743,420 z"
- style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="M 743.00001,422.75 743,420.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
- id="path29114-2"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29116-0"
- d="m 756.99996,423.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
- style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29118-0"
- d="m 743.5,420.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
- style="fill:none;stroke:url(#linearGradient29127-5-1);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path29120-0"
- d="m 743.5,420 7.49996,3.74998"
- style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- transform="matrix(1,0,0,0.8571429,0,59.785696)"
- d="m 751.5,420.25 c 0,0.9665 -1.11929,1.75 -2.5,1.75 -1.38071,0 -2.5,-0.7835 -2.5,-1.75 0,-0.9665 1.11929,-1.75 2.5,-1.75 1.38071,0 2.5,0.7835 2.5,1.75 z"
- sodipodi:ry="1.75"
- sodipodi:rx="2.5"
- sodipodi:cy="420.25"
- sodipodi:cx="749"
- id="path29122-4"
- style="fill:none;stroke:url(#linearGradient29129-0-6);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <rect
- y="423"
- x="756"
- height="1"
- width="1"
- id="rect29125-7"
- style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g15021"
- transform="matrix(0.53305487,0,0,0.53305487,-263.98656,-56.609732)">
- <path
- inkscape:connector-curvature="0"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path15023"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- style="fill:url(#linearGradient15123-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline" />
- <path
- inkscape:connector-curvature="0"
- style="opacity:0.3;fill:url(#radialGradient15125-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- id="path15025"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
- d="m 754.5,209 0,9.5 m 3.5,-13 7.5,0"
- style="fill:none;stroke:url(#linearGradient15127-4);stroke-width:1.03178871;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- id="path15027" />
- <path
- inkscape:connector-curvature="0"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- d="m 753,208 4,0 0,-4 -4,4 z"
- id="path15029"
- sodipodi:nodetypes="cccc" />
- <path
- inkscape:connector-curvature="0"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- d="m 753.5,207.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
- style="fill:none;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path15031"
- sodipodi:nodetypes="cccccc" />
- <path
- inkscape:connector-curvature="0"
- id="path15033"
- d="m 757.5,206.5 0,2 -2,0"
- style="fill:none;stroke:url(#linearGradient15129-1);stroke-width:0.93798971;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
- </g>
- <g
- transform="matrix(0.53305487,0,0,0.53305487,88.029237,-126.37088)"
- id="g15009"
- style="display:inline;enable-background:new">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect15011"
- width="16"
- height="16"
- x="89"
- y="344" />
+ x="131"
+ y="52" />
<g
- id="g15013">
- <rect
+ transform="translate(-399,2)"
+ id="g56091-7">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path29110-17"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 531,60.75 531,58 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- style="fill:url(#linearGradient15131-5);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="rect15015"
- width="13"
- height="12.998481"
- x="91.249611"
- y="344.7504" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 531,58.56558 531,58 z"
+ id="path29112-53" />
<path
inkscape:connector-curvature="0"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- style="fill:none;stroke:url(#linearGradient15133-2);stroke-width:0.56279385;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 92.28796,356.69549 0,-10.90453 10.90641,0 0,10.90453 -10.90641,0 z"
- id="path15017"
- sodipodi:nodetypes="ccc" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ id="path29114-1"
+ d="M 531.00001,60.75 531,58.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
+ style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
- style="fill:none;stroke:url(#linearGradient15135-5);stroke-width:1.1255877;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- d="m 103.5,353.27516 c -0.37083,-1.1875 -1.21031,-1.72293 -1.9,-1.72929 -1.39235,-0.0134 -1.47709,3.98814 -2.999997,4 -1.491657,0.0119 -2.001315,-7 -3.5,-7 -1.52993,-10e-4 -1.18608,5.00645 -3.5,4.97929 l -1,0"
- id="path15019"
- sodipodi:nodetypes="cszzcc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 544.99996,61.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
+ id="path29116-3"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient56084-9);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
+ id="path29118-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58 7.49996,3.74998"
+ id="path29120-1"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient29129-4);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path29122-40"
+ sodipodi:cx="749"
+ sodipodi:cy="420.25"
+ sodipodi:rx="2.5"
+ sodipodi:ry="1.75"
+ d="m 751.5,420.25 c 0,0.9665 -1.11929,1.75 -2.5,1.75 -1.38071,0 -2.5,-0.7835 -2.5,-1.75 0,-0.9665 1.11929,-1.75 2.5,-1.75 1.38071,0 2.5,0.7835 2.5,1.75 z"
+ transform="matrix(1,0,0,0.8571429,-212,-302.2143)" />
+ <rect
+ style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect29125-3"
+ width="1"
+ height="1"
+ x="544"
+ y="61" />
+ </g>
+ <g
+ transform="matrix(0.53305487,0,0,0.53305487,-263.95264,-56.614058)"
+ id="g15021"
+ style="display:inline;enable-background:new">
+ <path
+ style="fill:url(#linearGradient15123);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
+ id="path15023"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path15025"
+ d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
+ style="opacity:0.3;fill:url(#radialGradient15125);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path15027"
+ style="fill:none;stroke:url(#linearGradient15127);stroke-width:1.03178871;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 754.5,209 0,9.5 m 3.5,-13 7.5,0"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ id="path15029"
+ d="m 753,208 4,0 0,-4 -4,4 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ id="path15031"
+ style="fill:none;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 753.5,207.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient15129);stroke-width:0.93798971;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 757.5,206.5 0,2 -2,0"
+ id="path15033"
+ inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- transform="matrix(0.53305487,0,0,0.53305487,-268.98656,-54.589042)"
- id="g15035"
- style="display:inline;enable-background:new">
- <path
- inkscape:connector-curvature="0"
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 757.01257,204.46121 9.48743,0.0388 0,14.99999 -13,0 0.0126,-11.53879 3.5,-3.5 -3e-5,0 z"
- id="path15037"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
<g
- transform="translate(838.01257,111.96121)"
style="display:inline;enable-background:new"
- id="g15039">
+ id="g15009"
+ transform="matrix(0.53305487,0,0,0.53305487,86.97987,-126.1707)">
+ <rect
+ y="344"
+ x="89"
+ height="16"
+ width="16"
+ id="rect15011"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- id="g15041">
- <rect
- y="94"
- x="-83"
- height="12"
- width="9.9999914"
- id="rect15043"
- style="fill:#ebb5b5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- style="opacity:0.5;fill:#4b80cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect15045"
- width="9.9999924"
- height="4.9999976"
- x="-83"
- y="101" />
- <rect
- style="opacity:0.3;fill:url(#radialGradient15137-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect15047"
- width="9.9999914"
- height="6.8499999"
- x="-83"
- y="94" />
- <path
- inkscape:connector-curvature="0"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -83,100.00002 1,0 1,0.74999 1,-0.74999 1,0.99999 2,0 1.5,-0.75 1.5,0.75 0.999991,0 L -73,102 l -9.999991,0 -9e-6,-1.99998 z"
- id="path15050"
- sodipodi:nodetypes="cccccccccccc" />
+ id="g15013">
<rect
- y="96"
- x="-77"
- height="2.0000038"
- width="2.0000029"
- id="rect15052"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ y="344.7504"
+ x="91.249611"
+ height="12.998481"
+ width="13"
+ id="rect15015"
+ style="fill:url(#linearGradient15131);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
<path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccc"
- id="path15054"
- d="m -83,102 10,0 0,1 -10,0 0,-1 z"
- style="opacity:0.3;fill:#280b0b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ sodipodi:nodetypes="ccc"
+ id="path15017"
+ d="m 92.28796,356.69549 0,-10.90453 10.90641,0 0,10.90453 -10.90641,0 z"
+ style="fill:none;stroke:url(#linearGradient15133);stroke-width:0.56279385;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
<path
- inkscape:connector-curvature="0"
- style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -77,102 2.000003,0 -0.750003,4 -0.5,0 -0.75,-4 z"
- id="path15056"
- sodipodi:nodetypes="ccccc" />
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cszzcc"
+ id="path15019"
+ d="m 103.5,353.27516 c -0.37083,-1.1875 -1.21031,-1.72293 -1.9,-1.72929 -1.39235,-0.0134 -1.47709,3.98814 -2.999997,4 -1.491657,0.0119 -2.001315,-7 -3.5,-7 -1.52993,-10e-4 -1.18608,5.00645 -3.5,4.97929 l -1,0"
+ style="fill:none;stroke:url(#linearGradient15135);stroke-width:1.1255877;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ inkscape:connector-curvature="0" />
</g>
</g>
<g
- transform="translate(838.01257,111.96121)"
style="display:inline;enable-background:new"
- id="g15058">
+ id="g15035"
+ transform="matrix(0.53305487,0,0,0.53305487,-270.25684,-53.589044)">
<path
- inkscape:connector-curvature="0"
- style="opacity:0.25;fill:none;stroke:#000000;stroke-width:1.87597954px;stroke-linecap:round;display:inline;enable-background:new"
- d="m -82.5,105.5 0,-11 9,0"
- id="path15060"
- sodipodi:nodetypes="ccc" />
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path15037"
+ d="m 757.01257,204.46121 9.48743,0.0388 0,14.99999 -13,0 0.0126,-11.53879 3.5,-3.5 -3e-5,0 z"
+ style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g15039"
+ style="display:inline;enable-background:new"
+ transform="translate(838.01257,111.96121)">
+ <g
+ id="g15041">
+ <rect
+ style="fill:#ebb5b5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect15043"
+ width="9.9999914"
+ height="12"
+ x="-83"
+ y="94" />
+ <rect
+ y="101"
+ x="-83"
+ height="4.9999976"
+ width="9.9999924"
+ id="rect15045"
+ style="opacity:0.5;fill:#4b80cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="94"
+ x="-83"
+ height="6.8499999"
+ width="9.9999914"
+ id="rect15047"
+ style="opacity:0.3;fill:url(#radialGradient15137-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cccccccccccc"
+ id="path15050"
+ d="m -83,100.00002 1,0 1,0.74999 1,-0.74999 1,0.99999 2,0 1.5,-0.75 1.5,0.75 0.999991,0 L -73,102 l -9.999991,0 -9e-6,-1.99998 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect15052"
+ width="2.0000029"
+ height="2.0000038"
+ x="-77"
+ y="96" />
+ <path
+ style="opacity:0.3;fill:#280b0b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -83,102 10,0 0,1 -10,0 0,-1 z"
+ id="path15054"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path15056"
+ d="m -77,102 2.000003,0 -0.750003,4 -0.5,0 -0.75,-4 z"
+ style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ id="g15058"
+ style="display:inline;enable-background:new"
+ transform="translate(838.01257,111.96121)">
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path15060"
+ d="m -82.5,105.5 0,-11 9,0"
+ style="opacity:0.25;fill:none;stroke:#000000;stroke-width:1.87597954px;stroke-linecap:round;display:inline;enable-background:new"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.2;fill:none;stroke:#000000;stroke-width:1.87597954px;stroke-linecap:round;display:inline;enable-background:new"
+ d="m -82.5,105.5 0,-11 9,0 0,11 -9,0 z"
+ id="path15062"
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="opacity:0.5;fill:url(#radialGradient15139-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 757.51257,204.46121 9,1e-5 0,14.99999 -13,0 0,-11 4,-4 z"
+ id="path15064"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ d="M 754.51257,209.96121 754.5,218.5 M 759.01257,205.46121 765.5,205.5"
+ style="fill:none;stroke:url(#linearGradient15141-6);stroke-width:1.03178871;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="path15066"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m 753.01257,208.96121 5,0 0,-5 -5,5 z"
+ id="path15068"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="M 753.51257,207.96121 753.5,219.5 l 13,0 0,-14.99999 -9.48743,-0.0388 -3.5,3.5 z"
+ style="fill:none;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path15070"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
<path
- inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc"
- id="path15062"
- d="m -82.5,105.5 0,-11 9,0 0,11 -9,0 z"
- style="opacity:0.2;fill:none;stroke:#000000;stroke-width:1.87597954px;stroke-linecap:round;display:inline;enable-background:new" />
+ id="path15072"
+ d="m 758.51257,206.46121 0,3 -3,0"
+ style="fill:none;stroke:url(#linearGradient15143-1);stroke-width:0.93798971;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
</g>
- <path
- inkscape:connector-curvature="0"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path15064"
- d="m 757.51257,204.46121 9,1e-5 0,14.99999 -13,0 0,-11 4,-4 z"
- style="opacity:0.5;fill:url(#radialGradient15139-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- inkscape:connector-curvature="0"
- id="path15066"
- style="fill:none;stroke:url(#linearGradient15141-6);stroke-width:1.03178871;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- d="M 754.51257,209.96121 754.5,218.5 M 759.01257,205.46121 765.5,205.5"
- sodipodi:nodetypes="cccc" />
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccc"
- id="path15068"
- d="m 753.01257,208.96121 5,0 0,-5 -5,5 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
- <path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccc"
- id="path15070"
- style="fill:none;stroke:#000000;stroke-width:1.50078368;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="M 753.51257,207.96121 753.5,219.5 l 13,0 0,-14.99999 -9.48743,-0.0388 -3.5,3.5 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- inkscape:connector-curvature="0"
- style="fill:none;stroke:url(#linearGradient15143-8);stroke-width:0.93798971;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 758.51257,206.46121 0,3 -3,0"
- id="path15072"
- sodipodi:nodetypes="ccc" />
</g>
<g
style="display:inline;enable-background:new"
- id="g29104-9"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="translate(-590,-360)">
+ id="g56314">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect29107-07"
+ id="rect29107-4"
width="16"
height="16"
- x="742"
- y="414" />
- <path
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 743,422.75 743,420 z"
- id="path29110-5"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
- <path
- id="path29112-9"
- d="m 743,420 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 743,420.56558 743,420 z"
- style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
- d="M 743.00001,422.75 743,420.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
- id="path29114-4"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29116-8"
- d="m 756.99996,423.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
- style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path29118-9"
- d="m 743.5,420.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
- style="fill:none;stroke:url(#linearGradient29127-50-7);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cc"
- id="path29120-6"
- d="m 743.5,420 7.49996,3.74998"
- style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
- <path
- transform="matrix(1,0,0,0.8571429,0,59.785696)"
- d="m 751.5,420.25 c 0,0.9665 -1.11929,1.75 -2.5,1.75 -1.38071,0 -2.5,-0.7835 -2.5,-1.75 0,-0.9665 1.11929,-1.75 2.5,-1.75 1.38071,0 2.5,0.7835 2.5,1.75 z"
- sodipodi:ry="1.75"
- sodipodi:rx="2.5"
- sodipodi:cy="420.25"
- sodipodi:cx="749"
- id="path29122-5"
- style="fill:none;stroke:url(#linearGradient29129-2-4);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <rect
- y="423"
- x="756"
- height="1"
- width="1"
- id="rect29125-2"
- style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- </g>
- <g
- style="display:inline;enable-background:new"
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\ver 3\recently used.png"
- transform="translate(-262,-611.95)"
- id="g32361-3-9">
- <rect
- y="664"
- x="414"
- height="16"
- width="16"
- id="rect32363-6-5"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ x="152"
+ y="52" />
<g
+ transform="translate(-378,2)"
+ id="g56091-71">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path29110-7"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,2.75 -5.99999,3.24999 L 531,60.75 531,58 z"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="ccccccc"
+ style="fill:#9e9e9e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 531,58 6,-2.5 7.99996,3.49998 0,0.5 -6,3 L 531,58.56558 531,58 z"
+ id="path29112-1" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ id="path29114-0"
+ d="M 531.00001,60.75 531,58.5 l 7.99996,3.99998 0.01,2.49885 -8.00991,-4.24883 -4e-5,0 z"
+ style="fill:#848484;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ style="fill:#383838;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 544.99996,61.74998 0,-2.25 -6,3 c 0,2.58362 0,1.9329 0,2.5 l 6,-3.25 z"
+ id="path29116-7"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient56084-0);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58.5 0,2 7.49996,3.99998 5.5,-3 0,-2"
+ id="path29118-8"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 531.5,58 7.49996,3.74998"
+ id="path29120-7"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient29129-1);stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path29122-0"
+ sodipodi:cx="749"
+ sodipodi:cy="420.25"
+ sodipodi:rx="2.5"
+ sodipodi:ry="1.75"
+ d="m 751.5,420.25 c 0,0.9665 -1.11929,1.75 -2.5,1.75 -1.38071,0 -2.5,-0.7835 -2.5,-1.75 0,-0.9665 1.11929,-1.75 2.5,-1.75 1.38071,0 2.5,0.7835 2.5,1.75 z"
+ transform="matrix(1,0,0,0.8571429,-212,-302.2143)" />
+ <rect
+ style="fill:#66ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect29125-72"
+ width="1"
+ height="1"
+ x="544"
+ y="61" />
+ </g>
+ <g
+ transform="translate(-262.04935,-611.97079)"
id="g32365-0-5">
<g
style="opacity:0.8"
@@ -101968,7 +73891,7 @@
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
transform="matrix(0.784039,0,0,0.779055,265.50801,498.28815)"
id="g32373-2-0"
- style="opacity:0.96000001;fill:none;stroke:url(#linearGradient32430-7-9-5);stroke-width:1.17973554;stroke-opacity:1;display:inline" />
+ style="opacity:0.96000001;fill:none;stroke:url(#linearGradient32430-7-9-7);stroke-width:1.17973554;stroke-opacity:1;display:inline" />
</g>
<g
id="g32398-1-7">
@@ -102019,253 +73942,16 @@
sodipodi:nodetypes="cscccc"
id="path32424-5-0"
d="m 428.5,671.21875 c -0.0591,-1.37274 -0.59591,-2.66246 -1.5,-3.6875 -1.09228,-1.23842 -2.62571,-1.96363 -4.1875,-2.09375 -1.55879,-0.12987 -3.16135,0.33951 -4.40625,1.4375 -3.3e-4,0.0104 -3.3e-4,0.0208 0,0.0312 L 417.5,667.75"
- style="opacity:0.4;color:#000000;fill:none;stroke:url(#linearGradient32434-5-8-4);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g15356-1"
- transform="translate(63,-252.99999)">
- <rect
- y="344"
- x="89"
- height="16"
- width="16"
- id="rect15319-8"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <g
- id="g15351-1">
- <rect
- y="345.50153"
- x="90.5"
- height="12.998481"
- width="13"
- id="rect15323-6"
- style="fill:url(#linearGradient15363-8-8);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:nodetypes="ccc"
- id="path15326-8"
- d="m 91.499805,357.49999 0,-10.99829 11.000195,0 0,10.99829 -11.000195,0 z"
- style="fill:none;stroke:url(#linearGradient15365-9-1);stroke-width:0.99999982px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cszzcc"
- id="path15332-7"
- d="m 103.5,353.27516 c -0.37083,-1.1875 -1.21031,-1.72293 -1.9,-1.72929 -1.39235,-0.0134 -1.47709,3.98814 -2.999997,4 -1.491657,0.0119 -2.001315,-7 -3.5,-7 -1.52993,-10e-4 -1.18608,5.00645 -3.5,4.97929 l -1,0"
- style="fill:none;stroke:url(#linearGradient15367-7-0);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
- inkscape:connector-curvature="0" />
- </g>
- </g>
- <g
- transform="translate(-621,-113)"
- id="g36639-1"
- style="display:inline;enable-background:new">
- <path
- style="fill:url(#linearGradient36657-3-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- id="path36641-5"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path36643-4"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- style="opacity:0.3;fill:url(#radialGradient36659-3-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <path
- id="path36646-4"
- style="fill:none;stroke:url(#linearGradient36661-2-0);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- d="m 754.5,209 0,9.5 m 3.5,-13 7.5,0"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- id="path36649-1"
- d="m 753,208 4,0 0,-4 -4,4 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- id="path36653-1"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 753.5,207.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:url(#linearGradient122778);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
- d="m 757.5,206.5 0,2 -2,0"
- id="path36655-2"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g37514-4-2"
- transform="translate(-642.01257,-112.96121)">
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path37516-1-1"
- d="m 757.01257,204.46121 9.48743,0.0388 0,14.99999 -13,0 0.0126,-11.53879 3.5,-3.5 -3e-5,0 z"
- style="fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- inkscape:connector-curvature="0" />
- <g
- id="g37518-1-2"
- style="display:inline;enable-background:new"
- transform="translate(838.01257,111.96121)">
- <g
- id="g37520-3-7">
- <rect
- style="fill:#ebb5b5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37522-8-3"
- width="9.9999914"
- height="12"
- x="-83"
- y="94" />
- <rect
- y="101"
- x="-83"
- height="4.9999976"
- width="9.9999924"
- id="rect37524-7-8"
- style="opacity:0.5;fill:#4b80cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="94"
- x="-83"
- height="6.8499999"
- width="9.9999914"
- id="rect37526-4-9"
- style="opacity:0.3;fill:url(#radialGradient37553-2-0-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- sodipodi:nodetypes="cccccccccccc"
- id="path37528-2-4"
- d="m -83,100.00002 1,0 1,0.74999 1,-0.74999 1,0.99999 2,0 1.5,-0.75 1.5,0.75 0.999991,0 L -73,102 l -9.999991,0 -9e-6,-1.99998 z"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
- <rect
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect37530-7-8"
- width="2.0000029"
- height="2.0000038"
- x="-77"
- y="96" />
- <path
- style="opacity:0.3;fill:#280b0b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -83,102 10,0 0,1 -10,0 0,-1 z"
- id="path37532-7-9"
- sodipodi:nodetypes="ccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccccc"
- id="path37534-9-9"
- d="m -77,102 2.000003,0 -0.750003,4 -0.5,0 -0.75,-4 z"
- style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="opacity:0.4;color:#000000;fill:none;stroke:url(#linearGradient32434-5-8-9);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
</g>
- <g
- id="g37536-3-1"
- style="display:inline;enable-background:new"
- transform="translate(838.01257,111.96121)">
- <path
- sodipodi:nodetypes="ccc"
- id="path37538-1-8"
- d="m -82.5,105.5 0,-11 9,0"
- style="opacity:0.25;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;display:inline;enable-background:new"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.2;fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;display:inline;enable-background:new"
- d="m -82.5,105.5 0,-11 9,0 0,11 -9,0 z"
- id="path37540-9-4"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- </g>
- <path
- style="opacity:0.5;fill:url(#radialGradient37555-5-8-1);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 757.51257,204.46121 9,1e-5 0,14.99999 -13,0 0,-11 4,-4 z"
- id="path37542-8-0"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- d="M 754.51257,209.96121 754.5,218.5 M 759.01257,205.46121 765.5,205.5"
- style="fill:none;stroke:url(#linearGradient37558-8-4-1);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- id="path37544-6-7"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- d="m 753.01257,208.96121 5,0 0,-5 -5,5 z"
- id="path37546-5-8"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- d="M 753.51257,207.96121 753.5,219.5 l 13,0 0,-14.99999 -9.48743,-0.0388 -3.5,3.5 z"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path37549-0-8"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- id="path37551-2-8"
- d="m 758.51257,206.46121 0,3 -3,0"
- style="fill:none;stroke:url(#linearGradient37610-3-4-7);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(307.99163,145)"
- id="g45287-4-6">
- <path
- sodipodi:nodetypes="cccccccc"
- d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
- style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45290-5-0"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45302-1-7"
- inkscape:connector-curvature="0" />
- <path
- id="path45294-9-7"
- style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline;enable-background:new"
- id="g17204-4"
- transform="translate(395,-291)">
+ id="g56410">
<g
- transform="translate(-204,295)"
+ transform="translate(190.95065,3.97921)"
id="g18875-2"
style="display:inline">
<rect
@@ -102285,7 +73971,7 @@
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
id="path18881-0"
d="M 17.453876,82.25 16.233877,83.5 5.75,83.5 4.5,82.25 l -1e-7,-11.75 12.9652911,0 -0.01141,11.75 -5e-6,0 0,0 0,0 z"
- style="fill:url(#linearGradient17222-4-3);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ style="fill:url(#linearGradient17222-4-4);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0" />
<path
@@ -102298,7 +73984,7 @@
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient17224-0-8);stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient17224-0-9);stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 5.4838772,82.500001 5.511418,71.499938 16.483877,71.5 l 0,11 -10.9999998,10e-7 z"
id="path18885-1"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
@@ -102322,47 +74008,69 @@
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- d="m -197.50001,368.5 9,0 m -9,2 9,0 m -9,2 9,0"
- style="fill:none;stroke:url(#linearGradient15491-5);stroke-width:0.9999994px;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1"
+ d="m 197.45064,77.47921 9,0 m -9,2 9,0 m -9,2 9,0"
+ style="fill:none;stroke:url(#linearGradient56401);stroke-width:0.9999994px;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1"
id="path19108-4"
inkscape:connector-curvature="0" />
+ <g
+ id="g45287-4-9"
+ transform="translate(328.94228,144.9792)"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ id="path45290-5-8"
+ style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45302-1-2"
+ style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path45294-9-3" />
+ </g>
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(328.99163,145)"
- id="g45287-4-9">
- <path
- sodipodi:nodetypes="cccccccc"
- d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
- style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45290-5-8"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccccc"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path45302-1-2"
- inkscape:connector-curvature="0" />
- <path
- id="path45294-9-3"
- style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
- </g>
- <g
- style="display:inline;enable-background:new"
- transform="translate(422,-442)"
- id="g31816-1">
+ id="g56383">
<rect
- style="opacity:0;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="opacity:0;color:#000000;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect31818-2"
width="16"
height="16"
- x="-247"
- y="514" />
+ x="173"
+ y="73" />
<g
- transform="translate(0,-21)"
+ id="g45287-4-6"
+ transform="translate(307.94228,144.9792)"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ id="path45290-5-0"
+ style="opacity:0.25;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.49163,-67.5 c -3.75159,0.954856 -7.20393,6.261452 -9,9 l -3.5,-3.5 -0.25,0.5 3.99163,4 0.5,0 c 1.0421,-2.617689 4.16191,-8.585412 8.25837,-10 l 0,0 z"
+ sodipodi:nodetypes="cccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path45302-1-7"
+ style="fill:none;stroke:#0b1e00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -120.5,-68.5 c -3.15098,1.124146 -6.99163,5 -8.99163,9 l -3.5,-3.5 -0.5,0.5 4,4 c 1.42501,-3.330356 5.5,-8.75 8.99163,-10"
+ style="fill:none;stroke:#9af23d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path45294-9-7" />
+ </g>
+ <g
+ transform="translate(421.95065,-463.02079)"
id="g31820-9">
<path
sodipodi:nodetypes="ccc"
@@ -102389,20 +74097,8 @@
id="path31844-1"
inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- style="display:inline;enable-background:new"
- transform="translate(426,-442)"
- id="g31816-1-0">
- <rect
- style="opacity:0;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5999999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect31818-2-4"
- width="16"
- height="16"
- x="-247"
- y="514" />
<g
- transform="translate(0,-21)"
+ transform="translate(425.95065,-463.02079)"
id="g31820-9-7">
<path
sodipodi:nodetypes="ccc"
@@ -102432,19 +74128,19 @@
</g>
<g
style="display:inline;enable-background:new"
- id="g25822-0"
- transform="translate(210,-333)">
+ id="g56477">
<rect
- y="407"
- x="89"
+ y="73"
+ x="299"
height="16"
width="16"
id="rect25824-7"
style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
+ transform="translate(209.95065,-333.02079)"
id="g25826-2">
<path
- style="fill:url(#linearGradient25927-1-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="fill:url(#linearGradient25927-1-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 89.5,408.5 0,11.49245 1.5,1.5 10.5,0.008 0,-11.99245 -8,-0.008 0,-1 -4,0 z"
id="path25828-2"
sodipodi:nodetypes="cccccccc"
@@ -102472,151 +74168,135 @@
style="fill:none;stroke:#2a2512;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- style="opacity:0.96000001;display:inline;enable-background:new"
- id="g40602-8"
- transform="translate(1,-336)"
- inkscape:export-filename="C:\Documents and Settings\Pracownia\Moje dokumenty\Moje obrazy\BLENDER ICONS redesign\RELEASES\g42357.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect40604-8"
- width="16"
- height="16"
- x="299"
- y="407" />
<g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(0.927848,0,0,0.916217,147.82022,210.72362)"
- id="g40606-5"
- style="display:inline">
+ id="g56440">
+ <g
+ style="opacity:0.96000001;display:inline"
+ id="g40606-5"
+ transform="matrix(0.927848,0,0,0.916217,148.77086,-125.29717)"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path40608-1"
+ style="fill:url(#linearGradient42519-8-7);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.22752953;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.87787,0,0,0.889264,55.67911,118.0341)" />
+ </g>
+ <g
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ transform="matrix(0.784039,0,0,0.779055,173.45865,-94.73264)"
+ id="g40610-3"
+ style="opacity:0.96000001;fill:none;stroke:url(#linearGradient42523-5-8);stroke-width:1.17973554;stroke-opacity:1;display:inline">
+ <path
+ transform="matrix(0.87787,0,0,0.889264,55.67911,118.0341)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient42521-3-0);stroke-width:1.44816053;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path40612-7"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
<path
- transform="matrix(0.87787,0,0,0.889264,55.67911,118.0341)"
- sodipodi:type="arc"
- style="fill:url(#linearGradient42519-8-1);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.22752953;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="path40608-1"
- sodipodi:cx="132"
- sodipodi:cy="118"
- sodipodi:rx="8"
- sodipodi:ry="8"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path40614-9"
+ style="opacity:0.96000001;fill:none;stroke:#ffffff;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 310.45064,75.47921 -3,3 m 0,1 2,2"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ d="m 307.45064,79.47921 2,2"
+ style="opacity:0.96000001;fill:none;stroke:#aa0000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path40616-6"
+ inkscape:transform-center-y="1.25"
+ inkscape:transform-center-x="-1.25" />
+ <rect
+ y="82.97921"
+ x="307.95065"
+ height="1.5"
+ width="1"
+ id="rect40618-1"
+ style="opacity:0.48000004;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="77.97921"
+ x="311.95065"
+ height="1"
+ width="1.5"
+ id="rect40620-6"
+ style="opacity:0.48000004;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:transform-center-y="-0.75"
+ id="path40622-6"
+ style="opacity:0.96000001;fill:none;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 310.45064,75.47921 -3,3"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
- </g>
- <g
- style="fill:none;stroke:url(#linearGradient42523-5-1);stroke-width:1.17973554;stroke-opacity:1;display:inline"
- id="g40610-3"
- transform="matrix(0.784039,0,0,0.779055,172.50801,241.28815)"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
<path
+ inkscape:connector-curvature="0"
+ style="opacity:0.96000001;fill:url(#linearGradient56428);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ d="m 307.80578,72.95456 c -3.25557,0.003 -5.8936,2.6597 -5.87155,5.95078 0.0105,1.56055 0.63214,2.99542 1.61111,4.05762 2.7831,-7.37691 5.95805,-1.77373 7.49116,-9.06794 -0.92886,-0.60835 -2.04538,-0.9415 -3.23072,-0.94046 l 0,0 0,0 0,0 z"
+ id="path40624-9"
+ inkscape:transform-center-x="1.4653436"
+ inkscape:transform-center-y="-1.0204512" />
+ <rect
+ style="opacity:0.28800001;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40626-3"
+ width="1.4999696"
+ height="1"
+ x="302.4668"
+ y="78.97921" />
+ <rect
+ style="opacity:0.28800001;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect40628-5"
+ width="1"
+ height="1.4999921"
+ x="306.95065"
+ y="73.47921" />
+ <path
+ inkscape:connector-curvature="0"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
- d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
- sodipodi:ry="8"
- sodipodi:rx="8"
- sodipodi:cy="118"
- sodipodi:cx="132"
- id="path40612-7"
- style="fill:none;stroke:url(#linearGradient42521-3-5);stroke-width:1.44816053;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- sodipodi:type="arc"
- transform="matrix(0.87787,0,0,0.889264,55.67911,118.0341)" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ d="m 310.45064,75.47921 -3,3"
+ style="opacity:0.57600002;fill:none;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path40630-7"
+ inkscape:transform-center-y="-0.75" />
</g>
- <path
- sodipodi:nodetypes="cccc"
- d="m 309.5,411.5 -3,3 m 0,1 2,2"
- style="fill:none;stroke:#ffffff;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path40614-9"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- inkscape:transform-center-x="-1.25"
- inkscape:transform-center-y="1.25"
- id="path40616-6"
- style="fill:none;stroke:#aa0000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 306.5,415.5 2,2"
- sodipodi:nodetypes="cc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <rect
- style="opacity:0.5;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect40618-1"
- width="1"
- height="1.5"
- x="307"
- y="419" />
- <rect
- style="opacity:0.5;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect40620-6"
- width="1.5"
- height="1"
- x="311"
- y="414" />
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cc"
- d="m 309.5,411.5 -3,3"
- style="fill:none;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path40622-6"
- inkscape:transform-center-y="-0.75"
- inkscape:connector-curvature="0" />
- <path
- inkscape:transform-center-y="-1.0204512"
- inkscape:transform-center-x="1.4653436"
- id="path40624-9"
- d="m 306.85514,408.97535 c -3.25557,0.003 -5.8936,2.6597 -5.87155,5.95078 0.0105,1.56055 0.63214,2.99542 1.61111,4.05762 2.7831,-7.37691 5.95805,-1.77373 7.49116,-9.06794 -0.92886,-0.60835 -2.04538,-0.9415 -3.23072,-0.94046 l 0,0 0,0 0,0 z"
- style="fill:url(#linearGradient42525-3-6);fill-opacity:1;fill-rule:nonzero;stroke:none"
- inkscape:connector-curvature="0" />
- <rect
- y="415"
- x="301.51614"
- height="1"
- width="1.4999696"
- id="rect40626-3"
- style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <rect
- y="409.5"
- x="306"
- height="1.4999921"
- width="1"
- id="rect40628-5"
- style="opacity:0.3;fill:#1a1a1a;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- inkscape:transform-center-y="-0.75"
- id="path40630-7"
- style="opacity:0.6;fill:none;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 309.5,411.5 -3,3"
- sodipodi:nodetypes="cc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="translate(210,-333)"
- id="g15836"
- style="display:inline;enable-background:new">
<rect
style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect15838"
width="16"
height="16"
- x="89"
- y="407" />
+ x="298.95065"
+ y="73.97921" />
<g
+ transform="translate(209.95065,-333.02079)"
id="g15840">
<g
style="display:inline"
@@ -102627,7 +74307,7 @@
sodipodi:nodetypes="cccccccc"
id="path15846"
d="m 92.5,413.74245 12,0.008 0,6.25 -1.5,1.49245 -12,0.008 0,-2 1.5,0 0,-5.75755 0,-9e-4 z"
- style="fill:#d1c595;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient25929-7-3);stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:#d1c595;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient25929-7-8);stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
id="path15850"
@@ -102637,7 +74317,7 @@
<path
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
- style="opacity:0.8;fill:none;stroke:url(#linearGradient15963-5);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ style="opacity:0.8;fill:none;stroke:url(#linearGradient15963-3);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline"
d="m 103.5,414.75 -10,-0.008 0,4.75755 -1.5,1.5 -1.5,-1.5"
id="path15852" />
<path
@@ -102650,412 +74330,2171 @@
</g>
<g
style="display:inline;enable-background:new"
- id="g10534-1"
- transform="translate(189.0161,-397)">
+ id="g36339-2"
+ transform="translate(62.95064,128.9792)">
<rect
- y="428"
- x="193.9839"
- height="16"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36341-7"
width="16"
- id="rect20642-6"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ height="16"
+ x="341"
+ y="238" />
<g
- transform="translate(-29.016109,339.00751)"
- id="g20606-2">
+ transform="translate(0,-12)"
+ id="g36343-6">
+ <path
+ transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36363-9"
+ style="opacity:0.3;fill:url(#radialGradient37501-4-64);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ sodipodi:type="arc" />
<g
- transform="translate(-199.98388,-106)"
- id="g10953-7">
+ id="g36345-6"
+ transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
<path
+ inkscape:transform-center-y="-3.2499984"
+ inkscape:transform-center-x="-2.8145849"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
- style="fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="m 429.9998,196.99249 0,1.625 c -0.53409,0.12195 -1.02562,0.33162 -1.46875,0.625 l -1.53125,-1.25 -1,1 1.25,1.53125 c -0.29338,0.44313 -0.50305,0.93466 -0.625,1.46875 l -1.625,0 0,2 1.625,0 c 0.12195,0.53409 0.33162,1.02562 0.625,1.46875 l -1.25,1.53125 1,1 1.53125,-1.25 c 0.44313,0.29338 0.93466,0.50305 1.46875,0.625 l 0,1.625 2,0 0,-1.625 c 0.53409,-0.12195 1.02562,-0.33162 1.46875,-0.625 l 1.53125,1.25 1,-1 -1.25,-1.53125 c 0.29338,-0.44313 0.50305,-0.93466 0.625,-1.46875 l 1.625,0 0,-2 -1.625,0 c -0.12195,-0.53409 -0.33162,-1.02562 -0.625,-1.46875 l 1.25,-1.53125 -1,-1 -1.53125,1.25 c -0.44313,-0.29338 -0.93466,-0.50305 -1.46875,-0.625 l 0,-1.625 -2,0 z m -1,4 4,0 0,4 -4,0 0,-4 z"
- id="path10955-5"
- inkscape:connector-curvature="0" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36349-3"
+ style="fill:#fa2929;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
+ <path
+ transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
+ sodipodi:type="arc"
+ style="fill:#ba0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36351-4"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="-3.2630798"
+ inkscape:transform-center-y="1.6729808e-05" />
+ <path
+ inkscape:transform-center-y="3.2500173"
+ inkscape:transform-center-x="-2.8145756"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36353-6"
+ style="fill:#8c0000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
<path
+ transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
+ sodipodi:type="arc"
+ style="fill:#bb1010;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36355-4"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145978"
+ inkscape:transform-center-y="3.249994" />
+ <path
+ inkscape:transform-center-x="3.2630773"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
- id="path10957-4"
- d="m 429.9998,196.99249 0,1.625 c -0.53409,0.12195 -1.02562,0.33162 -1.46875,0.625 l -1.53125,-1.25 -1,1 1.25,1.53125 c -0.29338,0.44313 -0.50305,0.93466 -0.625,1.46875 l -1.625,0 0,2 1.625,0 c 0.12195,0.53409 0.33162,1.02562 0.625,1.46875 l -1.25,1.53125 1,1 1.53125,-1.25 c 0.44313,0.29338 0.93466,0.50305 1.46875,0.625 l 0,1.625 2,0 0,-1.625 c 0.53409,-0.12195 1.02562,-0.33162 1.46875,-0.625 l 1.53125,1.25 1,-1 -1.25,-1.53125 c 0.29338,-0.44313 0.50305,-0.93466 0.625,-1.46875 l 1.625,0 0,-2 -1.625,0 c -0.12195,-0.53409 -0.33162,-1.02562 -0.625,-1.46875 l 1.5,-1.78125 -1,-1 -1.78125,1.5 c -0.44313,-0.29338 -0.93466,-0.50305 -1.46875,-0.625 l 0,-1.625 -2,0 z m -1,4 4,0 0,4 -4,0 0,-4 z"
- style="fill:url(#linearGradient20796-9-7);fill-opacity:1;fill-rule:nonzero;stroke:none"
- inkscape:connector-curvature="0" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36357-2"
+ style="fill:#fa2929;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
<path
- d="m 434.9998,198.49249 -1.5,1.25 m -2,-2.25 -1,0 0,1.5 c -0.35104,0.0802 -1.01806,0.29269 -1.5172,0.50569 m -1.49,1.50752 c -0.20864,0.49552 -0.41426,1.14284 -0.4928,1.48679 l -1.5,0 0,1 m 1.5,-5 -0.5,0.5 m 1.25,6.5 -1.25,1.5 m 6.5,-5.5 0,3.5 -3.5,0 m -3,-6 0.5,-0.5 1.5,1.25"
- style="fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
- id="path10959-0"
- inkscape:connector-curvature="0" />
+ inkscape:transform-center-y="-3.2500006"
+ transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
+ sodipodi:type="arc"
+ style="fill:#ff7777;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36359-5"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145777" />
</g>
+ <path
+ transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path36361-7"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36365-0"
+ style="fill:none;stroke:url(#linearGradient37503-1-7);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g36339-2-8"
+ transform="translate(83.95064,128.9792)">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36341-7-6"
+ width="16"
+ height="16"
+ x="341"
+ y="238" />
+ <g
+ transform="translate(0,-12)"
+ id="g36343-6-8">
+ <path
+ transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36363-9-4"
+ style="opacity:0.3;fill:url(#radialGradient37501-4-9-0);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ sodipodi:type="arc" />
<g
- transform="translate(-199.98388,-106)"
- id="g10961-1">
- <rect
- ry="0"
- rx="0"
- y="202.46629"
- x="430.49979"
- height="8.1236582"
- width="7.0000763"
- id="rect10963-2"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="g36345-6-9"
+ transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
+ <path
+ inkscape:transform-center-y="-3.2499984"
+ inkscape:transform-center-x="-2.8145849"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36349-3-1"
+ style="fill:#1fdf05;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
<path
- d="m 432.53795,204.5065 2.96201,0 m -2.96201,1.993 2.96201,0 m -2.96201,1.993 2.96201,0"
- style="fill:none;stroke:#000000;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- id="path10965-7"
- sodipodi:nodetypes="cccccc"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
+ sodipodi:type="arc"
+ style="fill:#16ba00;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36351-4-7"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <rect
- ry="0"
- rx="0"
- y="202.48912"
- x="430.49661"
- height="8.0067444"
- width="7.0067482"
- id="rect10967-1"
- style="fill:none;stroke:url(#linearGradient20798-1-6);stroke-width:0.99325603;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="-3.2630798"
+ inkscape:transform-center-y="1.6729808e-05" />
+ <path
+ inkscape:transform-center-y="3.2500173"
+ inkscape:transform-center-x="-2.8145756"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36353-6-7"
+ style="fill:#109400;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
+ <path
+ transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
+ sodipodi:type="arc"
+ style="fill:#24bb10;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36355-4-6"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145978"
+ inkscape:transform-center-y="3.249994" />
+ <path
+ inkscape:transform-center-x="3.2630773"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36357-2-5"
+ style="fill:#60f44c;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
+ <path
+ inkscape:transform-center-y="-3.2500006"
+ transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
+ sodipodi:type="arc"
+ style="fill:#87ff77;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36359-5-2"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145777" />
</g>
+ <path
+ transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path36361-7-9"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36365-0-7"
+ style="fill:none;stroke:url(#linearGradient37503-1-9-9);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
</g>
</g>
<g
style="display:inline;enable-background:new"
- id="g25672-7"
- transform="translate(-242.89759,-176.09077)">
+ id="g36339-2-9"
+ transform="translate(104.94175,128.97922)">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36341-7-4"
+ width="16"
+ height="16"
+ x="341"
+ y="238" />
<g
- transform="translate(-126,60.000002)"
- id="g25674-3">
+ transform="translate(0,-12)"
+ id="g36343-6-2">
+ <path
+ transform="matrix(-0.7451143,-0.08386971,0.08492794,-0.7396793,437.33358,356.39712)"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36363-9-0"
+ style="opacity:0.3;fill:url(#radialGradient37501-4-6-8);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline"
+ sodipodi:type="arc" />
<g
- transform="translate(-34,-22.000002)"
- id="g25676-9">
- <g
+ id="g36345-6-4"
+ transform="matrix(1.1658027,0,0,1.1657997,198.71028,-2.0560643)">
+ <path
+ inkscape:transform-center-y="-3.2499984"
+ inkscape:transform-center-x="-2.8145849"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Pracowniaa\Pulpit\common file transparent SMALL.png"
- id="g25678-6"
- transform="translate(523,-99)"
- style="display:inline">
- <rect
- style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect25680-8"
- width="16"
- height="16"
- x="389"
- y="289"
- rx="0.80014729"
- ry="0" />
- <g
- transform="translate(-177,71)"
- id="g25682-2">
- <g
- transform="translate(480,287.5)"
- id="g25684-1"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- transform="translate(-118.5,-200.5)"
- id="g25686-3" />
- </g>
- <g
- style="fill:#000000"
- transform="translate(1,24)"
- id="g25688-0" />
- </g>
- </g>
- <rect
- style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect25690-0"
- width="16"
- height="16"
- x="912"
- y="190"
- rx="0" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36349-3-5"
+ style="fill:#5050fb;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(0.6969448,0,0,0.6969467,36.918512,140.83126)" />
+ <path
+ transform="matrix(0.3484724,0.6035735,-0.603572,0.3484734,154.13836,102.27942)"
+ sodipodi:type="arc"
+ style="fill:#0000ba;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36351-4-3"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="-3.2630798"
+ inkscape:transform-center-y="1.6729808e-05" />
+ <path
+ inkscape:transform-center-y="3.2500173"
+ inkscape:transform-center-x="-2.8145756"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36353-6-4"
+ style="fill:#00008c;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,0.6035735,-0.603572,-0.3484733,246.13507,184.51913)" />
+ <path
+ transform="matrix(-0.6969448,2.2484149e-8,-4.6257528e-8,-0.6969467,220.91956,305.31067)"
+ sodipodi:type="arc"
+ style="fill:#1010bb;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36355-4-4"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145978"
+ inkscape:transform-center-y="3.249994" />
+ <path
+ inkscape:transform-center-x="3.2630773"
+ sodipodi:end="5.7595865"
+ sodipodi:start="4.712389"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36357-2-9"
+ style="fill:#5050fb;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ sodipodi:type="arc"
+ transform="matrix(-0.3484724,-0.6035734,0.603572,-0.3484734,103.69972,343.86251)" />
+ <path
+ inkscape:transform-center-y="-3.2500006"
+ transform="matrix(0.3484724,-0.6035734,0.603572,0.3484733,11.703006,261.6228)"
+ sodipodi:type="arc"
+ style="fill:#9a9afd;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ id="path36359-5-4"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 132,110 c 2.85812,0 5.49914,1.52479 6.9282,4 L 132,118 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:start="4.712389"
+ sodipodi:end="5.7595865"
+ inkscape:transform-center-x="2.8145777" />
+ </g>
+ <path
+ transform="matrix(0.8124999,0,0,0.8045157,241.75,163.13011)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:#000000;stroke-width:0.98948926;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path36361-7-0"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path36365-0-0"
+ style="fill:none;stroke:url(#linearGradient37503-1-1-1);stroke-width:1.45605874;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.6860851,0,0,0.6874876,258.44808,176.87656)" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g42207-2"
+ transform="translate(230.94982,190.97922)">
+ <g
+ transform="translate(83.990364,83.999999)"
+ id="g42209-9"
+ style="opacity:0.5">
+ <path
+ transform="matrix(0.9361892,0,0,0.9375002,-26.576994,10.374973)"
+ sodipodi:type="arc"
+ style="fill:#ffd5d5;fill-opacity:0.58823529;fill-rule:nonzero;stroke:#800000;stroke-width:1.06741309;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path42211-6"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path42213-0"
+ style="fill:none;stroke:url(#linearGradient42487-4-5);stroke-width:1.22662127;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.814129,0,0,0.816369,-10.451999,24.674751)" />
+ <path
+ transform="matrix(0.6848076,0,0,0.6867124,6.6184411,39.974237)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient42489-5-9);stroke-width:1.45823753;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path42215-8"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ transform="matrix(0.814129,0,0,0.816369,-10.451999,24.674751)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient42491-0-9);stroke-width:1.22662127;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path42217-3"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\Kopia blender\.blender\icons\blender's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path17230"
+ style="fill:none;stroke:url(#linearGradient17232-8);stroke-width:3.2130022;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ sodipodi:type="arc"
+ transform="matrix(0.31076006,0,0,0.31171146,55.992715,84.224347)" />
+ </g>
+ <g
+ transform="matrix(1.3088013,0,0,1.3078064,114.94487,78.842325)"
+ style="display:inline"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="g42219-5" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16164">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect18695-5"
+ width="16"
+ height="16"
+ x="173"
+ y="241" />
+ <g
+ id="g16145">
+ <g
+ transform="translate(-150.04936,350.7292)"
+ id="g18697-4">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path18699-1"
+ d="m 330,-107.75 -5,2 0.0372,6.324398 5,2.71875 4.99999,-2.71875 L 335,-105.75 l -5,-2 z"
+ style="fill:none;stroke:url(#linearGradient28405-0);stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient18721-1-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 330.03717,-107.6131 -5,1.875 0,6.312498 5,2.71875 4.99999,-2.71875 0,-6.312498 -4.99999,-1.875 z"
+ id="path18719-9" />
<g
- id="g25692-9">
+ transform="translate(179,-179)"
+ id="g18703-1">
<path
+ inkscape:connector-curvature="0"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path25694-9"
- d="m 916.16666,190.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- style="fill:url(#linearGradient25886-7-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="ccccc"
+ style="fill:url(#linearGradient18728-6-0);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 146.0019,73.295281 5,-1.894157 5,1.894157 -5,2.073959 -5,-2.073959 z"
+ id="path18707-3" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="fill:url(#linearGradient18765-0-9);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m 334.98437,-105.6875 -5,2.04687 0.0156,6.89063 5,-2.75 z"
+ id="path18763-6" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient18712-0-7);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 334.5,-105.25 0.002,5.587357 -4.5,2.480073 -4.5,-2.480073 -0.002,-5.587357 4.5,-1.75 4.5,1.75 z"
+ id="path18709-9"
+ sodipodi:nodetypes="ccccccc" />
+ <g
+ style="opacity:0.7"
+ id="g18737-7" />
+ </g>
+ <g
+ id="g52877-0"
+ style="display:inline;enable-background:new"
+ transform="translate(-332.03324,273.93783)">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#2968c3;fill-opacity:1;fill-rule:evenodd;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 506.48389,-17.45862 0,-1 c 4.75,-1 2.25,-4.5 6.31852,-4.187139 0.70341,0.496889 0.93148,1.187139 0.93148,2.122782 0,3.064357 -2.5,3.314357 -7.25,3.064357 l 0,0 0,0 0,0 z"
+ id="path52879-3"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path52881-6"
+ d="m 505.98389,-17.522977 c 5.75,-0.75 2.71305,-4.172284 6.75,-5.25 0.70341,0.496889 1.61991,1.711436 1.75268,2.186272 0,3.572675 -4.12319,3.136436 -8.50268,3.063728 l 0,0 0,0 0,0 z"
+ style="opacity:0.7;fill:url(#radialGradient53141-5-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#0b1728;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 515.48389,-25.95862 -2.75,3.25 1.75,2.25 3,-3"
+ id="path52883-5"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ id="path52885-6"
+ d="m 514.98389,-24.95862 -2.25,2.5 1.37109,1.875 2.37891,-2.375 -1.5,-2 z"
+ style="fill:url(#linearGradient53143-6-3);fill-opacity:1;fill-rule:evenodd;stroke:none" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path52887-1"
+ d="m 520.48389,-31.45862 -6,6.75 2,2.25 4,-4"
+ style="fill:none;stroke:#0b1728;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient53145-1-0);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23326063;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 520.98389,-31.95862 -6.75,7.75 1.75,1.75 5,-4.5 0,-5 z"
+ id="path52889-3"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ id="path52891-3"
+ d="m 513.48389,-22.45862 7,-8.25"
+ style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path52893-4"
+ d="m 511.98389,-21.772977 -1.25,1.25 c -0.96702,0.819679 -0.76749,2.123051 -3.25,2.314357"
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient53147-9-4);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16082">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect18695-2"
+ width="16"
+ height="16"
+ x="152"
+ y="241" />
+ <g
+ id="g16049">
+ <g
+ id="g16027">
+ <g
+ transform="translate(-20.81186,-5.9082992)"
+ id="g27791"
+ style="display:inline;enable-background:new">
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 173.5625,249.6875 0.5,0"
+ id="path31838-1-6-1-4"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
<path
- d="M -48.500031,260.50809 -46.5,260.5 l -3.1e-5,-1.99191"
- style="opacity:0.8;fill:none;stroke:#000000;stroke-width:0.76923829px;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;display:inline;filter:url(#filter23015-5-4)"
- id="path25696-1"
- sodipodi:nodetypes="ccc"
- transform="matrix(1.2999758,0,0,1.2999988,977.54887,-144.56021)"
+ sodipodi:nodetypes="cc"
+ id="path31840-4-3-0-6"
+ d="m 173.5625,249.6875 0.5,0"
+ style="color:#000000;fill:none;stroke:#181dff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccc"
- d="m 914.5,195 0,9.5 m 3.5,-13 7.5,0"
- style="fill:none;stroke:url(#linearGradient25888-7-9);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- id="path25698-6"
+ style="fill:none;stroke:#2f4cff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 173.3125,250.1875 -0.25,-0.5 0.25,-0.5 1,0"
+ id="path31844-1-3-6-4"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-13.91186,-7.9082992)"
+ id="g27791-5"
+ style="fill:none;display:inline;enable-background:new">
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 173.5625,249.6875 0.5,0"
+ id="path31838-1-6-1-4-5"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path31840-4-3-0-6-0"
+ d="m 173.5625,249.6875 0.5,0"
+ style="color:#000000;fill:none;stroke:#00cc19;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- d="m 913,194 4,0 0,-4 -4,4 z"
- id="path25700-5"
sodipodi:nodetypes="cccc"
+ style="fill:none;stroke:#34ff24;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 173.3125,250.1875 -0.25,-0.5 0.25,-0.5 1,0"
+ id="path31844-1-3-6-4-7"
inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-10.27839,-7.4632172)"
+ id="g27791-9"
+ style="display:inline;enable-background:new">
<path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- d="m 913.5,193.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path25702-0"
- sodipodi:nodetypes="cccccc"
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 173.5625,249.6875 0.5,0"
+ id="path31838-1-6-1-4-7"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path31840-4-3-0-6-5"
+ d="m 173.5625,249.6875 0.5,0"
+ style="color:#000000;fill:none;stroke:#ffff0a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ style="fill:none;stroke:#fcff7b;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 173.3125,250.1875 -0.25,-0.5 0.25,-0.5 1,0"
+ id="path31844-1-3-6-4-9"
inkscape:connector-curvature="0" />
</g>
- </g>
- <g
- style="display:inline"
- id="g25705-6"
- transform="translate(910,-321.00012)"
- mask="none"
- clip-path="url(#clipPath22590-4-5)">
- <rect
- y="491.00012"
- x="-29"
- height="16"
- width="16"
- id="rect25707-0"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- id="g25709-0">
- <g
- id="g25711-4">
- <path
- id="path25713-4"
- style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M -15.594023,497.94339 -20.25,493.5"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:type="arc"
- style="fill:none;stroke:#000000;stroke-width:1.32768786;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path25715-4"
- sodipodi:cx="13.5"
- sodipodi:cy="57.5"
- sodipodi:rx="1"
- sodipodi:ry="1.0000004"
- d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- transform="matrix(3.625,0,0,3.1690202,-67.8125,318.31703)" />
- <path
- sodipodi:nodetypes="cccc"
- d="m -25.5,496.5 7.5,0 m -8.5,5.00012 3.5,-3.5"
- style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path25717-5"
- inkscape:connector-curvature="0" />
- </g>
+ transform="translate(-6.9118602,-5.9082992)"
+ id="g27791-0"
+ style="display:inline;enable-background:new">
<path
- sodipodi:type="arc"
- style="fill:none;stroke:url(#linearGradient25890-8-2);stroke-width:0.92424375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path25719-1"
- sodipodi:cx="13.5"
- sodipodi:cy="57.5"
- sodipodi:rx="1"
- sodipodi:ry="1"
- d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- transform="matrix(3.5999897,0,0,3.1249932,-67.499871,320.6879)" />
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 173.5625,249.6875 0.5,0"
+ id="path31838-1-6-1-4-54"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
<path
- id="path25721-8"
- style="fill:none;stroke:url(#linearGradient25892-4-7);stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.34386529;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -25.5,496.5 7.984366,-0.0226 M -26.5,501.50012 -21.5,496.5 m 5.996227,1.44466 L -20.25,493.5"
- sodipodi:nodetypes="cccccc"
+ sodipodi:nodetypes="cc"
+ id="path31840-4-3-0-6-1"
+ d="m 173.5625,249.6875 0.5,0"
+ style="color:#000000;fill:none;stroke:#ff0606;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- transform="matrix(3.25,0,0,3.25,-62.875,313.125)"
- d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- sodipodi:ry="1"
- sodipodi:rx="1"
- sodipodi:cy="57.5"
- sodipodi:cx="13.5"
- id="path25723-8"
- style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
- sodipodi:type="arc" />
+ sodipodi:nodetypes="cccc"
+ style="fill:none;stroke:#ff3131;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 173.3125,250.1875 -0.25,-0.5 0.25,-0.5 1,0"
+ id="path31844-1-3-6-4-4"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-17.39403,-7.3654702)"
+ id="g27791-5-2"
+ style="fill:none;display:inline;enable-background:new">
<path
- sodipodi:type="arc"
- style="fill:#2c5aa0;fill-opacity:1;fill-rule:nonzero;stroke:none"
- id="path25725-2"
- sodipodi:cx="13.5"
- sodipodi:cy="57.5"
- sodipodi:rx="1"
- sodipodi:ry="1"
- d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- transform="matrix(2,0,0,2,-46,385)" />
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 173.5625,249.6875 0.5,0"
+ id="path31838-1-6-1-4-5-4"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
<path
- transform="matrix(4.7519907,0,0,4.1435313,-83.051884,262.12196)"
- d="m 14.5,57.5 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
- sodipodi:ry="1"
- sodipodi:rx="1"
- sodipodi:cy="57.5"
- sodipodi:cx="13.5"
- id="path25727-2"
- style="fill:none;stroke:url(#linearGradient25894-4-5);stroke-width:0.22536004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.10397505;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
+ sodipodi:nodetypes="cc"
+ id="path31840-4-3-0-6-0-6"
+ d="m 173.5625,249.6875 0.5,0"
+ style="color:#000000;fill:none;stroke:#00bc86;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
<path
- id="path25729-0"
- style="fill:none;stroke:url(#linearGradient25897-1-2);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
- d="m -20.515634,493.80534 c -0.07079,-0.45769 0.0843,-0.63855 0.5,-0.5 m -6.734366,7.94478 3.280183,-3.10926 m -2,-2 6.25,0"
- sodipodi:nodetypes="cccccc"
+ sodipodi:nodetypes="cccc"
+ style="fill:none;stroke:#24ffea;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 173.3125,250.1875 -0.25,-0.5 0.25,-0.5 1,0"
+ id="path31844-1-3-6-4-7-2"
inkscape:connector-curvature="0" />
</g>
</g>
+ <g
+ id="g16016">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc"
+ id="path18699-7"
+ d="m 159.95712,247.8542 -3.25648,1.32353 -1.7128,5.25087 5,2.71875 4.99999,-2.71875 -1.77423,-5.25087 z"
+ style="fill:none;stroke:#0b1728;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient16010);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 159.98133,247.9448 -3.25648,1.2408 -1.73704,5.243 5,2.71875 4.99999,-2.71875 -1.75,-5.243 z"
+ id="path18719-4" />
+ <g
+ transform="translate(8.95064,173.9792)"
+ id="g18703-0">
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="ccccc"
+ style="fill:url(#linearGradient15994);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 147.75124,75.228495 3.25648,-1.253486 3.25648,1.253486 -3.25648,1.372473 z"
+ id="path18707-0" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc"
+ style="fill:url(#linearGradient16005);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m 163.2136,249.34317 -3.25648,1.32353 -0.006,6.4375 5,-2.75 z"
+ id="path18763-7" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient16002);stroke-width:0.99999982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 162.79956,249.6191 1.65308,4.57246 -4.5,2.48007 -4.5,-2.48007 1.75043,-4.61666 2.79824,-1.11389 z"
+ id="path18709-5"
+ sodipodi:nodetypes="ccccccc" />
+ <path
+ sodipodi:nodetypes="csssc"
+ inkscape:connector-curvature="0"
+ id="path14332-7-5"
+ d="m 161.04227,247.90828 c 0.24495,-0.26634 0.39423,-0.62011 0.39423,-1.00834 0,-0.8284 -0.67974,-1.49994 -1.51825,-1.49994 -0.83851,0 -1.51825,0.67154 -1.51825,1.49994 0,0.43979 0.0353,0.57241 0.34052,0.84677"
+ style="fill:#e6e6e6;fill-opacity:1;stroke:#0b1728;stroke-width:2.80000019;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ transform="matrix(0.8540253,0,0,-1.199954,81.751209,396.89409)"
+ d="m 93.25,125 a 1.75,1.25 0 1 1 -3.5,0 1.75,1.25 0 1 1 3.5,0 z"
+ sodipodi:ry="1.25"
+ sodipodi:rx="1.75"
+ sodipodi:cy="125"
+ sodipodi:cx="91.5"
+ id="path14336-5-6"
+ style="fill:#000000;fill-opacity:1;stroke:url(#linearGradient15989);stroke-width:1.28417933;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ sodipodi:type="arc" />
+ <rect
+ style="opacity:0.75;fill:#162d50;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect14340-2-4"
+ width="2.0011597"
+ height="2"
+ x="158.93533"
+ y="245.8999" />
+ </g>
</g>
- <path
- style="fill:none;stroke:url(#linearGradient123501);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
- d="m 757.5,230.5 0,2 -2,0"
- id="path25731-2"
- inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;enable-background:new"
- id="g39239-9"
- transform="translate(-285,-131)">
- <path
+ id="g16224">
+ <rect
+ y="241"
+ x="194"
+ height="16"
+ width="16"
+ id="rect18695-5-8"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g16203">
+ <rect
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect27661-6"
+ width="16"
+ height="16"
+ x="193.95064"
+ y="240.9792" />
+ <g
+ clip-path="url(#clipPath42711-8-1)"
+ style="display:inline;enable-background:new"
+ id="g27663-9"
+ transform="matrix(0.9168751,0,0,0.9161255,86.13094,44.221905)"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ inkscape:connector-curvature="0"
+ id="path27665-7"
+ d="m 140.02478,121.67739 -4.38034,-0.0133 0.0328,4.36819 -6.18368,-0.0323 -0.0643,-16 6.1827,-0.0158 -0.0143,4.42449 4.42553,-0.0164 z"
+ clip-path="none"
+ mask="none"
+ style="fill:url(#linearGradient15368-7);fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:1.45480967;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ transform="matrix(0.75,0,0,0.75,29.5,135)" />
+ <path
+ transform="matrix(0.75,0,0,0.75,29.5,135)"
+ style="fill:url(#linearGradient15326-8);fill-opacity:1;stroke:#183e75;stroke-width:1.45480967;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ d="m 135.64444,121.66409 -6.15088,-0.006 -0.0643,-7.28458 6.1684,0.0349 z"
+ id="path15284"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ transform="matrix(0.75,0,0,0.75,29.5,135)"
+ style="fill:none;stroke:#0b1728;stroke-width:1.45480967;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ mask="none"
+ clip-path="none"
+ d="m 140.02478,121.67739 -4.38034,-0.0133 0.0328,4.36819 -6.18368,-0.0323 -0.0643,-16 6.1827,-0.0158 -0.0143,4.42449 4.42553,-0.0164 z"
+ id="path15318"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+ <g
+ id="g27669-3"
+ style="opacity:0.55;display:inline;enable-background:new"
+ transform="translate(-42.04936,-19.020799)">
+ <path
+ inkscape:connector-curvature="0"
+ transform="matrix(0.9285719,0,0,0.9072647,16.387388,24.853058)"
+ sodipodi:nodetypes="cccc"
+ id="path27671-9"
+ d="M 243.50439,274.05251 237.04285,268 l 0.43058,-0.40461 6.03096,-5.66723"
+ style="fill:url(#linearGradient42432-3-3);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.87159598;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:url(#linearGradient15281-5);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.87159598;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 243.55198,273.44361 237.66157,268 l 5.84282,0.0171"
+ id="path15273"
+ sodipodi:nodetypes="ccc"
+ transform="matrix(0.9285719,0,0,0.9072647,16.387388,24.853058)"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path27673-0-1"
+ d="m 200.70018,253.41671 -4.93656,-4.42903 4.93656,-4.57097"
+ style="fill:none;stroke:url(#linearGradient15620-8);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g27675-38"
+ style="display:inline;enable-background:new"
+ transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,-41.79538,113.49288)">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.1;fill:none;stroke:#000000;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 73.545051,272.22272 7.071067,-7.07107"
+ id="path27679-2"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path42388-6"
+ style="opacity:0.75;fill:none;stroke:#28220b;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:new"
+ d="m 71.600508,272.3995 0.707107,-0.7071 m 2.121319,-2.12133 0.707107,-0.7071 m 2.121321,-2.12133 0.707107,-0.7071 m 2.121319,-2.12133 0.707107,-0.7071" />
+ <path
+ inkscape:connector-curvature="0"
+ d="m 71.600508,272.3995 0.707107,-0.7071 m 2.121319,-2.12133 0.707107,-0.7071 m 2.121321,-2.12133 0.707107,-0.7071 m 2.121319,-2.12133 0.707107,-0.7071"
+ style="fill:none;stroke:#ffe991;stroke-width:1.19999993;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path42359-8" />
+ </g>
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.6507937;display:inline;enable-background:new"
+ d="m 207.43504,247.49483 1.06248,0"
+ id="path15333"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.6507937;display:inline;enable-background:new"
+ d="m 203.9116,244.49483 1.51561,0"
+ id="path15333-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.6507937;display:inline;enable-background:new"
+ d="m 203.9116,247.51045 1.54686,0"
+ id="path15333-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1b4685;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 207.38817,249.47921 0.0703,0.004"
+ id="path15333-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#185e98;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 203.38817,249.47921 1.07811,0.0118"
+ id="path15333-2-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#143564;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 204.37254,253.47921 1.07811,0.0118"
+ id="path15333-2-7-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16281">
+ <rect
+ y="241"
+ x="236"
+ height="16"
+ width="16"
+ id="rect18695-5-0"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g38510"
+ style="display:inline;enable-background:new"
+ transform="translate(-0.04936017,-0.02079917)">
+ <rect
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect41297-5"
+ width="10"
+ height="16"
+ x="239"
+ y="241" />
+ <path
+ style="fill:url(#linearGradient15474-9);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 244,242.5 c -1.8975,0 -3.4375,1.12 -3.4375,2.5 l 0,2.6875 c -0.79985,0.58688 -1.28125,1.40301 -1.28125,2.4375 0,1.01219 0.48237,1.85277 1.28125,2.4375 l 0,1.4375 c 0,1.38 1.54,2.5 3.4375,2.5 1.8975,0 3.4375,-1.12 3.4375,-2.5 l 0,-1.375 c 0.82151,-0.58809 1.3125,-1.44988 1.3125,-2.5 0,-1.02039 -0.50216,-1.82067 -1.3125,-2.40625 l 0,-2.71875 c 0,-1.38 -1.54,-2.5 -3.4375,-2.5 z"
+ id="path41299-1"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.44561403;fill:none;stroke:url(#linearGradient15467-9);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 246.78175,244.56297 c -0.49244,0.67079 -1.66895,1.05852 -2.78633,1.05852 -1.11738,0 -2.54413,-0.3096 -2.81106,-1.12463"
+ id="path41303-1"
+ sodipodi:nodetypes="czs" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc"
+ id="path41307-7"
+ d="m 241.4192,253.61696 c 0.11987,0.88868 0.64962,2.00518 2.61584,2.01183 1.81407,0.006 2.49621,-1.01999 2.49621,-2.00379"
+ style="fill:none;stroke:#1b4685;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.64285715;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="czcsssc"
+ id="path15557"
+ d="m 247.22147,247.96875 c -0.5625,0.53865 -1.82275,0.90274 -3.1948,0.90274 -1.37205,0 -2.25345,-0.3128 -3.15167,-0.80899 -0.625,0.59375 -1.17803,1.9131 -0.72606,2.94175 0.61274,1.39456 1.58368,2.00791 3.99437,2.02034 2.38609,0.0123 3.13442,-0.85323 3.75195,-2.02459 0.57357,-1.08798 0.16996,-2.1875 -0.67379,-3.03125 z"
+ style="fill:none;stroke:url(#linearGradient15601-9);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path41305-9"
+ d="m 244,242.5 c -2.18749,0 -3.4375,1.12 -3.4375,2.5 l 0,2.3125 c -0.8822,0.72794 -1.4375,1.73295 -1.4375,2.84375 0,1.1108 0.5553,2.11581 1.4375,2.84375 l 0,0.5 c 0,2 1.54,3 3.4375,3 1.8975,0 3.4375,-1 3.4375,-3 l 0,-0.5 c 0.8822,-0.72794 1.4375,-1.73295 1.4375,-2.84375 0,-1.1108 -0.5553,-2.11581 -1.4375,-2.84375 l 0,-2.3125 c 0,-1.38 -1.24999,-2.5 -3.4375,-2.5 z"
+ style="fill:none;stroke:#0b1728;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g41715-3"
+ transform="matrix(0.75,0,0,0.625,396.9999,55.104854)">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect41717-2"
+ width="16"
+ height="16"
+ x="-211.99985"
+ y="304" />
+ <g
+ style="opacity:0.8;display:inline;enable-background:new"
+ transform="translate(73.00016,196)"
+ id="g41719-6" />
+ <g
+ style="display:inline"
+ id="g41739-4"
+ transform="matrix(1.1658027,0,0,1.1657997,-354.28956,51.94393)"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient15576-5);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 247.03531,249.33728 c -0.5,0.22615 -1.69837,0.52774 -2.8823,0.52774 -1.18393,0 -1.75974,-0.0315 -3.02667,-0.49649"
+ id="path41303-1-0"
+ sodipodi:nodetypes="czs" />
+ <path
+ style="fill:none;stroke:#0b1728;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 250.25295,253 c 0.73683,-0.72794 1.01313,-1.73295 1.01313,-2.84375 0,-1.1108 -0.2763,-2.11581 -1.01313,-2.84375"
+ id="path15603"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ <path
+ sodipodi:nodetypes="csc"
+ inkscape:connector-curvature="0"
+ id="path15609"
+ d="m 249.80713,252.38128 c 0.53336,-0.70678 0.65533,-1.36527 0.65533,-2.22503 0,-0.80144 -0.27822,-1.5779 -0.65533,-2.18084"
+ style="fill:none;stroke:#aacee7;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.80392157;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#0b1728;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 237.81491,253 c -0.73683,-0.72794 -1.01313,-1.73295 -1.01313,-2.84375 0,-1.1108 0.2763,-2.11581 1.01313,-2.84375"
+ id="path15603-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc" />
+ <path
+ sodipodi:nodetypes="csc"
+ inkscape:connector-curvature="0"
+ id="path15609-7"
+ d="m 238.26073,252.38128 c -0.53336,-0.70678 -0.65533,-1.36527 -0.65533,-2.22503 0,-0.80144 0.27822,-1.5779 0.65533,-2.18084"
+ style="fill:none;stroke:#aacee7;stroke-width:0.80000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.80392157;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <g
+ id="g81264">
+ <rect
+ y="241"
+ x="278"
+ height="16"
+ width="16"
+ id="rect41153-9"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(-0.96226475,0.05341077)"
+ id="g16521">
+ <rect
+ y="242.48071"
+ x="280.45062"
+ height="12.983693"
+ width="12.031255"
+ id="rect41157-7"
+ style="fill:url(#linearGradient81258);fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.90000004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path41159-4"
+ d="m 281.45064,253.1653 0.0312,-9.6861 3.81301,0.0312"
+ style="fill:none;stroke:url(#linearGradient81260);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.53174594;display:inline;enable-background:new"
+ d="m 291.50046,246.74298 -3.08218,7.80871"
+ id="path15817-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.48809521"
+ d="m 285.63278,246.41513 -3.2942,8.11179"
+ id="path15817"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#555555;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 286.48189,242.32295 0.0625,12.09375"
+ id="path15730"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-59"
+ width="2.0172396"
+ height="2.0000157"
+ x="279.45065"
+ y="241.47917" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path41159-4-9"
+ d="m 287.42759,252.9156 -0.0313,-9.49861 3.85989,0.0312"
+ style="fill:none;stroke:url(#linearGradient81262);stroke-width:0.99999982px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#1b4685;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 292.04439,242.6042 -5.18214,13.04504"
+ id="path15722"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1b4685;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 286.07564,242.5417 -5.19822,12.90441"
+ id="path15726"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-1"
+ width="2.0172396"
+ height="2.0000157"
+ x="285.47092"
+ y="241.53545" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-50"
+ width="2.0172396"
+ height="2.0000157"
+ x="285.47092"
+ y="254.48941" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-6"
+ width="2.0172396"
+ height="2.0000157"
+ x="291.48386"
+ y="254.48941" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-16"
+ width="2.0172396"
+ height="2.0000157"
+ x="291.45065"
+ y="241.47917" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-15"
+ width="2.0172396"
+ height="2.0000157"
+ x="279.48859"
+ y="254.48941" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16263">
+ <rect
+ y="241"
+ x="215"
+ height="16"
+ width="16"
+ id="rect18695-5-85"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g16254">
+ <path
+ sodipodi:nodetypes="ccccccccccccccccscsscccscscccsccc"
+ inkscape:connector-curvature="0"
+ id="path15496"
+ d="m 220.26315,246.13546 c -0.0862,0.1378 -0.24068,0.22975 -0.40625,0.28125 -1.65981,0.47731 -3.15715,1.19818 -4.5,2.59375 -0.0159,0.0174 -0.0268,0.0393 -0.0312,0.0625 -0.001,0.0103 -0.001,0.0208 0,0.0312 -0.001,0.0103 -0.001,0.0208 0,0.0312 -0.001,0.0104 -0.001,0.0208 0,0.0312 0.0905,0.15733 0.21244,0.52956 0.25,0.8125 0.0551,0.41528 -0.0701,0.57924 -0.21875,0.8125 -0.0121,0.008 -0.0227,0.0191 -0.0312,0.0312 -0.001,0.0104 -0.001,0.0208 0,0.0312 -0.001,0.0103 -0.001,0.0208 0,0.0312 -0.001,0.0104 -0.001,0.0208 0,0.0312 0.008,0.0121 0.0191,0.0227 0.0312,0.0312 1.14704,1.20048 2.82583,2.11181 4.34375,2.15625 0.23229,0.01 0.47603,0.12502 0.59375,0.3125 0.16075,0.25148 0.43475,0.47431 0.75,0.65625 0.36481,0.21054 0.91885,0.30403 1.0936,0.3126 -0.22349,-0.50587 -0.17899,-0.77088 -0.0469,-0.99985 0.0995,-0.17241 0.27563,-0.29702 0.54688,-0.34375 1.23062,-0.212 2.86055,-0.63055 4.03125,-1.34375 0.29545,-0.18247 0.80307,-0.0462 1,0.25 0.55094,0.7385 1.45946,1.2674 2.03896,1.31646 -0.36853,-0.9196 -0.50376,-2.31287 -0.46489,-3.25371 0.0492,-1.1901 0.4842,-2.52395 1.04302,-3.51538 -0.16982,0.006 -0.65061,0.17808 -0.71074,0.20318 -0.7366,0.30737 -1.4716,0.94031 -1.90625,1.5625 -0.21933,0.29875 -0.71618,0.4032 -1,0.1875 -1.35724,-1.03154 -2.55364,-1.6969 -4.09375,-2.1875 -0.26943,-0.0858 -0.50165,-0.42209 -0.5,-0.71875 0.002,-0.30009 0.0702,-0.84684 0.12109,-1.07402 -0.58853,0.18102 -1.36128,0.81203 -1.93359,1.66737 z"
+ style="fill:none;stroke:url(#linearGradient38716-8);stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;display:inline;enable-background:new" />
+ <path
+ style="fill:url(#radialGradient15517-8);fill-opacity:1;stroke:#0b1728;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 219.6786,253.82631 c -1.96642,-0.0576 -4.05614,-1.31113 -5.29929,-2.86623 0.0654,-0.19861 0.53326,-0.60538 0.48122,-0.99782 -0.0595,-0.44857 -0.37333,-0.70398 -0.47362,-0.96241 1.5443,-1.81083 3.32964,-2.734 5.24944,-3.28607 0.78991,-1.17883 1.845,-2.02236 3.60073,-2.29898 -0.23142,0.67492 -0.40517,1.48328 -0.41544,2.14499 1.60855,0.52209 2.84544,1.19775 4.24601,2.26976 1.05365,-1.50823 3.37131,-2.56597 4.4316,-1.95202 -0.84375,1.27451 -1.45665,2.90118 -1.50672,4.17975 -0.0491,1.25211 0.0947,2.42706 0.75517,3.90477 -1.30024,0.35961 -2.91498,-0.40691 -3.71178,-1.61649 -1.31489,0.80105 -3.03198,1.22409 -4.31307,1.42108 0.13331,0.35326 0.31382,0.79794 0.42375,1.41797 -1.5092,0.0506 -2.82758,-0.35645 -3.468,-1.3583 z"
+ id="path26202"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccsccccccsccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path38361"
+ d="m 218.00011,250.69439 c -0.39287,0 -0.71132,-0.31189 -0.71132,-0.69657 0,-0.38468 0.31845,-0.69659 0.71132,-0.69659 0.39025,0 0.70763,0.30797 0.71128,0.69334 0,0.38793 -0.31844,0.69982 -0.71128,0.69982 z"
+ style="fill:none;stroke:url(#linearGradient15553-4);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.72222218;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ style="fill:none;stroke:#183e75;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 217.62649,250.02159 c -0.17675,0 -0.32002,-0.1385 -0.32002,-0.30932 0,-0.17083 0.14327,-0.30933 0.32002,-0.30933 0.17557,0 0.31836,0.13676 0.32,0.30789 0,0.17226 -0.14327,0.31076 -0.32,0.31076 z"
+ id="path26221"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient15545-5);stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.58823529;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 219.95124,248.20112 c 0.63267,0.99518 0.82685,2.28773 0.0962,3.39254"
+ id="path26223-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ transform="translate(-0.04936017,-0.02079917)"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.21185222"
+ inkscape:original="M 222.25 244.5 C 221.66147 244.68102 220.88481 245.30091 220.3125 246.15625 C 220.2263 246.29405 220.07182 246.386 219.90625 246.4375 C 218.24644 246.91481 216.7491 247.63568 215.40625 249.03125 C 215.39035 249.04865 215.3794 249.07055 215.375 249.09375 C 215.374 249.10405 215.374 249.1146 215.375 249.125 C 215.374 249.1353 215.374 249.14585 215.375 249.15625 C 215.374 249.16665 215.374 249.1771 215.375 249.1875 C 215.4655 249.34483 215.58744 249.71706 215.625 250 C 215.6801 250.41528 215.5549 250.57924 215.40625 250.8125 C 215.39415 250.8205 215.3835 250.83165 215.375 250.84375 C 215.374 250.85415 215.374 250.8646 215.375 250.875 C 215.374 250.8853 215.374 250.89585 215.375 250.90625 C 215.374 250.91665 215.374 250.9271 215.375 250.9375 C 215.383 250.9496 215.39415 250.96025 215.40625 250.96875 C 216.55329 252.16923 218.23208 253.08056 219.75 253.125 C 219.98229 253.135 220.22603 253.25002 220.34375 253.4375 C 220.5045 253.68898 220.7785 253.91181 221.09375 254.09375 C 221.45856 254.30429 222.01275 254.39768 222.1875 254.40625 C 221.96401 253.90038 221.99291 253.63522 222.125 253.40625 C 222.2245 253.23384 222.41625 253.10923 222.6875 253.0625 C 223.91812 252.8505 225.54805 252.43195 226.71875 251.71875 C 227.0142 251.53628 227.52182 251.67255 227.71875 251.96875 C 228.26969 252.70725 229.1705 253.23219 229.75 253.28125 C 229.38147 252.36165 229.24238 250.97209 229.28125 250.03125 C 229.33045 248.84115 229.78493 247.52268 230.34375 246.53125 C 230.17393 246.53725 229.68513 246.69365 229.625 246.71875 C 228.8884 247.02612 228.1534 247.65906 227.71875 248.28125 C 227.49942 248.58 227.00257 248.68445 226.71875 248.46875 C 225.36151 247.43721 224.16511 246.77185 222.625 246.28125 C 222.35557 246.19545 222.12335 245.85916 222.125 245.5625 C 222.127 245.26241 222.19911 244.72718 222.25 244.5 z "
+ style="fill:none;stroke:url(#linearGradient15502-8);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path15500"
+ d="m 221.96875,244.90625 c -0.47698,0.2556 -1.02431,0.71077 -1.46875,1.375 -0.12408,0.19836 -0.33308,0.28211 -0.53125,0.34375 a 0.21187341,0.21187341 0 0 1 0,0.0312 c -1.62449,0.46715 -3.06989,1.15677 -4.375,2.5 -0.005,0.005 0.005,0.026 0,0.0312 0.1061,0.21524 0.2123,0.49726 0.25,0.78125 0.0568,0.42776 -0.0841,0.69165 -0.21875,0.90625 1.11129,1.13328 2.71326,1.98992 4.125,2.03125 0.29567,0.0127 0.61425,0.14029 0.78125,0.40625 0.1325,0.20728 0.35983,0.42268 0.65625,0.59375 0.20197,0.11656 0.49212,0.2047 0.71875,0.25 -0.0302,-0.11277 -0.0911,-0.24526 -0.0937,-0.34375 -0.005,-0.19698 0.0446,-0.36065 0.125,-0.5 0.13631,-0.23619 0.40186,-0.41416 0.71875,-0.46875 1.21549,-0.20939 2.80996,-0.62559 3.9375,-1.3125 0.21394,-0.13213 0.48738,-0.12178 0.71875,-0.0625 0.22418,0.0574 0.42522,0.18054 0.5625,0.375 0.41333,0.55404 1.07488,0.98799 1.5625,1.15625 -0.29258,-0.93531 -0.41043,-2.11125 -0.375,-2.96875 0.0456,-1.10343 0.44992,-2.25295 0.9375,-3.21875 -0.14571,0.0415 -0.29515,0.0995 -0.28125,0.0937 -0.68743,0.28685 -1.40343,0.91443 -1.8125,1.5 a 0.21187341,0.21187341 0 0 1 -0.0312,0 c -0.14786,0.2014 -0.35962,0.32934 -0.59375,0.375 -0.23413,0.0457 -0.48506,-0.002 -0.6875,-0.15625 -1.34443,-1.0218 -2.51369,-1.67283 -4.03125,-2.15625 -0.1942,-0.0618 -0.35572,-0.18089 -0.46875,-0.34375 -0.11303,-0.16286 -0.18863,-0.35845 -0.1875,-0.5625 0.001,-0.19898 0.0297,-0.41985 0.0625,-0.65625 z" />
+ <path
+ style="fill:none;stroke:url(#linearGradient15537-5);stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 220.40065,247.42921 c 1.3319,1.37892 1.29257,3.57882 0.34306,4.70903"
+ id="path26223-2-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16592">
+ <rect
+ style="opacity:0;fill:#292929;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect23518-8"
+ width="16"
+ height="16"
+ x="488"
+ y="262" />
+ <g
+ id="g16579">
+ <rect
+ y="268.95908"
+ x="495.95065"
+ height="1"
+ width="2"
+ id="rect23532-1-0"
+ style="opacity:0.8;fill:#1e56ab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#0b1728;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 501.95064,269.22921 0,0.75008 0,2.99996 -3,1.5 c -3,1.5 -6.25,1.5 -10,1.49996 l -0.0183,-2.52715 c 0,0 3.366,-6.98108 4.33827,-8.04174 0.97227,-1.06066 4.00392,-2.08028 4.61579,-2.33915 3.72167,-0.006 4.09599,4.72641 4.06425,6.15804 z m -8,0.25 4.90625,-1.875 c 0.0715,-1.36645 -0.67378,-2.97927 -2.03429,-3.23624"
+ id="path23522-5"
+ sodipodi:nodetypes="scccccsccsccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ sodipodi:nodetypes="cccccccccc"
+ style="fill:#c2d4ef;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+ d="m 493.95064,269.47921 4,-1.5 0.9375,-0.40625 3.0625,1.65625 0,0.75004 0,2.75 -3,1.5 -10,1.5 0,-1.75 c 0.5,-1 1.77456,-3.24182 5,-4.50004 z"
+ id="path23524-5" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc"
+ d="m 495.70064,264.97925 c -1.59411,1.20331 -2.85352,5.00657 -1.83419,6.55562 0.84654,1.28647 2.26188,0.99107 4.08419,0.44438"
+ style="fill:none;stroke:url(#linearGradient16573);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path23542-7" />
+ <path
+ id="path14759-8"
+ d="m 497.43868,264.59926 c 0.80576,0.30416 1.37557,1.03323 1.48798,2.92233 l 3.02398,2.65977 c -0.14914,-2.63927 0.0915,-5.8212 -3.12879,-7.01803 -0.39922,-0.14837 -1.04358,-0.0621 -1.33996,0.0614 z"
+ style="fill:url(#linearGradient16570);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cssccsccscsscc"
+ id="path23526-4"
+ d="m 497.47415,263.23002 c -0.0305,0.0127 -2.69071,1.0899 -3.08515,1.28834 -0.97345,0.48973 -2.73962,3.32869 -3.70177,5.33135 l -1.74953,3.64155 0.013,2.49908 c 3.76795,10e-6 7,0 10,-1.5 l 3,-1.5 0,-3 c -0.71506,0.35798 -2.3836,1.1918 -3,1.5 -0.45529,0.22765 -0.90706,0.42996 -1.375,0.59375 -1.77534,0.39453 -3.51362,0.44764 -3.974,-0.67129 -0.58429,-1.42008 0.52872,-4.89528 2.24297,-6.11564 0.23077,-0.16428 1.56009,-0.67849 1.59569,-0.69629 z"
+ style="fill:url(#linearGradient16567);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csc"
+ id="path23528-6"
+ d="m 489.45064,275.4966 c 3.76795,0 5.75,-4e-5 8.75,-1.25004 0.60963,-0.25401 2.56945,-1.15973 3.25,-1.5"
+ style="fill:none;stroke:url(#linearGradient16564);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ style="fill:none;stroke:url(#linearGradient16561);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 489.45064,274.47921 c 3.76795,0 5.75,-4e-5 8.75,-1.25004 0.60963,-0.25401 2.56945,-1.15973 3.25,-1.5"
+ id="path23540-9"
+ sodipodi:nodetypes="csc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="csscsc"
+ d="m 489.67253,273.44041 2.07721,-4.14016 c 0.98497,-1.9632 2.11086,-3.89476 3.15802,-4.3308 l 2.83577,-1.18084 c 0.92808,-0.35355 2.39677,0.78516 2.88291,1.66904 0.48613,0.88389 0.68121,2.03922 0.85799,4.29312"
+ style="opacity:0.8;fill:none;stroke:url(#linearGradient16558);stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path23546-3" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;stroke:#1b4685;stroke-width:0.80000001;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1"
+ d="m 497.15108,270.57068 c -0.87852,0.21783 -1.75,-0.0997 -1.75,-0.67783 0,-0.57817 0.44856,-1.11322 1.32701,-1.33132 0.77415,-0.19217 1.49604,0.10015 1.66916,0.65891 0.16722,0.53968 -0.3266,1.12224 -1.24617,1.35024 z"
+ id="path27309-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="sssss" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.37383178"
+ d="m 492.06936,275.51839 0.98651,-0.0593"
+ id="path27317-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g14953">
+ <rect
+ y="198.9792"
+ x="4.9506397"
+ height="16"
+ width="16"
+ id="rect23018-5-4"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(0.94058502,0,0,0.94058502,0.9128606,12.74924)"
+ id="g56716">
+ <path
+ sodipodi:type="star"
+ style="fill:url(#linearGradient14951);fill-opacity:1;stroke:#000000;stroke-width:0.96882826;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path15855"
+ sodipodi:sides="5"
+ sodipodi:cx="13.700194"
+ sodipodi:cy="207.20645"
+ sodipodi:r1="7.1873641"
+ sodipodi:r2="3.3158474"
+ sodipodi:arg1="0.94697287"
+ sodipodi:arg2="1.5618338"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="m 17.898641,213.04008 -4.168729,-2.51791 -4.280439,2.47993 1.106473,-4.74277 -3.6812884,-3.3046 4.8525664,-0.41328 2.005278,-4.52229 1.892578,4.48735 4.920618,0.50967 -3.682889,3.18662 z"
+ inkscape:transform-center-x="-0.010954063"
+ inkscape:transform-center-y="-0.74285516"
+ transform="matrix(1.0972098,0,0,1.0975406,-2.0923019,-19.740595)" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.06316817;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ d="m 12.931855,202.51514 -1.201334,2.70994 c -0.137665,0.32193 -0.454082,0.55986 -0.800889,0.60222 l -2.9032248,0.26765 2.2358168,1.97391 c 0.261321,0.2395 0.380487,0.62447 0.300333,0.97022 l -0.667408,2.81032"
+ id="path15869"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ </g>
+ <g
+ transform="translate(-0.04936017,-0.02079917)"
+ style="display:inline;enable-background:new"
+ id="g16432">
+ <rect
+ y="199"
+ x="68"
+ height="16"
+ width="16"
+ id="rect23008-0"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ style="display:inline"
+ transform="translate(-129.04638,24.90625)"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="g11015-1">
+ <path
+ style="fill:url(#linearGradient15744-9-8);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 205.54638,177.59375 -1,0 0,9 1,0 5,-3.75 0,-1.5 z"
+ id="path11017-5"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path11019-7"
+ d="m 205.54638,185.34375 0,-6.5 4.03125,3.01562"
+ style="fill:none;stroke:url(#linearGradient10982-8-5);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ transform="matrix(0,1,1,0,0,0)"
+ style="fill:url(#linearGradient16268-9);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new"
+ id="rect10822-0-7"
+ width="9.2000065"
+ height="2.1999984"
+ x="202.39999"
+ y="71.400002"
+ rx="0"
+ ry="1.4168683"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- sodipodi:nodetypes="cccccc"
- id="path39241-0"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- style="fill:url(#linearGradient39254-3-1);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
- inkscape:connector-curvature="0" />
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
<path
- style="opacity:0.3;fill:url(#radialGradient39256-2-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
- id="path39243-2"
- sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient16302-5);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 72.27078,203.33478 0.475194,-7e-5"
+ id="path10824-4-2"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="cccc"
- d="m 754.5,209 0,9.5 m 3.5,-13 7.5,0"
- style="fill:none;stroke:url(#linearGradient39258-9-2);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
- id="path39245-4"
- inkscape:connector-curvature="0" />
- <path
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
- d="m 753,208 4,0 0,-4 -4,4 z"
- id="path39247-4"
- sodipodi:nodetypes="cccc"
- inkscape:connector-curvature="0" />
- <path
+ inkscape:export-ydpi="90" />
+ </g>
+ <g
+ transform="translate(-0.04936017,-0.02079917)"
+ style="display:inline;enable-background:new"
+ id="g16424">
+ <rect
+ transform="scale(-1,1)"
+ y="198.89999"
+ x="-62.900002"
+ height="16"
+ width="16"
+ id="rect23008-0-8"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(-1,0,0,1,259.94638,24.80625)"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="g11015-1-2">
+ <path
+ style="fill:url(#linearGradient15744-9-0-9);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 205.54638,177.59375 -1,0 0,9 1,0 5,-3.75 0,-1.5 z"
+ id="path11017-5-5"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path11019-7-9"
+ d="m 205.54638,178.84375 4.03125,3.01562"
+ style="fill:none;stroke:url(#linearGradient10982-8-9-5);stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ transform="matrix(0,1,-1,0,0,0)"
+ style="fill:url(#linearGradient16268-5-0);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline;enable-background:new"
+ id="rect10822-0-7-7"
+ width="9.2000065"
+ height="2.1999984"
+ x="202.29999"
+ y="-59.5"
+ rx="0"
+ ry="1.4168683"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- d="m 753.5,207.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- id="path39249-3"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
<path
- id="path39251-7"
- d="m 757.5,206.5 0,2 -2,0"
- style="fill:none;stroke:url(#linearGradient123760);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient16302-3-4);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 58.62922,203.23478 -0.475194,-7e-5"
+ id="path10824-4-2-3"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
</g>
<g
style="display:inline;enable-background:new"
- transform="translate(675.93328,-457.00606)"
- id="g52978-6">
+ id="g56653">
<path
- style="color:#000000;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 481.21875,81.25 c -0.34507,-0.155271 -0.69504,-0.245578 -1.125,-0.34375 L 479.9375,79 l -1,0 -1,0 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.75 -1.75,1.75 1.75,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L 471.9375,85 l 0,1 0,1 1.90625,0.15625 c 0.092,0.4031 0.17505,0.738019 0.3125,1.0625 m 2.96875,0 C 476.47574,87.692174 476.0625,86.902037 476.0625,86 c 0,-1.58782 1.28718,-2.875 2.875,-2.875 0.94357,0 1.75793,0.454854 2.28125,1.15625"
- transform="translate(-675.93328,457.00606)"
- id="path52980-3"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccccccccccccssc" />
+ d="m 289.95065,114.97921 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z m -1,3 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
+ style="opacity:0.3;color:#000000;fill:#0027b4;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path18242" />
<path
- style="color:#000000;fill:url(#linearGradient32854-6-2-3-0);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 477.9375,79 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.5 -1.5,1.5 1.5,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L 471.9375,85 l 0,1 0,1 1.90625,0.15625 c 0.0981,0.429533 0.18992,0.780253 0.34375,1.125 l 2.8125,0 C 476.34893,87.730943 475.9375,86.919238 475.9375,86 c 0,-1.65685 1.34315,-3 3,-3 0.96105,0 1.7947,0.453338 2.34375,1.15625 l 0,-2.875 c -0.36595,-0.173211 -0.73124,-0.270823 -1.1875,-0.375 L 479.9375,79 l -1,0 -1,0 z m 3.34375,8.8125 c -0.12902,0.1662 -0.24569,0.333041 -0.40625,0.46875 l 0.40625,0 0,-0.46875 z"
- transform="translate(-675.93328,457.00606)"
- id="path52982-4"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ id="path38437-9"
+ d="m 289.95065,114.97921 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path18240"
+ d="m 289.95065,120.97921 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g27975"
+ style="display:inline;enable-background:new"
+ transform="translate(-0.04936017,-0.02079917)">
+ <rect
+ style="opacity:0;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36400-0-73"
+ width="16"
+ height="16"
+ x="278"
+ y="115" />
+ <g
+ id="g36402-8-9"
+ transform="translate(186.99836,-42.1)">
+ <rect
+ style="fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#5d0606;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36426-6-8"
+ width="2.0000153"
+ height="2.0000069"
+ x="102"
+ y="170"
+ rx="0"
+ ry="0" />
+ <g
+ id="g36404-0-04"
+ style="stroke:#1a1a1a;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
+ transform="translate(8.000015,151)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient27963-5);stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 85.65162,18.243282 88.999985,16"
+ id="path36410-3-3"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36407-9-8"
+ d="m 88.999985,8 0,8"
+ style="fill:none;stroke:#00163c;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36412-3-7"
+ d="M 94.99997,20 88.999985,16"
+ style="fill:none;stroke:#5d0606;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ </g>
+ <rect
+ ry="0"
+ rx="0"
+ y="158"
+ x="96"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36416-1-8"
+ style="fill:none;stroke:#001e50;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36418-7-2"
+ d="m 97,159 0,8"
+ style="fill:none;stroke:#4c8ff4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient27965-1);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 93.15039,169.65379 3.794367,-2.66484"
+ id="path36420-1-8"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36424-2-5"
+ d="M 92.728285,169.42532 96.499985,166.75 96.5,159.5"
+ style="opacity:0.3;fill:none;stroke:url(#linearGradient27967-9);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36428-6-8"
+ d="M 102.99998,171 97,167"
+ style="fill:none;stroke:#ef4e29;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <rect
+ style="opacity:0.3;fill:none;stroke:#001e50;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36432-1-2"
+ width="2.0000153"
+ height="2.0000069"
+ x="96"
+ y="158"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:#4c8ff4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36434-5-5"
+ width="2"
+ height="2"
+ x="96.000023"
+ y="158"
+ rx="0"
+ ry="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ transform="matrix(1.3333333,0,0,1.3333343,3,147.66665)"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ sodipodi:ry="1.5"
+ sodipodi:rx="1.5"
+ sodipodi:cy="14.5"
+ sodipodi:cx="70.5"
+ id="path36436-4-6"
+ style="opacity:0.5;fill:url(#radialGradient27969-8);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ sodipodi:type="arc" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ sodipodi:ry="1.5"
+ sodipodi:rx="1.5"
+ sodipodi:cy="14.5"
+ sodipodi:cx="70.5"
+ id="path36438-7-62"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ sodipodi:type="arc"
+ transform="matrix(0.6666679,0,0,0.6666668,49.999915,157.33333)" />
+ <rect
+ ry="0"
+ rx="0"
+ y="170"
+ x="102"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36440-7-5"
+ style="opacity:0.3;fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#5d0606;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0"
+ rx="0"
+ y="170"
+ x="102.00002"
+ height="2"
+ width="2"
+ id="rect36442-2-0"
+ style="fill:#eb512e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ style="opacity:0.8"
+ id="g36444-2-2">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient27971-9);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 96.5,159.5 0,-1 1,0"
+ id="path36446-6-0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.9;fill:none;stroke:url(#linearGradient27973-6);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 102.49999,171.5 0,-1 1,0"
+ id="path36450-1-8"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g56628">
+ <g
+ transform="translate(-0.04936017,-1.0207992)"
+ id="g18315"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ id="path18244-7"
+ style="opacity:0.3;color:#000000;fill:#45eb0a;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 269,122 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z m 0,-6 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z" />
+ <path
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 269,116 0,1 2,0 0,1 1,0 0,-1 0,-1 -3,0 z m 2,2 -1,0 0,1 1,0 0,-1 z m -1,1 -1,0 0,1 0,1 3,0 0,-1 -2,0 0,-1 z"
+ id="path38437-9-2"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 269,122 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ id="path38435-3-8-1"
+ inkscape:connector-curvature="0" />
+ </g>
<rect
- y="535"
- x="-205"
+ y="114.97919"
+ x="256.95062"
height="16"
width="16"
- id="rect52984-1"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- style="fill:none;stroke:url(#linearGradient32856-3-2-3-5);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 481.28125,83.40625 C 480.661,82.839183 479.84801,82.5 478.9375,82.5 c -1.93397,0 -3.5,1.566029 -3.5,3.5 0,0.881253 0.34008,1.6682 0.875,2.28125"
- transform="translate(-675.93328,457.00606)"
- id="rect52986-8"
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssc" />
+ id="rect36400-0"
+ style="opacity:0;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(-2.0730802,-0.12079917)"
+ id="g17954"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient17973-0);stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 261.67372,127.26538 3.34836,-2.24328"
+ id="path36410-3-3-7"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36407-9"
+ d="m 264.99997,117 0,8"
+ style="fill:none;stroke:#00163c;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36412-3"
+ d="m 270.99996,129 -5.99999,-4"
+ style="fill:none;stroke:#183c00;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36420-1-8-8"
+ d="m 261.17248,127.67589 3.79437,-2.66484"
+ style="fill:none;stroke:url(#linearGradient17975-1);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="fill:none;stroke:#001e50;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36416-1"
+ width="2.0000153"
+ height="2.0000069"
+ x="263.99997"
+ y="116"
+ rx="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#4c8ff4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 264.99998,117 0,8"
+ id="path36418-7"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ style="opacity:0.3;fill:none;stroke:url(#linearGradient17977-8);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 260.75037,127.44742 3.7717,-2.67532 2e-5,-7.25"
+ id="path36424-2-5-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="128"
+ x="269.99997"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36426-6"
+ style="fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#183c00;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#4ee420;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 270.99996,129 -5.99998,-4"
+ id="path36428-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="116"
+ x="263.99997"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36432-1"
+ style="opacity:0.3;fill:none;stroke:#001e50;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0"
+ rx="0"
+ y="116"
+ x="264"
+ height="2"
+ width="2"
+ id="rect36434-5"
+ style="fill:#4c8ff4;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;fill:url(#radialGradient17979-7);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ id="path36436-4"
+ sodipodi:cx="70.5"
+ sodipodi:cy="14.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ transform="matrix(1.3333333,0,0,1.3333343,170.99998,105.66665)"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ transform="matrix(0.6666679,0,0,0.6666668,217.99989,115.33333)"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ id="path36438-7"
+ sodipodi:cx="70.5"
+ sodipodi:cy="14.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ style="opacity:0.3;fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#183c00;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36440-7"
+ width="2.0000153"
+ height="2.0000069"
+ x="269.99997"
+ y="128"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:#4ee51f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36442-2"
+ width="2"
+ height="2"
+ x="270"
+ y="128"
+ rx="0"
+ ry="0" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.8;fill:none;stroke:url(#linearGradient17981-0);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 264.49998,117.5 0,-1 1,0"
+ id="path36446-6"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.72000002;fill:none;stroke:url(#linearGradient17983-9);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 270.49997,129.5 0,-1 1,0"
+ id="path36450-1"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g56680">
+ <g
+ transform="translate(-0.04936017,-1.0207992)"
+ id="g18312"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ id="path11174-1-9"
+ style="opacity:0.3;color:#000000;fill:#f82516;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 311,122 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z m -1,-9 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z" />
+ </g>
+ <rect
+ y="114.97919"
+ x="298.95062"
+ height="16"
+ width="16"
+ id="rect36400-0-73-7"
+ style="opacity:0;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- d="m 476.4375,81.75 c 0.49914,-0.213 1.64896,-0.6698 2,-0.75 l 0,-0.75 0,-0.75 1,0 m -5.25,1.25 -0.5,0.5 z m 0.5,2.75 c -0.20864,0.49552 -0.6715,1.65605 -0.75,2 l -0.75,0 -0.75,0 0,1"
- transform="translate(-675.93328,457.00606)"
- id="path52988-6"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccccccccccccc" />
+ id="path38435-3-8"
+ d="m 310.95065,114.97921 0,2.25 1,0 0,2.75 1,0 0,-2.75 1,0 0,-2.25 -1,0 0,2 -1,0 0,-2 -1,0 z"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- sodipodi:nodetypes="cc"
- id="path52990-8"
- d="m -202.5,538.75 1.25,-1.25"
- style="fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:connector-curvature="0" />
- <path
- style="opacity:0.4;fill:none;stroke:url(#linearGradient32858-7-2-9-6);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 481.28125,83.40625 C 480.661,82.839183 479.84801,82.5 478.9375,82.5 c -1.93397,0 -3.5,1.566029 -3.5,3.5 0,0.881253 0.34008,1.6682 0.875,2.28125"
- transform="translate(-675.93328,457.00606)"
- id="rect52992-4"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cssc" />
+ id="path18240-3"
+ d="m 310.95065,120.97921 0,2 1,0 0,-2 -1,0 z m 1,2 0,1 1,0 0,-1 -1,0 z m 1,0 1,0 0,-2 -1,0 0,2 z m 0,1 0,2 1,0 0,-2 -1,0 z m -1,0 -1,0 0,2 1,0 0,-2 z"
+ style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(0.95063983,-0.12079917)"
+ id="g27760"
+ style="display:inline;enable-background:new">
+ <rect
+ style="fill:none;stroke:#183c00;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36416-1-8-5"
+ width="2.0000153"
+ height="2.0000069"
+ x="302.98999"
+ y="116"
+ rx="0"
+ ry="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="128"
+ x="308.98999"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36426-6-8-0"
+ style="fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#5d0606;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36410-3-3-7-4"
+ d="m 300.65,127.2387 3.34836,-2.24328"
+ style="fill:none;stroke:url(#linearGradient27998-5);stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36407-9-8-3"
+ d="m 303.98998,117 0,8"
+ style="fill:none;stroke:#183c00;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:url(#linearGradient28000-5);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 300.14876,127.64921 3.79437,-2.66484"
+ id="path36420-1-8-8-6"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36412-3-7-3"
+ d="m 309.98997,129 -5.99999,-4"
+ style="fill:none;stroke:#5d0606;stroke-width:3.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#4ee420;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 303.98999,117 0,8"
+ id="path36418-7-2-5"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path36424-2-5-6-9"
+ d="m 299.72665,127.42074 3.7717,-2.67532 2e-5,-7.25"
+ style="opacity:0.3;fill:none;stroke:url(#linearGradient28002-1);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccc" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ef4e29;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 309.98997,129 -5.99998,-4"
+ id="path36428-6-8-8"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="116"
+ x="302.98999"
+ height="2.0000069"
+ width="2.0000153"
+ id="rect36432-1-2-2"
+ style="opacity:0.3;fill:none;stroke:#183c00;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="0"
+ rx="0"
+ y="116"
+ x="302.99002"
+ height="2"
+ width="2"
+ id="rect36434-5-5-9"
+ style="fill:#4ee51f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.5;fill:url(#radialGradient28004-7);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ id="path36436-4-6-0"
+ sodipodi:cx="70.5"
+ sodipodi:cy="14.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ transform="matrix(1.3333333,0,0,1.3333343,209.98999,105.66665)"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ transform="matrix(0.6666679,0,0,0.6666668,256.9899,115.33333)"
+ sodipodi:type="arc"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline;enable-background:new"
+ id="path36438-7-62-3"
+ sodipodi:cx="70.5"
+ sodipodi:cy="14.5"
+ sodipodi:rx="1.5"
+ sodipodi:ry="1.5"
+ d="M 72,14.5 C 72,15.328427 71.328427,16 70.5,16 69.671573,16 69,15.328427 69,14.5 69,13.671573 69.671573,13 70.5,13 c 0.828427,0 1.5,0.671573 1.5,1.5 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ style="opacity:0.3;fill:#acc373;fill-opacity:1;fill-rule:nonzero;stroke:#5d0606;stroke-width:1.79999995;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36440-7-5-9"
+ width="2.0000153"
+ height="2.0000069"
+ x="308.98999"
+ y="128"
+ rx="0"
+ ry="0" />
+ <rect
+ style="fill:#eb512e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3.3499999;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36442-2-0-6"
+ width="2"
+ height="2"
+ x="308.99002"
+ y="128"
+ rx="0"
+ ry="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path36446-6-0-8"
+ d="m 303.5,117.51562 0,-1 1,0"
+ style="opacity:0.8;fill:none;stroke:url(#linearGradient28006-8);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path36450-1-8-0"
+ d="m 309.47793,129.48277 0,-1 1,0"
+ style="opacity:0.9;fill:none;stroke:url(#linearGradient28008-2);stroke-width:1.00000012;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ </g>
</g>
- <path
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- d="m 468.49796,75.999226 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
- style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
- id="path39249-3-7"
- sodipodi:nodetypes="cccccc"
- inkscape:connector-curvature="0" />
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect23018-5-4-2"
+ width="16"
+ height="16"
+ x="29.270542"
+ y="209.19434" />
<g
- transform="translate(189.63841,-229.24935)"
- id="g22900-4"
+ transform="translate(21.04936,0.02079773)"
+ style="display:inline;enable-background:new"
+ id="g14953-0">
+ <rect
+ y="198.9792"
+ x="4.9506397"
+ height="16"
+ width="16"
+ id="rect23018-5-4-4"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(0.94058502,0,0,0.94058502,0.9128606,12.74924)"
+ id="g56716-9">
+ <path
+ sodipodi:type="star"
+ style="fill:url(#linearGradient14951-4);fill-opacity:1;stroke:#341b00;stroke-width:0.96882826;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ id="path15855-2"
+ sodipodi:sides="5"
+ sodipodi:cx="13.700194"
+ sodipodi:cy="207.20645"
+ sodipodi:r1="7.1873641"
+ sodipodi:r2="3.3158474"
+ sodipodi:arg1="0.94697287"
+ sodipodi:arg2="1.5618338"
+ inkscape:flatsided="false"
+ inkscape:rounded="0"
+ inkscape:randomized="0"
+ d="m 17.898641,213.04008 -4.168729,-2.51791 -4.280439,2.47993 1.106473,-4.74277 -3.6812884,-3.3046 4.8525664,-0.41328 2.005278,-4.52229 1.892578,4.48735 4.920618,0.50967 -3.682889,3.18662 z"
+ inkscape:transform-center-x="-0.010954063"
+ inkscape:transform-center-y="-0.74285516"
+ transform="matrix(1.0972098,0,0,1.0975406,-2.0923019,-19.740595)" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.06316817;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ d="m 12.931855,202.51514 -1.201334,2.70994 c -0.137665,0.32193 -0.454082,0.55986 -0.800889,0.60222 l -2.9032248,0.26765 2.2358168,1.97391 c 0.261321,0.2395 0.380487,0.62447 0.300333,0.97022 l -0.667408,2.81032"
+ id="path15869-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccc" />
+ </g>
+ </g>
+ <g
+ transform="translate(189,-229)"
+ id="g22900-8"
style="display:inline;enable-background:new">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22902-2"
+ id="rect22902-0"
width="16"
height="16"
x="257"
y="449" />
<g
transform="translate(14.081669,359)"
- id="g22904-3"
- style="opacity:0.82743363000000003;stroke:#000000;stroke-opacity:1;fill:none;fill-opacity:1">
+ id="g22904-5"
+ style="opacity:0.6;stroke:#162d50">
<path
- style="opacity:0.90000000000000002;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ style="opacity:0.9;fill:none;stroke:#2d3239;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 253.41833,95.5 c 1.5,1.5 1.5,3.5 0,5"
id="path22906-2"
sodipodi:nodetypes="cc"
@@ -103064,9 +76503,9 @@
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
- style="opacity:0.90000000000000002;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ style="opacity:0.9;fill:none;stroke:#2d3239;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 255.41833,93.5 c 2.75,2.75 2.75,6.25 0,9"
- id="path22908-2"
+ id="path22908-5"
sodipodi:nodetypes="cc"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
@@ -103074,7 +76513,7 @@
inkscape:connector-curvature="0" />
</g>
<path
- style="opacity:0.90000000000000002;fill:none;stroke:#eeeeec;stroke-width:1.29999994999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ style="opacity:0.9;fill:none;stroke:#e4e9f0;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 267.5,454.5 c 1.5,1.5 1.5,3.5 0,5"
id="path22910-1"
sodipodi:nodetypes="cc"
@@ -103084,20 +76523,20 @@
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccccccccc"
- style="fill:url(#linearGradient22933-1);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ style="fill:url(#linearGradient22933-6);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 264.58167,451.5 -1.08167,0 -3,3 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 l 1,0 c 0.554,0 1,-0.446 1,-1 l 3,3 1.08167,0 0,-11 z"
id="path22912-6"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient22935-8);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ style="fill:none;stroke:url(#linearGradient22935-6);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
d="m 258.5,459.5 1,0 1,-1 3.25,3"
- id="path22914-8"
+ id="path22914-3"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
- id="path22916-5"
+ id="path22916-2"
d="m 260.5,454.5 0,4.9091"
- style="opacity:0.5;fill:none;stroke:url(#linearGradient22937-11);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ style="opacity:0.5;fill:none;stroke:url(#linearGradient22937-4);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
@@ -103115,7 +76554,7 @@
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 262.59506,453.5 1,-1"
- id="path22920-6"
+ id="path22920-0"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
@@ -103127,13 +76566,13 @@
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 258.5,454.63598 1,0"
- id="path22922-1"
+ id="path22922-0"
inkscape:connector-curvature="0" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- id="path22924-8"
+ id="path22924-2"
d="m 262.59506,454.5 1,-1"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="cc"
@@ -103143,54 +76582,58 @@
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
sodipodi:nodetypes="cc"
- id="path22926-9"
+ id="path22926-3"
d="m 269.5,452.5 c 2.75,2.75 2.75,6.25 0,9"
- style="opacity:0.90000000000000002;fill:none;stroke:#eeeeec;stroke-width:1.29999994999999990;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ style="opacity:0.9;fill:none;stroke:#e4e9f0;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient22939-6);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient22939-8);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m 263.5,452.5 0,9"
- id="path22928-2"
+ id="path22928-8"
inkscape:connector-curvature="0" />
<path
- id="path22931-7"
+ id="path22931-5"
d="m 258.5,454.3 0,5.4"
- style="fill:none;stroke:url(#linearGradient19513);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient17039);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
- transform="translate(210.53125,-229.375)"
- id="g22900-4-4"
+ transform="translate(210,-229)"
+ id="g22900-8-5"
style="display:inline;enable-background:new">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect22902-2-2"
+ id="rect22902-0-6"
width="16"
height="16"
x="257"
y="449" />
+ <g
+ transform="translate(14.081669,359)"
+ id="g22904-5-2"
+ style="opacity:0.6;stroke:#162d50" />
<path
sodipodi:nodetypes="ccccccccccccc"
- style="fill:url(#linearGradient22933-1-9);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ style="fill:url(#linearGradient22933-6-8);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
d="m 264.58167,451.5 -1.08167,0 -3,3 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 l 1,0 c 0.554,0 1,-0.446 1,-1 l 3,3 1.08167,0 0,-11 z"
- id="path22912-6-1"
+ id="path22912-6-4"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient22935-8-1);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ style="fill:none;stroke:url(#linearGradient22935-6-2);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
d="m 258.5,459.5 1,0 1,-1 3.25,3"
- id="path22914-8-9"
+ id="path22914-3-7"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0" />
<path
- id="path22916-5-8"
+ id="path22916-2-2"
d="m 260.5,454.5 0,4.9091"
- style="opacity:0.5;fill:none;stroke:url(#linearGradient22937-11-4);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ style="opacity:0.5;fill:none;stroke:url(#linearGradient22937-4-1);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
- id="path22918-7-6"
+ id="path22918-7-7"
d="m 258.5,455.5 1,0"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="cc"
@@ -103202,7 +76645,7 @@
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 262.59506,453.5 1,-1"
- id="path22920-6-5"
+ id="path22920-0-4"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
@@ -103214,551 +76657,2362 @@
sodipodi:nodetypes="cc"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="m 258.5,454.63598 1,0"
- id="path22922-1-0"
+ id="path22922-0-2"
inkscape:connector-curvature="0" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- id="path22924-8-2"
+ id="path22924-2-7"
d="m 262.59506,454.5 1,-1"
style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient22939-6-8);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient22939-8-6);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m 263.5,452.5 0,9"
- id="path22928-2-6"
+ id="path22928-8-6"
inkscape:connector-curvature="0" />
<path
- id="path22931-7-0"
+ id="path22931-5-7"
d="m 258.5,454.3 0,5.4"
- style="fill:none;stroke:url(#linearGradient19646);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ style="fill:none;stroke:url(#linearGradient17172);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
inkscape:connector-curvature="0" />
</g>
<g
- style="display:inline;enable-background:new"
- id="g14355-9"
- transform="matrix(-1,0,0,1,614.31917,-207.99999)">
+ transform="translate(-42,-40)"
+ id="g22900-8-3"
+ style="display:inline;enable-background:new">
<rect
- y="428"
- x="68"
- height="16"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect22902-0-4"
width="16"
- id="rect14357-0"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ height="16"
+ x="257"
+ y="449" />
<g
- id="g14359-0"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- transform="translate(-15.161301,338)"
- style="display:inline">
+ transform="translate(14.081669,359)"
+ id="g22904-5-8"
+ style="opacity:0.6;stroke:#162d50">
<path
- sodipodi:nodetypes="czszcccc"
- id="path14368-6"
- style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;display:inline"
- d="m 86.5,100.53983 4.342131,0.008 c 5.188235,0.0101 5.335295,-2.04831 3.335293,-4.04831 -0.964875,-0.964875 -4.5,-4 1.500002,-5 M 88.840543,97.588774 86.5,100.53983 M 88.828993,103.5 86.5,100.53983"
+ style="opacity:0.9;fill:none;stroke:#333333;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 253.41833,95.5 c 1.5,1.5 1.5,3.5 0,5"
+ id="path22906-2-2"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
<path
- d="m 86.5,100.53983 4.342131,0.008 C 96.03037,100.55844 96.17743,98.5 94.177424,96.5 c -0.964875,-0.964875 -4.5,-4 1.500002,-5 M 88.840543,97.588774 86.5,100.53983 M 88.828993,103.5 86.5,100.53983"
- style="fill:none;stroke:url(#linearGradient14377-2);stroke-width:1.50000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:7.40000034;display:inline"
- id="path14375-1"
- sodipodi:nodetypes="czszcccc"
+ style="opacity:0.9;fill:none;stroke:#333333;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 255.41833,93.5 c 2.75,2.75 2.75,6.25 0,9"
+ id="path22908-5-8"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
inkscape:connector-curvature="0" />
</g>
- <rect
- style="fill:#ec0606;fill-opacity:1;fill-rule:nonzero;stroke:#910000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect43394-5-9"
- width="6"
- height="2"
- x="-72.319168"
- y="438"
- rx="0.79505396"
- ry="0.79505396"
- transform="scale(-1,1)" />
- <rect
- ry="0.79505396"
- rx="0.79505396"
- y="428"
- x="-84.319168"
- height="2"
- width="6"
- id="rect43396-5-3"
- style="fill:#6996d7;fill-opacity:1;fill-rule:nonzero;stroke:#143564;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- transform="scale(-1,1)" />
+ <path
+ style="opacity:0.9;fill:none;stroke:#eaeaea;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 267.5,454.5 c 1.5,1.5 1.5,3.5 0,5"
+ id="path22910-1-6"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ style="opacity:0.8;fill:url(#linearGradient22933-6-87);fill-opacity:1;fill-rule:nonzero;stroke:#1a1a1a;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ d="m 264.58167,451.5 -1.08167,0 -3,3 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 l 1,0 c 0.554,0 1,-0.446 1,-1 l 3,3 1.08167,0 0,-11 z"
+ id="path22912-6-9"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient22935-6-22);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ d="m 258.5,459.5 1,0 1,-1 3.25,3"
+ id="path22914-3-3"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path22916-2-6"
+ d="m 260.5,454.5 0,4.9091"
+ style="opacity:0.5;fill:none;stroke:url(#linearGradient22937-4-8);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path22918-7-5"
+ d="m 258.5,455.5 1,0"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 262.59506,453.5 1,-1"
+ id="path22920-0-8"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 258.5,454.63598 1,0"
+ id="path22922-0-0"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ id="path22924-2-2"
+ d="m 262.59506,454.5 1,-1"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ id="path22926-3-1"
+ d="m 269.5,452.5 c 2.75,2.75 2.75,6.25 0,9"
+ style="opacity:0.9;fill:none;stroke:#eaeaea;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient22939-8-3);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 263.5,452.5 0,9"
+ id="path22928-8-5"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path22931-5-2"
+ d="m 258.5,454.3 0,5.4"
+ style="fill:none;stroke:url(#linearGradient17172-9);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;enable-background:new"
- id="g23022-3"
- transform="translate(-336.90534,-38.232177)">
+ id="g17563">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23020-7"
+ id="rect22902-0-2"
width="16"
height="16"
- x="343"
- y="237" />
+ x="215"
+ y="430" />
<g
- id="g9430-8"
- transform="translate(19.991123,10.15007)"
- style="display:inline" />
+ id="g17546">
+ <path
+ style="opacity:0.6;fill:none;stroke:#643200;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 227.5,433.5 c 2.75,2.75 2.75,6.25 0,9"
+ id="path22908-5-0-4"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.6;fill:none;stroke:#633300;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 225.5,435.5 c 1.5,1.5 1.5,3.5 0,5"
+ id="path22906-2-9-6"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ id="path22910-1-4"
+ d="m 225.5,435.5 c 1.5,1.5 1.5,3.5 0,5"
+ style="opacity:0.9;fill:none;stroke:url(#linearGradient17582);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path22912-6-7"
+ d="m 222.58167,432.5 -1.08167,0 -3,3 c 0,-0.554 -0.446,-1 -1,-1 l -1,0 c -0.554,0 -1,0.446 -1,1 l 0,5 c 0,0.554 0.446,1 1,1 l 1,0 c 0.554,0 1,-0.446 1,-1 l 3,3 1.08167,0 0,-11 z"
+ style="fill:url(#linearGradient17584);fill-opacity:1;fill-rule:nonzero;stroke:#2b1600;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.84313725;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:nodetypes="ccccccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path22914-3-6"
+ d="m 216.5,440.5 1,0 1,-1 3.25,3"
+ style="fill:none;stroke:url(#linearGradient17586);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ style="opacity:0.65263157;fill:none;stroke:url(#linearGradient17588);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 218.5,435.5 0,4.9091"
+ id="path22916-2-0" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 216.5,436.5 1,0"
+ id="path22918-7-2" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ id="path22920-0-2"
+ d="m 220.59506,434.5 1,-1"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ sodipodi:nodetypes="cc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path22922-0-22"
+ d="m 216.5,435.63598 1,0"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ d="m 220.59506,435.5 1,-1"
+ id="path22924-2-9"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.9;fill:none;stroke:url(#linearGradient17590);stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 227.5,433.5 c 2.75,2.75 2.75,6.25 0,9"
+ id="path22926-3-9"
+ sodipodi:nodetypes="cc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path22928-8-7"
+ d="m 221.5,433.5 0,9"
+ style="fill:none;stroke:url(#linearGradient17592);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient17594);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 216.5,435.3 0,5.4"
+ id="path22931-5-72" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ style="opacity:0.6;fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 225.37642,435.40307 0.60225,0.61872"
+ id="path22922-0-22-4"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cc"
+ style="fill:none;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ d="m 227.40936,433.37013 0.51386,0.59663"
+ id="path22922-0-22-2"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <rect
+ y="597"
+ x="383"
+ height="16"
+ width="16"
+ id="rect18740-5"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(0.78985507,0,0,0.78985507,384.77042,545.63116)"
+ id="g18742-8"
+ style="display:inline;enable-background:new">
+ <rect
+ y="70.999992"
+ x="4.9838772"
+ height="9.0000172"
+ width="11.999999"
+ id="rect38458-5"
+ style="opacity:0.7;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- style="fill:#000000;fill-opacity:1;stroke:none"
- inkscape:transform-center-x="0.19954477"
- inkscape:transform-center-y="-0.77215661"
- d="m 11.5,206.625 c -0.664744,0.37619 -2.8640911,-1.52781 -2.8640911,-1.52781 0,0 -1.7821552,-1.51308 -2.8640911,-1.52781 -1.074075,-0.0146 -2.8835248,1.43873 -2.8835248,1.43873 0,0 -2.42883625,1.85895 -2.88352481,1.43872 -0.52826491,-0.48823 0.7405923,-3.21684 0.7405923,-3.21684 0,0 1.00659851,-2.14915 0.74059231,-3.21685 -0.2737059,-1.0986 -2.2258598,-2.56556 -2.2258598,-2.56556 0,0 -2.6269956,-2.30487 -2.2258598,-2.56555 0.3581421,-0.23274 2.89983465,-0.0286 2.89983465,-0.0286 0,0 2.33934115,0.36448 2.89983465,-0.0286 1.0752609,-0.75408 1.5963294,-2.98912 1.5963294,-2.98912 0,0 0.9930297,-3.04859 1.5963295,-2.98912 0.7489947,0.0738 1.3438865,3.02082 1.3438865,3.02082 0,0 0.474902,1.92445 1.2855876,2.67103 0.8118542,0.74765 2.9409555,0.28469 2.9409555,0.28469 l 2.882657,-0.0651 c 0.72826,-0.0164 -2.078999,2.74181 -2.078999,2.74181 0,0 -1.814044,1.62586 -2.078999,2.7418 -0.249915,1.05259 0.589175,3.19164 0.589175,3.19164 0,0 1.020831,2.94744 0.589175,3.19172 z"
- id="path20636"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="scscscscscscscscscscs"
- transform="matrix(0.75806031,0,0,0.75806031,346.08807,94.972967)" />
- <path
- transform="matrix(0.5564439,0,0,0.5564439,347.23517,134.98642)"
- style="fill:url(#linearGradient20668);fill-opacity:1;stroke:none;display:inline;enable-background:new"
- inkscape:transform-center-x="0.14647251"
- inkscape:transform-center-y="-0.56679048"
- d="m 12.13538,207.73692 c -0.421538,0.23674 -3.4433109,-2.56505 -3.4433109,-2.56505 0,0 -1.7542908,-1.43041 -2.807931,-1.45313 -1.0799949,-0.0233 -2.939685,1.36405 -2.939685,1.36405 0,0 -2.52568552,2.63378 -3.49564251,2.15827 -0.62720759,-0.30749 1.31997156,-4.05396 1.31997156,-4.05396 0,0 1.03169015,-2.17628 0.76401395,-3.25972 -0.2721425,-1.10152 -2.2307588,-2.57107 -2.2307588,-2.57107 0,0 -2.9467444,-2.10835 -2.7867164,-2.72992 0.1077192,-0.41839 3.3306335,0.27127 3.3306335,0.27127 0,0 1.9680569,0.56652 2.7746759,0.11243 1.0227374,-0.57575 1.7029656,-3.08176 1.7029656,-3.08176 0,0 1.0855471,-3.58419 1.7029655,-3.5583 0.8371623,0.0351 1.5787202,3.56279 1.5787202,3.56279 0,0 0.5842674,2.49776 1.5787202,3.08625 0.8341412,0.49362 2.9065152,-0.0851 2.9065152,-0.0851 l 3.303628,-0.24394 c 1.190301,-0.0879 -2.818912,2.79623 -2.818912,2.79623 0,0 -2.104261,1.48685 -2.421799,2.63738 -0.294396,1.06668 0.673283,3.25068 0.673283,3.25068 0,0 1.901801,4.02948 1.308663,4.3626 z"
- id="path20636-8"
+ sodipodi:nodetypes="cccccccccc"
+ style="fill:url(#linearGradient17715);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.01284409;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 17.209985,82.052175 -1.174018,1.202898 -10.0887566,0 -1.2028894,-1.202898 -1e-7,-12.622124 12.4766491,0 -0.01099,12.622124 -5e-6,0 0,0 z"
+ id="path18744-0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
inkscape:connector-curvature="0"
- sodipodi:nodetypes="scacscacscacscacscacs" />
+ sodipodi:nodetypes="ccccc"
+ style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 15.536259,81.328571 -6.3832127,2e-6 0,-0.999998 6.3832127,-2e-6 0,0.999998 z"
+ id="path18746-7"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
<path
- style="fill:none;stroke:#fbfbfb;stroke-width:0.69999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3.79999995;stroke-opacity:1;stroke-dasharray:none"
- d="m 13.611805,201.77057 -1.06066,3.0494 -0.618718,0.7071 -3.1819806,-0.17677"
- id="path20688"
inkscape:connector-curvature="0"
- transform="translate(336.90534,38.232177)"
- sodipodi:nodetypes="cccc" />
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ id="path18748-3"
+ d="m 5.9039809,82.132474 0.025569,-11.527305 10.1868001,5.7e-5 0,11.527247 z"
+ style="fill:none;stroke:url(#linearGradient17717);stroke-width:1.26605475px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ <rect
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ y="80.356544"
+ x="6.7951851"
+ height="1"
+ width="1"
+ id="rect18750-1"
+ style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g43488-2-2"
+ transform="matrix(0,-0.75485957,0.75485957,0,327.67313,852.33908)">
<path
- style="fill:#eeeeec;stroke:#f2f2f2;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 347.28034,250.10718 2.25,-1.75"
- id="path20690"
inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:3.57682419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 326.98536,85.889717 327,76"
+ id="path43490-2-2"
sodipodi:nodetypes="cc" />
<path
- style="fill:#eeeeec;stroke:#f2f2f2;stroke-width:0.69999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
- d="m 353.18659,245.66968 2.3125,-2.125"
- id="path20690-4"
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:3.57682419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 330.97424,79.255626 -3.97425,-3.974249 -3.97424,3.974249"
+ id="path43492-1-0"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g43494-2-5"
+ transform="matrix(0,-0.75485957,0.75485957,0,327.67313,852.33908)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ id="path43496-7-5"
+ d="M 327,85.889717 327,76"
+ style="fill:none;stroke:#ebebeb;stroke-width:1.72217464;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path43498-9-6"
+ d="m 330.97424,79.255626 -3.97425,-3.974249 -3.97424,3.974249"
+ style="fill:none;stroke:#ebebeb;stroke-width:1.72217464;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:1.32474971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 330.97424,79.255626 -2.24089,-2.206598"
+ id="path17874"
+ sodipodi:nodetypes="cc"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;enable-background:new"
- id="g23028-9"
- transform="translate(-297.01553,-37.878623)">
+ id="g17941">
<rect
- y="237"
- x="322.93268"
+ transform="scale(-1,1)"
+ y="220.00047"
+ x="-546"
height="16"
width="16"
- id="rect23018-1"
+ id="rect14357-6"
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- style="display:inline"
- transform="translate(0.04112278,0.02506982)"
- id="g12077-3">
+ id="g17935">
+ <rect
+ style="fill:#ec0606;fill-opacity:1;fill-rule:nonzero;stroke:#910000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect43394-5-7"
+ width="6"
+ height="2"
+ x="540.12811"
+ y="231.61429"
+ rx="0.79505396"
+ ry="0.79505396" />
<path
- sodipodi:nodetypes="cc"
- id="path12081-9"
- d="m 327,245.5 3.5,-3.5"
- style="fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5"
+ sodipodi:nodetypes="czszcccc"
+ id="path14368-1"
+ style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000034;display:inline"
+ d="m 542.6613,230.54031 -4.34213,0.008 c -5.18824,0.0101 -5.3353,-2.04831 -3.33529,-4.04831 0.96487,-0.96488 3.61611,-2.89515 -1.50001,-5 m 6.83689,6.08925 2.34054,2.95106 m -2.32899,2.96017 2.32899,-2.96017"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 542.6613,230.54031 -4.34213,0.008 c -5.18824,0.0106 -5.3353,-2.04783 -3.33529,-4.04783 0.96487,-0.96488 3.83708,-2.76256 -1.50001,-5 m 6.83689,6.08877 2.34054,2.95106 m -2.32899,2.96017 2.32899,-2.96017"
+ style="fill:none;stroke:url(#linearGradient17932);stroke-width:1.50000143;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:7.40000034;display:inline"
+ id="path14375-4"
+ sodipodi:nodetypes="czszcccc"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0.79505396"
+ rx="0.79505396"
+ y="220.375"
+ x="530.3125"
+ height="2"
+ width="6"
+ id="rect43396-5-4"
+ style="fill:#6996d7;fill-opacity:1;fill-rule:nonzero;stroke:#143564;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ <g
+ id="g20086">
+ <rect
+ y="598"
+ x="299"
+ height="16"
+ width="16"
+ id="rect25569-8"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(1.1,-0.09992002)"
+ id="g20068">
+ <rect
+ y="605.5"
+ x="-312.5"
+ height="7.0000267"
+ width="10"
+ id="rect15044-4"
+ style="fill:url(#linearGradient20080);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="scale(-1,1)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path15046-4"
+ style="fill:none;stroke:#000000;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 304.49848,605.5625 0,-2 c 0,-2 -0.62933,-3 -2.51731,-3.00008 -1.2779,5e-5 -2.17039,0.23501 -2.53494,1.78073"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient20199);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 304.49848,605.5625 0,-2.25 c 0,-1.75 -0.62933,-2.75 -2.51734,-2.75008 -1.27677,5e-5 -2.05659,0.20629 -2.29807,1.20103"
+ id="path15049-9"
+ sodipodi:nodetypes="cscc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ ry="0"
+ rx="0"
+ y="606.5"
+ x="303.5"
+ height="5"
+ width="8"
+ id="rect15051-2"
+ style="fill:none;stroke:url(#linearGradient20084);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19016-6"
+ d="m 304,607.5 7.5,0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 304,609.5 7.5,0"
+ id="path19018-0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19020-2"
+ d="m 304,611.5 7.5,0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <rect
+ style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36041-6"
+ width="1"
+ height="2.0000124"
+ x="307"
+ y="608" />
+ <rect
+ y="608"
+ x="307"
+ height="0.99994379"
+ width="0.99998754"
+ id="rect36043-2"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 308,608 0,2 -1,0 0,1 1,0 1,0 0,-1 0,-2 -1,0 z"
+ id="path36045-7"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ transform="translate(21,0)"
+ style="display:inline;enable-background:new"
+ id="g20086-7">
+ <rect
+ y="598"
+ x="299"
+ height="16"
+ width="16"
+ id="rect25569-8-3"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="translate(1.1,-0.09992002)"
+ id="g20068-2">
+ <rect
+ y="605.5"
+ x="-312.5"
+ height="7.0000267"
+ width="10"
+ id="rect15044-4-1"
+ style="fill:url(#linearGradient20080-5);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ transform="scale(-1,1)" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path15046-4-9"
+ style="fill:none;stroke:#000000;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 310.5,605.5 0,-2 c 0,-2 -0.75,-3 -3,-3.00008 -2.25,8e-5 -3,1.00008 -3,3.00008 l 0,2"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient20082-4);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 310.5,605.5 c 0,0 0,-2.25 0,-2.25 0,-1.75 -0.75,-2.75 -3.00003,-2.75008 C 305.25,600.5 304.5,601.5 304.5,603.25 l 0,2.25005"
+ id="path15049-9-8"
+ sodipodi:nodetypes="csccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <rect
+ ry="0"
+ rx="0"
+ y="606.5"
+ x="303.5"
+ height="5"
+ width="8"
+ id="rect15051-2-5"
+ style="fill:none;stroke:url(#linearGradient20084-9);stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19016-6-0"
+ d="m 304,607.5 7.5,0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 304,609.5 7.5,0"
+ id="path19018-0-2" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path19020-2-9"
+ d="m 304,611.5 7.5,0"
+ style="opacity:0.5;fill:none;stroke:#939dac;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+ <rect
+ style="fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect36041-6-4"
+ width="1"
+ height="2.0000124"
+ x="307"
+ y="608" />
+ <rect
+ y="608"
+ x="307"
+ height="0.99994379"
+ width="0.99998754"
+ id="rect36043-2-8"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="opacity:0.7;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.29999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 308,608 0,2 -1,0 0,1 1,0 1,0 0,-1 0,-2 -1,0 z"
+ id="path36045-7-1"
inkscape:connector-curvature="0" />
</g>
</g>
<g
+ transform="translate(-105.02687,272.93951)"
style="display:inline;enable-background:new"
- id="g23022-3-2"
- transform="translate(-315.86694,-38.327016)">
+ id="g17107">
<rect
style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect23020-7-1"
+ id="rect18696-0-4-1"
width="16"
height="16"
- x="343"
- y="237" />
+ x="299"
+ y="325" />
+ <g
+ id="g17099">
+ <path
+ style="fill:url(#linearGradient16783-1-6-0-2);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+ d="M 309.7702,332.24765 304.5,337.5 l -1,0 -1,1 -1,0 0,-1 1,-1 0,-1 5.2702,-5.25235 z"
+ id="path18700-1-3-9"
+ sodipodi:nodetypes="cccccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccc"
+ id="path17007-7"
+ d="M 309.7702,332.24765 304.5,337.5 l -1,0 -1,1 -1,0 0,-1 1,-1 0,-1 5.2702,-5.25235 z"
+ style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="ccszsccc"
+ id="path18711-5-8-1"
+ d="m 310.5,333.5 0,-2.75 c 1.1224,0 1.75,0 2.5,-0.75 0.75,-0.75 0.75,-2.25 0,-3 -0.75,-0.75 -2.25,-0.75 -3,0 -0.75,0.75 -0.75,1.49506 -0.75,2.5 l -2.75,0 4,4 z"
+ style="fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:#1a1a1a;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:transform-center-x="-1.4435745"
+ inkscape:transform-center-y="-1.4192649"
+ style="fill:url(#linearGradient16778-3-5-3-2);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline;enable-background:new"
+ d="m 309.22323,329.79745 c -0.11594,-0.12547 0.0486,-1.2642 0.81343,-2.11918 1.04731,-1.1688 1.89745,-0.8692 1.99021,-0.61778 1.02063,2.76644 -1.73024,3.89859 -2.80364,2.73696 z"
+ id="path18713-4-2-0"
+ sodipodi:nodetypes="csss"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path18715-9-8-1"
+ d="m 308.26612,330.5 c 0,0 0.25,0 0.25,0 l 0,-1"
+ style="opacity:0.98000004;fill:none;stroke:url(#linearGradient16775-4-9-5-6);stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 303.25,335.75 4.17237,-4.0625"
+ id="path18705-8-4-0"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ transform="translate(-42,231)"
+ style="display:inline;enable-background:new"
+ id="g17942-1">
+ <rect
+ y="304"
+ x="278"
+ height="16"
+ width="16"
+ id="rect22048-0-1-2"
+ style="opacity:0.01000001;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g17930-6">
+ <rect
+ y="305.5"
+ x="281.5"
+ height="6.0211244"
+ width="9.0000076"
+ id="rect22050-0-1-6"
+ style="opacity:0.6;fill:#ffd6aa;fill-opacity:1;fill-rule:evenodd;stroke:#2b1600;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path22056-3-7-1"
+ d="m 282.5,316.5 3,3 3,-3 -3,-3 -3,3 z"
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 282.75,316.5 2.75,2.75 2.75,-2.75 -2.75,-2.75 -2.75,2.75 z"
+ id="path22058-8-8-7"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path22060-3-9-9"
+ d="m 283.5,316.5 2,-2 2,2 -2,2 -2,-2 z"
+ style="fill:none;stroke:url(#linearGradient18148);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ id="path22157-2-9-1"
+ d="m 287.75,308.25 0,0.5 2.5,2.5 0.5,0 2.5,-2.5 0,-0.5 -2.5,-2.5 -0.5,0 -2.5,2.5 z"
+ style="fill:none;stroke:#552c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#e98316;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="m 288,308.5 2.5,2.5 2.5,-2.5 -2.5,-2.5 -2.5,2.5 z"
+ id="path22159-1-9-5"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path22161-4-8-9"
+ d="M 288.64504,308.5 290.5,306.66161 292.35496,308.5 290.5,310.36049 z"
+ style="fill:none;stroke:url(#linearGradient17904-1);stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 278.75,308.25 0,0.5 2.5,2.5 0.5,0 2.5,-2.5 0,-0.5 -2.5,-2.5 -0.5,0 -2.5,2.5 z"
+ id="path22208-0-8-1"
+ sodipodi:nodetypes="ccccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path22212-5-4-4"
+ d="m 279,308.5 2.5,2.5 2.5,-2.5 -2.5,-2.5 z"
+ style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ style="fill:none;stroke:url(#linearGradient17893-5);stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="M 279.64062,308.5 281.5,306.66406 283.35547,308.5 281.5,310.375 z"
+ id="path22214-3-8-8"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect18831-4-3"
+ width="16"
+ height="16"
+ x="467"
+ y="451" />
+ <g
+ id="g16806">
+ <rect
+ y="472"
+ x="257"
+ height="16"
+ width="16"
+ id="rect35680"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- id="g9430-8-4"
- transform="translate(19.991123,10.15007)"
- style="display:inline" />
+ inkscape:transform-center-y="2.2787562"
+ inkscape:transform-center-x="-0.78726"
+ id="g35844"
+ transform="translate(-186,256.02369)"
+ style="opacity:0.9;display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path35846"
+ d="m 454.5,218.5 c -1.25,-1.5 -2.5,-1.5 -4,1 -1.5,-2.5 -2.75,-2.5 -4,-1"
+ style="opacity:0.85;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#f2f2f2;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 454.5,218.5 c -1.25,-1.5 -2.5,-1.5 -4,1 -1.5,-2.5 -2.75,-2.5 -4,-1"
+ id="path35848"
+ sodipodi:nodetypes="ccc" />
+ </g>
<path
- style="fill:#000000;fill-opacity:1;stroke:none"
- inkscape:transform-center-x="0.19954477"
- inkscape:transform-center-y="-0.77215661"
- d="m 11.5,206.625 c -0.664744,0.37619 -2.8640911,-1.52781 -2.8640911,-1.52781 0,0 -1.7821552,-1.51308 -2.8640911,-1.52781 -1.074075,-0.0146 -2.8835248,1.43873 -2.8835248,1.43873 0,0 -2.42883625,1.85895 -2.88352481,1.43872 -0.52826491,-0.48823 0.7405923,-3.21684 0.7405923,-3.21684 0,0 1.00659851,-2.14915 0.74059231,-3.21685 -0.2737059,-1.0986 -2.2258598,-2.56556 -2.2258598,-2.56556 0,0 -2.6269956,-2.30487 -2.2258598,-2.56555 0.3581421,-0.23274 2.89983465,-0.0286 2.89983465,-0.0286 0,0 2.33934115,0.36448 2.89983465,-0.0286 1.0752609,-0.75408 1.5963294,-2.98912 1.5963294,-2.98912 0,0 0.9930297,-3.04859 1.5963295,-2.98912 0.7489947,0.0738 1.3438865,3.02082 1.3438865,3.02082 0,0 0.474902,1.92445 1.2855876,2.67103 0.8118542,0.74765 2.9409555,0.28469 2.9409555,0.28469 l 2.882657,-0.0651 c 0.72826,-0.0164 -2.078999,2.74181 -2.078999,2.74181 0,0 -1.814044,1.62586 -2.078999,2.7418 -0.249915,1.05259 0.589175,3.19164 0.589175,3.19164 0,0 1.020831,2.94744 0.589175,3.19172 z"
- id="path20636-9"
+ sodipodi:nodetypes="ccccc"
+ id="path35862"
+ d="m 264.5,485.5 -1,-1 -2,2 -2,-2 -1,1.02369"
+ style="opacity:0.76499999;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#ffffff;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 264.5,485.5 -1,-1 -2,2 -2,-2 -1,1.02369"
+ id="path35864"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(-21,21)"
+ id="g38276">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.85;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 292.5,459.5 c -1.25,-1.5 -3.5,-1.5 -5,1 -1.5,-2.5 -3.75,-2.5 -5,-1"
+ id="path35702"
+ sodipodi:nodetypes="ccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path35704"
+ d="m 292.5,459.5 c -1.25,-1.5 -3.5,-1.5 -5,1 -1.5,-2.5 -3.75,-2.5 -5,-1"
+ style="fill:none;stroke:#ececec;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <path
+ sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="scscscscscscscscscscs"
- transform="matrix(0.75806031,0,0,0.75806031,346.08807,94.972967)" />
- <path
- transform="matrix(0.5564439,0,0,0.5564439,347.23517,134.98642)"
- style="fill:url(#linearGradient20668-0);fill-opacity:1;stroke:none;display:inline;enable-background:new"
- inkscape:transform-center-x="0.14647251"
- inkscape:transform-center-y="-0.56679048"
- d="m 12.13538,207.73692 c -0.421538,0.23674 -3.4433109,-2.56505 -3.4433109,-2.56505 0,0 -1.7542908,-1.43041 -2.807931,-1.45313 -1.0799949,-0.0233 -2.939685,1.36405 -2.939685,1.36405 0,0 -2.52568552,2.63378 -3.49564251,2.15827 -0.62720759,-0.30749 1.31997156,-4.05396 1.31997156,-4.05396 0,0 1.03169015,-2.17628 0.76401395,-3.25972 -0.2721425,-1.10152 -2.2307588,-2.57107 -2.2307588,-2.57107 0,0 -2.9467444,-2.10835 -2.7867164,-2.72992 0.1077192,-0.41839 3.3306335,0.27127 3.3306335,0.27127 0,0 1.9680569,0.56652 2.7746759,0.11243 1.0227374,-0.57575 1.7029656,-3.08176 1.7029656,-3.08176 0,0 1.0855471,-3.58419 1.7029655,-3.5583 0.8371623,0.0351 1.5787202,3.56279 1.5787202,3.56279 0,0 0.5842674,2.49776 1.5787202,3.08625 0.8341412,0.49362 2.9065152,-0.0851 2.9065152,-0.0851 l 3.303628,-0.24394 c 1.190301,-0.0879 -2.818912,2.79623 -2.818912,2.79623 0,0 -2.104261,1.48685 -2.421799,2.63738 -0.294396,1.06668 0.673283,3.25068 0.673283,3.25068 0,0 1.901801,4.02948 1.308663,4.3626 z"
- id="path20636-8-9"
+ d="m 266.53125,480.65625 -0.0312,0.9375 m -0.85937,-1.07813 c 0.49634,0.0684 0.8328,0.24341 1.79687,0"
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ id="path16745" />
+ <path
+ sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="scacscacscacscacscacs" />
+ d="m 264.46875,474.79687 -0.0312,0.9375 m -0.85937,-1.07813 c 0.49634,0.0684 0.8328,0.24341 1.79687,0"
+ style="fill:none;stroke:#f0f0f0;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ id="path16745-9" />
+ </g>
+ <g
+ id="g37076-6-0-2"
+ style="opacity:0.96000001;stroke:#1a1a1a;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;display:inline;enable-background:new"
+ transform="translate(127.00485,107.03779)" />
+ <g
+ style="opacity:0.96000001;stroke:#c8c8c8;stroke-opacity:1;display:inline;enable-background:new"
+ id="g37094-7-8-1"
+ transform="translate(190.00485,-60.962214)">
+ <g
+ transform="translate(-63.000001,168)"
+ id="g37096-1-5-3"
+ style="stroke:#c8c8c8;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <g
+ id="g37104-2-9-1"
+ transform="matrix(0,1,-1,0,511,255)"
+ style="stroke:#c8c8c8;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <rect
+ style="opacity:0.01000001;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect45374-0"
+ width="16"
+ height="16"
+ x="383"
+ y="430" />
+ <g
+ transform="translate(105,0)"
+ style="opacity:0.3;display:inline;enable-background:new"
+ id="g17847-0">
<path
- style="fill:none;stroke:#fafafa;stroke-width:0.69999999999999996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:3.79999995000000010;stroke-opacity:1;stroke-dasharray:none;opacity:1"
- d="m 13.611805,201.77057 -1.06066,3.0494 -0.618718,0.7071 -3.1819806,-0.17677"
- id="path20688-0"
inkscape:connector-curvature="0"
- transform="translate(336.90534,38.232177)"
- sodipodi:nodetypes="cccc" />
+ sodipodi:nodetypes="cccccccc"
+ id="path45378-1-5-0"
+ d="m 367.75,440.75 1.75,-1.5 2.5,5.25 1.75,-1 -2.25,-5 2.5,0 -6.25,-6.25 z"
+ style="fill:url(#linearGradient17833-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ y="430"
+ x="362"
+ height="16"
+ width="16"
+ id="rect45374-0-5-0"
+ style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
- style="fill:#eeeeec;stroke:#fce13e;stroke-width:0.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 347.28034,250.10718 2.25,-1.75"
- id="path20690-3"
+ sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cc" />
+ id="path17835-6"
+ d="m 367.5,431.5 7,7.25 -3,0 2.5,4.75 -1.75,1 -2.5,-5 -2.25,2.25 z"
+ style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
- style="fill:#eeeeec;stroke:#fce23e;stroke-width:0.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
- d="m 353.18659,245.66968 2.3125,-2.125"
- id="path20690-4-0"
- inkscape:connector-curvature="0" />
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17845-4"
+ d="m 368.34375,433.75 0,5.75"
+ style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
- transform="translate(381.25,528.75)"
- id="g18738-9"
- style="display:inline;enable-background:new">
+ transform="translate(84,0)"
+ style="display:inline;enable-background:new"
+ id="g17847-9">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc"
+ id="path45378-1-5-6"
+ d="m 367.75,440.75 1.75,-1.5 2.5,5.25 1.75,-1 -2.25,-5 2.5,0 -6.25,-6.25 z"
+ style="fill:url(#linearGradient17833-8);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18740-5"
+ y="430"
+ x="362"
+ height="16"
width="16"
+ id="rect45374-0-5-6"
+ style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0"
+ id="path17835-7"
+ d="m 367.5,431.5 7,7.25 -3,0 2.5,4.75 -1.75,1 -2.5,-5 -2.25,2.25 z"
+ style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17845-9"
+ d="m 368.34375,433.75 0,5.75"
+ style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g10534-1"
+ transform="translate(189.0161,-397)">
+ <rect
+ y="428"
+ x="193.9839"
height="16"
- x="3"
- y="69" />
+ width="16"
+ id="rect20642-6"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- style="display:inline"
- id="g18742-5"
- transform="matrix(0.88030276,0,0,0.9016949,2.9645986,7.6944925)">
- <rect
- style="opacity:0.7;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect38458-7"
- width="11.999999"
- height="9.0000172"
- x="4.9838772"
- y="70.999992" />
+ transform="translate(-29.016109,339.00751)"
+ id="g20606-2">
+ <g
+ transform="translate(-199.98388,-106)"
+ id="g10953-7">
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
+ style="fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 429.9998,196.99249 0,1.625 c -0.53409,0.12195 -1.02562,0.33162 -1.46875,0.625 l -1.53125,-1.25 -1,1 1.25,1.53125 c -0.29338,0.44313 -0.50305,0.93466 -0.625,1.46875 l -1.625,0 0,2 1.625,0 c 0.12195,0.53409 0.33162,1.02562 0.625,1.46875 l -1.25,1.53125 1,1 1.53125,-1.25 c 0.44313,0.29338 0.93466,0.50305 1.46875,0.625 l 0,1.625 2,0 0,-1.625 c 0.53409,-0.12195 1.02562,-0.33162 1.46875,-0.625 l 1.53125,1.25 1,-1 -1.25,-1.53125 c 0.29338,-0.44313 0.50305,-0.93466 0.625,-1.46875 l 1.625,0 0,-2 -1.625,0 c -0.12195,-0.53409 -0.33162,-1.02562 -0.625,-1.46875 l 1.25,-1.53125 -1,-1 -1.53125,1.25 c -0.44313,-0.29338 -0.93466,-0.50305 -1.46875,-0.625 l 0,-1.625 -2,0 z m -1,4 4,0 0,4 -4,0 0,-4 z"
+ id="path10955-5"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
+ id="path10957-4"
+ d="m 429.9998,196.99249 0,1.625 c -0.53409,0.12195 -1.02562,0.33162 -1.46875,0.625 l -1.53125,-1.25 -1,1 1.25,1.53125 c -0.29338,0.44313 -0.50305,0.93466 -0.625,1.46875 l -1.625,0 0,2 1.625,0 c 0.12195,0.53409 0.33162,1.02562 0.625,1.46875 l -1.25,1.53125 1,1 1.53125,-1.25 c 0.44313,0.29338 0.93466,0.50305 1.46875,0.625 l 0,1.625 2,0 0,-1.625 c 0.53409,-0.12195 1.02562,-0.33162 1.46875,-0.625 l 1.53125,1.25 1,-1 -1.25,-1.53125 c 0.29338,-0.44313 0.50305,-0.93466 0.625,-1.46875 l 1.625,0 0,-2 -1.625,0 c -0.12195,-0.53409 -0.33162,-1.02562 -0.625,-1.46875 l 1.5,-1.78125 -1,-1 -1.78125,1.5 c -0.44313,-0.29338 -0.93466,-0.50305 -1.46875,-0.625 l 0,-1.625 -2,0 z m -1,4 4,0 0,4 -4,0 0,-4 z"
+ style="fill:url(#linearGradient20796-9);fill-opacity:1;fill-rule:nonzero;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m 434.9998,198.49249 -1.5,1.25 m -2,-2.25 -1,0 0,1.5 c -0.35104,0.0802 -1.01806,0.29269 -1.5172,0.50569 m -1.49,1.50752 c -0.20864,0.49552 -0.41426,1.14284 -0.4928,1.48679 l -1.5,0 0,1 m 1.5,-5 -0.5,0.5 m 1.25,6.5 -1.25,1.5 m 6.5,-5.5 0,3.5 -3.5,0 m -3,-6 0.5,-0.5 1.5,1.25"
+ style="fill:none;stroke:#f9f9f9;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+ id="path10959-0"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(-199.98388,-106)"
+ id="g10961-1">
+ <rect
+ ry="0"
+ rx="0"
+ y="202.46629"
+ x="430.49979"
+ height="8.1236582"
+ width="7.0000763"
+ id="rect10963-2"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ d="m 432.53795,204.5065 2.96201,0 m -2.96201,1.993 2.96201,0 m -2.96201,1.993 2.96201,0"
+ style="fill:none;stroke:#000000;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+ id="path10965-7"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="0"
+ rx="0"
+ y="202.48912"
+ x="430.49661"
+ height="8.0067444"
+ width="7.0067482"
+ id="rect10967-1"
+ style="fill:none;stroke:url(#linearGradient20798-1);stroke-width:0.99325603;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g79830">
+ <rect
+ y="73"
+ x="467"
+ height="16"
+ width="16"
+ id="rect52984-1"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g79032">
+ <g
+ style="display:inline;enable-background:new"
+ id="g39239-9"
+ transform="translate(-285,-131)">
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path39241-0"
+ d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
+ style="fill:url(#linearGradient39254-3);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ inkscape:connector-curvature="0" />
+ <path
+ style="opacity:0.3;fill:url(#radialGradient39256-2);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 756.16666,204.50001 10.33334,0 0,14.99999 -13,0 -10e-6,-11.99999 2.66667,-3 z"
+ id="path39243-2"
+ sodipodi:nodetypes="cccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccc"
+ d="m 754.5,209 0,9.5 m 3.5,-13 7.5,0"
+ style="fill:none;stroke:url(#linearGradient39258-9);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ id="path39245-4"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ d="m 753,208 4,0 0,-4 -4,4 z"
+ id="path39247-4"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ d="m 753.5,207.00001 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path39249-3"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path39251-7"
+ d="m 757.5,206.5 0,2 -2,0"
+ style="fill:none;stroke:url(#linearGradient16151);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
<path
+ sodipodi:nodetypes="cccccccccccccccccssc"
+ inkscape:connector-curvature="0"
+ id="path52980-3"
+ d="m 481.21875,81.25 c -0.34507,-0.155271 -0.69504,-0.245578 -1.125,-0.34375 L 479.9375,79 l -1,0 -1,0 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.75 -1.75,1.75 1.75,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L 471.9375,85 l 0,1 0,1 1.90625,0.15625 c 0.092,0.4031 0.17505,0.738019 0.3125,1.0625 m 2.96875,0 C 476.47574,87.692174 476.0625,86.902037 476.0625,86 c 0,-1.58782 1.28718,-2.875 2.875,-2.875 0.94357,0 1.75793,0.454854 2.28125,1.15625"
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1.70000005;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path52982-4"
+ d="m 477.9375,79 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.5 -1.5,1.5 1.5,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L 471.9375,85 l 0,1 0,1 1.90625,0.15625 c 0.0981,0.429533 0.18992,0.780253 0.34375,1.125 l 2.8125,0 C 476.34893,87.730943 475.9375,86.919238 475.9375,86 c 0,-1.65685 1.34315,-3 3,-3 0.96105,0 1.7947,0.453338 2.34375,1.15625 l 0,-2.875 c -0.36595,-0.173211 -0.73124,-0.270823 -1.1875,-0.375 L 479.9375,79 l -1,0 -1,0 z m 3.34375,8.8125 c -0.12902,0.1662 -0.24569,0.333041 -0.40625,0.46875 l 0.40625,0 0,-0.46875 z"
+ style="color:#000000;fill:url(#linearGradient79029);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cssc"
+ inkscape:connector-curvature="0"
+ id="rect52986-8"
+ d="M 481.28125,83.40625 C 480.661,82.839183 479.84801,82.5 478.9375,82.5 c -1.93397,0 -3.5,1.566029 -3.5,3.5 0,0.881253 0.34008,1.6682 0.875,2.28125"
+ style="fill:none;stroke:url(#linearGradient79025);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="ccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path52988-6"
+ d="m 476.4375,81.75 c 0.49914,-0.213 1.64896,-0.6698 2,-0.75 l 0,-0.75 0,-0.75 1,0 m -5.25,1.25 -0.5,0.5 z m 0.5,2.75 c -0.20864,0.49552 -0.6715,1.65605 -0.75,2 l -0.75,0 -0.75,0 0,1"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
+ <path
+ inkscape:connector-curvature="0"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- id="path18744-4"
- d="M 17.453876,82.25 16.233877,83.5 5.75,83.5 4.5,82.25 l -1e-7,-11.75 12.9652911,0 -0.01141,11.75 -5e-6,0 0,0 0,0 z"
- style="fill:url(#linearGradient18752-3);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- sodipodi:nodetypes="ccccccc"
- inkscape:connector-curvature="0" />
+ style="fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 473.43328,81.74394 1.25,-1.25"
+ id="path52990-8"
+ sodipodi:nodetypes="cc" />
+ <path
+ sodipodi:nodetypes="cssc"
+ inkscape:connector-curvature="0"
+ id="rect52992-4"
+ d="M 481.28125,83.40625 C 480.661,82.839183 479.84801,82.5 478.9375,82.5 c -1.93397,0 -3.5,1.566029 -3.5,3.5 0,0.881253 0.34008,1.6682 0.875,2.28125"
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient79020);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- id="path18746-7"
- d="M 15.983877,81.999998 7.7338772,82 l 0,-0.999998 8.2499998,-2e-6 0,0.999998 z"
- style="fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9999994px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="ccccc"
+ d="m 468.49796,75.999224 0,12.49999 13,0 0,-14.99999 -10.5,0 -2.5,2.5 z"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path39249-3-7"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+ <g
+ transform="translate(-42.000002,-84)"
+ style="display:inline;enable-background:new"
+ id="g81158-5">
+ <rect
+ y="325"
+ x="299"
+ height="16"
+ width="16.000002"
+ id="rect44300-0-5-3-4"
+ style="opacity:0;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g81149-2">
+ <path
+ sodipodi:nodetypes="cssssssssssssssscssc"
+ inkscape:connector-curvature="0"
+ id="path41299-1-2-7-4-0"
+ d="m 306.46211,325.45009 c -1.82601,0 -3.30699,1.48105 -3.30699,3.30711 0,0.25952 0.0379,0.51035 0.087,0.75425 0.18833,0.93505 0.24637,1.73179 -0.11603,2.43677 -0.32404,0.63034 -0.67881,0.97731 -1.45039,1.27638 -1.27734,0.49511 -2.17564,1.6304 -2.17564,3.04602 0,0.7411 0.24647,1.42826 0.6672,1.97265 0.21236,0.27479 0.1962,0.24789 0.29008,0.34806 0.60044,0.64074 1.56724,0.98341 2.29168,0.95729 0.74932,-0.027 1.28404,-0.28854 1.8855,-0.60911 0.58287,-0.31066 0.97831,-0.70633 1.82755,-0.69624 0.70498,0.008 1.33214,0.39548 1.88546,0.75426 0.55206,0.35795 1.29426,0.55886 1.8275,0.55114 1.8258,-0.0264 3.30697,-1.48104 3.30697,-3.30711 0,-1.23932 -0.68675,-2.33495 -1.71151,-2.87196 -0.78932,-0.41364 -1.71989,-0.83441 -2.11757,-1.47945 -0.44817,-0.72695 0.029,-2.46582 0.029,-2.46582 0.0441,-0.21523 0.087,-0.43896 0.087,-0.66722 0,-1.82606 -1.48098,-3.30711 -3.30698,-3.30711 z"
+ style="fill:url(#linearGradient80406-8);fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.89999998;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cscsscc"
+ inkscape:connector-curvature="0"
+ id="path15475-1-1-9"
+ d="m 306.46211,326.3494 c -1.34707,0 -2.40772,1.06069 -2.40772,2.4078 0,0.17324 0.0147,0.36498 0.058,0.5802 0.2006,0.99599 0.30102,2.03645 -0.20306,3.017 -0.3838,0.74661 -1.01301,1.33313 -1.91455,1.68257 -0.98238,0.38077 -1.59548,1.19286 -1.59548,2.23374 0.0793,1.22982 0.59501,1.65939 1.12899,2.05552"
+ style="fill:none;stroke:url(#linearGradient80403-6);stroke-width:0.99999988;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ d="m 306.5,333.5 -4,3 m 4,-3 4,3 m -4,-8 0,5"
+ style="fill:none;stroke:#acc1f5;stroke-width:2.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path16558"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient18756-8);stroke-width:0.99999976px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- d="M 5.4838772,82.500001 5.511418,71.499938 16.483877,71.5 l 0,11 -10.9999998,10e-7 z"
- id="path18748-3"
+ inkscape:connector-curvature="0"
+ id="path15730-0-3-9-7"
+ style="fill:none;stroke:#474747;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 306.5,333.5 -4,3 m 4,-3 4,3 m -4,-8 0,5" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-59-6-8-3"
+ width="2.0172396"
+ height="2.0000157"
+ x="305.48901"
+ y="327.52499" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-59-6-82-7"
+ width="2.0172396"
+ height="2.0000157"
+ x="301.52026"
+ y="335.49374" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-59-6-9-2"
+ width="2.0172396"
+ height="2.0000157"
+ x="309.49374"
+ y="335.49374" />
+ <rect
+ style="fill:#d7e3f4;fill-opacity:1;fill-rule:nonzero;stroke:#0b1728;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.5;display:inline;enable-background:new"
+ id="rect16285-9-59-6-1-6"
+ width="2.0172396"
+ height="2.0000157"
+ x="305.52499"
+ y="332.52499" />
+ </g>
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="fill:none;stroke:#000000;stroke-width:0.9560194;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path81543"
+ sodipodi:cx="478.90625"
+ sodipodi:cy="86.03125"
+ sodipodi:rx="2.34375"
+ sodipodi:ry="2.34375"
+ d="m 478.63139,88.358828 a 2.34375,2.34375 0 1 1 2.61786,-2.38697"
+ transform="matrix(1.0460001,0,0,1.0460077,-22.029739,-4.0047766)"
+ sodipodi:start="1.6883393"
+ sodipodi:end="6.2578421"
+ sodipodi:open="true" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g16724-8-3">
+ <rect
+ y="598"
+ x="152"
+ height="16"
+ width="16"
+ id="rect38813-3-2"
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,76.587007,362.72598)"
+ id="g10876-8-5-8-64-4"
+ style="display:inline;enable-background:new">
+ <path
+ style="fill:url(#linearGradient16663-3-0-8);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 226.05286,111.6246 3.53553,0 1e-5,-3.53553 2.82843,0 0,3.53553 3.53553,0 -1e-5,2.82843 -3.53553,0 0,3.53553 -2.82843,0 0,-3.53553 -3.53553,0 z"
+ id="path10878-4-0-1-4-6"
+ sodipodi:nodetypes="ccccccccccccc"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90"
- sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
- <rect
- style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect18750-4"
- width="1"
- height="1"
- x="5.9838772"
- y="80.999992"
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16661-5-1-6"
+ d="m 235.06847,113.56915 0,-1.06066"
+ style="fill:none;stroke:#d4d4d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16659-5-9-6"
+ d="m 230.47227,114.62981 0,2.47487"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16657-8-5-2"
+ d="m 230.47227,108.97295 0,2.47488"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path10880-7-5-7-5-9"
+ d="m 226.93674,112.50849 0,1.06066"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ </g>
+ <g
+ transform="translate(252,21)"
+ style="display:inline;enable-background:new"
+ id="g16724-8-1">
+ <rect
+ y="598"
+ x="152"
+ height="16"
+ width="16"
+ id="rect38813-3-1"
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,76.587007,362.72598)"
+ id="g10876-8-5-8-64-9"
+ style="display:inline;enable-background:new">
+ <path
+ style="fill:url(#linearGradient16663-3-0-0);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m 224.63864,111.6246 4.94975,0 0,-4.94974 2.82843,0 1e-5,4.94974 4.94973,0 -1e-5,2.82843 -4.94973,0 0,4.94975 -2.82843,0 0,-4.94975 -4.94975,0 z"
+ id="path10878-4-0-1-4-9"
+ sodipodi:nodetypes="ccccccccccccc"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16661-5-1-5"
+ d="m 236.48268,113.56915 0,-1.06066"
+ style="fill:none;stroke:#d4d4d4;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16659-5-9-5"
+ d="m 230.47227,114.62981 0,3.88908"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path16657-8-5-5"
+ d="m 230.47227,107.55874 0,3.88909"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path10880-7-5-7-5-6"
+ d="m 225.52253,112.50849 0,1.06066"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
+ </g>
+ <g
+ id="g106636"
+ transform="translate(0.1767767,0.13258252)">
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc"
+ id="path45378-1-5-6-2-9"
+ d="m 263.5625,590.375 1.75,-1.5 1.99177,3.7253 1.75,-1 -1.74177,-3.4753 2.5,0 -6.25,-6.25 z"
+ style="fill:url(#linearGradient106641);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cccccccc"
+ inkscape:connector-curvature="0"
+ id="path17835-7-2-5"
+ d="m 263.3125,581.125 7,7.25 -3,0 1.69346,3.25845 -1.75,1 -1.69346,-3.50845 -2.25,2.25 z"
+ style="fill:none;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path17845-9-1-1"
+ d="m 264.15625,583.375 0,5.75"
+ style="fill:none;stroke:#ffffff;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ </g>
+ <g
+ transform="translate(0.02855492,0)"
+ style="display:inline;enable-background:new"
+ id="g15868-5">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect18695-6-9-6"
+ width="15.971445"
+ height="16.000002"
+ x="110"
+ y="241" />
<g
- style="display:inline;enable-background:new"
- transform="matrix(0.6919567,0,0,0.88145363,-192.22991,-12.158271)"
- id="g43952-5">
+ id="g15853-0">
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path15095-5"
+ d="m 117.9106,247.99675 0.007,7.98875 -5.98631,-3.26708 -0.0121,-7.34356 z"
+ style="opacity:0.63859648;fill:url(#radialGradient15836-5);fill-opacity:1;stroke:none"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccc"
+ id="path18719-6-9-0"
+ d="m 117.94049,242.95683 -5.85545,2.34692 6.10637,2.4934 -0.17358,8.22275 6.00064,-3.2989 0.0442,-7.36753 z"
+ style="fill:url(#linearGradient15851-6);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
<g
- transform="matrix(0,-1,1,0,183.99437,429)"
- id="g43483-2">
- <g
- transform="translate(0,21)"
- id="g43488-3">
- <path
- sodipodi:nodetypes="cc"
- id="path43490-24"
- d="M 327,86.255631 327,76"
- style="fill:none;stroke:#000000;stroke-width:3.4000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:nodetypes="ccc"
- id="path43492-6"
- d="M 331.25,79.25 327,75.005631 322.75,79.25"
- style="fill:none;stroke:#000000;stroke-width:3.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:connector-curvature="0" />
- </g>
- <g
- transform="translate(0,21)"
- id="g43494-6">
- <path
- style="fill:none;stroke:#dcdcdc;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 327,86.255631 327,76"
- id="path43496-6"
- sodipodi:nodetypes="cc"
- inkscape:connector-curvature="0" />
- <path
- style="fill:none;stroke:#dcdcdc;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 331.25,79.25 327,75.005631 322.75,79.25"
- id="path43498-2"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
- </g>
+ id="g18703-4-7-7"
+ transform="matrix(1.2133883,0,0,1.2133883,-65.271004,156.45833)">
+ <path
+ id="path18707-3-8-5"
+ d="m 146.0019,73.295281 5,-2.007976 5,2.007976 -5,2.073959 z"
+ style="fill:url(#linearGradient15818-5);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
</g>
<path
- sodipodi:nodetypes="cc"
- id="path43776-9"
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d=""
+ id="path18763-2-5-8"
+ d="m 124.01757,245.38766 -6.11113,2.33515 0.39771,8.10095 5.71891,-3.11585 z"
+ style="fill:url(#linearGradient15846-4);fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline"
+ sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient44485-0);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 284,97.25 -4.5,4.5 0,0.5 4.5,4.5"
- id="path43780-0"
- sodipodi:nodetypes="cc"
+ sodipodi:nodetypes="ccccc"
+ id="path18709-1-1-0"
+ d="m 114.36329,244.98044 3.58667,-1.46751 5.56035,2.22692 0.0356,6.65202 -4.34973,2.45342"
+ style="fill:none;stroke:url(#linearGradient15843-2);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
inkscape:connector-curvature="0" />
+ <g
+ id="g18737-4-8-8"
+ style="opacity:0.7"
+ transform="matrix(1.2133883,0,0,1.2133883,-282.46751,373.65484)" />
+ <path
+ sodipodi:nodetypes="ccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path15957-6"
+ d="m 118.29703,256.35166 5.94799,-3.23942 c 0.0419,-0.0185 0.0806,-0.0443 0.11369,-0.0758 0.0689,-0.0703 0.11042,-0.16699 0.1137,-0.26543 l -0.0379,-7.432 c 10e-4,-0.16462 -0.1103,-0.32426 -0.26543,-0.37919 l -6.06694,-2.42677 c -0.0474,-0.0224 -0.0992,-0.0354 -0.15167,-0.0379 l 1.2e-4,0 c -0.0524,0.002 -0.10423,0.0154 -0.15167,0.0379 l -5.53168,2.30782"
+ style="fill:none;stroke:#0b1728;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="0.4429636"
+ inkscape:original="M 111.90625 245.375 L 111.9375 252.71875 L 117.90625 256 L 117.90625 248 L 111.90625 245.375 z "
+ style="fill:none;stroke:url(#linearGradient16730);stroke-width:0.89999998;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path16571-2"
+ d="m 111.78125,244.9375 a 0.4430079,0.4430079 0 0 0 -0.3125,0.4375 l 0.0312,7.34375 a 0.4430079,0.4430079 0 0 0 0.21875,0.375 l 5.96875,3.28125 A 0.4430079,0.4430079 0 0 0 118.34375,256 l 0,-8 a 0.4430079,0.4430079 0 0 0 -0.25,-0.40625 l -6,-2.625 a 0.4430079,0.4430079 0 0 0 -0.3125,-0.0312 z" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient16562-7);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 117.31869,255.08504 -4.89325,-2.67466 -0.0154,-6.1798"
+ id="path16560-5"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="opacity:0.75333408;fill:none;stroke:url(#linearGradient15773-7);stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.38888891"
+ d="m 112.44393,252.43208 3.76322,-1.57568"
+ id="path15671-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ </g>
+ </g>
+ <path
+ d="m -220,198.65625 -5.3125,8.6875 5.3125,3 5.28125,-3.0625 -5.28125,-8.625 z"
+ id="path29747"
+ style="opacity:0.55438597;fill:none;stroke:url(#linearGradient29763);stroke-width:1.14285719;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:original="M -220 196.6875 L -226.71875 207.6875 L -220 211.5 L -213.3125 207.625 L -220 196.6875 z "
+ inkscape:radius="-1.0141826"
+ sodipodi:type="inkscape:offset" />
+ <g
+ id="g30046">
+ <rect
+ ry="0"
+ y="346"
+ x="5"
+ height="16"
+ width="16"
+ id="rect22783-6-9"
+ style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0" />
+ <g
+ id="g29741"
+ style="display:inline;enable-background:new">
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient107138);fill-opacity:1;stroke:#5a130a;stroke-width:0.87646502;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path107107"
+ sodipodi:cx="12.90625"
+ sodipodi:cy="354.09375"
+ sodipodi:rx="2.46875"
+ sodipodi:ry="2.46875"
+ d="m 15.375,354.09375 a 2.46875,2.46875 0 1 1 -4.9375,0 2.46875,2.46875 0 1 1 4.9375,0 z"
+ transform="matrix(1.0268522,0,0,1.0268522,-0.28026938,-9.574472)" />
+ <path
+ d="m 15.375,354.09375 a 2.46875,2.46875 0 1 1 -4.9375,0 2.46875,2.46875 0 1 1 4.9375,0 z"
+ sodipodi:ry="2.46875"
+ sodipodi:rx="2.46875"
+ sodipodi:cy="354.09375"
+ sodipodi:cx="12.90625"
+ id="path107109"
+ style="fill:none;stroke:url(#linearGradient107140);stroke-width:1.17894268;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:0.52659577;stroke-dasharray:none;display:inline;enable-background:new"
+ sodipodi:type="arc"
+ transform="matrix(0.67857417,0,0,0.67857417,4.2225059,113.7564)" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 11.5,347.5 3,0"
+ id="path107322"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 11.5,360.5 3,0"
+ id="path107322-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 19.5,352.5 0,3"
+ id="path107322-9-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 6.5,352.5 0,3"
+ id="path107322-9-7-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 9.5606602,348.43934 -2.1213204,2.12132"
+ id="path107322-9-7-0-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 18.455806,357.38951 -2.12132,2.12132"
+ id="path107322-9-7-0-2-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 7.4688155,357.37826 2.12132,2.12132"
+ id="path107322-9-7-0-2-6-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.4000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 16.440233,348.49523 2.12132,2.12132"
+ id="path107322-9-7-0-2-6-1-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
- id="path43860-4"
- d="m 291.5,101.5 -8.99437,0"
- style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:connector-curvature="0" />
+ inkscape:connector-curvature="0"
+ id="path107450"
+ d="m 11.5,347.5 3,0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107452"
+ d="m 11.5,360.5 3,0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107454"
+ d="m 19.5,352.5 0,3"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107456"
+ d="m 6.5,352.5 0,3"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107458"
+ d="m 9.5606602,348.43934 -2.1213204,2.12132"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107460"
+ d="m 18.455806,357.38951 -2.12132,2.12132"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107462"
+ d="m 7.4688155,357.37826 2.12132,2.12132"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
+ <path
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0"
+ id="path107464"
+ d="m 16.440233,348.49523 2.12132,2.12132"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new" />
</g>
</g>
<g
- transform="matrix(0.734375,0,0,0.6980198,-178.86067,65.399649)"
- id="g20933"
- style="display:inline">
+ id="g30162">
<rect
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect20935"
+ ry="0"
+ y="346"
+ x="47"
+ height="16"
width="16"
+ id="rect22783-6"
+ style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:6;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0" />
+ <g
+ id="g30155">
+ <path
+ sodipodi:type="spiral"
+ style="fill:none;stroke:#1e1e1e;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path107466"
+ sodipodi:cx="56.5"
+ sodipodi:cy="353.8125"
+ sodipodi:expansion="0.63999999"
+ sodipodi:revolution="1.495979"
+ sodipodi:radius="7.3200541"
+ sodipodi:argument="-15.806237"
+ sodipodi:t0="0.095484339"
+ d="m 55.364822,352.64547 c 0.277148,-1.52497 2.279864,-1.6606 3.365012,-1.00195 1.811369,1.09946 1.937,3.62806 0.742803,5.22502 -1.598463,2.13758 -4.749991,2.24309 -6.743742,0.61214 -2.453842,-2.00732 -2.540329,-5.74156 -0.524915,-8.08474 2.369057,-2.75434 6.645845,-2.82434 9.3087,-0.45931 1.163266,1.03316 1.955747,2.44812 2.251586,3.97386"
+ transform="matrix(-1,0,0,1,112.28991,0.1875)"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ transform="matrix(-1,0,0,1,112.28991,0.1875)"
+ d="m 55.363791,352.64255 c 0.279362,-1.52663 2.284601,-1.66081 3.370811,-1.00022 1.812759,1.10247 1.936516,3.63442 0.739426,5.2325 -1.602239,2.13895 -4.757809,2.24207 -6.752762,0.60744 -2.455246,-2.01179 -2.538856,-5.75071 -0.519059,-8.09518 2.374165,-2.75579 6.656232,-2.82247 9.32045,-0.45241 1.457306,1.2964 2.314544,3.17928 2.379814,5.12465"
+ sodipodi:t0="0.093999997"
+ sodipodi:argument="-15.806237"
+ sodipodi:radius="7.4065847"
+ sodipodi:revolution="1.5209458"
+ sodipodi:expansion="0.63999999"
+ sodipodi:cy="353.8125"
+ sodipodi:cx="56.5"
+ id="path107468"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:type="spiral"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ sodipodi:type="arc"
+ style="fill:url(#radialGradient30090);fill-opacity:1;stroke:#5a130a;stroke-width:1.21390676;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ id="path107107-5"
+ sodipodi:cx="12.90625"
+ sodipodi:cy="354.09375"
+ sodipodi:rx="2.46875"
+ sodipodi:ry="2.46875"
+ d="m 15.375,354.09375 a 2.46875,2.46875 0 1 1 -4.9375,0 2.46875,2.46875 0 1 1 4.9375,0 z"
+ transform="matrix(0.6590292,0,0,0.6590292,48.151531,120.63684)" />
+ <path
+ style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient30129);fill-opacity:1;stroke:none;stroke-width:2.59999989999999980;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
+ d="M 48.25 351.96875 A 1.30013 1.30013 0 0 0 47.21875 353.03125 C 46.658394 356.30179 48.041491 359.62001 50.65625 361.59375 A 1.3062537 1.3062537 0 0 0 52.21875 361.5625 A 0.50389111 0.50389111 0 0 1 51.9375 361.5 C 48.678962 359.59287 47.077279 355.57586 48.3125 351.96875 A 1.30013 1.30013 0 0 0 48.25 351.96875 z M 49.28125 352.1875 C 48.1411 355.3492 49.552993 358.93678 52.4375 360.625 A 0.50389111 0.50389111 0 0 1 52.6875 360.9375 A 1.3062537 1.3062537 0 0 0 52.21875 359.5 C 50.373335 358.107 49.393366 355.73265 49.78125 353.46875 A 1.30013 1.30013 0 0 0 49.28125 352.1875 z "
+ id="path30105" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ sodipodi:type="spiral"
+ style="fill:none;stroke:url(#linearGradient30145);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ id="path30107"
+ sodipodi:cx="56.5"
+ sodipodi:cy="353.8125"
+ sodipodi:expansion="0.63999999"
+ sodipodi:revolution="1.690941"
+ sodipodi:radius="7.9262452"
+ sodipodi:argument="-15.806237"
+ sodipodi:t0="0.86983246"
+ d="m 63.464088,351.79847 c 1.246144,3.40682 -0.280462,7.26967 -3.378975,9.08314"
+ transform="matrix(-1,0,0,1,112.28991,0.1875)" />
+ </g>
+ </g>
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="New Icons"
+ style="display:none">
+ <g
+ style="display:inline;enable-background:new"
+ id="g30250-6"
+ transform="matrix(-1,0,0,1,788.49395,-2.4863553)" />
+ <g
+ style="display:inline;enable-background:new"
+ id="g33683-2"
+ transform="translate(42,296)">
+ <rect
+ y="176"
+ x="446"
height="16"
- x="343"
- y="195" />
+ width="16"
+ id="rect18831-4"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
- inkscape:export-ydpi="90"
- inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- transform="matrix(-1.7989403,0,0,1.316799,1053.3278,-118.9575)"
- id="g20937"
+ transform="translate(263.91329,149.04559)"
+ id="g11360-5"
style="display:inline">
<path
inkscape:connector-curvature="0"
- sodipodi:nodetypes="cccccccc"
- id="path20939"
- d="m 392.96689,239.5639 -0.56915,0 -4.43932,4.36665 0,1.13912 4.43932,4.36665 0.56915,0 0,-9.87242 0,0 0,0 z"
- style="color:#000000;fill:url(#linearGradient20943);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.58802557px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ style="fill:url(#linearGradient37097-2);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 190.07108,29.454411 c -3.02619,0 -5.48439,2.463313 -5.48438,5.5 0,3.036688 2.45819,5.500001 5.48438,5.5 3.02619,0 5.48437,-2.46331 5.48437,-5.5 0,-3.036689 -2.45818,-5.500001 -5.48437,-5.5 z m 0,2.98305 c 1.36546,0 2.53849,1.100464 2.53848,2.454803 0,1.354341 -1.17303,2.501413 -2.53848,2.501412 -1.36546,0 -2.47581,-1.14707 -2.47581,-2.501412 0,-1.354341 1.11035,-2.454805 2.47581,-2.454803 z"
+ id="path11362-5"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ sodipodi:nodetypes="csssccsssc" />
<path
- inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
- id="path20941"
- d="m 392.51157,248.2972 0,-7.97389 -4.09783,3.98695"
- style="fill:none;stroke:url(#linearGradient20945);stroke-width:0.58802563px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path11364-7"
+ style="fill:none;stroke:url(#linearGradient15782-9);stroke-width:1.77120221;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc"
+ transform="matrix(0.566689,0,0,-0.562497,115.2063,101.3747)" />
+ <path
+ transform="matrix(0.4330916,0,0,-0.424074,132.95389,85.01929)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient33681-3);stroke-width:2.33340454;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path11366-4"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
</g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g16706"
+ transform="translate(21,21)">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect16672"
+ width="16"
+ height="16"
+ x="446"
+ y="451" />
<g
- style="display:inline;enable-background:new"
- id="g10820-3"
- transform="matrix(1.1399889,0,0,1.1993633,13.751664,-30.893224)">
- <rect
+ style="display:inline"
+ id="g16674"
+ transform="matrix(0.45569675,0,0,0.45569675,367.3696,443.07138)">
+ <path
+ sodipodi:nodetypes="csssc"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- ry="1.9320945"
- rx="0"
- y="286.5"
- x="189.49994"
- height="3"
- width="11.000029"
- id="rect10822-4"
- style="fill:url(#linearGradient15687-9);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- transform="matrix(0,1,1,0,0,0)" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path16676"
+ d="m 190.07108,29.454411 c -3.02619,0 -5.48439,2.463313 -5.48438,5.5 0,3.036688 2.45819,5.500001 5.48438,5.5 3.02619,0 5.48437,-2.46331 5.48437,-5.5 0,-3.036689 -2.45818,-5.500001 -5.48437,-5.5 z"
+ style="fill:url(#linearGradient16713);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.1944418;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(0.40900746,0,0,-0.40575459,136.02026,82.879096)"
+ sodipodi:type="arc"
+ style="fill:none;stroke:url(#linearGradient16716);stroke-width:5.3867569;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ id="path16678"
+ sodipodi:cx="132"
+ sodipodi:cy="118"
+ sodipodi:rx="8"
+ sodipodi:ry="8"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
<path
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
- id="path10824-9"
- d="m 287.5,199.27782 0,-8.77775 1,-7e-5"
- style="fill:none;stroke:url(#linearGradient20968);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- sodipodi:nodetypes="ccc"
- inkscape:connector-curvature="0" />
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ d="m 140,118 c 0,4.41828 -3.58172,8 -8,8 -4.41828,0 -8,-3.58172 -8,-8 0,-4.41828 3.58172,-8 8,-8 4.41828,0 8,3.58172 8,8 z"
+ sodipodi:ry="8"
+ sodipodi:rx="8"
+ sodipodi:cy="118"
+ sodipodi:cx="132"
+ id="path16680"
+ style="fill:none;stroke:url(#linearGradient16718);stroke-width:5.12052059;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;display:inline"
+ sodipodi:type="arc"
+ transform="matrix(0.4330916,0,0,-0.424074,132.95389,85.01929)" />
</g>
</g>
<g
- style="display:inline"
- id="g21033"
- transform="matrix(0.734375,0,0,0.6980198,-201.00953,65.399649)">
+ style="display:inline;enable-background:new"
+ id="g52905"
+ transform="translate(398.95001,-42)">
<rect
- y="195"
- x="338.74469"
+ y="367"
+ x="-372.95001"
height="16"
width="16"
- id="rect21035"
- style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ id="rect52907"
+ style="opacity:0;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path52910"
+ d="m -368.95,374 5,-5"
+ style="fill:none;stroke:#000000;stroke-width:3.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
<g
- style="display:inline"
- id="g21037"
- transform="matrix(1.7989403,0,0,1.316799,-356.87187,-118.9575)"
- inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
+ mask="url(#mask52637-8-8)"
+ id="g52912"
+ transform="translate(-18.95,-84)">
<path
- style="color:#000000;fill:url(#linearGradient21049);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.58802557px;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m 392.96689,239.5639 -0.56915,0 -4.43932,4.36665 0,1.13912 4.43932,4.36665 0.56915,0 0,-9.87242 0,0 0,0 z"
- id="path21039"
- sodipodi:nodetypes="cccccccc"
+ sodipodi:nodetypes="ccccc"
+ d="m -352.5,465.5 2,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ style="color:#000000;fill:none;stroke:#3c0800;stroke-width:2.70000005;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path52914"
inkscape:connector-curvature="0" />
<path
- style="fill:none;stroke:url(#linearGradient21051);stroke-width:0.58802563px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- d="m 392.51157,248.2972 0,-7.97389 -4.09783,3.98695"
- id="path21041"
- sodipodi:nodetypes="ccc"
+ id="path52916"
+ style="color:#000000;fill:none;stroke:#ed7432;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -353.25,465.5 2.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ mask="none"
+ sodipodi:nodetypes="ccccc"
+ d="m -353.25,465.5 2.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ style="color:#000000;fill:none;stroke:url(#linearGradient52998-5-5);stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path52918"
inkscape:connector-curvature="0" />
</g>
+ <rect
+ ry="1.5"
+ rx="1.5"
+ style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect52920"
+ width="3"
+ height="3"
+ x="-371.45001"
+ y="-376.5"
+ transform="scale(1,-1)" />
<g
- transform="matrix(1.1399889,0,0,1.1993633,26.09209,-30.893224)"
- id="g21043"
- style="display:inline;enable-background:new">
+ transform="matrix(-1,0,0,1,-711.95,-84)"
+ id="g52922"
+ mask="url(#mask52879-0-5)">
+ <path
+ id="path52924"
+ style="color:#000000;fill:none;stroke:#0b1728;stroke-width:2.70000005;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -353.5,465.5 3,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ d="m -354.2,465.5 3.7,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ style="color:#000000;fill:none;stroke:#7be10f;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path52926"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path52928"
+ style="color:#000000;fill:none;stroke:url(#linearGradient53000-3-9);stroke-width:1.5;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -354.2,465.5 3.75,0 c 1.10456,0 2,-0.89543 2,-1.99999 l 0,-1.00001 -2.5,-2.5"
+ sodipodi:nodetypes="ccccc"
+ mask="none"
+ inkscape:connector-curvature="0" />
+ </g>
+ <rect
+ transform="scale(1,-1)"
+ y="-376.5"
+ x="-361.45001"
+ height="3"
+ width="3"
+ id="rect52930"
+ style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ rx="1.5"
+ ry="1.5" />
+ <path
+ style="fill:none;stroke:#b3b3b3;stroke-width:2.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -367.7,372.75 3.75,-3.75"
+ id="path52932"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <rect
+ transform="scale(1,-1)"
+ y="-376.5"
+ x="-371.45001"
+ height="3"
+ width="3"
+ id="rect52934"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ rx="1.5"
+ ry="1.5" />
+ <rect
+ ry="1.5"
+ rx="1.5"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#cccccc;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect52936"
+ width="3"
+ height="3"
+ x="-361.45001"
+ y="-376.5"
+ transform="scale(1,-1)" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path52938"
+ d="m -368.45,372.5 4,-4 1,0"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <rect
+ ry="1.5"
+ rx="1.5"
+ style="fill:none;stroke:url(#linearGradient53002-6-2);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect52940"
+ width="3"
+ height="3"
+ x="-371.45001"
+ y="-376.5"
+ transform="scale(1,-1)" />
+ <rect
+ transform="scale(1,-1)"
+ y="-376.5"
+ x="-361.45001"
+ height="3"
+ width="3"
+ id="rect52942"
+ style="fill:none;stroke:url(#linearGradient58927);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ rx="1.5"
+ ry="1.5" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ transform="translate(252,-210)"
+ id="g52978">
+ <path
+ style="color:#000000;fill:none;stroke:#000000;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -198,536 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.75 -1.75,1.75 1.75,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L -204,542 l 0,1 0,1 1.90625,0.15625 c 0.14227,0.6231 0.25145,1.07677 0.59375,1.59375 l -1.75,1.75 1.75,1.75 1.75,-1.75 c 0.51699,0.34229 0.97065,0.45148 1.59375,0.59375 L -198,550 l 1,0 1,0 0.15625,-1.90625 c 0.6231,-0.14227 1.07677,-0.25145 1.59375,-0.59375 l 1.75,1.75 1.75,-1.75 -1.75,-1.75 c 0.34229,-0.51699 0.45148,-0.97065 0.59375,-1.59375 L -190,544 l 0,-1 0,-1 -1.90625,-0.15625 c -0.14227,-0.6231 -0.25145,-1.07677 -0.59375,-1.59375 l 1.75,-1.75 -1.75,-1.75 -1.75,1.75 c -0.51699,-0.34229 -0.97065,-0.45148 -1.59375,-0.59375 L -196,536 l -1,0 -1,0 z m 1,4.125 c 1.58782,0 2.875,1.28718 2.875,2.875 0,1.58782 -1.28718,2.875 -2.875,2.875 -1.58782,0 -2.875,-1.28718 -2.875,-2.875 0,-1.58782 1.28718,-2.875 2.875,-2.875 z"
+ id="path52980"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path52982"
+ d="m -196,550 0.15625,-1.90625 c 0.6231,-0.14227 1.07677,-0.25145 1.59375,-0.59375 l 1.75,1.5 1.5,-1.5 -1.5,-1.75 c 0.34229,-0.51699 0.45148,-0.97065 0.59375,-1.59375 L -190,544 l 0,-1 0,-1 -1.90625,-0.15625 c -0.14227,-0.6231 -0.25145,-1.07677 -0.59375,-1.59375 l 1.5,-1.75 -1.5,-1.5 -1.75,1.5 c -0.51699,-0.34229 -0.97065,-0.45148 -1.59375,-0.59375 L -196,536 l -1,0 -1,0 -0.15625,1.90625 c -0.6231,0.14227 -1.07677,0.25145 -1.59375,0.59375 l -1.75,-1.5 -1.5,1.5 1.5,1.75 c -0.34229,0.51699 -0.45148,0.97065 -0.59375,1.59375 L -204,542 l 0,1 0,1 1.90625,0.15625 c 0.14227,0.6231 0.25145,1.07677 0.59375,1.59375 l -1.5,1.75 1.5,1.5 1.75,-1.5 c 0.51699,0.34229 0.97065,0.45148 1.59375,0.59375 L -198,550 l 1,0 1,0 z m -1,-4 c -1.65685,0 -3,-1.34315 -3,-3 0,-1.65685 1.34315,-3 3,-3 1.65685,0 3,1.34315 3,3 0,1.65685 -1.34315,3 -3,3 z"
+ style="color:#000000;fill:url(#linearGradient32854-6-2);fill-opacity:1;fill-rule:nonzero;stroke:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="535"
+ x="-205"
+ height="16"
+ width="16"
+ id="rect52984"
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ ry="6.4999995"
+ rx="6.4999995"
+ y="539.5"
+ x="-200.5"
+ height="6.981843"
+ width="6.981843"
+ id="rect52986"
+ style="fill:none;stroke:url(#linearGradient32856-3-2);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m -192.5,537.5 -1.25,1.25 m -2.75,-2.25 -1,0 0,1.5 c -0.35104,0.0802 -1.50086,0.537 -2,0.75 m -1.75,1.75 c -0.20864,0.49552 -0.67146,1.65605 -0.75,2 l -1.5,0 0,1 m 1.75,-5.75 -0.5,0.5 m 1,8 -1.25,1.25"
+ id="path52988"
+ sodipodi:nodetypes="cccccscccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path52990"
+ d="m -202.5,538.75 1.25,-1.25"
+ style="fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="opacity:0.4;fill:none;stroke:url(#linearGradient32858-7-2);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.26976086;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect52992"
+ width="6.981843"
+ height="6.981843"
+ x="193.51816"
+ y="-546.48187"
+ rx="6.4999995"
+ ry="6.4999995"
+ transform="scale(-1,-1)" />
+ <path
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ d="m -197.5,548.25 0,1.25 m 7,-7 -1.25,0"
+ id="path52994"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path52996"
+ d="m -191.75,547.25 -1,1"
+ style="opacity:0.3;fill:none;stroke:#ffffff;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g32860"
+ transform="translate(231,-294)">
+ <rect
+ style="opacity:0;color:#000000;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect32862"
+ width="16"
+ height="16"
+ x="-226"
+ y="619" />
+ <path
+ sodipodi:nodetypes="cccsssscccc"
+ style="opacity:0.5;fill:url(#linearGradient32896-0-4);fill-opacity:1;stroke:none"
+ d="m -212.5,619.5 -2,0 -6.0625,6.0625 C -220.70928,625.548 -220.84942,625.5 -221,625.5 c -2.48528,0 -4.5,2.01473 -4.5,4.5 0,2.48527 2.01472,4.5 4.5,4.5 2.48528,0 4.5,-2.01473 4.5,-4.5 0,-0.14948 -0.017,-0.29176 -0.0312,-0.4375 l 6.0312,-6.0625 0,-2 -2,-2 z"
+ id="path32864"
+ inkscape:connector-curvature="0" />
+ <path
+ d="m -177.09897,651.49231 c 0,1.37646 -1.09713,2.49231 -2.45051,2.49231 -1.35339,0 -2.45052,-1.11585 -2.45052,-2.49231 0,-1.37646 1.09713,-2.49231 2.45052,-2.49231 1.35338,0 2.45051,1.11585 2.45051,2.49231 z"
+ sodipodi:ry="2.4923096"
+ sodipodi:rx="2.4505157"
+ sodipodi:cy="651.49231"
+ sodipodi:cx="-179.54948"
+ id="path32866"
+ style="color:#000000;fill:url(#linearGradient32899-8-3);fill-opacity:1;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc"
+ transform="matrix(1.224232,0,0,1.2036922,-1.189782,-154.19619)" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path32868"
+ d="m -219.5,626.5 5.5,-5.5 0.5,-0.5 0.5,0.5 0.5,0.5"
+ style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;display:inline;enable-background:new"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(-21,0)"
+ d="M -193.09375,620.46875 -198.875,626.25 a 0.95626367,0.95626367 0 0 1 -0.78125,0.25 c -0.29297,-0.0289 -0.39637,-0.0312 -0.34375,-0.0312 -1.96853,0 -3.53125,1.56273 -3.53125,3.53125 0,1.96852 1.56272,3.53125 3.53125,3.53125 1.96853,0 3.53125,-1.56273 3.53125,-3.53125 0,-0.0768 0.0155,-0.18427 0,-0.34375 a 0.95626367,0.95626367 0 0 1 0.25,-0.78125 l 5.75,-5.78125 0,-1.1875 -1.4375,-1.4375 -1.1875,0 z"
+ id="path32870"
+ style="fill:none;stroke:url(#radialGradient32901-4-9);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ inkscape:original="M -193.5 619.5 L -199.5625 625.5625 C -199.70928 625.548 -199.84942 625.5 -200 625.5 C -202.48528 625.5 -204.5 627.51473 -204.5 630 C -204.5 632.48527 -202.48528 634.5 -200 634.5 C -197.51472 634.5 -195.5 632.48527 -195.5 630 C -195.5 629.85052 -195.51705 629.70824 -195.53125 629.5625 L -189.5 623.5 L -189.5 621.5 L -191.5 619.5 L -193.5 619.5 z "
+ inkscape:radius="-0.95616806"
+ sodipodi:type="inkscape:offset" />
+ <path
+ id="path32872"
+ d="m -217,624 0,1 -1,0 0,0.0312 -0.0312,0 0,0.96875 -0.96875,0 0,0.0312 -0.0312,0 0,1 -1,0 0,1 0,1 1,0 1,0 0,-1 1,0 0,-0.0312 0.0312,0 0,-0.96875 0.96875,0 0,-0.0312 0.0312,0 0,-1 1,0 0,-1 -1,0 0,-1 -1,0 z"
+ style="color:#000000;fill:url(#linearGradient32903-6-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="matrix(1.2638889,0,0,1.2222222,32.853009,-140.1836)"
+ d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
+ sodipodi:ry="0.80938911"
+ sodipodi:rx="0.80938911"
+ sodipodi:cy="628.93835"
+ sodipodi:cx="-202.03252"
+ id="path32874"
+ style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ sodipodi:type="arc"
+ style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path32877"
+ sodipodi:cx="-202.03252"
+ sodipodi:cy="628.93835"
+ sodipodi:rx="0.80938911"
+ sodipodi:ry="0.80938911"
+ d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
+ transform="matrix(0.77047663,0,0,0.74507628,-63.8586,161.95861)" />
+ <path
+ transform="matrix(0.77047663,0,0,0.74507628,-64.708233,162.88548)"
+ d="m -201.22313,628.93835 c 0,0.44702 -0.36237,0.80939 -0.80939,0.80939 -0.44701,0 -0.80939,-0.36237 -0.80939,-0.80939 0,-0.44701 0.36238,-0.80938 0.80939,-0.80938 0.44702,0 0.80939,0.36237 0.80939,0.80938 z"
+ sodipodi:ry="0.80938911"
+ sodipodi:rx="0.80938911"
+ sodipodi:cy="628.93835"
+ sodipodi:cx="-202.03252"
+ id="path32879"
+ style="opacity:0.7;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.97113496;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:type="arc" />
+ <path
+ style="opacity:0.35;fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;display:inline;enable-background:new"
+ d="m -213.5,621.5 -6,6"
+ id="path32881"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path32883"
+ d="m -212.5,619.5 -2,0 -6.0625,6.0625 C -220.70928,625.548 -220.84942,625.5 -221,625.5 c -2.48528,0 -4.5,2.01473 -4.5,4.5 0,2.48527 2.01472,4.5 4.5,4.5 2.48528,0 4.5,-2.01473 4.5,-4.5 0,-0.14948 -0.017,-0.29176 -0.0312,-0.4375 l 6.0312,-6.0625 0,-2 -2,-2 z"
+ style="fill:none;stroke:#000000;stroke-width:0.69999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="cccsssscccc"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(-21,0)"
+ sodipodi:type="inkscape:offset"
+ inkscape:radius="-0.95616806"
+ inkscape:original="M -193.5 619.5 L -199.5625 625.5625 C -199.70928 625.548 -199.84942 625.5 -200 625.5 C -202.48528 625.5 -204.5 627.51473 -204.5 630 C -204.5 632.48527 -202.48528 634.5 -200 634.5 C -197.51472 634.5 -195.5 632.48527 -195.5 630 C -195.5 629.85052 -195.51705 629.70824 -195.53125 629.5625 L -189.5 623.5 L -189.5 621.5 L -191.5 619.5 L -193.5 619.5 z "
+ style="fill:none;stroke:url(#radialGradient32905-9-5);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ id="path32886"
+ d="M -193.09375,620.46875 -198.875,626.25 a 0.95626367,0.95626367 0 0 1 -0.78125,0.25 c -0.29297,-0.0289 -0.39637,-0.0312 -0.34375,-0.0312 -1.96853,0 -3.53125,1.56273 -3.53125,3.53125 0,1.96852 1.56272,3.53125 3.53125,3.53125 1.96853,0 3.53125,-1.56273 3.53125,-3.53125 0,-0.0768 0.0155,-0.18427 0,-0.34375 a 0.95626367,0.95626367 0 0 1 0.25,-0.78125 l 5.75,-5.78125 0,-1.1875 -1.4375,-1.4375 -1.1875,0 z" />
+ <g
+ style="opacity:0.3;fill:#ffffff"
+ id="g32888">
<rect
- transform="matrix(0,1,1,0,0,0)"
- style="fill:url(#linearGradient21053);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
- id="rect21045"
- width="11.000029"
- height="3"
- x="189.49994"
- y="286.5"
- rx="0"
- ry="1.9320945"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect32890"
+ width="1"
+ height="0.98873287"
+ x="-217"
+ y="622.98871" />
+ <rect
+ y="624"
+ x="-216"
+ height="0.98873287"
+ width="1"
+ id="rect32892"
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <rect
+ style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.20000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect32894"
+ width="1"
+ height="0.98873287"
+ x="-215"
+ y="624.98871" />
+ </g>
+ </g>
+ <g
+ id="g59188"
+ transform="translate(441,-963.36218)"
+ style="display:inline;enable-background:new">
+ <rect
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect59190"
+ width="16"
+ height="16"
+ x="26"
+ y="1036.3622" />
+ <g
+ transform="translate(-727,832.3622)"
+ id="g59192"
+ style="display:inline;enable-background:new">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:url(#linearGradient106804);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;display:inline"
+ d="m 756.16666,204.50001 8.33334,-1e-5 0,13.99999 -11,1e-5 -10e-6,-10.99999 2.66667,-3 z"
+ id="path59194"
+ sodipodi:nodetypes="cccccc"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
<path
inkscape:connector-curvature="0"
- sodipodi:nodetypes="ccc"
- style="fill:none;stroke:url(#linearGradient21055);stroke-width:1.00000012px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
- d="m 287.5,199.27782 0,-8.77775 1,-7e-5"
- id="path21047"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ sodipodi:nodetypes="cccccc"
+ id="path59196"
+ d="m 756.16666,204.50001 8.33334,-1e-5 0,13.99999 -11,1e-5 -10e-6,-10.99999 2.66667,-3 z"
+ style="opacity:0.3;fill:url(#radialGradient106806);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path59198"
+ style="fill:none;stroke:url(#linearGradient106808);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1;display:inline"
+ d="m 754.5,209 0,9.5 m 3.5,-13 5.5,0"
+ sodipodi:nodetypes="cccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ id="path59200"
+ d="m 753,208 4,0 0,-4 -4,4 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;display:inline" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ id="path59202"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 753.5,207.00001 0,11.49999 11,-1e-5 0,-13.99999 -8.5,1e-5 -2.5,2.5 z"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\Kopia blender\.blender\icons\jendrzych's iconset.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient106810);stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 757.5,206.5 0,2 -2,0"
+ id="path59204" />
+ </g>
+ <g
+ id="g59206"
+ transform="translate(26,2.12e-5)">
+ <g
+ transform="translate(42,3.0002)"
+ id="g59208">
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:#4381b3;fill-opacity:1;stroke:none"
+ d="m -32.5,1036.8622 c -3,0 -3,1.5128 -3,2.0128 l 0,0.9872 -0.5,0 c -0.25,0 -2.5,10e-4 -2.5,3 0,2.9988 2.25,3 2.5,3 l 0.5,0 0,-1 c 0,-1.1046 0.89543,-2 2,-2 l 2,-0.013 c 1.10457,0 2,-0.8954 2,-2 l 0,-1.9872 c 0,-0.5 0,-2 -3,-2 l 0,0 0,2e-4 z"
+ id="path59210"
+ sodipodi:nodetypes="ccccsccccccccc" />
+ <rect
+ style="opacity:0.01000001;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect59212"
+ width="0.99999928"
+ height="1.0468764"
+ x="-34"
+ y="1038.3153" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccsccccccccc"
+ id="path59214"
+ d="m -32.5,1048.8622 c 3,0 3,-1.5128 3,-2.0128 l 0,-0.9872 0.5,0 c 0.25,0 2.5,-10e-4 2.5,-3 0,-2.9988 -2.25,-3 -2.5,-3 l -0.5,0 0,1 c 0,1.1046 -0.89543,2 -2,2 l -2,0.013 c -1.10457,0 -2,0.8954 -2,2 l 0,1.9872 c 0,0.5 0,2 3,2 l 0,0 0,-2e-4 z"
+ style="fill:#ffd43b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m -32.5,1036.8622 c -3,0 -3,1 -3,2.0128 l 0,0.9872 3.5,0 -4,0.013 c -0.25,0 -2.5,10e-4 -2.5,3 0,2.9988 2.25,3 2.5,3 l 0.5,0 0,1 c 0,0.9872 0,1.9872 3,1.9872 3,0 3,-1.0128 3,-2 l 0,-1 -2.5,0 3,0 c 0.25,0 2.5,-10e-4 2.5,-3 0,-2.9988 -2.25,-3 -2.5,-3 l -0.5,0 0,-1 c 0,-1.0128 0,-2 -3,-2 l 0,-2e-4 z"
+ id="path59216"
+ sodipodi:nodetypes="cccccscccsccccscccz" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -29.5,1039.8622 0,1 c 0,1.1046 -0.89543,2 -2,2 l -2,0 c -1.10457,0 -2,0.8954 -2,2 l 0,1"
+ id="path59218"
+ sodipodi:nodetypes="cccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cszs"
+ id="path59220"
+ d="m -30.5,1041.3622 0,-2.5 c 0,-0.5128 0.25,-1 -2,-1 -2.15993,0 -1.99997,0.4872 -2,1"
+ style="fill:none;stroke:url(#linearGradient106812);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none" />
+ <path
+ inkscape:connector-curvature="0"
+ style="fill:none;stroke:url(#linearGradient106814);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m -32.5,1040.8494 -3.49995,0.013 c -1.00005,0 -1.50005,0.7372 -1.5,2 5e-5,1.285 0.49995,2 1.5,2"
+ id="path59222"
+ sodipodi:nodetypes="cszs" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc"
+ d="m -34.5,1044.8494 c 0,-0.5 0.5,-1 1,-1 l 2,0.013 c 1.64438,0 3,-1.3428 3,-2.9872 m -6,3.9744 0,3.5"
+ style="fill:none;stroke:url(#linearGradient106816);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path59224" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ id="path59226"
+ style="fill:none;stroke:url(#linearGradient106818);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m -31.5,1046.8494 1,0.013" />
+ </g>
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ transform="translate(172,-563.36218)"
+ id="g3978-5">
+ <rect
+ style="opacity:0;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible"
+ id="rect3980-2"
+ width="16"
+ height="15.999996"
+ x="211"
+ y="594.36218"
+ rx="0" />
+ <path
+ style="fill:#5590bf;fill-opacity:1;stroke:none"
+ d="m 219,594.875 c -3.5,10e-6 -3.5,1.5 -3.5,2 l 0,2 -0.5,0 c -0.25,0 -2.5,10e-4 -2.5,3 0,2.99883 2.25,2.99999 2.5,3 l 0.5,0 0,-1 c 0,-1.10457 0.89543,-2 2,-2 l 3,0 c 1.10457,0 2,-0.89543 2,-2 l 0,-3 c 0,-0.5 0,-2.00001 -3.5,-2 z"
+ id="path3982-7"
+ inkscape:connector-curvature="0" />
+ <rect
+ style="opacity:0.01000001;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect3984-6"
+ width="0.99999928"
+ height="1.0468764"
+ x="217"
+ y="596.31531" />
+ <rect
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect3986-1"
+ width="0.99999928"
+ height="1.0000014"
+ x="217"
+ y="596.36218" />
+ <path
+ id="path3988-4"
+ d="m 219,608.86218 c 3.5,-10e-6 3.5,-1.5 3.5,-2 l 0,-2 0.5,0 c 0.25,0 2.5,-10e-4 2.5,-3 0,-2.99883 -2.25,-2.99999 -2.5,-3 l -0.5,0 0,1 c 0,1.10457 -0.89543,2 -2,2 l -3,0 c -1.10457,0 -2,0.89543 -2,2 l 0,3 c 0,0.5 0,2.00001 3.5,2 z"
+ style="fill:#ffd43b;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:connector-curvature="0" />
+ <rect
+ y="606.36218"
+ x="220"
+ height="1.0000014"
+ width="0.99999928"
+ id="rect3990-2"
+ style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 219,594.875 c -3.5,10e-6 -3.5,0.98718 -3.5,2 l 0,1.98718 3.5,0 -4,0.0128 c -0.25,0 -2.5,10e-4 -2.5,3 0,2.99883 2.25,2.99999 2.5,3 l 0.5,0 0,2 c 0,0.9872 0,2.00001 3.5,2 3.5,-1e-5 3.5,-1.0128 3.5,-2 l 0,-2.0128 -3.5,0 4,0.0128 c 0.25,0 2.5,-0.001 2.5,-3 0,-2.99883 -2.25,-2.99999 -2.5,-3 l -0.5,0 0,-2 c 0,-1.0128 0,-2.00001 -3.5,-2 l 0,2e-5 0,0 z"
+ id="path3992-3"
+ sodipodi:nodetypes="cccccscccsccccsccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 222.5,598.86218 0,1 c 0,1.10457 -0.89543,2 -2,2 l -3,0 c -1.10457,0 -2,0.89543 -2,2 l 0,1"
+ id="path3994-2"
+ sodipodi:nodetypes="cccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cszsc"
+ id="path3996-2"
+ d="m 221.5,600.86218 -5e-5,-3.98718 c -1e-5,-0.51282 0.23494,-0.98725 -2.49995,-1 -2.75,-0.0128 -2.49992,0.48718 -2.49995,1 l -5e-5,0.98718"
+ style="fill:none;stroke:url(#linearGradient106820);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:url(#linearGradient106822);stroke-width:1;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 218.5,599.86218 -3.49995,0.0128 c -1.00005,0.004 -1.50005,0.73718 -1.5,2 5e-5,1.285 0.49995,2 1.5,2"
+ id="path3998-16"
+ sodipodi:nodetypes="cszs"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ d="m 216.5,603.86218 c 0,-0.5 0.5,-1 1,-1 l 3,0 c 1.64438,0 3,-1.3428 3,-2.98718 m -7,3.98718 0,3.5"
+ style="fill:none;stroke:url(#linearGradient106824);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4000-8"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cc"
+ id="path4002-5"
+ style="fill:none;stroke:url(#linearGradient106826);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 219.5,605.86218 2.00005,0.0128"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g29932"
+ transform="translate(-126.00002,-168.00003)"
+ inkscape:export-filename="/home/wolter/Documenten/Blender/icons/v.2.5.08/tri.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <rect
+ y="346.00003"
+ x="194.00002"
+ height="15.999971"
+ width="15.999971"
+ id="rect41325-5"
+ style="opacity:0;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g29926">
+ <path
+ inkscape:connector-curvature="0"
+ style="opacity:0.55;fill:url(#radialGradient29940);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 202,347.61523 -5.88637,9.59973 5.88637,3.34754 5.86428,-3.39174 z"
+ id="path41327-4"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc"
+ id="path41331-0"
+ d="M 196.3125,357.5 202,354.4375 207.6875,357.5"
+ style="opacity:0.02749999;fill:none;stroke:#1a1a1a;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc"
+ style="fill:#ffb769;fill-opacity:1;fill-rule:nonzero;stroke:#542b00;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.8627451;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 202.01289,347.79311 -5.76159,9.41263 5.71099,3.22682 z"
+ id="path35820-3-3-0"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90" />
+ <path
+ inkscape:connector-curvature="0"
+ inkscape:export-ydpi="90"
+ inkscape:export-xdpi="90"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\BLENDER ICONSET\blender-cvs-windows\.blender\.blender\icons\jendrzych's iconset.png"
+ id="path35822-5"
+ d="m 201.96384,360.43934 -5.70169,-3.25 5.73419,-9.4114"
+ style="fill:none;stroke:#462400;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:7.40000265;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccc" />
+ </g>
+ </g>
+ <g
+ style="display:inline;enable-background:new"
+ id="g28913">
+ <rect
+ style="opacity:0;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.79999995;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="rect29107-2-4"
+ width="16"
+ height="16"
+ x="89"
+ y="178" />
+ <g
+ transform="translate(0.7527954,0.10835392)"
+ id="g28861">
+ <g
+ id="g56091-4-3"
+ transform="translate(-440.6432,125.89164)">
+ <path
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 532,57.5 4,-1.5 7.99996,3.49998 0,1.71875 -3.99999,2.24999 L 532,59.21875 z"
+ id="path29110-0-9"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:connector-curvature="0" />
+ <path
+ id="path29112-19-0"
+ d="m 532,57.5 4,-1.5 7.99996,3.49998 0,0.5 -4,2 L 532,58.06558 z"
+ style="fill:url(#linearGradient28911);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.06666696px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccc"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccccc"
+ style="fill:#252525;fill-opacity:1;fill-rule:evenodd;stroke:none"
+ d="M 532.00001,59.21875 532,58 l 7.99996,3.99998 0.01,1.4676 -8.00991,-4.24883 z"
+ id="path29114-14-3"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ id="path29116-5-9"
+ d="m 543.99996,61.21873 0,-1.21875 -4,2 c 0,2.58362 0,0.90165 0,1.46875 z"
+ style="fill:#151515;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89207077px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ inkscape:export-filename="C:\Documents and Settings\Tata\Pulpit\4.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccc"
+ id="path29120-9-7"
+ d="m 536.02638,56.53466 -3.36588,1.240071 7.30821,3.725249"
+ style="opacity:0.6;fill:none;stroke:#606060;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ style="fill:#e5b363;fill-opacity:1;stroke:#2c1907;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 89.80793,186.9661 1.06791,0.55608 0.8071,-0.42744 c 0,0 -0.0863,-0.49795 0.29882,-0.94997 0.32255,-0.37859 0.61819,-0.48727 0.61819,-0.48727 L 92.6,184.97585 91.49415,184.4 c 0,0 -0.64899,0.0667 -1.26647,0.81355 -0.63732,0.7709 -0.41973,1.75255 -0.41973,1.75255 z"
+ id="path30129"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscccscc" />
+ <path
+ style="fill:none;stroke:#ebd49a;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.71428576;stroke-dasharray:none"
+ d="m 91.42064,185.14551 c -0.22969,0.0907 -0.46636,0.27389 -0.62977,0.51928"
+ id="path30223"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:#e5b363;fill-opacity:1;stroke:#2c1907;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 95.76565,190.00646 1.06791,0.55608 0.8071,-0.42744 c 0,0 -0.0863,-0.49795 0.29882,-0.94997 0.32255,-0.37859 0.61819,-0.48727 0.61819,-0.48727 l 5e-5,-0.68165 -1.10585,-0.57585 c 0,0 -0.64899,0.0667 -1.26647,0.81355 -0.63732,0.7709 -0.41973,1.75255 -0.41973,1.75255 z"
+ id="path30129-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscccscc" />
+ <path
+ style="fill:none;stroke:#ebd49a;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.71428576;stroke-dasharray:none"
+ d="m 97.37836,188.18587 c -0.22969,0.0907 -0.46636,0.27389 -0.62977,0.51928"
+ id="path30223-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:#e5b363;fill-opacity:1;stroke:#2c1907;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;enable-background:new"
+ d="m 92.80464,188.48176 1.06791,0.55608 0.8071,-0.42744 c 0,0 -0.0863,-0.49795 0.29882,-0.94997 0.32255,-0.37859 0.61819,-0.48727 0.61819,-0.48727 l 5e-5,-0.68165 -1.10585,-0.57585 c 0,0 -0.64899,0.0667 -1.26647,0.81355 -0.63732,0.7709 -0.41973,1.75255 -0.41973,1.75255 z"
+ id="path30129-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccscccscc" />
+ <path
+ style="fill:none;stroke:#ebd49a;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.71428576;stroke-dasharray:none"
+ d="m 94.41735,186.66117 c -0.22969,0.0907 -0.46636,0.27389 -0.62977,0.51928"
+ id="path30223-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
</g>
</g>
- <path
- inkscape:connector-curvature="0"
- style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 153.71624,245.3707 2.55856,-2.59917 3.77691,-1.0559 3.65508,1.0559 2.63978,2.55855"
- id="path5277"
- sodipodi:nodetypes="ccccc"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <path
- inkscape:connector-curvature="0"
- style="fill:url(#linearGradient5198);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m 160,244.45019 c 2.80759,0 3.1456,0.55141 3.13149,1.45474 -0.0141,0.90332 -1.42455,0.91208 -1.42455,1.93626 0,1.02415 1.57724,0.44085 2.76542,1.09437 0,2.48008 0.89193,7.45217 0.89193,7.45217 0,0 -3.09545,0.31697 -5.36429,0.31344 -2.56161,0 -5.36429,-0.31344 -5.36429,-0.31344 0,0 0.89193,-4.97209 0.89193,-7.45217 1.1882,-0.65352 2.76545,-0.0702 2.76545,-1.09437 0,-1.02418 -1.41044,-1.03294 -1.42456,-1.93626 -0.0143,-0.90333 0.3239,-1.45474 3.13147,-1.45474 z"
- id="path3611"
- sodipodi:nodetypes="cssccsccssc"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <path
- sodipodi:type="arc"
- style="fill:none;stroke:none"
- id="path5200"
- sodipodi:cx="270.89917"
- sodipodi:cy="419.86368"
- sodipodi:rx="194.01427"
- sodipodi:ry="194.01427"
- d="m 464.91344,419.86368 a 194.01427,194.01427 0 1 1 -388.028537,0 194.01427,194.01427 0 1 1 388.028537,0 z"
- transform="matrix(0.03730133,0,0,0.03730126,149.89511,233.27081)"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <rect
- style="fill:#0000ff;fill-opacity:1;stroke:none"
- id="rect5204"
- width="3"
- height="2.9999938"
- x="151.22951"
- y="244.74149"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png" />
- <rect
- style="fill:#ff0000;fill-opacity:1;stroke:none"
- id="rect5204-5"
- width="3"
- height="2.9999938"
- x="165.84726"
- y="244.86444"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <rect
- style="fill:#00ff00;fill-opacity:1;stroke:none"
- id="rect5204-6"
- width="3"
- height="2.9999938"
- x="158.80478"
- y="239.76471"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <rect
- style="fill:#ffff00;fill-opacity:1;stroke:none"
- id="rect5204-2"
- width="3"
- height="2.9999938"
- x="162.63292"
- y="241.18301"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <rect
- style="fill:#00ffff;fill-opacity:1;stroke:none"
- id="rect5204-25"
- width="3"
- height="2.9999938"
- x="154.81273"
- y="241.05409"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <path
- inkscape:connector-curvature="0"
- style="fill:none;stroke:none"
- d="m 157.13413,244.2424 c 0.2321,2.09838 1.67475,6.34837 2.29048,7.92672 0.40964,-0.15981 0.33748,-0.4524 0.58733,-0.54987 0.24985,-0.0975 0.44912,0.14552 0.80453,0.007 -0.67326,-1.7258 -2.45302,-5.71091 -3.68234,-7.38372 z"
- id="path5257"
- sodipodi:nodetypes="cczcc"
- inkscape:transform-center-y="-3.3828937"
- inkscape:transform-center-x="1.0247084"
- inkscape:export-filename="/home/i7deb64/blender-2.5-svn/__work__/weightvgroup_modifier/icon_20x20.png"
- inkscape:export-xdpi="2.4000001"
- inkscape:export-ydpi="2.4000001" />
- <path
- style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:0.78431374"
- d="m 158.81148,249.26229 c -0.61476,6.39345 -0.61476,6.39345 -0.61476,6.39345"
- id="path20399"
- inkscape:connector-curvature="0" />
- <path
- sodipodi:type="arc"
- style="opacity:0.75000000000000000;fill:#ffffff;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0.78431374;stroke-dasharray:none;fill-opacity:0.78431373999999998;fill-rule:nonzero"
- id="path20405"
- sodipodi:cx="158.64754"
- sodipodi:cy="245.75819"
- sodipodi:rx="0.12295082"
- sodipodi:ry="0.51229507"
- d="m 158.77049,245.75819 a 0.12295082,0.51229507 0 1 1 -0.2459,0 0.12295082,0.51229507 0 1 1 0.2459,0 z"
- transform="matrix(0.99510091,0.09886445,-0.09886445,0.99510091,25.503631,-14.219063)" />
</g>
</svg>
diff --git a/release/datafiles/blender_icons16.png b/release/datafiles/blender_icons16.png
index 81e412b8062..56aff64b840 100644
--- a/release/datafiles/blender_icons16.png
+++ b/release/datafiles/blender_icons16.png
Binary files differ
diff --git a/release/datafiles/blender_icons32.png b/release/datafiles/blender_icons32.png
index 18926a75f9f..296893e5ff6 100644
--- a/release/datafiles/blender_icons32.png
+++ b/release/datafiles/blender_icons32.png
Binary files differ
diff --git a/release/scripts/modules/addon_utils.py b/release/scripts/modules/addon_utils.py
index 6bf81d73f8b..65ea91cf8ce 100644
--- a/release/scripts/modules/addon_utils.py
+++ b/release/scripts/modules/addon_utils.py
@@ -29,7 +29,7 @@ __all__ = (
)
import bpy as _bpy
-
+_user_preferences = _bpy.context.user_preferences
error_duplicates = False
error_encoding = False
@@ -201,7 +201,7 @@ def check(module_name):
:rtype: tuple of booleans
"""
import sys
- loaded_default = module_name in _bpy.context.user_preferences.addons
+ loaded_default = module_name in _user_preferences.addons
mod = sys.modules.get(module_name)
loaded_state = mod and getattr(mod, "__addon_enabled__", Ellipsis)
@@ -232,6 +232,7 @@ def enable(module_name, default_set=True, persistent=False):
import os
import sys
+ from bpy_restrict_state import RestrictBlend
def handle_error():
import traceback
@@ -259,34 +260,38 @@ def enable(module_name, default_set=True, persistent=False):
# Split registering up into 3 steps so we can undo
# if it fails par way through.
- # 1) try import
- try:
- mod = __import__(module_name)
- mod.__time__ = os.path.getmtime(mod.__file__)
- mod.__addon_enabled__ = False
- except:
- handle_error()
- return None
-
- # 2) try register collected modules
- # removed, addons need to handle own registration now.
-
- # 3) try run the modules register function
- try:
- mod.register()
- except:
- print("Exception in module register(): %r" %
- getattr(mod, "__file__", module_name))
- handle_error()
- del sys.modules[module_name]
- return None
+ # disable the context, using the context at all is
+ # really bad while loading an addon, don't do it!
+ with RestrictBlend():
+
+ # 1) try import
+ try:
+ mod = __import__(module_name)
+ mod.__time__ = os.path.getmtime(mod.__file__)
+ mod.__addon_enabled__ = False
+ except:
+ handle_error()
+ return None
+
+ # 2) try register collected modules
+ # removed, addons need to handle own registration now.
+
+ # 3) try run the modules register function
+ try:
+ mod.register()
+ except:
+ print("Exception in module register(): %r" %
+ getattr(mod, "__file__", module_name))
+ handle_error()
+ del sys.modules[module_name]
+ return None
# * OK loaded successfully! *
if default_set:
# just in case its enabled already
- ext = _bpy.context.user_preferences.addons.get(module_name)
+ ext = _user_preferences.addons.get(module_name)
if not ext:
- ext = _bpy.context.user_preferences.addons.new()
+ ext = _user_preferences.addons.new()
ext.module = module_name
mod.__addon_enabled__ = True
@@ -327,7 +332,7 @@ def disable(module_name, default_set=True):
(module_name, "disabled" if mod is None else "loaded"))
# could be in more then once, unlikely but better do this just in case.
- addons = _bpy.context.user_preferences.addons
+ addons = _user_preferences.addons
if default_set:
while module_name in addons:
diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py
index 4ad00eb267e..25fe6c1d4e5 100644
--- a/release/scripts/modules/bpy/utils.py
+++ b/release/scripts/modules/bpy/utils.py
@@ -57,6 +57,7 @@ import sys as _sys
import addon_utils as _addon_utils
+_user_preferences = _bpy.context.user_preferences
_script_module_dirs = "startup", "modules"
@@ -132,8 +133,6 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
"""
use_time = _bpy.app.debug_python
- prefs = _bpy.context.user_preferences
-
if use_time:
import time
t_main = time.time()
@@ -150,7 +149,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
# to reload. note that they will only actually reload of the
# modification time changes. This `won't` work for packages so...
# its not perfect.
- for module_name in [ext.module for ext in prefs.addons]:
+ for module_name in [ext.module for ext in _user_preferences.addons]:
_addon_utils.disable(module_name, default_set=False)
def register_module_call(mod):
@@ -218,24 +217,27 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
del _global_loaded_modules[:]
- for base_path in script_paths():
- for path_subdir in _script_module_dirs:
- path = _os.path.join(base_path, path_subdir)
- if _os.path.isdir(path):
- _sys_path_ensure(path)
+ from bpy_restrict_state import RestrictBlend
+
+ with RestrictBlend():
+ for base_path in script_paths():
+ for path_subdir in _script_module_dirs:
+ path = _os.path.join(base_path, path_subdir)
+ if _os.path.isdir(path):
+ _sys_path_ensure(path)
- # only add this to sys.modules, don't run
- if path_subdir == "modules":
- continue
+ # only add this to sys.modules, don't run
+ if path_subdir == "modules":
+ continue
- for mod in modules_from_path(path, loaded_modules):
- test_register(mod)
+ for mod in modules_from_path(path, loaded_modules):
+ test_register(mod)
# deal with addons separately
_addon_utils.reset_all(reload_scripts)
# run the active integration preset
- filepath = preset_find(prefs.inputs.active_keyconfig, "keyconfig")
+ filepath = preset_find(_user_preferences.inputs.active_keyconfig, "keyconfig")
if filepath:
keyconfig_set(filepath)
@@ -264,7 +266,7 @@ def script_path_user():
def script_path_pref():
"""returns the user preference or None"""
- path = _bpy.context.user_preferences.filepaths.script_directory
+ path = _user_preferences.filepaths.script_directory
return _os.path.normpath(path) if path else None
diff --git a/release/scripts/modules/bpy_restrict_state.py b/release/scripts/modules/bpy_restrict_state.py
new file mode 100644
index 00000000000..21c69212731
--- /dev/null
+++ b/release/scripts/modules/bpy_restrict_state.py
@@ -0,0 +1,57 @@
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#
+# ##### END GPL LICENSE BLOCK #####
+
+# <pep8-80 compliant>
+
+"""
+This module contains RestrictBlend context manager.
+"""
+
+__all__ = (
+ "RestrictBlend",
+ )
+
+import bpy as _bpy
+
+class _RestrictContext():
+ __slots__ = ()
+ _real_data = _bpy.data
+ @property
+ def window_manager(self):
+ return self._real_data.window_managers[0]
+
+
+class _RestrictData():
+ __slots__ = ()
+
+
+_context_restrict = _RestrictContext()
+_data_restrict = _RestrictData()
+
+
+class RestrictBlend():
+ __slots__ = ("context", "data")
+ def __enter__(self):
+ self.data = _bpy.data
+ self.context = _bpy.context
+ _bpy.data = _data_restrict
+ _bpy.context = _context_restrict
+
+ def __exit__(self, type, value, traceback):
+ _bpy.data = self.data
+ _bpy.context = self.context
diff --git a/release/scripts/modules/bpy_types.py b/release/scripts/modules/bpy_types.py
index e42ae43aed6..11e1115fa4c 100644
--- a/release/scripts/modules/bpy_types.py
+++ b/release/scripts/modules/bpy_types.py
@@ -484,6 +484,15 @@ class Text(bpy_types.ID):
if cont.type == 'PYTHON']
)
+class NodeSocket(StructRNA): # , metaclass=RNAMeta
+ __slots__ = ()
+
+ @property
+ def links(self):
+ """List of node links from or to this socket"""
+ return tuple(link for link in self.id_data.links if link.from_socket == self or link.to_socket == self)
+
+
# values are module: [(cls, path, line), ...]
TypeMap = {}
diff --git a/release/scripts/startup/bl_ui/properties_data_bone.py b/release/scripts/startup/bl_ui/properties_data_bone.py
index fdaee6b7cde..a8954a1c33e 100644
--- a/release/scripts/startup/bl_ui/properties_data_bone.py
+++ b/release/scripts/startup/bl_ui/properties_data_bone.py
@@ -170,6 +170,8 @@ class BONE_PT_relations(BoneButtonsPanel, Panel):
if ob and pchan:
col.label(text="Bone Group:")
col.prop_search(pchan, "bone_group", ob.pose, "bone_groups", text="")
+ col.label(text="Object Children:")
+ col.prop(bone, "use_relative_parent")
col = split.column()
col.label(text="Parent:")
@@ -181,11 +183,11 @@ class BONE_PT_relations(BoneButtonsPanel, Panel):
sub = col.column()
sub.active = (bone.parent is not None)
sub.prop(bone, "use_connect")
- sub.prop(bone, "use_inherit_rotation", text="Inherit Rotation")
- sub.prop(bone, "use_inherit_scale", text="Inherit Scale")
+ sub.prop(bone, "use_inherit_rotation")
+ sub.prop(bone, "use_inherit_scale")
sub = col.column()
sub.active = (not bone.parent or not bone.use_connect)
- sub.prop(bone, "use_local_location", text="Local Location")
+ sub.prop(bone, "use_local_location")
class BONE_PT_display(BoneButtonsPanel, Panel):
diff --git a/release/scripts/startup/bl_ui/properties_render.py b/release/scripts/startup/bl_ui/properties_render.py
index 519aae96e91..4d14f25c9e8 100644
--- a/release/scripts/startup/bl_ui/properties_render.py
+++ b/release/scripts/startup/bl_ui/properties_render.py
@@ -1,4 +1,5 @@
# ##### BEGIN GPL LICENSE BLOCK #####
+
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -544,7 +545,7 @@ class RENDER_PT_bake(RenderButtonsPanel, Panel):
if rd.bake_type == 'AO':
col = split.column()
col.prop(rd, "bake_bias")
- col.prop(rd, "bake_rays_number")
+ col.prop(rd, "bake_samples")
if __name__ == "__main__": # only for live edit.
diff --git a/release/scripts/startup/bl_ui/space_text.py b/release/scripts/startup/bl_ui/space_text.py
index fa8752c21be..b54fccf45f1 100644
--- a/release/scripts/startup/bl_ui/space_text.py
+++ b/release/scripts/startup/bl_ui/space_text.py
@@ -66,6 +66,7 @@ class TEXT_HT_header(Header):
row.operator("text.run_script")
row = layout.row()
+ row.active = text.name.endswith(".py")
row.prop(text, "use_module")
row = layout.row()
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 7c6c8dce954..695e09ee025 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -686,6 +686,28 @@ class USERPREF_PT_theme(Panel):
col.separator()
ui = theme.user_interface
+
+ col.label("Menu Shadow:")
+
+ row = col.row()
+
+ subsplit = row.split(percentage=0.95)
+
+ padding = subsplit.split(percentage=0.15)
+ colsub = padding.column()
+ colsub = padding.column()
+ colsub.row().prop(ui, "menu_shadow_fac")
+
+ subsplit = row.split(percentage=0.85)
+
+ padding = subsplit.split(percentage=0.15)
+ colsub = padding.column()
+ colsub = padding.column()
+ colsub.row().prop(ui, "menu_shadow_width")
+
+ col.separator()
+ col.separator()
+
col.label("Icons:")
row = col.row()
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 91132a72b07..09b32cd0c56 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -971,6 +971,7 @@ class VIEW3D_PT_tools_weightpaint(View3DPanel, Panel):
col.operator("object.vertex_group_transfer_weight", text="Transfer Weights")
col.operator("object.vertex_group_limit_total", text="Limit Total")
col.operator("object.vertex_group_fix", text="Fix Deforms")
+ col.operator("paint.weight_gradient")
class VIEW3D_PT_tools_weightpaint_options(Panel, View3DPaintPanel):
diff --git a/release/scripts/templates/addon_add_object.py b/release/scripts/templates/addon_add_object.py
index a4df5fb7436..66da6a969c7 100644
--- a/release/scripts/templates/addon_add_object.py
+++ b/release/scripts/templates/addon_add_object.py
@@ -2,7 +2,7 @@ bl_info = {
"name": "New Object",
"author": "Your Name Here",
"version": (1, 0),
- "blender": (2, 5, 5),
+ "blender": (2, 65, 0),
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",
diff --git a/release/scripts/templates/operator_modal_draw.py b/release/scripts/templates/operator_modal_draw.py
index f1c4e113b0a..d11ddf0b467 100644
--- a/release/scripts/templates/operator_modal_draw.py
+++ b/release/scripts/templates/operator_modal_draw.py
@@ -42,20 +42,22 @@ class ModalDrawOperator(bpy.types.Operator):
self.mouse_path.append((event.mouse_region_x, event.mouse_region_y))
elif event.type == 'LEFTMOUSE':
- context.region.callback_remove(self._handle)
+ bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW')
return {'FINISHED'}
elif event.type in {'RIGHTMOUSE', 'ESC'}:
- context.region.callback_remove(self._handle)
+ bpy.types.SpaceView3D.draw_handler_remove(self._handle, 'WINDOW')
return {'CANCELLED'}
return {'RUNNING_MODAL'}
def invoke(self, context, event):
if context.area.type == 'VIEW_3D':
+ # the arguments we pass the the callback
+ args = (self, context)
# Add the region OpenGL drawing callback
# draw in view space with 'POST_VIEW' and 'PRE_VIEW'
- self._handle = context.region.callback_add(draw_callback_px, (self, context), 'POST_PIXEL')
+ self._handle = bpy.types.SpaceView3D.draw_handler_add(draw_callback_px, args, 'WINDOW', 'POST_PIXEL')
self.mouse_path = []
diff --git a/source/blender/avi/intern/avi_endian.c b/source/blender/avi/intern/avi_endian.c
index 70add8bd90f..9720d83f2c8 100644
--- a/source/blender/avi/intern/avi_endian.c
+++ b/source/blender/avi/intern/avi_endian.c
@@ -49,7 +49,7 @@
#ifdef __BIG_ENDIAN__
/* copied from BLI_endian_switch_inline.h */
-static void invert(int *num)
+static void invert(int *val)
{
int tval = *val;
*val = ((tval >> 24)) |
diff --git a/source/blender/blenkernel/BKE_blender.h b/source/blender/blenkernel/BKE_blender.h
index 570086e9b69..11759a82e60 100644
--- a/source/blender/blenkernel/BKE_blender.h
+++ b/source/blender/blenkernel/BKE_blender.h
@@ -50,7 +50,7 @@ extern "C" {
/* used by packaging tools */
/* can be left blank, otherwise a,b,c... etc with no quotes */
-#define BLENDER_VERSION_CHAR
+#define BLENDER_VERSION_CHAR a
/* alpha/beta/rc/release, docs use this */
#define BLENDER_VERSION_CYCLE alpha
diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h
index 22b8f474cca..285077f258c 100644
--- a/source/blender/blenkernel/BKE_context.h
+++ b/source/blender/blenkernel/BKE_context.h
@@ -185,6 +185,7 @@ enum {
PointerRNA CTX_data_pointer_get(const bContext *C, const char *member);
PointerRNA CTX_data_pointer_get_type(const bContext *C, const char *member, StructRNA *type);
ListBase CTX_data_collection_get(const bContext *C, const char *member);
+ListBase CTX_data_dir_get_ex(const bContext *C, const short use_store, const short use_rna, const short use_all);
ListBase CTX_data_dir_get(const bContext *C);
int CTX_data_get(const bContext *C, const char *member, PointerRNA *r_ptr, ListBase *r_lb, short *r_type);
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 38a88607119..5458568433d 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -114,7 +114,7 @@ typedef struct Global {
#define G_BACKBUFSEL (1 << 4)
#define G_PICKSEL (1 << 5)
-/* #define G_FACESELECT (1 << 8) use (mesh->editflag & ME_EDIT_PAINT_MASK) */
+/* #define G_FACESELECT (1 << 8) use (mesh->editflag & ME_EDIT_PAINT_FACE_SEL) */
#define G_SCRIPT_AUTOEXEC (1 << 13)
#define G_SCRIPT_OVERRIDE_PREF (1 << 14) /* when this flag is set ignore the userprefs */
diff --git a/source/blender/blenkernel/BKE_mesh.h b/source/blender/blenkernel/BKE_mesh.h
index 3fc1b7d6136..320ced67a2f 100644
--- a/source/blender/blenkernel/BKE_mesh.h
+++ b/source/blender/blenkernel/BKE_mesh.h
@@ -123,6 +123,17 @@ void BKE_mesh_flush_hidden_from_verts(const struct MVert *mvert,
struct MEdge *medge, int totedge,
struct MPoly *mpoly, int totpoly);
+void BKE_mesh_flush_select_from_polys_ex(struct MVert *mvert, const int totvert,
+ struct MLoop *mloop,
+ struct MEdge *medge, const int totedge,
+ const struct MPoly *mpoly, const int totpoly);
+void BKE_mesh_flush_select_from_polys(struct Mesh *me);
+void BKE_mesh_flush_select_from_verts_ex(const struct MVert *mvert, const int totvert,
+ struct MLoop *mloop,
+ struct MEdge *medge, const int totedge,
+ struct MPoly *mpoly, const int totpoly);
+void BKE_mesh_flush_select_from_verts(struct Mesh *me);
+
void BKE_mesh_unlink(struct Mesh *me);
void BKE_mesh_free(struct Mesh *me, int unlink);
struct Mesh *BKE_mesh_add(const char *name);
@@ -132,7 +143,7 @@ void mesh_update_customdata_pointers(struct Mesh *me, const short do_ensure_tess
void BKE_mesh_make_local(struct Mesh *me);
void BKE_mesh_boundbox_calc(struct Mesh *me, float r_loc[3], float r_size[3]);
void BKE_mesh_texspace_calc(struct Mesh *me);
-float *BKE_mesh_orco_verts_get(struct Object *ob);
+float (*BKE_mesh_orco_verts_get(struct Object *ob))[3];
void BKE_mesh_orco_verts_transform(struct Mesh *me, float (*orco)[3], int totvert, int invert);
int test_index_face(struct MFace *mface, struct CustomData *mfdata, int mfindex, int nr);
struct Mesh *BKE_mesh_from_object(struct Object *ob);
@@ -152,7 +163,7 @@ void BKE_mesh_from_nurbs_displist(struct Object *ob, struct ListBase *dispbase,
int **orco_index_ptr);
void BKE_mesh_from_curve(struct Scene *scene, struct Object *ob);
void free_dverts(struct MDeformVert *dvert, int totvert);
-void copy_dverts(struct MDeformVert *dst, struct MDeformVert *src, int totvert); /* __NLA */
+void copy_dverts(struct MDeformVert *dst, const struct MDeformVert *src, int totvert);
void BKE_mesh_delete_material_index(struct Mesh *me, short index);
void BKE_mesh_smooth_flag_set(struct Object *meshOb, int enableSmooth);
void BKE_mesh_convert_mfaces_to_mpolys(struct Mesh *mesh);
diff --git a/source/blender/blenkernel/intern/DerivedMesh.c b/source/blender/blenkernel/intern/DerivedMesh.c
index 010839764b2..2dc01513149 100644
--- a/source/blender/blenkernel/intern/DerivedMesh.c
+++ b/source/blender/blenkernel/intern/DerivedMesh.c
@@ -857,30 +857,27 @@ DerivedMesh *mesh_create_derived_for_modifier(Scene *scene, Object *ob,
return dm;
}
-static float *get_editbmesh_orco_verts(BMEditMesh *em)
+static float (*get_editbmesh_orco_verts(BMEditMesh *em))[3]
{
BMIter iter;
BMVert *eve;
- float *orco;
- int a, totvert;
+ float (*orco)[3];
+ int i;
/* these may not really be the orco's, but it's only for preview.
* could be solver better once, but isn't simple */
-
- totvert = em->bm->totvert;
- orco = MEM_mallocN(sizeof(float) * 3 * totvert, "BMEditMesh Orco");
+ orco = MEM_mallocN(sizeof(float) * 3 * em->bm->totvert, "BMEditMesh Orco");
- eve = BM_iter_new(&iter, em->bm, BM_VERTS_OF_MESH, NULL);
- for (a = 0; eve; eve = BM_iter_step(&iter), a += 3) {
- copy_v3_v3(orco + a, eve->co);
+ BM_ITER_MESH_INDEX (eve, &iter, em->bm, BM_VERTS_OF_MESH, i) {
+ copy_v3_v3(orco[i], eve->co);
}
return orco;
}
/* orco custom data layer */
-static void *get_orco_coords_dm(Object *ob, BMEditMesh *em, int layer, int *free)
+static float (*get_orco_coords_dm(Object *ob, BMEditMesh *em, int layer, int *free))[3]
{
*free = 0;
@@ -889,9 +886,9 @@ static void *get_orco_coords_dm(Object *ob, BMEditMesh *em, int layer, int *free
*free = 1;
if (em)
- return (float(*)[3])get_editbmesh_orco_verts(em);
+ return get_editbmesh_orco_verts(em);
else
- return (float(*)[3])BKE_mesh_orco_verts_get(ob);
+ return BKE_mesh_orco_verts_get(ob);
}
else if (layer == CD_CLOTH_ORCO) {
/* apply shape key for cloth, this should really be solved
@@ -1815,17 +1812,18 @@ static void mesh_calc_modifiers(Scene *scene, Object *ob, float (*inputVertexCos
BLI_linklist_free((LinkNode *)datamasks, NULL);
}
-float (*editbmesh_get_vertex_cos(BMEditMesh * em, int *numVerts_r))[3]
+float (*editbmesh_get_vertex_cos(BMEditMesh *em, int *numVerts_r))[3]
{
- int i, numVerts = *numVerts_r = em->bm->totvert;
- float (*cos)[3];
BMIter iter;
BMVert *eve;
+ float (*cos)[3];
+ int i;
+
+ *numVerts_r = em->bm->totvert;
- cos = MEM_mallocN(sizeof(float) * 3 * numVerts, "vertexcos");
+ cos = MEM_mallocN(sizeof(float) * 3 * em->bm->totvert, "vertexcos");
- eve = BM_iter_new(&iter, em->bm, BM_VERTS_OF_MESH, NULL);
- for (i = 0; eve; eve = BM_iter_step(&iter), i++) {
+ BM_ITER_MESH_INDEX (eve, &iter, em->bm, BM_VERTS_OF_MESH, i) {
copy_v3_v3(cos[i], eve->co);
}
diff --git a/source/blender/blenkernel/intern/bpath.c b/source/blender/blenkernel/intern/bpath.c
index e10a078c2f7..0d44f5cad6f 100644
--- a/source/blender/blenkernel/intern/bpath.c
+++ b/source/blender/blenkernel/intern/bpath.c
@@ -25,7 +25,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/blenlib/intern/bpath.c
+/** \file blender/blenkernel/intern/bpath.c
* \ingroup bli
*/
diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 34adeb4fefb..61d0936d41d 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -1875,7 +1875,7 @@ static DerivedMesh *cddm_from_bmesh_ex(struct BMesh *bm, int use_mdisps,
bm->totface);
CDDerivedMesh *cddm = (CDDerivedMesh *)dm;
- BMIter iter, liter;
+ BMIter iter;
BMVert *eve;
BMEdge *eed;
BMFace *efa;
@@ -1913,7 +1913,7 @@ static DerivedMesh *cddm_from_bmesh_ex(struct BMesh *bm, int use_mdisps,
CD_CALLOC, dm->numLoopData);
CustomData_merge(&bm->pdata, &dm->polyData, mask,
CD_CALLOC, dm->numPolyData);
-
+
/* add tessellation mface layers */
if (use_tessface) {
CustomData_from_bmeshpoly(&dm->faceData, &dm->polyData, &dm->loopData, em_tottri);
@@ -2002,7 +2002,8 @@ static DerivedMesh *cddm_from_bmesh_ex(struct BMesh *bm, int use_mdisps,
j = 0;
efa = BM_iter_new(&iter, bm, BM_FACES_OF_MESH, NULL);
for (i = 0; efa; i++, efa = BM_iter_step(&iter), index++) {
- BMLoop *l;
+ BMLoop *l_iter;
+ BMLoop *l_first;
MPoly *mp = &mpoly[i];
BM_elem_index_set(efa, i); /* set_inline */
@@ -2011,15 +2012,16 @@ static DerivedMesh *cddm_from_bmesh_ex(struct BMesh *bm, int use_mdisps,
mp->flag = BM_face_flag_to_mflag(efa);
mp->loopstart = j;
mp->mat_nr = efa->mat_nr;
-
- BM_ITER_ELEM (l, &liter, efa, BM_LOOPS_OF_FACE) {
- mloop->v = BM_elem_index_get(l->v);
- mloop->e = BM_elem_index_get(l->e);
- CustomData_from_bmesh_block(&bm->ldata, &dm->loopData, l->head.data, j);
+
+ l_iter = l_first = BM_FACE_FIRST_LOOP(efa);
+ do {
+ mloop->v = BM_elem_index_get(l_iter->v);
+ mloop->e = BM_elem_index_get(l_iter->e);
+ CustomData_from_bmesh_block(&bm->ldata, &dm->loopData, l_iter->head.data, j);
j++;
mloop++;
- }
+ } while ((l_iter = l_iter->next) != l_first);
CustomData_from_bmesh_block(&bm->pdata, &dm->polyData, efa->head.data, i);
diff --git a/source/blender/blenkernel/intern/context.c b/source/blender/blenkernel/intern/context.c
index ffb93139358..7009f1235c9 100644
--- a/source/blender/blenkernel/intern/context.c
+++ b/source/blender/blenkernel/intern/context.c
@@ -427,11 +427,11 @@ int CTX_data_get(const bContext *C, const char *member, PointerRNA *r_ptr, ListB
return ret;
}
-static void data_dir_add(ListBase *lb, const char *member)
+static void data_dir_add(ListBase *lb, const char *member, const short use_all)
{
LinkData *link;
- if (strcmp(member, "scene") == 0) /* exception */
+ if ((use_all == FALSE) && strcmp(member, "scene") == 0) /* exception */
return;
if (BLI_findstring(lb, member, offsetof(LinkData, data)))
@@ -442,7 +442,13 @@ static void data_dir_add(ListBase *lb, const char *member)
BLI_addtail(lb, link);
}
-ListBase CTX_data_dir_get(const bContext *C)
+/**
+ * \param C Context
+ * \param use_store Use 'C->wm.store'
+ * \param use_rna Use Include the properties from 'RNA_Context'
+ * \param use_all Don't skip values (currently only "scene")
+ */
+ListBase CTX_data_dir_get_ex(const bContext *C, const short use_store, const short use_rna, const short use_all)
{
bContextDataResult result;
ListBase lb;
@@ -453,11 +459,33 @@ ListBase CTX_data_dir_get(const bContext *C)
memset(&lb, 0, sizeof(lb));
- if (C->wm.store) {
+ if (use_rna) {
+ char name[256], *nameptr;
+ int namelen;
+
+ PropertyRNA *iterprop;
+ PointerRNA ctx_ptr;
+ RNA_pointer_create(NULL, &RNA_Context, (void *)C, &ctx_ptr);
+
+ iterprop = RNA_struct_iterator_property(ctx_ptr.type);
+
+ RNA_PROP_BEGIN (&ctx_ptr, itemptr, iterprop)
+ {
+ nameptr = RNA_struct_name_get_alloc(&itemptr, name, sizeof(name), &namelen);
+ data_dir_add(&lb, name, use_all);
+ if (nameptr) {
+ if (name != nameptr) {
+ MEM_freeN(nameptr);
+ }
+ }
+ }
+ RNA_PROP_END;
+ }
+ if (use_store && C->wm.store) {
bContextStoreEntry *entry;
for (entry = C->wm.store->entries.first; entry; entry = entry->next)
- data_dir_add(&lb, entry->name);
+ data_dir_add(&lb, entry->name, use_all);
}
if ((ar = CTX_wm_region(C)) && ar->type && ar->type->context) {
memset(&result, 0, sizeof(result));
@@ -465,7 +493,7 @@ ListBase CTX_data_dir_get(const bContext *C)
if (result.dir)
for (a = 0; result.dir[a]; a++)
- data_dir_add(&lb, result.dir[a]);
+ data_dir_add(&lb, result.dir[a], use_all);
}
if ((sa = CTX_wm_area(C)) && sa->type && sa->type->context) {
memset(&result, 0, sizeof(result));
@@ -473,7 +501,7 @@ ListBase CTX_data_dir_get(const bContext *C)
if (result.dir)
for (a = 0; result.dir[a]; a++)
- data_dir_add(&lb, result.dir[a]);
+ data_dir_add(&lb, result.dir[a], use_all);
}
if ((sc = CTX_wm_screen(C)) && sc->context) {
bContextDataCallback cb = sc->context;
@@ -482,12 +510,17 @@ ListBase CTX_data_dir_get(const bContext *C)
if (result.dir)
for (a = 0; result.dir[a]; a++)
- data_dir_add(&lb, result.dir[a]);
+ data_dir_add(&lb, result.dir[a], use_all);
}
return lb;
}
+ListBase CTX_data_dir_get(const bContext *C)
+{
+ return CTX_data_dir_get_ex(C, TRUE, FALSE, FALSE);
+}
+
int CTX_data_equals(const char *member, const char *str)
{
return (strcmp(member, str) == 0);
diff --git a/source/blender/blenkernel/intern/dynamicpaint.c b/source/blender/blenkernel/intern/dynamicpaint.c
index 56b9db94108..e32f8d53b7d 100644
--- a/source/blender/blenkernel/intern/dynamicpaint.c
+++ b/source/blender/blenkernel/intern/dynamicpaint.c
@@ -687,7 +687,7 @@ static void boundInsert(Bounds3D *b, float point[3])
static float getSurfaceDimension(PaintSurfaceData *sData)
{
Bounds3D *mb = &sData->bData->mesh_bounds;
- return MAX3((mb->max[0] - mb->min[0]), (mb->max[1] - mb->min[1]), (mb->max[2] - mb->min[2]));
+ return max_fff((mb->max[0] - mb->min[0]), (mb->max[1] - mb->min[1]), (mb->max[2] - mb->min[2]));
}
static void freeGrid(PaintSurfaceData *data)
@@ -754,14 +754,14 @@ static void surfaceGenerateGrid(struct DynamicPaintSurface *surface)
/* get dimensions */
sub_v3_v3v3(dim, grid->grid_bounds.max, grid->grid_bounds.min);
copy_v3_v3(td, dim);
- min_dim = MAX3(td[0], td[1], td[2]) / 1000.f;
+ min_dim = max_fff(td[0], td[1], td[2]) / 1000.f;
/* deactivate zero axises */
for (i = 0; i < 3; i++) {
if (td[i] < min_dim) { td[i] = 1.0f; axis -= 1; }
}
- if (axis == 0 || MAX3(td[0], td[1], td[2]) < 0.0001f) {
+ if (axis == 0 || max_fff(td[0], td[1], td[2]) < 0.0001f) {
MEM_freeN(grid_bounds);
MEM_freeN(bData->grid);
bData->grid = NULL;
@@ -4260,7 +4260,7 @@ static int dynamicPaint_prepareEffectStep(DynamicPaintSurface *surface, Scene *s
if (surface->effect & MOD_DPAINT_EFFECT_DO_SHRINK)
shrink_speed = surface->shrink_speed;
- fastest_effect = MAX3(spread_speed, shrink_speed, average_force);
+ fastest_effect = max_fff(spread_speed, shrink_speed, average_force);
avg_dist = bData->average_dist * CANVAS_REL_SIZE / getSurfaceDimension(sData);
steps = (int)ceil(1.5f * EFF_MOVEMENT_PER_FRAME * fastest_effect / avg_dist * timescale);
@@ -4444,8 +4444,7 @@ static void dynamicPaint_doWaveStep(DynamicPaintSurface *surface, float timescal
float dt, min_dist, damp_factor;
float wave_speed = surface->wave_speed;
double average_dist = 0.0f;
- Bounds3D *mb = &sData->bData->mesh_bounds;
- float canvas_size = MAX3((mb->max[0] - mb->min[0]), (mb->max[1] - mb->min[1]), (mb->max[2] - mb->min[2]));
+ const float canvas_size = getSurfaceDimension(sData);
float wave_scale = CANVAS_REL_SIZE / canvas_size;
/* allocate memory */
diff --git a/source/blender/blenkernel/intern/editderivedmesh.c b/source/blender/blenkernel/intern/editderivedmesh.c
index bb8df834d0f..480ff23f100 100644
--- a/source/blender/blenkernel/intern/editderivedmesh.c
+++ b/source/blender/blenkernel/intern/editderivedmesh.c
@@ -115,10 +115,10 @@ static void BMEdit_RecalcTessellation_intern(BMEditMesh *em)
BMesh *bm = em->bm;
BMLoop *(*looptris)[3] = NULL;
BLI_array_declare(looptris);
- BMIter iter, liter;
+ BMIter iter;
BMFace *efa;
BMLoop *l;
- int i = 0, j;
+ int i = 0;
ScanFillContext sf_ctx;
@@ -161,16 +161,29 @@ static void BMEdit_RecalcTessellation_intern(BMEditMesh *em)
/* no need to ensure the loop order, we know its ok */
else if (efa->len == 3) {
+#if 0
+ int j;
BLI_array_grow_one(looptris);
BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, j) {
looptris[i][j] = l;
}
i += 1;
+#else
+ /* more cryptic but faster */
+ BLI_array_grow_one(looptris);
+ {
+ BMLoop **l_ptr = looptris[i++];
+ l_ptr[0] = l = BM_FACE_FIRST_LOOP(efa);
+ l_ptr[1] = l = l->next;
+ l_ptr[2] = l->next;
+ }
+#endif
}
else if (efa->len == 4) {
+#if 0
BMLoop *ltmp[4];
+ int j;
BLI_array_grow_items(looptris, 2);
-
BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, j) {
ltmp[j] = l;
}
@@ -184,11 +197,27 @@ static void BMEdit_RecalcTessellation_intern(BMEditMesh *em)
looptris[i][1] = ltmp[2];
looptris[i][2] = ltmp[3];
i += 1;
+#else
+ /* more cryptic but faster */
+ BLI_array_grow_items(looptris, 2);
+ {
+ BMLoop **l_ptr_a = looptris[i++];
+ BMLoop **l_ptr_b = looptris[i++];
+ (l_ptr_a[0] = l_ptr_b[0] = l = BM_FACE_FIRST_LOOP(efa));
+ (l_ptr_a[1] = l = l->next);
+ (l_ptr_a[2] = l_ptr_b[1] = l = l->next);
+ ( l_ptr_b[2] = l->next);
+ }
+#endif
}
#endif /* USE_TESSFACE_SPEEDUP */
else {
+ int j;
+ BMLoop *l_iter;
+ BMLoop *l_first;
+
ScanFillVert *sf_vert, *sf_vert_last = NULL, *sf_vert_first = NULL;
/* ScanFillEdge *e; */ /* UNUSED */
ScanFillFace *sf_tri;
@@ -197,20 +226,25 @@ static void BMEdit_RecalcTessellation_intern(BMEditMesh *em)
BLI_scanfill_begin(&sf_ctx);
/* scanfill time */
- BM_ITER_ELEM_INDEX (l, &liter, efa, BM_LOOPS_OF_FACE, j) {
- /*mark order */
- BM_elem_index_set(l, j); /* set_loop */
-
- sf_vert = BLI_scanfill_vert_add(&sf_ctx, l->v->co);
- sf_vert->tmp.p = l;
+ j = 0;
+ l_iter = l_first = BM_FACE_FIRST_LOOP(efa);
+ do {
+ sf_vert = BLI_scanfill_vert_add(&sf_ctx, l_iter->v->co);
+ sf_vert->tmp.p = l_iter;
if (sf_vert_last) {
/* e = */ BLI_scanfill_edge_add(&sf_ctx, sf_vert_last, sf_vert);
}
sf_vert_last = sf_vert;
- if (sf_vert_first == NULL) sf_vert_first = sf_vert;
- }
+ if (sf_vert_first == NULL) {
+ sf_vert_first = sf_vert;
+ }
+
+ /*mark order */
+ BM_elem_index_set(l_iter, j++); /* set_loop */
+
+ } while ((l_iter = l_iter->next) != l_first);
/* complete the loop */
BLI_scanfill_edge_add(&sf_ctx, sf_vert_first, sf_vert);
diff --git a/source/blender/blenkernel/intern/fcurve.c b/source/blender/blenkernel/intern/fcurve.c
index ec61311d89e..5e01773cab9 100644
--- a/source/blender/blenkernel/intern/fcurve.c
+++ b/source/blender/blenkernel/intern/fcurve.c
@@ -500,8 +500,8 @@ short calc_fcurve_bounds(FCurve *fcu, float *xmin, float *xmax, float *ymin, flo
BLI_assert(bezt_last != NULL);
if (include_handles) {
- xminv = MIN3(xminv, bezt_first->vec[0][0], bezt_first->vec[1][0]);
- xmaxv = MAX3(xmaxv, bezt_last->vec[1][0], bezt_last->vec[2][0]);
+ xminv = min_fff(xminv, bezt_first->vec[0][0], bezt_first->vec[1][0]);
+ xmaxv = max_fff(xmaxv, bezt_last->vec[1][0], bezt_last->vec[2][0]);
}
else {
xminv = min_ff(xminv, bezt_first->vec[1][0]);
@@ -517,8 +517,8 @@ short calc_fcurve_bounds(FCurve *fcu, float *xmin, float *xmax, float *ymin, flo
for (bezt = fcu->bezt, i = 0; i < fcu->totvert; bezt++, i++) {
if ((do_sel_only == FALSE) || BEZSELECTED(bezt)) {
if (include_handles) {
- yminv = MIN4(yminv, bezt->vec[1][1], bezt->vec[0][1], bezt->vec[2][1]);
- ymaxv = MAX4(ymaxv, bezt->vec[1][1], bezt->vec[0][1], bezt->vec[2][1]);
+ yminv = min_ffff(yminv, bezt->vec[1][1], bezt->vec[0][1], bezt->vec[2][1]);
+ ymaxv = max_ffff(ymaxv, bezt->vec[1][1], bezt->vec[0][1], bezt->vec[2][1]);
}
else {
yminv = min_ff(yminv, bezt->vec[1][1]);
diff --git a/source/blender/blenkernel/intern/gpencil.c b/source/blender/blenkernel/intern/gpencil.c
index 0c83bb8d39a..755030bd208 100644
--- a/source/blender/blenkernel/intern/gpencil.c
+++ b/source/blender/blenkernel/intern/gpencil.c
@@ -188,7 +188,7 @@ bGPDlayer *gpencil_layer_addnew(bGPdata *gpd, const char *name, int setactive)
/* make this one the active one */
if (setactive)
- gpencil_layer_setactive(gpd, gpl);
+ gpencil_layer_setactive(gpd, gpl);
/* return layer */
return gpl;
diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index 7f0475cf155..f3cdf11d664 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -937,7 +937,7 @@ int BKE_imtype_to_ftype(const char imtype)
return RADHDR;
#endif
else if (imtype == R_IMF_IMTYPE_PNG)
- return PNG;
+ return PNG | 90;
#ifdef WITH_DDS
else if (imtype == R_IMF_IMTYPE_DDS)
return DDS;
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 2192d2862c8..98625807ddc 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -158,8 +158,10 @@ void id_lib_extern(ID *id)
/* ensure we have a real user */
void id_us_ensure_real(ID *id)
{
- if (ID_REAL_USERS(id) <= 0) {
- id->us = MAX2(id->us, 0) + 1;
+ if (id) {
+ if (ID_REAL_USERS(id) <= 0) {
+ id->us = MAX2(id->us, 0) + 1;
+ }
}
}
diff --git a/source/blender/blenkernel/intern/mball.c b/source/blender/blenkernel/intern/mball.c
index 5c882fd97d6..b3f71e58e9f 100644
--- a/source/blender/blenkernel/intern/mball.c
+++ b/source/blender/blenkernel/intern/mball.c
@@ -1514,7 +1514,7 @@ static void find_first_points(PROCESS *mbproc, MetaBall *mb, int a)
float in_v /*, out_v*/;
float workp[3];
float dvec[3];
- float tmp_v, workp_v, max_len, len, nx, ny, nz, MAXN;
+ float tmp_v, workp_v, max_len, nx, ny, nz, max_dim;
calc_mballco(ml, in);
in_v = mbproc->function(in[0], in[1], in[2]);
@@ -1573,17 +1573,17 @@ static void find_first_points(PROCESS *mbproc, MetaBall *mb, int a)
ny = abs((out[1] - in[1]) / mbproc->size);
nz = abs((out[2] - in[2]) / mbproc->size);
- MAXN = MAX3(nx, ny, nz);
- if (MAXN != 0.0f) {
- dvec[0] = (out[0] - in[0]) / MAXN;
- dvec[1] = (out[1] - in[1]) / MAXN;
- dvec[2] = (out[2] - in[2]) / MAXN;
+ max_dim = max_fff(nx, ny, nz);
+ if (max_dim != 0.0f) {
+ float len = 0.0f;
+
+ dvec[0] = (out[0] - in[0]) / max_dim;
+ dvec[1] = (out[1] - in[1]) / max_dim;
+ dvec[2] = (out[2] - in[2]) / max_dim;
- len = 0.0;
while (len <= max_len) {
- workp[0] += dvec[0];
- workp[1] += dvec[1];
- workp[2] += dvec[2];
+ add_v3_v3(workp, dvec);
+
/* compute value of implicite function */
tmp_v = mbproc->function(workp[0], workp[1], workp[2]);
/* add cube to the stack, when value of implicite function crosses zero value */
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index 55cf2743bfa..3eb96f218e4 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -430,7 +430,7 @@ void BKE_mesh_free(Mesh *me, int unlink)
if (me->edit_btmesh) MEM_freeN(me->edit_btmesh);
}
-void copy_dverts(MDeformVert *dst, MDeformVert *src, int copycount)
+void copy_dverts(MDeformVert *dst, const MDeformVert *src, int copycount)
{
/* Assumes dst is already set up */
int i;
@@ -442,7 +442,7 @@ void copy_dverts(MDeformVert *dst, MDeformVert *src, int copycount)
for (i = 0; i < copycount; i++) {
if (src[i].dw) {
- dst[i].dw = MEM_callocN(sizeof(MDeformWeight) * src[i].totweight, "copy_deformWeight");
+ dst[i].dw = MEM_mallocN(sizeof(MDeformWeight) * src[i].totweight, "copy_deformWeight");
memcpy(dst[i].dw, src[i].dw, sizeof(MDeformWeight) * src[i].totweight);
}
}
@@ -731,7 +731,7 @@ void BKE_mesh_texspace_get(Mesh *me, float r_loc[3], float r_rot[3], float r_siz
if (r_size) copy_v3_v3(r_size, me->size);
}
-float *BKE_mesh_orco_verts_get(Object *ob)
+float (*BKE_mesh_orco_verts_get(Object *ob))[3]
{
Mesh *me = ob->data;
MVert *mvert = NULL;
@@ -748,7 +748,7 @@ float *BKE_mesh_orco_verts_get(Object *ob)
copy_v3_v3(vcos[a], mvert->co);
}
- return (float *)vcos;
+ return vcos;
}
void BKE_mesh_orco_verts_transform(Mesh *me, float (*orco)[3], int totvert, int invert)
@@ -3107,6 +3107,107 @@ void BKE_mesh_flush_hidden_from_verts(const MVert *mvert,
}
}
+/**
+ * simple poly -> vert/edge selection.
+ */
+void BKE_mesh_flush_select_from_polys_ex(MVert *mvert, const int totvert,
+ MLoop *mloop,
+ MEdge *medge, const int totedge,
+ const MPoly *mpoly, const int totpoly)
+{
+ MVert *mv;
+ MEdge *med;
+ const MPoly *mp;
+ int i;
+
+ i = totvert;
+ for (mv = mvert; i--; mv++) {
+ mv->flag &= ~SELECT;
+ }
+
+ i = totedge;
+ for (med = medge; i--; med++) {
+ med->flag &= ~SELECT;
+ }
+
+ i = totpoly;
+ for (mp = mpoly; i--; mp++) {
+ /* assume if its selected its not hidden and none of its verts/edges are hidden
+ * (a common assumption)*/
+ if (mp->flag & ME_FACE_SEL) {
+ MLoop *ml;
+ int j;
+ j = mp->totloop;
+ for (ml = &mloop[mp->loopstart]; j--; ml++) {
+ mvert[ml->v].flag |= SELECT;
+ medge[ml->e].flag |= SELECT;
+ }
+ }
+ }
+}
+void BKE_mesh_flush_select_from_polys(Mesh *me)
+{
+ BKE_mesh_flush_select_from_polys_ex(me->mvert, me->totvert,
+ me->mloop,
+ me->medge, me->totedge,
+ me->mpoly, me->totpoly);
+}
+
+void BKE_mesh_flush_select_from_verts_ex(const MVert *mvert, const int UNUSED(totvert),
+ MLoop *mloop,
+ MEdge *medge, const int totedge,
+ MPoly *mpoly, const int totpoly)
+{
+ MEdge *med;
+ MPoly *mp;
+ int i;
+
+ /* edges */
+ i = totedge;
+ for (med = medge; i--; med++) {
+ if ((med->flag & ME_HIDE) == 0) {
+ if ((mvert[med->v1].flag & SELECT) && (mvert[med->v2].flag & SELECT)) {
+ med->flag |= SELECT;
+ }
+ else {
+ med->flag &= ~SELECT;
+ }
+ }
+ }
+
+ /* polys */
+ i = totpoly;
+ for (mp = mpoly; i--; mp++) {
+ if ((mp->flag & ME_HIDE) == 0) {
+ int ok = TRUE;
+ MLoop *ml;
+ int j;
+ j = mp->totloop;
+ for (ml = &mloop[mp->loopstart]; j--; ml++) {
+ if ((mvert[ml->v].flag & SELECT) == 0) {
+ ok = FALSE;
+ break;
+ }
+ }
+
+ if (ok) {
+ mp->flag |= ME_FACE_SEL;
+ }
+ else {
+ mp->flag &= ~ME_FACE_SEL;
+ }
+ }
+ }
+}
+void BKE_mesh_flush_select_from_verts(Mesh *me)
+{
+ BKE_mesh_flush_select_from_verts_ex(me->mvert, me->totvert,
+ me->mloop,
+ me->medge, me->totedge,
+ me->mpoly, me->totpoly);
+}
+
+
/* basic vertex data functions */
int BKE_mesh_minmax(Mesh *me, float r_min[3], float r_max[3])
{
diff --git a/source/blender/blenkernel/intern/node.c b/source/blender/blenkernel/intern/node.c
index 17dcf34b71f..8babdf2402f 100644
--- a/source/blender/blenkernel/intern/node.c
+++ b/source/blender/blenkernel/intern/node.c
@@ -2162,6 +2162,24 @@ void nodeRegisterType(bNodeTreeType *ttype, bNodeType *ntype)
if (found == NULL)
BLI_addtail(typelist, ntype);
+
+ /* Associate the RNA struct type with the bNodeType.
+ * Dynamically registered nodes will create an RNA type at runtime
+ * and call RNA_struct_blender_type_set, so this only needs to be done for old RNA types
+ * created in makesrna, which can not be associated to a bNodeType immediately,
+ * since bNodeTypes are registered afterward ...
+ */
+ #define DefNode(Category, ID, DefFunc, EnumName, StructName, UIName, UIDesc) \
+ if (ID == ntype->type) { \
+ StructRNA *srna = RNA_struct_find(STRINGIFY_ARG(Category##StructName)); \
+ BLI_assert(srna != NULL); \
+ RNA_struct_blender_type_set(srna, ntype); \
+ }
+
+ /* XXX hack, this file will be moved to the nodes folder in customnodes branch,
+ * then this stupid include path is not needed any more.
+ */
+ #include "intern/rna_nodetree_types.h"
}
static void registerCompositNodes(bNodeTreeType *ttype)
diff --git a/source/blender/blenkernel/intern/object.c b/source/blender/blenkernel/intern/object.c
index f0819d426fb..d13d456a183 100644
--- a/source/blender/blenkernel/intern/object.c
+++ b/source/blender/blenkernel/intern/object.c
@@ -1853,12 +1853,19 @@ static void ob_parbone(Object *ob, Object *par, float mat[4][4])
}
/* get bone transform */
- copy_m4_m4(mat, pchan->pose_mat);
+ if (pchan->bone->flag & BONE_RELATIVE_PARENTING) {
+ /* the new option uses the root - expected bahaviour, but differs from old... */
+ /* XXX check on version patching? */
+ copy_m4_m4(mat, pchan->chan_mat);
+ }
+ else {
+ copy_m4_m4(mat, pchan->pose_mat);
- /* but for backwards compatibility, the child has to move to the tail */
- copy_v3_v3(vec, mat[1]);
- mul_v3_fl(vec, pchan->bone->length);
- add_v3_v3(mat[3], vec);
+ /* but for backwards compatibility, the child has to move to the tail */
+ copy_v3_v3(vec, mat[1]);
+ mul_v3_fl(vec, pchan->bone->length);
+ add_v3_v3(mat[3], vec);
+ }
}
static void give_parvert(Object *par, int nr, float vec[3])
@@ -1936,7 +1943,7 @@ static void give_parvert(Object *par, int nr, float vec[3])
}
else if (ELEM(par->type, OB_CURVE, OB_SURF)) {
Curve *cu = par->data;
- ListBase *nurb = BKE_curve_nurbs_get(cu);;
+ ListBase *nurb = BKE_curve_nurbs_get(cu);
BKE_nurbList_index_get_co(nurb, nr, vec);
}
diff --git a/source/blender/blenkernel/intern/paint.c b/source/blender/blenkernel/intern/paint.c
index 36f96045ced..fa5268e039e 100644
--- a/source/blender/blenkernel/intern/paint.c
+++ b/source/blender/blenkernel/intern/paint.c
@@ -154,7 +154,7 @@ int paint_facesel_test(Object *ob)
return ( (ob != NULL) &&
(ob->type == OB_MESH) &&
(ob->data != NULL) &&
- (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_MASK) &&
+ (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_FACE_SEL) &&
(ob->mode & (OB_MODE_VERTEX_PAINT | OB_MODE_WEIGHT_PAINT | OB_MODE_TEXTURE_PAINT))
);
}
@@ -165,7 +165,7 @@ int paint_vertsel_test(Object *ob)
return ( (ob != NULL) &&
(ob->type == OB_MESH) &&
(ob->data != NULL) &&
- (((Mesh *)ob->data)->editflag & ME_EDIT_VERT_SEL) &&
+ (((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_VERT_SEL) &&
(ob->mode & OB_MODE_WEIGHT_PAINT)
);
}
diff --git a/source/blender/blenkernel/intern/pbvh.c b/source/blender/blenkernel/intern/pbvh.c
index 3a4e8afca76..209461bad2f 100644
--- a/source/blender/blenkernel/intern/pbvh.c
+++ b/source/blender/blenkernel/intern/pbvh.c
@@ -18,7 +18,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-/** \file blender/blenlib/intern/pbvh.c
+/** \file blender/blenkernel/intern/pbvh.c
* \ingroup bli
*/
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 1c98f6c32a2..538f21ce20b 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -446,7 +446,8 @@ static Scene *scene_add(Main *bmain, const char *name)
sce->r.bake_osa = 5;
sce->r.bake_flag = R_BAKE_CLEAR;
sce->r.bake_normal_space = R_BAKE_SPACE_TANGENT;
- sce->r.bake_rays_number = 256;
+ sce->r.bake_samples = 256;
+ sce->r.bake_biasdist = 0.001;
sce->r.scemode = R_DOCOMP | R_DOSEQ | R_EXTENSION;
sce->r.stamp = R_STAMP_TIME | R_STAMP_FRAME | R_STAMP_DATE | R_STAMP_CAMERA | R_STAMP_SCENE | R_STAMP_FILENAME | R_STAMP_RENDERTIME;
sce->r.stamp_font_id = 12;
diff --git a/source/blender/blenkernel/intern/sequencer.c b/source/blender/blenkernel/intern/sequencer.c
index 1467d24f323..5e44f2d6d9e 100644
--- a/source/blender/blenkernel/intern/sequencer.c
+++ b/source/blender/blenkernel/intern/sequencer.c
@@ -593,8 +593,8 @@ void BKE_sequence_calc(Scene *scene, Sequence *seq)
/* XXX These resets should not be necessary, but users used to be able to
* edit effect's length, leading to strange results. See [#29190] */
seq->startofs = seq->endofs = seq->startstill = seq->endstill = 0;
- seq->start = seq->startdisp = MAX3(seq->seq1->startdisp, seq->seq2->startdisp, seq->seq3->startdisp);
- seq->enddisp = MIN3(seq->seq1->enddisp, seq->seq2->enddisp, seq->seq3->enddisp);
+ seq->start = seq->startdisp = max_iii(seq->seq1->startdisp, seq->seq2->startdisp, seq->seq3->startdisp);
+ seq->enddisp = min_iii(seq->seq1->enddisp, seq->seq2->enddisp, seq->seq3->enddisp);
/* we cant help if strips don't overlap, it wont give useful results.
* but at least ensure 'len' is never negative which causes bad bugs elsewhere. */
if (seq->enddisp < seq->startdisp) {
diff --git a/source/blender/blenkernel/intern/smoke.c b/source/blender/blenkernel/intern/smoke.c
index c9cf5d561e5..629b2c989d3 100644
--- a/source/blender/blenkernel/intern/smoke.c
+++ b/source/blender/blenkernel/intern/smoke.c
@@ -170,7 +170,7 @@ void smoke_reallocate_fluid(SmokeDomainSettings *sds, float dx, int res[3], int
if (free_old && sds->fluid)
smoke_free(sds->fluid);
- if (!MIN3(res[0], res[1], res[2])) {
+ if (!min_iii(res[0], res[1], res[2])) {
sds->fluid = NULL;
return;
}
@@ -191,7 +191,7 @@ void smoke_reallocate_highres_fluid(SmokeDomainSettings *sds, float dx, int res[
if (free_old && sds->wt)
smoke_turbulence_free(sds->wt);
- if (!MIN3(res[0], res[1], res[2])) {
+ if (!min_iii(res[0], res[1], res[2])) {
sds->wt = NULL;
return;
}
diff --git a/source/blender/blenkernel/intern/softbody.c b/source/blender/blenkernel/intern/softbody.c
index bb0cfe1a5c6..79356d39235 100644
--- a/source/blender/blenkernel/intern/softbody.c
+++ b/source/blender/blenkernel/intern/softbody.c
@@ -1097,12 +1097,12 @@ static int sb_detect_face_pointCached(float face_v1[3], float face_v2[3], float
float facedist, outerfacethickness, tune = 10.f;
int a, deflected=0;
- aabbmin[0] = MIN3(face_v1[0], face_v2[0], face_v3[0]);
- aabbmin[1] = MIN3(face_v1[1], face_v2[1], face_v3[1]);
- aabbmin[2] = MIN3(face_v1[2], face_v2[2], face_v3[2]);
- aabbmax[0] = MAX3(face_v1[0], face_v2[0], face_v3[0]);
- aabbmax[1] = MAX3(face_v1[1], face_v2[1], face_v3[1]);
- aabbmax[2] = MAX3(face_v1[2], face_v2[2], face_v3[2]);
+ aabbmin[0] = min_fff(face_v1[0], face_v2[0], face_v3[0]);
+ aabbmin[1] = min_fff(face_v1[1], face_v2[1], face_v3[1]);
+ aabbmin[2] = min_fff(face_v1[2], face_v2[2], face_v3[2]);
+ aabbmax[0] = max_fff(face_v1[0], face_v2[0], face_v3[0]);
+ aabbmax[1] = max_fff(face_v1[1], face_v2[1], face_v3[1]);
+ aabbmax[2] = max_fff(face_v1[2], face_v2[2], face_v3[2]);
/* calculate face normal once again SIGH */
sub_v3_v3v3(edge1, face_v1, face_v2);
@@ -1196,12 +1196,12 @@ static int sb_detect_face_collisionCached(float face_v1[3], float face_v2[3], fl
float t, tune = 10.0f;
int a, deflected=0;
- aabbmin[0] = MIN3(face_v1[0], face_v2[0], face_v3[0]);
- aabbmin[1] = MIN3(face_v1[1], face_v2[1], face_v3[1]);
- aabbmin[2] = MIN3(face_v1[2], face_v2[2], face_v3[2]);
- aabbmax[0] = MAX3(face_v1[0], face_v2[0], face_v3[0]);
- aabbmax[1] = MAX3(face_v1[1], face_v2[1], face_v3[1]);
- aabbmax[2] = MAX3(face_v1[2], face_v2[2], face_v3[2]);
+ aabbmin[0] = min_fff(face_v1[0], face_v2[0], face_v3[0]);
+ aabbmin[1] = min_fff(face_v1[1], face_v2[1], face_v3[1]);
+ aabbmin[2] = min_fff(face_v1[2], face_v2[2], face_v3[2]);
+ aabbmax[0] = max_fff(face_v1[0], face_v2[0], face_v3[0]);
+ aabbmax[1] = max_fff(face_v1[1], face_v2[1], face_v3[1]);
+ aabbmax[2] = max_fff(face_v1[2], face_v2[2], face_v3[2]);
hash = vertexowner->soft->scratch->colliderhash;
ihash = BLI_ghashIterator_new(hash);
@@ -1957,7 +1957,7 @@ static int sb_detect_vertex_collisionCached(float opco[3], float facenormal[3],
}
closest_to_line_segment_v3(ve, opco, nv2, nv3);
- sub_v3_v3v3(ve, opco, ve);
+ sub_v3_v3v3(ve, opco, ve);
dist = normalize_v3(ve);
if ((dist < outerfacethickness)&&(dist < mindistedge )) {
copy_v3_v3(coledge, ve);
@@ -1966,7 +1966,7 @@ static int sb_detect_vertex_collisionCached(float opco[3], float facenormal[3],
}
closest_to_line_segment_v3(ve, opco, nv3, nv1);
- sub_v3_v3v3(ve, opco, ve);
+ sub_v3_v3v3(ve, opco, ve);
dist = normalize_v3(ve);
if ((dist < outerfacethickness)&&(dist < mindistedge )) {
copy_v3_v3(coledge, ve);
diff --git a/source/blender/blenlib/BLI_array.h b/source/blender/blenlib/BLI_array.h
index 6d34b0d48d5..7c8816cb58a 100644
--- a/source/blender/blenlib/BLI_array.h
+++ b/source/blender/blenlib/BLI_array.h
@@ -106,8 +106,8 @@
((arr = (void *)_##arr##_static), (_##arr##_count += (num))) \
: \
/* use existing static array or allocate */ \
- ((BLI_array_totalsize(arr) >= _##arr##_count + num) ? \
- (_##arr##_count += num) : \
+ (LIKELY(BLI_array_totalsize(arr) >= _##arr##_count + num) ? \
+ (_##arr##_count += num) : /* UNLIKELY --> realloc */ \
( \
(void) (_##arr##_tmp = MEM_callocN( \
sizeof(*arr) * (num < _##arr##_count ? \
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index b9866f9c6e6..8eb6561003b 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -175,6 +175,42 @@ MINLINE int max_ii(int a, int b)
return (b < a) ? a : b;
}
+MINLINE float min_fff(float a, float b, float c)
+{
+ return min_ff(min_ff(a, b), c);
+}
+MINLINE float max_fff(float a, float b, float c)
+{
+ return max_ff(max_ff(a, b), c);
+}
+
+MINLINE int min_iii(int a, int b, int c)
+{
+ return min_ii(min_ii(a, b), c);
+}
+MINLINE int max_iii(int a, int b, int c)
+{
+ return max_ii(max_ii(a, b), c);
+}
+
+MINLINE float min_ffff(float a, float b, float c, float d)
+{
+ return min_ff(min_fff(a, b, c), d);
+}
+MINLINE float max_ffff(float a, float b, float c, float d)
+{
+ return max_ff(max_fff(a, b, c), d);
+}
+
+MINLINE int min_iiii(int a, int b, int c, int d)
+{
+ return min_ii(min_iii(a, b, c), d);
+}
+MINLINE int max_iiii(int a, int b, int c, int d)
+{
+ return max_ii(max_iii(a, b, c), d);
+}
+
MINLINE float signf(float f)
{
return (f < 0.f) ? -1.f : 1.f;
diff --git a/source/blender/blenlib/intern/math_color.c b/source/blender/blenlib/intern/math_color.c
index 64851dbf12c..07cd85c4107 100644
--- a/source/blender/blenlib/intern/math_color.c
+++ b/source/blender/blenlib/intern/math_color.c
@@ -266,8 +266,8 @@ void rgb_to_hsv_v(const float rgb[3], float r_hsv[3])
void rgb_to_hsl(float r, float g, float b, float *lh, float *ls, float *ll)
{
- float cmax = MAX3(r, g, b);
- float cmin = MIN3(r, g, b);
+ const float cmax = max_fff(r, g, b);
+ const float cmin = min_fff(r, g, b);
float h, s, l = (cmax + cmin) / 2.0f;
if (cmax == cmin) {
diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index 931025606db..10a9a2df9f5 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -140,7 +140,7 @@ float area_poly_v3(int nr, float verts[][3], const float normal[3])
x = fabsf(normal[0]);
y = fabsf(normal[1]);
z = fabsf(normal[2]);
- max = MAX3(x, y, z);
+ max = max_fff(x, y, z);
if (max == y) py = 2;
else if (max == x) {
px = 1;
@@ -1198,10 +1198,10 @@ int isect_axial_line_tri_v3(const int axis, const float p1[3], const float p2[3]
return isect_line_tri_v3(p1,p2,v0,v1,v2,lambda);
/* first a simple bounding box test */
- if (MIN3(v0[a1],v1[a1],v2[a1]) > p1[a1]) return 0;
- if (MIN3(v0[a2],v1[a2],v2[a2]) > p1[a2]) return 0;
- if (MAX3(v0[a1],v1[a1],v2[a1]) < p1[a1]) return 0;
- if (MAX3(v0[a2],v1[a2],v2[a2]) < p1[a2]) return 0;
+ if (min_fff(v0[a1], v1[a1], v2[a1]) > p1[a1]) return 0;
+ if (min_fff(v0[a2], v1[a2], v2[a2]) > p1[a2]) return 0;
+ if (max_fff(v0[a1], v1[a1], v2[a1]) < p1[a1]) return 0;
+ if (max_fff(v0[a2], v1[a2], v2[a2]) < p1[a2]) return 0;
/* then a full intersection test */
#endif
diff --git a/source/blender/blenloader/BLO_soundfile.h b/source/blender/blenloader/BLO_soundfile.h
deleted file mode 100644
index d2f87139b74..00000000000
--- a/source/blender/blenloader/BLO_soundfile.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): none yet.
- *
- * ***** END GPL LICENSE BLOCK *****
- */
-#ifndef __BLO_SOUNDFILE_H__
-#define __BLO_SOUNDFILE_H__
-
-/** \file BLO_soundfile.h
- * \ingroup blenloader
- */
-
-#include "DNA_sound_types.h"
-#include "DNA_packedFile_types.h"
-
-struct bSound;
-struct PackedFile;
-
-#endif
-
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 894cd24fc4a..b55d6b679d2 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -52,7 +52,6 @@ set(SRC
BLO_blend_defs.h
BLO_readfile.h
BLO_runtime.h
- BLO_soundfile.h
BLO_sys_types.h
BLO_undofile.h
BLO_writefile.h
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 453f35d8057..a1440386e99 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6824,9 +6824,16 @@ static BHead *read_global(BlendFileData *bfd, FileData *fd, BHead *bhead)
bfd->globalf = fg->globalf;
BLI_strncpy(bfd->filename, fg->filename, sizeof(bfd->filename));
- /* early 2.50 version patch - filename not in FileGlobal struct */
- if (fd->fileversion <= 250)
- BLI_strncpy(bfd->filename, bfd->main->name, sizeof(bfd->main->name));
+ /* error in 2.65 and older: main->name was not set if you save from startup (not after loading file) */
+ if (bfd->filename[0] == 0) {
+ if (fd->fileversion < 265 || (fd->fileversion == 265 && fg->subversion < 1))
+ if ((G.fileflags & G_FILE_RECOVER)==0)
+ BLI_strncpy(bfd->filename, bfd->main->name, sizeof(bfd->filename));
+
+ /* early 2.50 version patch - filename not in FileGlobal struct at all */
+ if (fd->fileversion <= 250)
+ BLI_strncpy(bfd->filename, bfd->main->name, sizeof(bfd->filename));
+ }
if (G.fileflags & G_FILE_RECOVER)
BLI_strncpy(fd->relabase, fg->filename, sizeof(fd->relabase));
@@ -8087,7 +8094,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
if (md->type == eModifierType_Smoke) {
SmokeModifierData *smd = (SmokeModifierData *)md;
if ((smd->type & MOD_SMOKE_TYPE_DOMAIN) && smd->domain) {
- int maxres = MAX3(smd->domain->res[0], smd->domain->res[1], smd->domain->res[2]);
+ int maxres = max_iii(smd->domain->res[0], smd->domain->res[1], smd->domain->res[2]);
smd->domain->scale = smd->domain->dx * maxres;
smd->domain->dx = 1.0f / smd->domain->scale;
}
@@ -8633,8 +8640,8 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
Scene *scene;
for (scene = main->scene.first; scene; scene = scene->id.next) {
- if (scene->r.bake_rays_number == 0)
- scene->r.bake_rays_number = 256;
+ if (scene->r.bake_samples == 0)
+ scene->r.bake_samples = 256;
}
}
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 5af9690b47e..0961106f141 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -280,6 +280,6 @@ enum {
* but should not error on valid cases */
#define BM_LOOP_RADIAL_MAX 10000
#define BM_NGON_MAX 100000
-#define BM_OMP_LIMIT 10000
+#define BM_OMP_LIMIT 0 /* setting zero so we can catch bugs in OpenMP/BMesh */
#endif /* __BMESH_CLASS_H__ */
diff --git a/source/blender/bmesh/intern/bmesh_construct.c b/source/blender/bmesh/intern/bmesh_construct.c
index d23443daa7f..2362ae7237a 100644
--- a/source/blender/bmesh/intern/bmesh_construct.c
+++ b/source/blender/bmesh/intern/bmesh_construct.c
@@ -173,8 +173,8 @@ void BM_face_copy_shared(BMesh *bm, BMFace *f)
*/
BMFace *BM_face_create_ngon(BMesh *bm, BMVert *v1, BMVert *v2, BMEdge **edges, int len, const int create_flag)
{
- BMEdge **edges2 = BLI_array_alloca_and_count(edges2, len);
- BMVert **verts = BLI_array_alloca_and_count(verts, len + 1);
+ BMEdge **edges2 = BLI_array_alloca(edges2, len);
+ BMVert **verts = BLI_array_alloca(verts, len + 1);
int e2_index = 0;
int v_index = 0;
@@ -235,7 +235,7 @@ BMFace *BM_face_create_ngon(BMesh *bm, BMVert *v1, BMVert *v2, BMEdge **edges, i
e = e2;
} while (e != edges[0]);
- if (BLI_array_count(edges2) != len) {
+ if (e2_index != len) {
goto err; /* we didn't use all edges in forming the boundary loop */
}
@@ -296,10 +296,9 @@ BMFace *BM_face_create_ngon(BMesh *bm, BMVert *v1, BMVert *v2, BMEdge **edges, i
err:
for (i = 0; i < len; i++) {
BM_ELEM_API_FLAG_DISABLE(edges[i], _FLAG_MF);
- /* vert count may != len */
- if (i < BLI_array_count(verts)) {
- BM_ELEM_API_FLAG_DISABLE(verts[i], _FLAG_MV);
- }
+ }
+ for (i = 0; i < v_index; i++) {
+ BM_ELEM_API_FLAG_DISABLE(verts[i], _FLAG_MV);
}
return NULL;
@@ -817,6 +816,8 @@ void BM_elem_attrs_copy(BMesh *source_mesh, BMesh *target_mesh, const void *sour
BMesh *BM_mesh_copy(BMesh *bm_old)
{
+#define USE_FAST_FACE_COPY
+
BMesh *bm_new;
BMVert *v, *v2, **vtable = NULL;
BMEdge *e, *e2, **edges = NULL, **etable = NULL;
@@ -824,6 +825,10 @@ BMesh *BM_mesh_copy(BMesh *bm_old)
BLI_array_declare(edges);
BMLoop *l, /* *l2, */ **loops = NULL;
BLI_array_declare(loops);
+#ifdef USE_FAST_FACE_COPY
+ BMVert **verts = NULL;
+ BLI_array_declare(verts);
+#endif
BMFace *f, *f2, **ftable = NULL;
BMEditSelection *ese;
BMIter iter, liter;
@@ -891,12 +896,24 @@ BMesh *BM_mesh_copy(BMesh *bm_old)
BLI_array_grow_items(loops, f->len);
BLI_array_grow_items(edges, f->len);
+#ifdef USE_FAST_FACE_COPY
+ BLI_array_empty(verts);
+ BLI_array_grow_items(verts, f->len);
+#endif
+
l = BM_iter_new(&liter, bm_old, BM_LOOPS_OF_FACE, f);
for (j = 0; j < f->len; j++, l = BM_iter_step(&liter)) {
loops[j] = l;
edges[j] = etable[BM_elem_index_get(l->e)];
+
+#ifdef USE_FAST_FACE_COPY
+ verts[j] = vtable[BM_elem_index_get(l->v)];
+#endif
}
+#ifdef USE_FAST_FACE_COPY
+ f2 = BM_face_create(bm_new, verts, edges, f->len, BM_CREATE_SKIP_CD);
+#else
v = vtable[BM_elem_index_get(loops[0]->v)];
v2 = vtable[BM_elem_index_get(loops[1]->v)];
@@ -906,6 +923,8 @@ BMesh *BM_mesh_copy(BMesh *bm_old)
}
f2 = BM_face_create_ngon(bm_new, v, v2, edges, f->len, BM_CREATE_SKIP_CD);
+#endif
+
if (UNLIKELY(f2 == NULL)) {
continue;
}
@@ -961,9 +980,12 @@ BMesh *BM_mesh_copy(BMesh *bm_old)
MEM_freeN(vtable);
MEM_freeN(ftable);
+#ifdef USE_FAST_FACE_COPY
+ BLI_array_free(verts);
+#endif
+
BLI_array_free(loops);
BLI_array_free(edges);
-
return bm_new;
}
diff --git a/source/blender/bmesh/intern/bmesh_marking.c b/source/blender/bmesh/intern/bmesh_marking.c
index b1ec4cde44b..669be315cc6 100644
--- a/source/blender/bmesh/intern/bmesh_marking.c
+++ b/source/blender/bmesh/intern/bmesh_marking.c
@@ -86,41 +86,50 @@ void BM_mesh_select_mode_flush_ex(BMesh *bm, const short selectmode)
BMIter eiter;
BMIter fiter;
- int ok;
-
if (selectmode & SCE_SELECT_VERTEX) {
- BM_ITER_MESH (e, &eiter, bm, BM_EDGES_OF_MESH) {
- if (BM_elem_flag_test(e->v1, BM_ELEM_SELECT) &&
- BM_elem_flag_test(e->v2, BM_ELEM_SELECT) &&
- !BM_elem_flag_test(e, BM_ELEM_HIDDEN))
+ /* both loops only set edge/face flags and read off verts */
+#pragma omp parallel sections if (bm->totedge + bm->totface >= BM_OMP_LIMIT)
+ {
+#pragma omp section
{
- BM_elem_flag_enable(e, BM_ELEM_SELECT);
- }
- else {
- BM_elem_flag_disable(e, BM_ELEM_SELECT);
+ BM_ITER_MESH (e, &eiter, bm, BM_EDGES_OF_MESH) {
+ if (BM_elem_flag_test(e->v1, BM_ELEM_SELECT) &&
+ BM_elem_flag_test(e->v2, BM_ELEM_SELECT) &&
+ !BM_elem_flag_test(e, BM_ELEM_HIDDEN))
+ {
+ BM_elem_flag_enable(e, BM_ELEM_SELECT);
+ }
+ else {
+ BM_elem_flag_disable(e, BM_ELEM_SELECT);
+ }
+ }
}
- }
- BM_ITER_MESH (f, &fiter, bm, BM_FACES_OF_MESH) {
- ok = TRUE;
- if (!BM_elem_flag_test(f, BM_ELEM_HIDDEN)) {
- l_iter = l_first = BM_FACE_FIRST_LOOP(f);
- do {
- if (!BM_elem_flag_test(l_iter->v, BM_ELEM_SELECT)) {
+#pragma omp section
+ {
+ BM_ITER_MESH (f, &fiter, bm, BM_FACES_OF_MESH) {
+ int ok = TRUE;
+ if (!BM_elem_flag_test(f, BM_ELEM_HIDDEN)) {
+ l_iter = l_first = BM_FACE_FIRST_LOOP(f);
+ do {
+ if (!BM_elem_flag_test(l_iter->v, BM_ELEM_SELECT)) {
+ ok = FALSE;
+ break;
+ }
+ } while ((l_iter = l_iter->next) != l_first);
+ }
+ else {
ok = FALSE;
- break;
}
- } while ((l_iter = l_iter->next) != l_first);
- }
- else {
- ok = FALSE;
- }
- BM_elem_flag_set(f, BM_ELEM_SELECT, ok);
+ BM_elem_flag_set(f, BM_ELEM_SELECT, ok);
+ }
+ }
}
+ /* end sections */
}
else if (selectmode & SCE_SELECT_EDGE) {
BM_ITER_MESH (f, &fiter, bm, BM_FACES_OF_MESH) {
- ok = TRUE;
+ int ok = TRUE;
if (!BM_elem_flag_test(f, BM_ELEM_HIDDEN)) {
l_iter = l_first = BM_FACE_FIRST_LOOP(f);
do {
diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index 015c040dc95..769ede0c2ca 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.c
+++ b/source/blender/bmesh/intern/bmesh_mesh.c
@@ -461,9 +461,6 @@ void bmesh_edit_end(BMesh *bm, int UNUSED(flag))
void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag)
{
- BMIter iter;
- BMElem *ele;
-
#ifdef DEBUG
BM_ELEM_INDEX_VALIDATE(bm, "Should Never Fail!", __func__);
#endif
@@ -474,6 +471,9 @@ void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag)
{
if (hflag & BM_VERT) {
if (bm->elem_index_dirty & BM_VERT) {
+ BMIter iter;
+ BMElem *ele;
+
int index;
BM_ITER_MESH_INDEX (ele, &iter, bm, BM_VERTS_OF_MESH, index) {
BM_elem_index_set(ele, index); /* set_ok */
@@ -490,6 +490,9 @@ void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag)
{
if (hflag & BM_EDGE) {
if (bm->elem_index_dirty & BM_EDGE) {
+ BMIter iter;
+ BMElem *ele;
+
int index;
BM_ITER_MESH_INDEX (ele, &iter, bm, BM_EDGES_OF_MESH, index) {
BM_elem_index_set(ele, index); /* set_ok */
@@ -506,6 +509,9 @@ void BM_mesh_elem_index_ensure(BMesh *bm, const char hflag)
{
if (hflag & BM_FACE) {
if (bm->elem_index_dirty & BM_FACE) {
+ BMIter iter;
+ BMElem *ele;
+
int index;
BM_ITER_MESH_INDEX (ele, &iter, bm, BM_FACES_OF_MESH, index) {
BM_elem_index_set(ele, index); /* set_ok */
diff --git a/source/blender/bmesh/operators/bmo_extrude.c b/source/blender/bmesh/operators/bmo_extrude.c
index bf3bafc57fb..956d9e5767e 100644
--- a/source/blender/bmesh/operators/bmo_extrude.c
+++ b/source/blender/bmesh/operators/bmo_extrude.c
@@ -51,28 +51,35 @@ enum {
void bmo_extrude_discrete_faces_exec(BMesh *bm, BMOperator *op)
{
+ BMVert **verts = NULL;
+ BLI_array_declare(verts);
+ BMEdge **edges = NULL;
+ BLI_array_declare(edges);
+
BMOIter siter;
BMIter liter, liter2;
BMFace *f, *f2, *f3;
BMLoop *l, *l2, *l3, *l4, *l_tmp;
- BMEdge **edges = NULL, *e, *laste;
+ BMEdge *e, *laste;
BMVert *v, *lastv, *firstv;
- BLI_array_declare(edges);
int i;
BMO_ITER (f, &siter, op->slots_in, "faces", BM_FACE) {
+ BLI_array_empty(verts);
BLI_array_empty(edges);
+ BLI_array_grow_items(verts, f->len);
BLI_array_grow_items(edges, f->len);
i = 0;
firstv = lastv = NULL;
BM_ITER_ELEM (l, &liter, f, BM_LOOPS_OF_FACE) {
v = BM_vert_create(bm, l->v->co, l->v, 0);
-
/* skip on the first iteration */
if (lastv) {
e = BM_edge_create(bm, lastv, v, l->e, 0);
- edges[i++] = e;
+ edges[i] = e;
+ verts[i] = lastv;
+ i++;
}
lastv = v;
@@ -82,11 +89,13 @@ void bmo_extrude_discrete_faces_exec(BMesh *bm, BMOperator *op)
/* this fits in the array because we skip one in the loop above */
e = BM_edge_create(bm, v, firstv, laste, 0);
- edges[i++] = e;
+ edges[i] = e;
+ verts[i] = lastv;
+ i++;
BMO_elem_flag_enable(bm, f, EXT_DEL);
- f2 = BM_face_create_ngon(bm, firstv, BM_edge_other_vert(edges[0], firstv), edges, f->len, 0);
+ f2 = BM_face_create(bm, verts, edges, f->len, 0);
if (UNLIKELY(f2 == NULL)) {
BMO_error_raise(bm, op, BMERR_MESH_ERROR, "Extrude failed: could not create face");
BLI_array_free(edges);
@@ -117,6 +126,7 @@ void bmo_extrude_discrete_faces_exec(BMesh *bm, BMOperator *op)
}
}
+ BLI_array_free(verts);
BLI_array_free(edges);
BMO_op_callf(bm, op->flag,
diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index cc472e4a501..fbac538eb7f 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -269,7 +269,11 @@ static BMFace *bev_create_ngon(BMesh *bm, BMVert **vert_arr, const int totv, BMF
for (i = 0; i < totv; i++) {
ee[i] = BM_edge_create(bm, vert_arr[i], vert_arr[(i + 1) % totv], NULL, BM_CREATE_NO_DOUBLE);
}
+#if 0
f = BM_face_create_ngon(bm, vert_arr[0], vert_arr[1], ee, totv, 0);
+#else
+ f = BM_face_create(bm, vert_arr, ee, totv, 0);
+#endif
}
if (facerep && f) {
int has_mdisps = CustomData_has_layer(&bm->ldata, CD_MDISPS);
diff --git a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
index d2c6c833e2e..fb996f2abaf 100644
--- a/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
+++ b/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
@@ -204,10 +204,10 @@ bool ScreenLensDistortionOperation::determineDependingAreaOfInterest(rcti *input
}
#define UPDATE_INPUT { \
- newInput.xmin = MIN4(newInput.xmin, coords[0], coords[2], coords[4]); \
- newInput.ymin = MIN4(newInput.ymin, coords[1], coords[3], coords[5]); \
- newInput.xmax = MAX4(newInput.xmax, coords[0], coords[2], coords[4]); \
- newInput.ymax = MAX4(newInput.ymax, coords[1], coords[3], coords[5]); \
+ newInput.xmin = min_ffff(newInput.xmin, coords[0], coords[2], coords[4]); \
+ newInput.ymin = min_ffff(newInput.ymin, coords[1], coords[3], coords[5]); \
+ newInput.xmax = max_ffff(newInput.xmax, coords[0], coords[2], coords[4]); \
+ newInput.ymax = max_ffff(newInput.ymax, coords[1], coords[3], coords[5]); \
} (void)0
rcti newInput;
@@ -273,7 +273,7 @@ void ScreenLensDistortionOperation::updateVariables(float distortion, float disp
const float d = 0.25f * max_ff(min_ff(dispersion, 1.0f), 0.0f);
this->m_kr = max_ff(min_ff((this->m_kg + d), 1.0f), -0.999f);
this->m_kb = max_ff(min_ff((this->m_kg - d), 1.0f), -0.999f);
- this->m_maxk = MAX3(this->m_kr, this->m_kg, this->m_kb);
+ this->m_maxk = max_fff(this->m_kr, this->m_kg, this->m_kb);
this->m_sc = (this->m_data->fit && (this->m_maxk > 0.0f)) ? (1.0f / (1.0f + 2.0f * this->m_maxk)) :
(1.0f / (1.0f + this->m_maxk));
this->m_drg = 4.0f * (this->m_kg - this->m_kr);
diff --git a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp b/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
index 8b5288321c1..e647ae975ff 100644
--- a/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
+++ b/source/blender/compositor/operations/COM_TrackPositionOperation.cpp
@@ -42,7 +42,7 @@ TrackPositionOperation::TrackPositionOperation() : NodeOperation()
this->m_trackingObjectName[0] = 0;
this->m_trackName[0] = 0;
this->m_axis = 0;
- this->m_position = POSITION_ABSOLUTE;;
+ this->m_position = POSITION_ABSOLUTE;
this->m_relativeFrame = 0;
}
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index 23d35c80409..37fd05f75a5 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -293,7 +293,7 @@ static short nlaedit_get_context(bAnimContext *ac, SpaceNla *snla)
short ANIM_animdata_context_getdata(bAnimContext *ac)
{
SpaceLink *sl = ac->sl;
- short ok = 0;
+ short ok = FALSE;
/* context depends on editor we are currently in */
if (sl) {
@@ -322,10 +322,7 @@ short ANIM_animdata_context_getdata(bAnimContext *ac)
}
/* check if there's any valid data */
- if (ok && ac->data)
- return 1;
- else
- return 0;
+ return (ok && ac->data);
}
/* Obtain current anim-data context from Blender Context info
@@ -357,6 +354,7 @@ short ANIM_animdata_get_context(const bContext *C, bAnimContext *ac)
ac->regiontype = (ar) ? ar->regiontype : 0;
/* get data context info */
+ // XXX: if the below fails, try to grab this info from context instead... (to allow for scripting)
return ANIM_animdata_context_getdata(ac);
}
@@ -931,14 +929,14 @@ static short skip_fcurve_selected_data(bDopeSheet *ads, FCurve *fcu, ID *owner_i
Editing *ed = BKE_sequencer_editing_get(scene, FALSE);
Sequence *seq = NULL;
char *seq_name;
-
+
if (ed) {
/* get strip name, and check if this strip is selected */
seq_name = BLI_str_quoted_substrN(fcu->rna_path, "sequences_all[");
seq = BKE_sequence_get_by_name(ed->seqbasep, seq_name, FALSE);
if (seq_name) MEM_freeN(seq_name);
}
-
+
/* can only add this F-Curve if it is selected */
if (ads->filterflag & ADS_FILTER_ONLYSEL) {
if ((seq == NULL) || (seq->flag & SELECT) == 0)
@@ -2214,7 +2212,7 @@ static size_t animdata_filter_dopesheet_scene(bAnimContext *ac, ListBase *anim_d
if ((ntree) && !(ads->filterflag & ADS_FILTER_NONTREE)) {
tmp_items += animdata_filter_ds_nodetree(ac, &tmp_data, ads, (ID *)sce, ntree, filter_mode);
}
-
+
#ifdef WITH_FREESTYLE
/* line styles */
if ((ads->filterflag & ADS_FILTER_NOLINESTYLE) == 0) {
diff --git a/source/blender/editors/animation/fmodifier_ui.c b/source/blender/editors/animation/fmodifier_ui.c
index 79a4c9a769d..6bd774e084a 100644
--- a/source/blender/editors/animation/fmodifier_ui.c
+++ b/source/blender/editors/animation/fmodifier_ui.c
@@ -151,7 +151,7 @@ static void draw_modifier__generator(uiLayout *layout, ID *id, FModifier *fcm, s
}
else {
/* basic size (just "x") */
- maxXWidth = 15;
+ maxXWidth = UI_GetStringWidth("x") + 10;
}
/* draw controls for each coefficient and a + sign at end of row */
@@ -231,16 +231,16 @@ static void draw_modifier__generator(uiLayout *layout, ID *id, FModifier *fcm, s
uiDefButF(block, NUM, B_FMODIFIER_REDRAW, "", 0, 0, 100, 20, cp + 1, -UI_FLT_MAX, UI_FLT_MAX,
10, 3, TIP_("Second coefficient"));
- /* closing bracket and '+' sign */
+ /* closing bracket and multiplication sign */
if ( (i != (data->poly_order - 1)) || ((i == 0) && data->poly_order == 2) ) {
- uiDefBut(block, LABEL, 1, ") +", 0, 0, 30, 20, NULL, 0.0, 0.0, 0, 0, "");
+ uiDefBut(block, LABEL, 1, ") ×", 0, 0, 40, 20, NULL, 0.0, 0.0, 0, 0, "");
/* set up new row for the next pair of coefficients */
row = uiLayoutRow(layout, TRUE);
block = uiLayoutGetBlock(row);
}
else
- uiDefBut(block, LABEL, 1, ")", 0, 0, 20, 20, NULL, 0.0, 0.0, 0, 0, "");
+ uiDefBut(block, LABEL, 1, ") ", 0, 0, 40, 20, NULL, 0.0, 0.0, 0, 0, "");
}
}
break;
diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c
index ffe58be0139..ae405c0e113 100644
--- a/source/blender/editors/armature/editarmature.c
+++ b/source/blender/editors/armature/editarmature.c
@@ -2256,6 +2256,7 @@ void undo_push_armature(bContext *C, const char *name)
/* *************** Adding stuff in editmode *************** */
/* default bone add, returns it selected, but without tail set */
+/* XXX should be used everywhere, now it mallocs bones still locally in functions */
EditBone *ED_armature_edit_bone_add(bArmature *arm, const char *name)
{
EditBone *bone = MEM_callocN(sizeof(EditBone), "eBone");
@@ -2265,7 +2266,7 @@ EditBone *ED_armature_edit_bone_add(bArmature *arm, const char *name)
BLI_addtail(arm->edbo, bone);
- bone->flag |= BONE_TIPSEL;
+ bone->flag |= BONE_TIPSEL | BONE_RELATIVE_PARENTING;
bone->weight = 1.0f;
bone->dist = 0.25f;
bone->xwidth = 0.1f;
@@ -3410,7 +3411,7 @@ static int armature_extrude_exec(bContext *C, wmOperator *op)
copy_v3_v3(newbone->tail, newbone->head);
newbone->parent = ebone;
- newbone->flag = ebone->flag & BONE_TIPSEL; // copies it, in case mirrored bone
+ newbone->flag = ebone->flag & (BONE_TIPSEL | BONE_RELATIVE_PARENTING); // copies it, in case mirrored bone
if (newbone->parent) newbone->flag |= BONE_CONNECTED;
}
@@ -3419,7 +3420,7 @@ static int armature_extrude_exec(bContext *C, wmOperator *op)
copy_v3_v3(newbone->tail, ebone->head);
newbone->parent = ebone->parent;
- newbone->flag = BONE_TIPSEL;
+ newbone->flag = BONE_TIPSEL | BONE_RELATIVE_PARENTING;
if (newbone->parent && (ebone->flag & BONE_CONNECTED)) {
newbone->flag |= BONE_CONNECTED;
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index 5376c897c29..2848db18d59 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -666,8 +666,8 @@ void heat_bone_weighting(Object *ob, Mesh *me, float (*verts)[3], int numsource,
*err_str = NULL;
/* count triangles and create mask */
- if ((use_face_sel = ((me->editflag & ME_EDIT_PAINT_MASK) != 0)) ||
- (use_vert_sel = ((me->editflag & ME_EDIT_VERT_SEL) != 0)))
+ if ((use_face_sel = ((me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0)) ||
+ (use_vert_sel = ((me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0)))
{
mask = MEM_callocN(sizeof(int) * me->totvert, "heat_bone_weighting mask");
diff --git a/source/blender/editors/armature/poselib.c b/source/blender/editors/armature/poselib.c
index ae3d496b641..04815b9c33c 100644
--- a/source/blender/editors/armature/poselib.c
+++ b/source/blender/editors/armature/poselib.c
@@ -687,9 +687,6 @@ static int poselib_rename_exec(bContext *C, wmOperator *op)
void POSELIB_OT_pose_rename(wmOperatorType *ot)
{
PropertyRNA *prop;
- static EnumPropertyItem prop_poses_dummy_types[] = {
- {0, NULL, 0, NULL, NULL}
- };
/* identifiers */
ot->name = "PoseLib Rename Pose";
@@ -707,7 +704,7 @@ void POSELIB_OT_pose_rename(wmOperatorType *ot)
/* properties */
/* NOTE: name not pose is the operator's "main" property, so that it will get activated in the popup for easy renaming */
ot->prop = RNA_def_string(ot->srna, "name", "RenamedPose", 64, "New Pose Name", "New name for pose");
- prop = RNA_def_enum(ot->srna, "pose", prop_poses_dummy_types, 0, "Pose", "The pose to rename");
+ prop = RNA_def_enum(ot->srna, "pose", DummyRNA_NULL_items, 0, "Pose", "The pose to rename");
RNA_def_enum_funcs(prop, poselib_stored_pose_itemf);
}
diff --git a/source/blender/editors/armature/reeb.c b/source/blender/editors/armature/reeb.c
index b1bf13db69b..1b5c550df11 100644
--- a/source/blender/editors/armature/reeb.c
+++ b/source/blender/editors/armature/reeb.c
@@ -634,7 +634,7 @@ static void mergeArcBuckets(ReebArc *aDst, ReebArc *aSrc, float start, float end
if (aDst->bcount > 0 && aSrc->bcount > 0) {
int indexDst = 0, indexSrc = 0;
- start = MAX3(start, aDst->buckets[0].val, aSrc->buckets[0].val);
+ start = max_fff(start, aDst->buckets[0].val, aSrc->buckets[0].val);
while (indexDst < aDst->bcount && aDst->buckets[indexDst].val < start) {
indexDst++;
diff --git a/source/blender/editors/curve/editcurve.c b/source/blender/editors/curve/editcurve.c
index f4dccd01007..53e610401b7 100644
--- a/source/blender/editors/curve/editcurve.c
+++ b/source/blender/editors/curve/editcurve.c
@@ -1022,13 +1022,12 @@ static int curve_is_animated(Curve *cu)
return ad && (ad->action || ad->drivers.first);
}
-static void fcurve_path_rename(AnimData *ad, char *orig_rna_path, char *rna_path, ListBase *orig_curves, ListBase *curves)
+static void fcurve_path_rename(AnimData *adt, char *orig_rna_path, char *rna_path, ListBase *orig_curves, ListBase *curves)
{
FCurve *fcu, *nfcu, *nextfcu;
int len = strlen(orig_rna_path);
- fcu = orig_curves->first;
- while (fcu) {
+ for (fcu = orig_curves->first; fcu; fcu = nextfcu) {
nextfcu = fcu->next;
if (!strncmp(fcu->rna_path, orig_rna_path, len)) {
char *spath, *suffix = fcu->rna_path + len;
@@ -1038,26 +1037,25 @@ static void fcurve_path_rename(AnimData *ad, char *orig_rna_path, char *rna_path
BLI_addtail(curves, nfcu);
if (fcu->grp) {
- action_groups_remove_channel(ad->action, fcu);
- action_groups_add_channel(ad->action, fcu->grp, nfcu);
+ action_groups_remove_channel(adt->action, fcu);
+ action_groups_add_channel(adt->action, fcu->grp, nfcu);
}
- else if (ad->action && &ad->action->curves == orig_curves)
- BLI_remlink(&ad->action->curves, fcu);
+ else if ((adt->action) && (&adt->action->curves == orig_curves))
+ BLI_remlink(&adt->action->curves, fcu);
else
- BLI_remlink(&ad->drivers, fcu);
+ BLI_remlink(&adt->drivers, fcu);
free_fcurve(fcu);
MEM_freeN(spath);
}
- fcu = nextfcu;
}
}
-static void fcurve_remove(AnimData *ad, ListBase *orig_curves, FCurve *fcu)
+static void fcurve_remove(AnimData *adt, ListBase *orig_curves, FCurve *fcu)
{
- if (orig_curves == &ad->drivers) BLI_remlink(&ad->drivers, fcu);
- else action_groups_remove_channel(ad->action, fcu);
+ if (orig_curves == &adt->drivers) BLI_remlink(&adt->drivers, fcu);
+ else action_groups_remove_channel(adt->action, fcu);
free_fcurve(fcu);
}
@@ -1073,7 +1071,7 @@ static void curve_rename_fcurves(Curve *cu, ListBase *orig_curves)
ListBase curves = {NULL, NULL};
FCurve *fcu, *next;
- while (nu) {
+ for (nu = editnurb->nurbs.first, nu_index = 0; nu != NULL; nu = nu->next, nu_index++) {
if (nu->bezt) {
BezTriple *bezt = nu->bezt;
a = nu->pntsu;
@@ -1126,8 +1124,6 @@ static void curve_rename_fcurves(Curve *cu, ListBase *orig_curves)
pt_index++;
}
}
- nu = nu->next;
- nu_index++;
}
/* remove paths for removed control points
@@ -1144,9 +1140,7 @@ static void curve_rename_fcurves(Curve *cu, ListBase *orig_curves)
}
}
- nu_index = 0;
- nu = editnurb->nurbs.first;
- while (nu) {
+ for (nu = editnurb->nurbs.first, nu_index = 0; nu != NULL; nu = nu->next, nu_index++) {
keyIndex = NULL;
if (nu->pntsu) {
if (nu->bezt) keyIndex = getCVKeyIndex(editnurb, &nu->bezt[0]);
@@ -1158,9 +1152,6 @@ static void curve_rename_fcurves(Curve *cu, ListBase *orig_curves)
BLI_snprintf(orig_rna_path, sizeof(orig_rna_path), "splines[%d]", keyIndex->nu_index);
fcurve_path_rename(adt, orig_rna_path, rna_path, orig_curves, &curves);
}
-
- nu_index++;
- nu = nu->next;
}
/* the remainders in orig_curves can be copied back (like follow path) */
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index 8ca7d5a023e..f7f58a4ee7a 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -114,10 +114,11 @@ typedef enum {
V3D_PROJ_TEST_NOP = 0,
V3D_PROJ_TEST_CLIP_BB = (1 << 0),
V3D_PROJ_TEST_CLIP_WIN = (1 << 1),
+ V3D_PROJ_TEST_CLIP_NEAR = (1 << 2),
} eV3DProjTest;
-#define V3D_PROJ_TEST_CLIP_DEFAULT (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN)
-#define V3D_PROJ_TEST_ALL (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN)
+#define V3D_PROJ_TEST_CLIP_DEFAULT (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR)
+#define V3D_PROJ_TEST_ALL (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR)
/* view3d_iterators.c */
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index bbc9ca3502d..b32bc1c2815 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -292,6 +292,9 @@ void UI_SetTheme(int spacetype, int regionid);
// get current theme
struct bTheme *UI_GetTheme(void);
+// return shadow width outside menus and popups */
+int UI_ThemeMenuShadowWidth(void);
+
/* only for buttons in theme editor! */
const unsigned char *UI_ThemeGetColorPtr(struct bTheme *btheme, int spacetype, int colorid);
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index 807f5279821..25f85883d9c 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -1291,7 +1291,7 @@ void ui_delete_linkline(uiLinkLine *line, uiBut *but)
void ui_get_but_vectorf(uiBut *but, float vec[3])
{
PropertyRNA *prop;
- int a, tot;
+ int a;
if (but->editvec) {
copy_v3_v3(vec, but->editvec);
@@ -1300,18 +1300,25 @@ void ui_get_but_vectorf(uiBut *but, float vec[3])
if (but->rnaprop) {
prop = but->rnaprop;
- vec[0] = vec[1] = vec[2] = 0.0f;
+ zero_v3(vec);
if (RNA_property_type(prop) == PROP_FLOAT) {
- tot = RNA_property_array_length(&but->rnapoin, prop);
- tot = min_ii(tot, 3);
-
- for (a = 0; a < tot; a++)
- vec[a] = RNA_property_float_get_index(&but->rnapoin, prop, a);
+ int tot = RNA_property_array_length(&but->rnapoin, prop);
+ BLI_assert(tot > 0);
+ if (tot == 3) {
+ RNA_property_float_get_array(&but->rnapoin, prop, vec);
+ }
+ else {
+ tot = min_ii(tot, 3);
+ for (a = 0; a < tot; a++) {
+ vec[a] = RNA_property_float_get_index(&but->rnapoin, prop, a);
+ }
+ }
}
}
else if (but->pointype == UI_BUT_POIN_CHAR) {
char *cp = (char *)but->poin;
+
vec[0] = ((float)cp[0]) / 255.0f;
vec[1] = ((float)cp[1]) / 255.0f;
vec[2] = ((float)cp[2]) / 255.0f;
@@ -1322,8 +1329,8 @@ void ui_get_but_vectorf(uiBut *but, float vec[3])
}
else {
if (but->editvec == NULL) {
- fprintf(stderr, "ui_get_but_vectorf: can't get color, should never happen\n");
- vec[0] = vec[1] = vec[2] = 0.0f;
+ fprintf(stderr, "%s: can't get color, should never happen\n", __func__);
+ zero_v3(vec);
}
}
@@ -1349,10 +1356,15 @@ void ui_set_but_vectorf(uiBut *but, const float vec[3])
int a;
tot = RNA_property_array_length(&but->rnapoin, prop);
- tot = min_ii(tot, 3);
-
- for (a = 0; a < tot; a++) {
- RNA_property_float_set_index(&but->rnapoin, prop, a, vec[a]);
+ BLI_assert(tot > 0);
+ if (tot == 3) {
+ RNA_property_float_set_array(&but->rnapoin, prop, vec);
+ }
+ else {
+ tot = min_ii(tot, 3);
+ for (a = 0; a < tot; a++) {
+ RNA_property_float_set_index(&but->rnapoin, prop, a, vec[a]);
+ }
}
}
}
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index 86fed3c2760..fed84092133 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -1208,30 +1208,37 @@ static void ui_but_copy_paste(bContext *C, uiBut *but, uiHandleButtonData *data,
/* RGB triple */
else if (but->type == COLOR) {
- float rgb[3];
+ float rgba[4];
if (but->poin == NULL && but->rnapoin.data == NULL) {
/* pass */
}
else if (mode == 'c') {
-
- ui_get_but_vectorf(but, rgb);
+ if (RNA_property_array_length(&but->rnapoin, but->rnaprop) == 4)
+ rgba[3] = RNA_property_float_get_index(&but->rnapoin, but->rnaprop, 3);
+ else
+ rgba[3] = 1.0f;
+
+ ui_get_but_vectorf(but, rgba);
/* convert to linear color to do compatible copy between gamma and non-gamma */
if (but->rnaprop && RNA_property_subtype(but->rnaprop) == PROP_COLOR_GAMMA)
- srgb_to_linearrgb_v3_v3(rgb, rgb);
+ srgb_to_linearrgb_v3_v3(rgba, rgba);
- BLI_snprintf(buf, sizeof(buf), "[%f, %f, %f]", rgb[0], rgb[1], rgb[2]);
+ BLI_snprintf(buf, sizeof(buf), "[%f, %f, %f, %f]", rgba[0], rgba[1], rgba[2], rgba[3]);
WM_clipboard_text_set(buf, 0);
}
else {
- if (sscanf(buf, "[%f, %f, %f]", &rgb[0], &rgb[1], &rgb[2]) == 3) {
+ if (sscanf(buf, "[%f, %f, %f, %f]", &rgba[0], &rgba[1], &rgba[2], &rgba[3]) == 4) {
/* assume linear colors in buffer */
if (but->rnaprop && RNA_property_subtype(but->rnaprop) == PROP_COLOR_GAMMA)
- linearrgb_to_srgb_v3_v3(rgb, rgb);
+ linearrgb_to_srgb_v3_v3(rgba, rgba);
button_activate_state(C, but, BUTTON_STATE_NUM_EDITING);
- ui_set_but_vectorf(but, rgb);
+ ui_set_but_vectorf(but, rgba);
+ if (RNA_property_array_length(&but->rnapoin, but->rnaprop) == 4)
+ RNA_property_float_set_index(&but->rnapoin, but->rnaprop, 3, rgba[3]);
+
button_activate_state(C, but, BUTTON_STATE_EXIT);
}
}
diff --git a/source/blender/editors/interface/interface_icons.c b/source/blender/editors/interface/interface_icons.c
index 2dc77e96678..2928a5607c0 100644
--- a/source/blender/editors/interface/interface_icons.c
+++ b/source/blender/editors/interface/interface_icons.c
@@ -467,7 +467,10 @@ static void init_brush_icons(void)
bbuf = IMB_ibImageFromMemory((unsigned char *)datatoc_ ##name## _png, \
datatoc_ ##name## _png_size, \
IB_rect, NULL, "<brush icon>"); \
- def_internal_icon(bbuf, icon_id, 0, 0, w, ICON_TYPE_BUFFER); \
+ if (bbuf) { \
+ IMB_premultiply_alpha(bbuf); \
+ def_internal_icon(bbuf, icon_id, 0, 0, w, ICON_TYPE_BUFFER); \
+ } \
IMB_freeImBuf(bbuf); \
} (void)0
/* end INIT_BRUSH_ICON */
@@ -537,10 +540,14 @@ static void init_internal_icons(void)
if (b16buf == NULL)
b16buf = IMB_ibImageFromMemory((unsigned char *)datatoc_blender_icons16_png,
datatoc_blender_icons16_png_size, IB_rect, NULL, "<blender icons>");
+ if (b16buf)
+ IMB_premultiply_alpha(b16buf);
if (b32buf == NULL)
b32buf = IMB_ibImageFromMemory((unsigned char *)datatoc_blender_icons32_png,
datatoc_blender_icons32_png_size, IB_rect, NULL, "<blender icons>");
+ if (b32buf)
+ IMB_premultiply_alpha(b32buf);
if (b16buf && b32buf) {
/* free existing texture if any */
@@ -940,8 +947,8 @@ static void icon_draw_texture(float x, float y, float w, float h, int ix, int iy
{
float x1, x2, y1, y2;
- if (rgb) glColor4f(rgb[0], rgb[1], rgb[2], alpha);
- else glColor4f(1.0f, 1.0f, 1.0f, alpha);
+ if (rgb) glColor4f(alpha*rgb[0], rgb[1], rgb[2], alpha);
+ else glColor4f(alpha, alpha, alpha, alpha);
x1 = ix * icongltex.invw;
x2 = (ix + ih) * icongltex.invw;
@@ -951,6 +958,9 @@ static void icon_draw_texture(float x, float y, float w, float h, int ix, int iy
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, icongltex.id);
+ /* sharper downscaling, has no effect when scale matches with a mip level */
+ glTexEnvf(GL_TEXTURE_FILTER_CONTROL, GL_TEXTURE_LOD_BIAS, -0.5f);
+
glBegin(GL_QUADS);
glTexCoord2f(x1, y1);
glVertex2f(x, y);
@@ -965,6 +975,8 @@ static void icon_draw_texture(float x, float y, float w, float h, int ix, int iy
glVertex2f(x, y + h);
glEnd();
+ glTexEnvf(GL_TEXTURE_FILTER_CONTROL, GL_TEXTURE_LOD_BIAS, 0.0f);
+
glBindTexture(GL_TEXTURE_2D, 0);
glDisable(GL_TEXTURE_2D);
}
@@ -986,7 +998,7 @@ static void icon_draw_size(float x, float y, int icon_id, float aspect, float al
Icon *icon = NULL;
DrawInfo *di = NULL;
IconImage *iimg;
- float fdraw_size = draw_size;
+ const float fdraw_size = (float)draw_size;
int w, h;
icon = BKE_icon_get(icon_id);
@@ -1017,8 +1029,11 @@ static void icon_draw_size(float x, float y, int icon_id, float aspect, float al
di->data.vector.func((int)x, (int)y, ICON_DEFAULT_HEIGHT, ICON_DEFAULT_HEIGHT, 1.0f);
}
else if (di->type == ICON_TYPE_TEXTURE) {
+ /* texture image use premul alpha for correct scaling */
+ glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
icon_draw_texture(x, y, (float)w, (float)h, di->data.texture.x, di->data.texture.y,
di->data.texture.w, di->data.texture.h, alpha, rgb);
+ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
}
else if (di->type == ICON_TYPE_BUFFER) {
/* it is a builtin icon */
@@ -1026,7 +1041,9 @@ static void icon_draw_size(float x, float y, int icon_id, float aspect, float al
if (!iimg->rect) return; /* something has gone wrong! */
+ glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA);
icon_draw_rect(x, y, w, h, aspect, iimg->w, iimg->h, iimg->rect, alpha, rgb, is_preview);
+ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
}
else if (di->type == ICON_TYPE_PREVIEW) {
PreviewImage *pi = BKE_previewimg_get((ID *)icon->obj);
diff --git a/source/blender/editors/interface/interface_panel.c b/source/blender/editors/interface/interface_panel.c
index 5f7ed644894..5b6a609e4d2 100644
--- a/source/blender/editors/interface/interface_panel.c
+++ b/source/blender/editors/interface/interface_panel.c
@@ -133,8 +133,6 @@ static int panels_re_align(ScrArea *sa, ARegion *ar, Panel **r_pa)
if (sbuts->re_align || sbuts->mainbo != sbuts->mainb)
return 1;
}
- else if (ar->regiontype == RGN_TYPE_UI)
- return 1;
else if (sa->spacetype == SPACE_IMAGE && ar->regiontype == RGN_TYPE_PREVIEW)
return 1;
else if (sa->spacetype == SPACE_FILE && ar->regiontype == RGN_TYPE_CHANNELS)
@@ -917,6 +915,7 @@ void uiEndPanels(const bContext *C, ARegion *ar, int *x, int *y)
/* re-align, possibly with animation */
if (panels_re_align(sa, ar, &pa)) {
+ /* XXX code never gets here... PNL_ANIM_ALIGN flag is never set */
if (pa)
panel_activate_state(C, pa, PANEL_STATE_ANIMATION);
else
@@ -1066,7 +1065,7 @@ static void ui_handle_panel_header(const bContext *C, uiBlock *block, int mx, in
ED_region_tag_redraw(ar);
}
else { /* collapse */
- if(ctrl)
+ if (ctrl)
panels_collapse_all(sa, ar, block->panel);
if (block->panel->flag & PNL_CLOSED) {
@@ -1150,7 +1149,7 @@ int ui_handler_panel_region(bContext *C, wmEvent *event)
}
/* XXX hardcoded key warning */
- if (inside && event->val == KM_PRESS) {
+ if ((inside || inside_header) && event->val == KM_PRESS) {
if (event->type == AKEY && !ELEM4(KM_MOD_FIRST, event->ctrl, event->oskey, event->shift, event->alt)) {
if (pa->flag & PNL_CLOSEDY) {
@@ -1160,6 +1159,7 @@ int ui_handler_panel_region(bContext *C, wmEvent *event)
else
ui_handle_panel_header(C, block, mx, my, event->type, event->ctrl);
+ retval = WM_UI_HANDLER_BREAK;
continue;
}
}
diff --git a/source/blender/editors/interface/interface_regions.c b/source/blender/editors/interface/interface_regions.c
index 60885f311ca..57c126c31c5 100644
--- a/source/blender/editors/interface/interface_regions.c
+++ b/source/blender/editors/interface/interface_regions.c
@@ -73,8 +73,6 @@
#include "interface_intern.h"
#define B_NOP -1
-#define MENU_SHADOW_SIDE 8
-#define MENU_SHADOW_BOTTOM 10
#define MENU_TOP 8
/*********************** Menu Data Parsing ********************* */
@@ -693,16 +691,20 @@ ARegion *ui_tooltip_create(bContext *C, ARegion *butregion, uiBut *but)
}
/* widget rect, in region coords */
- data->bbox.xmin = MENU_SHADOW_SIDE;
- data->bbox.xmax = BLI_rcti_size_x(&rect_i) + MENU_SHADOW_SIDE;
- data->bbox.ymin = MENU_SHADOW_BOTTOM;
- data->bbox.ymax = BLI_rcti_size_y(&rect_i) + MENU_SHADOW_BOTTOM;
-
- /* region bigger for shadow */
- ar->winrct.xmin = rect_i.xmin - MENU_SHADOW_SIDE;
- ar->winrct.xmax = rect_i.xmax + MENU_SHADOW_SIDE;
- ar->winrct.ymin = rect_i.ymin - MENU_SHADOW_BOTTOM;
- ar->winrct.ymax = rect_i.ymax + MENU_TOP;
+ {
+ int width = UI_ThemeMenuShadowWidth();
+
+ data->bbox.xmin = width;
+ data->bbox.xmax = BLI_rcti_size_x(&rect_i) + width;
+ data->bbox.ymin = width;
+ data->bbox.ymax = BLI_rcti_size_y(&rect_i) + width;
+
+ /* region bigger for shadow */
+ ar->winrct.xmin = rect_i.xmin - width;
+ ar->winrct.xmax = rect_i.xmax + width;
+ ar->winrct.ymin = rect_i.ymin - width;
+ ar->winrct.ymax = rect_i.ymax + MENU_TOP;
+ }
/* adds subwindow */
ED_region_init(C, ar);
@@ -1140,16 +1142,17 @@ ARegion *ui_searchbox_create(bContext *C, ARegion *butregion, uiBut *but)
/* compute position */
if (but->block->flag & UI_BLOCK_SEARCH_MENU) {
+ int width = UI_ThemeMenuShadowWidth();
/* this case is search menu inside other menu */
/* we copy region size */
ar->winrct = butregion->winrct;
/* widget rect, in region coords */
- data->bbox.xmin = MENU_SHADOW_SIDE;
- data->bbox.xmax = BLI_rcti_size_x(&ar->winrct) - MENU_SHADOW_SIDE;
- data->bbox.ymin = MENU_SHADOW_BOTTOM;
- data->bbox.ymax = BLI_rcti_size_y(&ar->winrct) - MENU_SHADOW_BOTTOM;
+ data->bbox.xmin = width;
+ data->bbox.xmax = BLI_rcti_size_x(&ar->winrct) - width;
+ data->bbox.ymin = width;
+ data->bbox.ymax = BLI_rcti_size_y(&ar->winrct) - width;
/* check if button is lower half */
if (but->rect.ymax < BLI_rctf_cent_y(&but->block->rect)) {
@@ -1161,6 +1164,8 @@ ARegion *ui_searchbox_create(bContext *C, ARegion *butregion, uiBut *but)
}
else {
const int searchbox_width = uiSearchBoxWidth();
+ const int shadow_width = UI_ThemeMenuShadowWidth();
+
rect_fl.xmin = but->rect.xmin - 5; /* align text with button */
rect_fl.xmax = but->rect.xmax + 5; /* symmetrical */
rect_fl.ymax = but->rect.ymin;
@@ -1212,15 +1217,15 @@ ARegion *ui_searchbox_create(bContext *C, ARegion *butregion, uiBut *but)
}
/* widget rect, in region coords */
- data->bbox.xmin = MENU_SHADOW_SIDE;
- data->bbox.xmax = BLI_rcti_size_x(&rect_i) + MENU_SHADOW_SIDE;
- data->bbox.ymin = MENU_SHADOW_BOTTOM;
- data->bbox.ymax = BLI_rcti_size_y(&rect_i) + MENU_SHADOW_BOTTOM;
+ data->bbox.xmin = shadow_width;
+ data->bbox.xmax = BLI_rcti_size_x(&rect_i) + shadow_width;
+ data->bbox.ymin = shadow_width;
+ data->bbox.ymax = BLI_rcti_size_y(&rect_i) + shadow_width;
/* region bigger for shadow */
- ar->winrct.xmin = rect_i.xmin - MENU_SHADOW_SIDE;
- ar->winrct.xmax = rect_i.xmax + MENU_SHADOW_SIDE;
- ar->winrct.ymin = rect_i.ymin - MENU_SHADOW_BOTTOM;
+ ar->winrct.xmin = rect_i.xmin - shadow_width;
+ ar->winrct.xmax = rect_i.xmax + shadow_width;
+ ar->winrct.ymin = rect_i.ymin - shadow_width;
ar->winrct.ymax = rect_i.ymax;
}
@@ -1522,6 +1527,7 @@ static void ui_block_region_draw(const bContext *C, ARegion *ar)
static void ui_popup_block_clip(wmWindow *window, uiBlock *block)
{
+ int width = UI_ThemeMenuShadowWidth();
int winx, winy;
if (block->flag & UI_BLOCK_NO_WIN_CLIP) {
@@ -1532,13 +1538,13 @@ static void ui_popup_block_clip(wmWindow *window, uiBlock *block)
winy = WM_window_pixels_y(window);
// wm_window_get_size(window, &winx, &winy);
- if (block->rect.xmin < MENU_SHADOW_SIDE)
- block->rect.xmin = MENU_SHADOW_SIDE;
- if (block->rect.xmax > winx - MENU_SHADOW_SIDE)
- block->rect.xmax = winx - MENU_SHADOW_SIDE;
+ if (block->rect.xmin < width)
+ block->rect.xmin = width;
+ if (block->rect.xmax > winx - width)
+ block->rect.xmax = winx - width;
- if (block->rect.ymin < MENU_SHADOW_BOTTOM)
- block->rect.ymin = MENU_SHADOW_BOTTOM;
+ if (block->rect.ymin < width)
+ block->rect.ymin = width;
if (block->rect.ymax > winy - MENU_TOP)
block->rect.ymax = winy - MENU_TOP;
}
@@ -1590,6 +1596,7 @@ uiPopupBlockHandle *ui_popup_block_create(bContext *C, ARegion *butregion, uiBut
uiBlock *block;
uiPopupBlockHandle *handle;
uiSafetyRct *saferct;
+ int width = UI_ThemeMenuShadowWidth();
/* create handle */
handle = MEM_callocN(sizeof(uiPopupBlockHandle), "uiPopupBlockHandle");
@@ -1658,9 +1665,9 @@ uiPopupBlockHandle *ui_popup_block_create(bContext *C, ARegion *butregion, uiBut
/* the block and buttons were positioned in window space as in 2.4x, now
* these menu blocks are regions so we bring it back to region space.
* additionally we add some padding for the menu shadow or rounded menus */
- ar->winrct.xmin = block->rect.xmin - MENU_SHADOW_SIDE;
- ar->winrct.xmax = block->rect.xmax + MENU_SHADOW_SIDE;
- ar->winrct.ymin = block->rect.ymin - MENU_SHADOW_BOTTOM;
+ ar->winrct.xmin = block->rect.xmin - width;
+ ar->winrct.xmax = block->rect.xmax + width;
+ ar->winrct.ymin = block->rect.ymin - width;
ar->winrct.ymax = block->rect.ymax + MENU_TOP;
ui_block_translate(block, -ar->winrct.xmin, -ar->winrct.ymin);
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index e5b26148be5..4687647223a 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -261,7 +261,7 @@ static int round_box_shadow_edges(float (*vert)[2], const rcti *rect, float rad,
if (2.0f * rad > BLI_rcti_size_y(rect))
rad = 0.5f * BLI_rcti_size_y(rect);
-
+
minx = rect->xmin - step;
miny = rect->ymin - step;
maxx = rect->xmax + step;
@@ -871,7 +871,7 @@ static void widget_draw_icon(uiBut *but, BIFIconID icon, float alpha, const rcti
aspect = but->block->aspect / UI_DPI_FAC;
height = ICON_DEFAULT_HEIGHT / aspect;
-
+
/* calculate blend color */
if (ELEM4(but->type, TOG, ROW, TOGN, LISTROW)) {
if (but->flag & UI_SELECT) {}
@@ -915,6 +915,12 @@ static void widget_draw_icon(uiBut *but, BIFIconID icon, float alpha, const rcti
ys = (rect->ymin + rect->ymax - height) / 2.0f;
}
+ /* force positions to integers, for zoom levels near 1. draws icons crisp. */
+ if (aspect > 0.95f && aspect < 1.05f) {
+ xs = (int)(xs + 0.1f);
+ ys = (int)(ys + 0.1f);
+ }
+
/* to indicate draggable */
if (but->dragpoin && (but->flag & UI_ACTIVE)) {
float rgb[3] = {1.25f, 1.25f, 1.25f};
@@ -1793,13 +1799,19 @@ static void widget_state_menu_item(uiWidgetType *wt, int state)
/* ************ menu backdrop ************************* */
/* outside of rect, rad to left/bottom/right */
-static void widget_softshadow(const rcti *rect, int roundboxalign, const float radin, const float radout)
+static void widget_softshadow(const rcti *rect, int roundboxalign, const float radin)
{
+ bTheme *btheme = UI_GetTheme();
uiWidgetBase wtb;
rcti rect1 = *rect;
- float alpha, alphastep;
+ float alphastep;
int step, totvert;
- float quad_strip[WIDGET_SIZE_MAX * 2][2];
+ float quad_strip[WIDGET_SIZE_MAX * 2 + 2][2];
+ const float radout = UI_ThemeMenuShadowWidth();
+
+ /* disabled shadow */
+ if (radout == 0.0f)
+ return;
/* prevent tooltips to not show round shadow */
if (radout > 0.2f * BLI_rcti_size_y(&rect1))
@@ -1810,24 +1822,22 @@ static void widget_softshadow(const rcti *rect, int roundboxalign, const float r
/* inner part */
totvert = round_box_shadow_edges(wtb.inner_v, &rect1, radin, roundboxalign & (UI_CNR_BOTTOM_RIGHT | UI_CNR_BOTTOM_LEFT), 0.0f);
- /* inverse linear shadow alpha */
- alpha = 0.15f;
- if (U.pixelsize > 1.0f)
- alphastep = 0.78f;
- else
- alphastep = 0.67f;
+ /* we draw a number of increasing size alpha quad strips */
+ alphastep = 3.0f * btheme->tui.menu_shadow_fac / radout;
glEnableClientState(GL_VERTEX_ARRAY);
- for (step = 1; step <= radout; step++, alpha *= alphastep) {
+ for (step = 1; step <= (int)radout; step++) {
+ float expfac = sqrt(step / radout);
+
round_box_shadow_edges(wtb.outer_v, &rect1, radin, UI_CNR_ALL, (float)step);
- glColor4f(0.0f, 0.0f, 0.0f, alpha);
+ glColor4f(0.0f, 0.0f, 0.0f, alphastep * (1.0f - expfac));
- widget_verts_to_quad_strip_open(&wtb, totvert, quad_strip);
+ widget_verts_to_quad_strip(&wtb, totvert, quad_strip);
glVertexPointer(2, GL_FLOAT, 0, quad_strip);
- glDrawArrays(GL_QUAD_STRIP, 0, totvert * 2);
+ glDrawArrays(GL_QUAD_STRIP, 0, totvert * 2 + 2);
}
glDisableClientState(GL_VERTEX_ARRAY);
@@ -1855,7 +1865,7 @@ static void widget_menu_back(uiWidgetColors *wcol, rcti *rect, int flag, int dir
}
glEnable(GL_BLEND);
- widget_softshadow(rect, roundboxalign, 0.25f * U.widget_unit, 0.4f * U.widget_unit);
+ widget_softshadow(rect, roundboxalign, 0.25f * U.widget_unit);
round_box_edges(&wtb, roundboxalign, rect, 0.25f * U.widget_unit);
wtb.emboss = 0;
@@ -3403,7 +3413,7 @@ void ui_draw_search_back(uiStyle *UNUSED(style), uiBlock *block, rcti *rect)
uiWidgetType *wt = widget_type(UI_WTYPE_BOX);
glEnable(GL_BLEND);
- widget_softshadow(rect, UI_CNR_ALL, 0.25f * U.widget_unit, 0.4f * U.widget_unit);
+ widget_softshadow(rect, UI_CNR_ALL, 0.25f * U.widget_unit);
glDisable(GL_BLEND);
wt->state(wt, 0);
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 20d7277a94d..fd84c1fd4c4 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -683,6 +683,9 @@ void ui_theme_init_default(void)
rgba_char_args_set(btheme->tui.yaxis, 0, 220, 0, 255);
rgba_char_args_set(btheme->tui.zaxis, 0, 0, 220, 255);
+ btheme->tui.menu_shadow_fac = 0.5f;
+ btheme->tui.menu_shadow_width = 12;
+
/* Bone Color Sets */
ui_theme_init_boneColorSets(btheme);
@@ -1269,6 +1272,12 @@ void UI_ThemeClearColor(int colorid)
glClearColor(col[0], col[1], col[2], 0.0);
}
+int UI_ThemeMenuShadowWidth(void)
+{
+ bTheme *btheme = UI_GetTheme();
+ return (int)(btheme->tui.menu_shadow_width * UI_DPI_FAC);
+}
+
void UI_make_axis_color(const unsigned char src_col[3], unsigned char dst_col[3], const char axis)
{
unsigned char col[3];
@@ -2086,6 +2095,17 @@ void init_userdef_do_versions(void)
}
}
+ if (bmain->versionfile < 266) {
+ bTheme *btheme;
+
+ for (btheme = U.themes.first; btheme; btheme = btheme->next) {
+ /* rna definition limits fac to 0.01 */
+ if (btheme->tui.menu_shadow_fac == 0.0f) {
+ btheme->tui.menu_shadow_fac = 0.5f;
+ btheme->tui.menu_shadow_width = 12;
+ }
+ }
+ }
if (U.pixelsize == 0.0f)
U.pixelsize = 1.0f;
diff --git a/source/blender/editors/interface/view2d.c b/source/blender/editors/interface/view2d.c
index 306b328b431..190d90b3c36 100644
--- a/source/blender/editors/interface/view2d.c
+++ b/source/blender/editors/interface/view2d.c
@@ -1151,7 +1151,7 @@ View2DGrid *UI_view2d_grid_calc(Scene *scene, View2D *v2d,
pixels = (float)BLI_rcti_size_x(&v2d->mask);
if (pixels != 0.0f) {
- grid->dx = (U.v2d_min_gridsize * U.pixelsize * space) / (seconddiv * pixels);
+ grid->dx = (U.v2d_min_gridsize * UI_DPI_FAC * space) / (seconddiv * pixels);
step_to_grid(&grid->dx, &grid->powerx, xunits);
grid->dx *= seconddiv;
}
@@ -1168,7 +1168,7 @@ View2DGrid *UI_view2d_grid_calc(Scene *scene, View2D *v2d,
space = BLI_rctf_size_y(&v2d->cur);
pixels = (float)winy;
- grid->dy = U.v2d_min_gridsize * U.pixelsize * space / pixels;
+ grid->dy = U.v2d_min_gridsize * UI_DPI_FAC * space / pixels;
step_to_grid(&grid->dy, &grid->powery, yunits);
if (yclamp == V2D_GRID_CLAMP) {
@@ -1213,7 +1213,7 @@ void UI_view2d_grid_draw(View2D *v2d, View2DGrid *grid, int flag)
vec2[1] = v2d->cur.ymax;
/* minor gridlines */
- step = (BLI_rcti_size_x(&v2d->mask) + 1) / (U.v2d_min_gridsize * U.pixelsize);
+ step = (BLI_rcti_size_x(&v2d->mask) + 1) / (U.v2d_min_gridsize * UI_DPI_FAC);
UI_ThemeColor(TH_GRID);
for (a = 0; a < step; a++) {
@@ -1247,7 +1247,7 @@ void UI_view2d_grid_draw(View2D *v2d, View2DGrid *grid, int flag)
vec1[0] = grid->startx;
vec2[0] = v2d->cur.xmax;
- step = (BLI_rcti_size_y(&v2d->mask) + 1) / (U.v2d_min_gridsize * U.pixelsize);
+ step = (BLI_rcti_size_y(&v2d->mask) + 1) / (U.v2d_min_gridsize * UI_DPI_FAC);
UI_ThemeColor(TH_GRID);
for (a = 0; a <= step; a++) {
diff --git a/source/blender/editors/interface/view2d_ops.c b/source/blender/editors/interface/view2d_ops.c
index 48a1f8bf0f3..006644bf366 100644
--- a/source/blender/editors/interface/view2d_ops.c
+++ b/source/blender/editors/interface/view2d_ops.c
@@ -1015,12 +1015,12 @@ static int view_zoomdrag_modal(bContext *C, wmOperator *op, wmEvent *event)
/* x-axis transform */
dist = BLI_rcti_size_x(&v2d->mask) / 2.0f;
- dx = 1.0f - (fabsf(vzd->lastx - dist) + 2.0f) / (fabsf(event->x - dist) + 2.0f);
+ dx = 1.0f - (fabsf(vzd->lastx - vzd->ar->winrct.xmin - dist) + 2.0f) / (fabsf(event->mval[0] - dist) + 2.0f);
dx *= 0.5f * BLI_rctf_size_x(&v2d->cur);
/* y-axis transform */
dist = BLI_rcti_size_y(&v2d->mask) / 2.0f;
- dy = 1.0f - (fabsf(vzd->lasty - dist) + 2.0f) / (fabsf(event->y - dist) + 2.0f);
+ dy = 1.0f - (fabsf(vzd->lasty - vzd->ar->winrct.ymin - dist) + 2.0f) / (fabsf(event->mval[1] - dist) + 2.0f);
dy *= 0.5f * BLI_rctf_size_y(&v2d->cur);
}
else {
@@ -1034,18 +1034,7 @@ static int view_zoomdrag_modal(bContext *C, wmOperator *op, wmEvent *event)
/* y-axis transform */
fac = 0.01f * (event->y - vzd->lasty);
dy = fac * BLI_rctf_size_y(&v2d->cur);
-#if 0
- /* continuous zoom shouldn't move that fast... */
- if (U.viewzoom == USER_ZOOM_CONT) { // XXX store this setting as RNA prop?
- double time = PIL_check_seconds_timer();
- float time_step = (float)(time - vzd->timer_lastdraw);
-
- dx /= (0.1f / time_step);
- dy /= (0.1f / time_step);
-
- vzd->timer_lastdraw = time;
- }
-#endif
+
}
/* set transform amount, and add current deltas to stored total delta (for redo) */
diff --git a/source/blender/editors/mesh/editface.c b/source/blender/editors/mesh/editface.c
index 05f2269c359..29139c5154f 100644
--- a/source/blender/editors/mesh/editface.c
+++ b/source/blender/editors/mesh/editface.c
@@ -27,12 +27,9 @@
* \ingroup edmesh
*/
-#include <math.h>
-#include <string.h>
#include "MEM_guardedalloc.h"
-#include "BLI_utildefines.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_edgehash.h"
@@ -41,9 +38,7 @@
#include "IMB_imbuf.h"
#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
#include "BKE_DerivedMesh.h"
#include "BKE_global.h"
@@ -61,7 +56,6 @@
#include "WM_types.h"
/* own include */
-#include "mesh_intern.h"
/* copy the face flags, most importantly selection from the mesh to the final derived mesh,
* use in object mode when selecting faces (while painting) */
diff --git a/source/blender/editors/mesh/editmesh_add.c b/source/blender/editors/mesh/editmesh_add.c
index adcec5699a9..a356f9fca7f 100644
--- a/source/blender/editors/mesh/editmesh_add.c
+++ b/source/blender/editors/mesh/editmesh_add.c
@@ -29,7 +29,6 @@
* \ingroup edmesh
*/
-#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
@@ -39,7 +38,6 @@
#include "BLI_math.h"
#include "BKE_context.h"
-#include "BKE_depsgraph.h"
#include "BKE_library.h"
#include "BKE_tessmesh.h"
diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c
index 31d5eed83dc..c8a1264fd10 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -38,14 +38,11 @@
#include "BLI_blenlib.h"
#include "BLI_array.h"
#include "BLI_math.h"
-#include "BLI_rand.h"
#include "BLI_smallhash.h"
-#include "BLI_scanfill.h"
#include "BLI_memarena.h"
#include "BKE_DerivedMesh.h"
#include "BKE_context.h"
-#include "BKE_depsgraph.h"
#include "BIF_gl.h"
#include "BIF_glutil.h" /* for paint cursor */
@@ -59,7 +56,6 @@
#include "WM_types.h"
#include "DNA_scene_types.h"
-#include "DNA_mesh_types.h"
#include "DNA_object_types.h"
#include "BKE_tessmesh.h"
#include "UI_resources.h"
@@ -1150,7 +1146,7 @@ static float len_v3_tri_side_max(const float v1[3], const float v2[3], const flo
const float s2 = len_squared_v3v3(v2, v3);
const float s3 = len_squared_v3v3(v3, v1);
- return sqrtf(MAX3(s1, s2, s3));
+ return sqrtf(max_fff(s1, s2, s3));
}
static BMEdgeHit *knife_edge_tri_isect(KnifeTool_OpData *kcd, BMBVHTree *bmtree,
diff --git a/source/blender/editors/mesh/editmesh_loopcut.c b/source/blender/editors/mesh/editmesh_loopcut.c
index 7721f878ce6..5f923dd65c6 100644
--- a/source/blender/editors/mesh/editmesh_loopcut.c
+++ b/source/blender/editors/mesh/editmesh_loopcut.c
@@ -28,46 +28,21 @@
* \ingroup edmesh
*/
-#include <float.h>
-#ifdef _MSC_VER
-# define _USE_MATH_DEFINES
-#endif
-#include <math.h>
-#include <string.h>
-#include <ctype.h>
-#include <stdio.h>
-
-#include "DNA_ID.h"
#include "DNA_object_types.h"
-#include "DNA_mesh_types.h"
-#include "DNA_screen_types.h"
#include "DNA_scene_types.h"
-#include "DNA_userdef_types.h"
#include "MEM_guardedalloc.h"
-#include "PIL_time.h"
-
#include "BLI_array.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_dynstr.h" /*for WM_operator_pystring */
-#include "BLI_utildefines.h"
-#include "BKE_blender.h"
#include "BKE_context.h"
-#include "BKE_depsgraph.h"
-#include "BKE_mesh.h"
#include "BKE_modifier.h"
#include "BKE_report.h"
-#include "BKE_scene.h"
#include "BKE_tessmesh.h"
-#include "BKE_depsgraph.h"
#include "BIF_gl.h"
-#include "BIF_glutil.h" /* for paint cursor */
-
-#include "IMB_imbuf_types.h"
#include "ED_screen.h"
#include "ED_space_api.h"
@@ -78,8 +53,6 @@
#include "RNA_access.h"
#include "RNA_define.h"
-#include "UI_interface.h"
-
#include "WM_api.h"
#include "WM_types.h"
@@ -187,7 +160,6 @@ static void edgering_sel(RingSelOpData *lcd, int previewlines, int select)
BMWalker walker;
float (*edges)[2][3] = NULL;
BLI_array_declare(edges);
- float co[2][3];
int i, tot = 0;
memset(v, 0, sizeof(v));
@@ -245,16 +217,9 @@ static void edgering_sel(RingSelOpData *lcd, int previewlines, int select)
BLI_array_grow_items(edges, previewlines);
for (i = 1; i <= previewlines; i++) {
- co[0][0] = (v[0][1]->co[0] - v[0][0]->co[0]) * (i / ((float)previewlines + 1)) + v[0][0]->co[0];
- co[0][1] = (v[0][1]->co[1] - v[0][0]->co[1]) * (i / ((float)previewlines + 1)) + v[0][0]->co[1];
- co[0][2] = (v[0][1]->co[2] - v[0][0]->co[2]) * (i / ((float)previewlines + 1)) + v[0][0]->co[2];
-
- co[1][0] = (v[1][1]->co[0] - v[1][0]->co[0]) * (i / ((float)previewlines + 1)) + v[1][0]->co[0];
- co[1][1] = (v[1][1]->co[1] - v[1][0]->co[1]) * (i / ((float)previewlines + 1)) + v[1][0]->co[1];
- co[1][2] = (v[1][1]->co[2] - v[1][0]->co[2]) * (i / ((float)previewlines + 1)) + v[1][0]->co[2];
-
- copy_v3_v3(edges[tot][0], co[0]);
- copy_v3_v3(edges[tot][1], co[1]);
+ const float fac = (i / ((float)previewlines + 1));
+ interp_v3_v3v3(edges[tot][0], v[0][0]->co, v[0][1]->co, fac);
+ interp_v3_v3v3(edges[tot][1], v[1][0]->co, v[1][1]->co, fac);
tot++;
}
}
@@ -274,19 +239,14 @@ static void edgering_sel(RingSelOpData *lcd, int previewlines, int select)
BLI_array_grow_items(edges, previewlines);
for (i = 1; i <= previewlines; i++) {
- if (!v[0][0] || !v[0][1] || !v[1][0] || !v[1][1])
+ const float fac = (i / ((float)previewlines + 1));
+
+ if (!v[0][0] || !v[0][1] || !v[1][0] || !v[1][1]) {
continue;
-
- co[0][0] = (v[0][1]->co[0] - v[0][0]->co[0]) * (i / ((float)previewlines + 1)) + v[0][0]->co[0];
- co[0][1] = (v[0][1]->co[1] - v[0][0]->co[1]) * (i / ((float)previewlines + 1)) + v[0][0]->co[1];
- co[0][2] = (v[0][1]->co[2] - v[0][0]->co[2]) * (i / ((float)previewlines + 1)) + v[0][0]->co[2];
+ }
- co[1][0] = (v[1][1]->co[0] - v[1][0]->co[0]) * (i / ((float)previewlines + 1)) + v[1][0]->co[0];
- co[1][1] = (v[1][1]->co[1] - v[1][0]->co[1]) * (i / ((float)previewlines + 1)) + v[1][0]->co[1];
- co[1][2] = (v[1][1]->co[2] - v[1][0]->co[2]) * (i / ((float)previewlines + 1)) + v[1][0]->co[2];
-
- copy_v3_v3(edges[tot][0], co[0]);
- copy_v3_v3(edges[tot][1], co[1]);
+ interp_v3_v3v3(edges[tot][0], v[0][0]->co, v[0][1]->co, fac);
+ interp_v3_v3v3(edges[tot][1], v[1][0]->co, v[1][1]->co, fac);
tot++;
}
}
diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c
index 4909561f677..6cbf5e88cee 100644
--- a/source/blender/editors/mesh/editmesh_rip.c
+++ b/source/blender/editors/mesh/editmesh_rip.c
@@ -31,7 +31,6 @@
#include "MEM_guardedalloc.h"
-#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "RNA_define.h"
@@ -41,11 +40,9 @@
#include "BLI_array.h"
#include "BKE_context.h"
-#include "BKE_object.h"
#include "BKE_report.h"
#include "BKE_tessmesh.h"
-#include "WM_api.h"
#include "WM_types.h"
#include "ED_mesh.h"
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index a46edb19662..48dfe3bf667 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -40,7 +40,6 @@
#include "BKE_context.h"
#include "BKE_displist.h"
-#include "BKE_depsgraph.h"
#include "BKE_report.h"
#include "BKE_paint.h"
#include "BKE_tessmesh.h"
@@ -56,9 +55,7 @@
#include "ED_mesh.h"
#include "ED_screen.h"
-#include "ED_util.h"
#include "ED_uvedit.h"
-#include "ED_object.h"
#include "ED_view3d.h"
#include "BIF_gl.h"
@@ -1148,11 +1145,11 @@ static void mouse_mesh_loop(bContext *C, int mval[2], short extend, short desele
/* We can't be sure this has already been set... */
ED_view3d_init_mats_rv3d(vc.obedit, vc.rv3d);
- if (ED_view3d_project_float_object(vc.ar, eed->v1->co, v1_co, V3D_PROJ_TEST_NOP) == V3D_PROJ_RET_OK) {
+ if (ED_view3d_project_float_object(vc.ar, eed->v1->co, v1_co, V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK) {
length_1 = len_squared_v2v2(mvalf, v1_co);
}
- if (ED_view3d_project_float_object(vc.ar, eed->v2->co, v2_co, V3D_PROJ_TEST_NOP) == V3D_PROJ_RET_OK) {
+ if (ED_view3d_project_float_object(vc.ar, eed->v2->co, v2_co, V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK) {
length_2 = len_squared_v2v2(mvalf, v2_co);
}
#if 0
@@ -1179,7 +1176,7 @@ static void mouse_mesh_loop(bContext *C, int mval[2], short extend, short desele
float co[2], tdist;
BM_face_calc_center_mean(f, cent);
- if (ED_view3d_project_float_object(vc.ar, cent, co, V3D_PROJ_TEST_NOP) == V3D_PROJ_RET_OK) {
+ if (ED_view3d_project_float_object(vc.ar, cent, co, V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK) {
tdist = len_squared_v2v2(mvalf, co);
if (tdist < best_dist) {
/* printf("Best face: %p (%f)\n", f, tdist);*/
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index c15c1d4a4de..41b263e8929 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -40,8 +40,8 @@
#include "RNA_define.h"
#include "RNA_access.h"
+#include "RNA_enum_types.h"
-#include "BLI_array.h"
#include "BLI_blenlib.h"
#include "BLI_noise.h"
#include "BLI_math.h"
@@ -49,9 +49,7 @@
#include "BKE_material.h"
#include "BKE_context.h"
-#include "BKE_cdderivedmesh.h"
#include "BKE_depsgraph.h"
-#include "BKE_mesh.h"
#include "BKE_object.h"
#include "BKE_report.h"
#include "BKE_texture.h"
@@ -616,7 +614,7 @@ static int edbm_extrude_verts_exec(bContext *C, wmOperator *op)
edbm_extrude_verts_indiv(em, op, BM_ELEM_SELECT, nor);
- WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit);
+ EDBM_update_generic(em, TRUE, TRUE);
return OPERATOR_FINISHED;
}
@@ -647,7 +645,7 @@ static int edbm_extrude_edges_exec(bContext *C, wmOperator *op)
edbm_extrude_edges_indiv(em, op, BM_ELEM_SELECT, nor);
- WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit);
+ EDBM_update_generic(em, TRUE, TRUE);
return OPERATOR_FINISHED;
}
@@ -911,7 +909,7 @@ static int edbm_dupli_extrude_cursor_invoke(bContext *C, wmOperator *op, wmEvent
BMOIter oiter;
copy_v3_v3(min, curs);
- view3d_get_view_aligned_coordinate(&vc, min, event->mval, 0);
+ view3d_get_view_aligned_coordinate(&vc, min, event->mval, FALSE);
invert_m4_m4(vc.obedit->imat, vc.obedit->obmat);
mul_m4_v3(vc.obedit->imat, min); // back in object space
@@ -2531,7 +2529,6 @@ static void edbm_blend_from_shape_ui(bContext *C, wmOperator *op)
void MESH_OT_blend_from_shape(wmOperatorType *ot)
{
PropertyRNA *prop;
- static EnumPropertyItem shape_items[] = {{0, NULL, 0, NULL, NULL}};
/* identifiers */
ot->name = "Blend From Shape";
@@ -2548,7 +2545,7 @@ void MESH_OT_blend_from_shape(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
/* properties */
- prop = RNA_def_enum(ot->srna, "shape", shape_items, 0, "Shape", "Shape key to use for blending");
+ prop = RNA_def_enum(ot->srna, "shape", DummyRNA_NULL_items, 0, "Shape", "Shape key to use for blending");
RNA_def_enum_funcs(prop, shape_itemf);
RNA_def_float(ot->srna, "blend", 1.0f, -FLT_MAX, FLT_MAX, "Blend", "Blending factor", -2.0f, 2.0f);
RNA_def_boolean(ot->srna, "add", 1, "Add", "Add rather than blend between shapes");
@@ -2931,7 +2928,7 @@ static int edbm_knife_cut_exec(bContext *C, wmOperator *op)
screen_vert_coords = sco = MEM_mallocN(bm->totvert * sizeof(float) * 2, __func__);
BM_ITER_MESH_INDEX (bv, &iter, bm, BM_VERTS_OF_MESH, i) {
- if (ED_view3d_project_float_object(ar, bv->co, *sco, V3D_PROJ_TEST_NOP) != V3D_PROJ_RET_OK) {
+ if (ED_view3d_project_float_object(ar, bv->co, *sco, V3D_PROJ_TEST_CLIP_NEAR) != V3D_PROJ_RET_OK) {
copy_v2_fl(*sco, FLT_MAX); /* set error value */
}
BM_elem_index_set(bv, i); /* set_ok */
diff --git a/source/blender/editors/mesh/editmesh_utils.c b/source/blender/editors/mesh/editmesh_utils.c
index b1094c75f27..e8132f5b82b 100644
--- a/source/blender/editors/mesh/editmesh_utils.c
+++ b/source/blender/editors/mesh/editmesh_utils.c
@@ -35,15 +35,12 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
-#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BKE_DerivedMesh.h"
-#include "BKE_bmesh.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_key.h"
-#include "BKE_library.h"
#include "BKE_mesh.h"
#include "BKE_report.h"
#include "BKE_tessmesh.h"
@@ -56,7 +53,6 @@
#include "ED_mesh.h"
#include "ED_util.h"
-#include "bmesh.h"
#include "mesh_intern.h"
@@ -1302,15 +1298,15 @@ void EDBM_mesh_reveal(BMEditMesh *em)
int sels[3] = {(em->selectmode & SCE_SELECT_VERTEX),
(em->selectmode & SCE_SELECT_EDGE),
(em->selectmode & SCE_SELECT_FACE), };
-
- BMIter iter;
- BMElem *ele;
int i;
/* Use tag flag to remember what was hidden before all is revealed.
* BM_ELEM_HIDDEN --> BM_ELEM_TAG */
#pragma omp parallel for schedule(dynamic) if (em->bm->totvert + em->bm->totedge + em->bm->totface >= BM_OMP_LIMIT)
for (i = 0; i < 3; i++) {
+ BMIter iter;
+ BMElem *ele;
+
BM_ITER_MESH (ele, &iter, em->bm, iter_types[i]) {
BM_elem_flag_set(ele, BM_ELEM_TAG, BM_elem_flag_test(ele, BM_ELEM_HIDDEN));
}
@@ -1321,6 +1317,9 @@ void EDBM_mesh_reveal(BMEditMesh *em)
/* Select relevant just-revealed elements */
for (i = 0; i < 3; i++) {
+ BMIter iter;
+ BMElem *ele;
+
if (!sels[i]) {
continue;
}
diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c
index e9906f852de..641d1be7a2e 100644
--- a/source/blender/editors/mesh/mesh_data.c
+++ b/source/blender/editors/mesh/mesh_data.c
@@ -28,35 +28,23 @@
* \ingroup edmesh
*/
-
-#include <math.h>
-#include <stdlib.h>
-#include <string.h>
-
#include "MEM_guardedalloc.h"
-#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_view3d_types.h"
-#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#include "BLI_array.h"
#include "BLI_math.h"
-#include "BLI_edgehash.h"
-#include "BLI_linklist.h"
-#include "BLI_listbase.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
-#include "BKE_displist.h"
#include "BKE_image.h"
#include "BKE_library.h"
#include "BKE_main.h"
-#include "BKE_material.h"
#include "BKE_mesh.h"
#include "BKE_report.h"
#include "BKE_tessmesh.h"
@@ -72,10 +60,9 @@
#include "ED_uvedit.h"
#include "ED_view3d.h"
-#include "RE_render_ext.h"
-
#include "mesh_intern.h"
+
static CustomData *mesh_customdata_get_type(Mesh *me, const char htype, int *r_tot)
{
CustomData *data;
diff --git a/source/blender/editors/mesh/mesh_navmesh.c b/source/blender/editors/mesh/mesh_navmesh.c
index 21564d2d348..1a81cab8de7 100644
--- a/source/blender/editors/mesh/mesh_navmesh.c
+++ b/source/blender/editors/mesh/mesh_navmesh.c
@@ -26,31 +26,22 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include <math.h>
-
#include "MEM_guardedalloc.h"
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
-#include "DNA_modifier_types.h"
-#include "DNA_ID.h"
#include "BLI_listbase.h"
-#include "BLI_utildefines.h"
#include "BLI_math_vector.h"
#include "BLI_linklist.h"
#include "BKE_library.h"
#include "BKE_depsgraph.h"
#include "BKE_context.h"
-#include "BKE_main.h"
#include "BKE_mesh.h"
-#include "BKE_modifier.h"
#include "BKE_scene.h"
#include "BKE_DerivedMesh.h"
-#include "BKE_cdderivedmesh.h"
#include "BKE_report.h"
#include "BKE_tessmesh.h"
@@ -58,14 +49,13 @@
#include "ED_mesh.h"
#include "ED_screen.h"
-#include "RNA_access.h"
-
#include "WM_api.h"
#include "WM_types.h"
#include "mesh_intern.h"
#include "recast-capi.h"
+
static void createVertsTrisData(bContext *C, LinkNode *obs, int *nverts_r, float **verts_r, int *ntris_r, int **tris_r)
{
MVert *mvert;
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index 12b68f0e419..372d6feec0c 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -29,17 +29,11 @@
*/
-#include <stdlib.h>
-#include <math.h>
-#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
#include "BLI_math.h"
-#include "BLI_blenlib.h"
-#include "BKE_context.h"
#include "RNA_access.h"
@@ -49,7 +43,6 @@
#include "ED_object.h"
#include "ED_mesh.h"
#include "ED_screen.h"
-#include "ED_view3d.h"
#include "mesh_intern.h"
diff --git a/source/blender/editors/mesh/meshtools.c b/source/blender/editors/mesh/meshtools.c
index c0b6327d740..773331d20f8 100644
--- a/source/blender/editors/mesh/meshtools.c
+++ b/source/blender/editors/mesh/meshtools.c
@@ -27,35 +27,22 @@
/** \file blender/editors/mesh/meshtools.c
* \ingroup edmesh
+ *
+ * meshtools.c: no editmode (violated already :), mirror & join),
+ * tools operating on meshes
*/
-
-/*
- * meshtools.c: no editmode (violated already :), tools operating on meshes
- */
-
-#include <stddef.h>
-#include <stdlib.h>
-#include <math.h>
-#include <float.h>
-
#include "MEM_guardedalloc.h"
#include "DNA_mesh_types.h"
-#include "DNA_view3d_types.h"
#include "DNA_key_types.h"
#include "DNA_material_types.h"
-#include "DNA_meshdata_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "BLI_math.h"
#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
-#include "BLI_ghash.h"
-#include "BLI_rand.h" /* for randome face sorting */
-#include "BLI_threads.h"
#include "BKE_context.h"
@@ -71,7 +58,6 @@
#include "BKE_tessmesh.h"
#include "BKE_multires.h"
-#include "BLO_sys_types.h" // for intptr_t support
#include "ED_mesh.h"
#include "ED_object.h"
@@ -80,10 +66,6 @@
#include "WM_api.h"
#include "WM_types.h"
-/* own include */
-#include "mesh_intern.h"
-#include "uvedit_intern.h"
-
/* * ********************** no editmode!!! *********** */
/*********************** JOIN ***************************/
@@ -1080,7 +1062,7 @@ static float *editmesh_get_mirror_uv(BMEditMesh *em, int axis, float *uv, float
static unsigned int mirror_facehash(const void *ptr)
{
const MFace *mf = ptr;
- int v0, v1;
+ unsigned int v0, v1;
if (mf->v4) {
v0 = MIN4(mf->v1, mf->v2, mf->v3, mf->v4);
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index b21b77e4e34..473119c90f3 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -802,10 +802,18 @@ void OBJECT_OT_lamp_add(wmOperatorType *ot)
static int group_instance_add_exec(bContext *C, wmOperator *op)
{
- Group *group = BLI_findlink(&CTX_data_main(C)->group, RNA_enum_get(op->ptr, "group"));
-
+ Group *group;
unsigned int layer;
float loc[3], rot[3];
+
+ if (RNA_struct_property_is_set(op->ptr, "name")) {
+ char name[MAX_ID_NAME - 2];
+
+ RNA_string_get(op->ptr, "name", name);
+ group = (Group *)BKE_libblock_find_name(ID_GR, name);
+ }
+ else
+ group = BLI_findlink(&CTX_data_main(C)->group, RNA_enum_get(op->ptr, "group"));
if (!ED_object_add_generic_get_opts(C, op, loc, rot, NULL, &layer, NULL))
return OPERATOR_CANCELLED;
@@ -847,6 +855,7 @@ void OBJECT_OT_group_instance_add(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
/* properties */
+ RNA_def_string(ot->srna, "name", "Group", MAX_ID_NAME - 2, "Name", "Group name to add");
ot->prop = RNA_def_enum(ot->srna, "group", DummyRNA_NULL_items, 0, "Group", "");
RNA_def_enum_funcs(ot->prop, RNA_group_itemf);
ED_object_add_generic_props(ot, FALSE);
diff --git a/source/blender/editors/object/object_bake.c b/source/blender/editors/object/object_bake.c
index 8b40379f88d..d3ebd1dae0a 100644
--- a/source/blender/editors/object/object_bake.c
+++ b/source/blender/editors/object/object_bake.c
@@ -100,6 +100,7 @@ typedef struct {
float bias;
int raytrace_structure;
int octree_resolution;
+ int threads;
} MultiresBakeJob;
static int multiresbake_check(bContext *C, wmOperator *op)
@@ -316,9 +317,10 @@ static int multiresbake_image_exec_locked(bContext *C, wmOperator *op)
bkr.mode = scene->r.bake_mode;
bkr.use_lores_mesh = scene->r.bake_flag & R_BAKE_LORES_MESH;
bkr.bias = scene->r.bake_biasdist;
- bkr.number_of_rays = scene->r.bake_rays_number;
+ bkr.number_of_rays = scene->r.bake_samples;
bkr.raytrace_structure = scene->r.raytrace_structure;
bkr.octree_resolution = scene->r.ocres;
+ bkr.threads = scene->r.mode & R_FIXED_THREADS ? scene->r.threads : 0;
/* create low-resolution DM (to bake to) and hi-resolution DM (to bake from) */
bkr.hires_dm = multiresbake_create_hiresdm(scene, ob, &bkr.tot_lvl, &bkr.simple);
@@ -353,9 +355,10 @@ static void init_multiresbake_job(bContext *C, MultiresBakeJob *bkj)
bkj->use_lores_mesh = scene->r.bake_flag & R_BAKE_LORES_MESH;
bkj->bake_clear = scene->r.bake_flag & R_BAKE_CLEAR;
bkj->bias = scene->r.bake_biasdist;
- bkj->number_of_rays = scene->r.bake_rays_number;
+ bkj->number_of_rays = scene->r.bake_samples;
bkj->raytrace_structure = scene->r.raytrace_structure;
bkj->octree_resolution = scene->r.ocres;
+ bkj->threads = scene->r.mode & R_FIXED_THREADS ? scene->r.threads : 0;
CTX_DATA_BEGIN (C, Base *, base, selected_editable_bases)
{
@@ -422,6 +425,7 @@ static void multiresbake_startjob(void *bkv, short *stop, short *do_update, floa
bkr.number_of_rays = bkj->number_of_rays;
bkr.raytrace_structure = bkj->raytrace_structure;
bkr.octree_resolution = bkj->octree_resolution;
+ bkr.threads = bkj->threads;
RE_multires_bake_images(&bkr);
diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c
index 12edb3e8edb..c9492d8f683 100644
--- a/source/blender/editors/object/object_edit.c
+++ b/source/blender/editors/object/object_edit.c
@@ -1676,10 +1676,6 @@ static EnumPropertyItem game_properties_copy_operations[] = {
{0, NULL, 0, NULL, NULL}
};
-static EnumPropertyItem gameprops_items[] = {
- {0, NULL, 0, NULL, NULL}
-};
-
static EnumPropertyItem *gameprops_itemf(bContext *C, PointerRNA *UNUSED(ptr), PropertyRNA *UNUSED(prop), int *free)
{
Object *ob = ED_object_active_context(C);
@@ -1689,7 +1685,7 @@ static EnumPropertyItem *gameprops_itemf(bContext *C, PointerRNA *UNUSED(ptr), P
int a, totitem = 0;
if (!ob)
- return gameprops_items;
+ return DummyRNA_NULL_items;
for (a = 1, prop = ob->prop.first; prop; prop = prop->next, a++) {
tmp.value = a;
@@ -1760,7 +1756,7 @@ void OBJECT_OT_game_property_copy(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
RNA_def_enum(ot->srna, "operation", game_properties_copy_operations, 3, "Operation", "");
- prop = RNA_def_enum(ot->srna, "property", gameprops_items, 0, "Property", "Properties to copy");
+ prop = RNA_def_enum(ot->srna, "property", DummyRNA_NULL_items, 0, "Property", "Properties to copy");
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
RNA_def_enum_funcs(prop, gameprops_itemf);
ot->prop = prop;
diff --git a/source/blender/editors/object/object_vgroup.c b/source/blender/editors/object/object_vgroup.c
index f3e792def17..e7c619acb67 100644
--- a/source/blender/editors/object/object_vgroup.c
+++ b/source/blender/editors/object/object_vgroup.c
@@ -65,6 +65,7 @@
#include "RNA_access.h"
#include "RNA_define.h"
+#include "RNA_enum_types.h"
#include "WM_api.h"
#include "WM_types.h"
@@ -87,7 +88,7 @@ static int vertex_group_use_vert_sel(Object *ob)
if (ob->mode == OB_MODE_EDIT) {
return TRUE;
}
- else if (ob->type == OB_MESH && ((Mesh *)ob->data)->editflag & ME_EDIT_VERT_SEL) {
+ else if (ob->type == OB_MESH && ((Mesh *)ob->data)->editflag & ME_EDIT_PAINT_VERT_SEL) {
return TRUE;
}
else {
@@ -1409,7 +1410,7 @@ static void vgroup_fix(Scene *scene, Object *ob, float distToBe, float strength,
Mesh *me = ob->data;
MVert *mvert = me->mvert;
int *verts = NULL;
- if (!(me->editflag & ME_EDIT_VERT_SEL))
+ if (!(me->editflag & ME_EDIT_PAINT_VERT_SEL))
return;
for (i = 0; i < me->totvert && mvert; i++, mvert++) {
if (mvert->flag & SELECT) {
@@ -2070,7 +2071,7 @@ void ED_vgroup_mirror(Object *ob, const short mirror_weights, const short flip_v
/* object mode / weight paint */
MVert *mv, *mv_mirr;
int vidx, vidx_mirr;
- const int use_vert_sel = (me->editflag & ME_EDIT_VERT_SEL) != 0;
+ const int use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0;
if (me->dvert == NULL) {
goto cleanup;
@@ -3369,10 +3370,6 @@ void OBJECT_OT_vertex_group_transfer_weight(wmOperatorType *ot)
ot->prop = RNA_def_enum(ot->srna, "WT_replace_mode", WT_replace_mode_item, 1, "Replace", "");
}
-static EnumPropertyItem vgroup_items[] = {
- {0, NULL, 0, NULL, NULL}
-};
-
static int set_active_group_exec(bContext *C, wmOperator *op)
{
Object *ob = ED_object_context(C);
@@ -3396,7 +3393,7 @@ static EnumPropertyItem *vgroup_itemf(bContext *C, PointerRNA *UNUSED(ptr), Prop
int a, totitem = 0;
if (!ob)
- return vgroup_items;
+ return DummyRNA_NULL_items;
for (a = 0, def = ob->defbase.first; def; def = def->next, a++) {
tmp.value = a;
@@ -3430,7 +3427,7 @@ void OBJECT_OT_vertex_group_set_active(wmOperatorType *ot)
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
/* properties */
- prop = RNA_def_enum(ot->srna, "group", vgroup_items, 0, "Group", "Vertex group to set as active");
+ prop = RNA_def_enum(ot->srna, "group", DummyRNA_NULL_items, 0, "Group", "Vertex group to set as active");
RNA_def_enum_funcs(prop, vgroup_itemf);
ot->prop = prop;
}
diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c
index 30508a793ae..9dbc0f9a10c 100644
--- a/source/blender/editors/physics/particle_edit.c
+++ b/source/blender/editors/physics/particle_edit.c
@@ -421,7 +421,7 @@ static int key_test_depth(PEData *data, const float co[3], const int screen_co[2
/* used to calculate here but all callers have the screen_co already, so pass as arg */
#if 0
if (ED_view3d_project_int_global(data->vc.ar, co, screen_co,
- V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN) != V3D_PROJ_RET_OK)
+ V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) != V3D_PROJ_RET_OK)
{
return 0;
}
@@ -2812,7 +2812,7 @@ static void brush_cut(PEData *data, int pa_index)
if (edit->points[pa_index].flag & PEP_HIDE)
return;
- if (ED_view3d_project_int_global(ar, key->co, screen_co, V3D_PROJ_TEST_NOP) != V3D_PROJ_RET_OK)
+ if (ED_view3d_project_int_global(ar, key->co, screen_co, V3D_PROJ_TEST_CLIP_NEAR) != V3D_PROJ_RET_OK)
return;
rad2= data->rad * data->rad;
@@ -2837,7 +2837,7 @@ static void brush_cut(PEData *data, int pa_index)
/* calculate path time closest to root that was inside the circle */
for (k=1, key++; k<=keys; k++, key++) {
- if ((ED_view3d_project_int_global(ar, key->co, screen_co, V3D_PROJ_TEST_NOP) != V3D_PROJ_RET_OK) ||
+ if ((ED_view3d_project_int_global(ar, key->co, screen_co, V3D_PROJ_TEST_CLIP_NEAR) != V3D_PROJ_RET_OK) ||
key_test_depth(data, key->co, screen_co) == 0)
{
x0 = (float)screen_co[0];
@@ -3476,11 +3476,16 @@ static int brush_edit_init(bContext *C, wmOperator *op)
PTCacheEdit *edit= PE_get_current(scene, ob);
ARegion *ar= CTX_wm_region(C);
BrushEdit *bedit;
-
+ float min[3], max[3];
+
if (pset->brushtype < 0)
return 0;
- initgrabz(ar->regiondata, ob->obmat[3][0], ob->obmat[3][1], ob->obmat[3][2]);
+ /* set the 'distance factor' for grabbing (used in comb etc) */
+ INIT_MINMAX(min, max);
+ PE_minmax(scene, min, max);
+ mid_v3_v3v3(min, min, max);
+ initgrabz(ar->regiondata, min[0], min[1], min[2]);
bedit= MEM_callocN(sizeof(BrushEdit), "BrushEdit");
bedit->first= 1;
diff --git a/source/blender/editors/physics/particle_object.c b/source/blender/editors/physics/particle_object.c
index 221aad2161c..23069ab8a08 100644
--- a/source/blender/editors/physics/particle_object.c
+++ b/source/blender/editors/physics/particle_object.c
@@ -49,6 +49,7 @@
#include "BKE_main.h"
#include "BKE_particle.h"
#include "BKE_pointcache.h"
+#include "BKE_report.h"
#include "RNA_access.h"
@@ -625,7 +626,7 @@ void PARTICLE_OT_disconnect_hair(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "all", 0, "All hair", "Disconnect all hair systems from the emitter mesh");
}
-static void connect_hair(Scene *scene, Object *ob, ParticleSystem *psys)
+static int connect_hair(Scene *scene, Object *ob, ParticleSystem *psys)
{
ParticleSystemModifierData *psmd = psys_get_modifier(ob, psys);
ParticleData *pa;
@@ -642,8 +643,8 @@ static void connect_hair(Scene *scene, Object *ob, ParticleSystem *psys)
float hairmat[4][4], imat[4][4];
float v[4][3], vec[3];
- if (!psys || !psys->part || psys->part->type != PART_HAIR)
- return;
+ if (!psys || !psys->part || psys->part->type != PART_HAIR || !psmd->dm)
+ return FALSE;
edit= psys->edit;
point= edit ? edit->points : NULL;
@@ -724,6 +725,8 @@ static void connect_hair(Scene *scene, Object *ob, ParticleSystem *psys)
psys->flag &= ~PSYS_GLOBAL_HAIR;
PE_update_object(scene, ob, 0);
+
+ return TRUE;
}
static int connect_hair_exec(bContext *C, wmOperator *op)
@@ -733,18 +736,24 @@ static int connect_hair_exec(bContext *C, wmOperator *op)
PointerRNA ptr = CTX_data_pointer_get_type(C, "particle_system", &RNA_ParticleSystem);
ParticleSystem *psys= NULL;
int all = RNA_boolean_get(op->ptr, "all");
+ int any_connected = FALSE;
if (!ob)
return OPERATOR_CANCELLED;
if (all) {
for (psys=ob->particlesystem.first; psys; psys=psys->next) {
- connect_hair(scene, ob, psys);
+ any_connected |= connect_hair(scene, ob, psys);
}
}
else {
psys = ptr.data;
- connect_hair(scene, ob, psys);
+ any_connected |= connect_hair(scene, ob, psys);
+ }
+
+ if (!any_connected) {
+ BKE_report(op->reports, RPT_ERROR, "Can't disconnect hair if particle system modifier is disabled");
+ return OPERATOR_CANCELLED;
}
DAG_id_tag_update(&ob->id, OB_RECALC_DATA);
diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c
index db2023b7364..c54ac485be6 100644
--- a/source/blender/editors/physics/physics_fluid.c
+++ b/source/blender/editors/physics/physics_fluid.c
@@ -127,7 +127,7 @@ static float get_fluid_size_m(Scene *scene, Object *domainob, FluidsimSettings *
float longest_axis;
BKE_object_dimensions_get(domainob, dim);
- longest_axis = MAX3(dim[0], dim[1], dim[2]);
+ longest_axis = max_fff(dim[0], dim[1], dim[2]);
return longest_axis * scene->unit.scale_length;
}
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index cde94ec46ee..fbdec3dd8ad 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -876,7 +876,7 @@ static int rct_fits(rcti *rect, char dir, int size)
/* ar should be overlapping */
/* function checks if some overlapping region was defined before - on same place */
-static void region_overlap_fix(ARegion *ar)
+static void region_overlap_fix(ScrArea *sa, ARegion *ar)
{
ARegion *ar1 = ar->prev;
@@ -890,18 +890,26 @@ static void region_overlap_fix(ARegion *ar)
ar1 = ar1->prev;
}
- /* translate */
+ /* translate or close */
if (ar1) {
int align1 = ar1->alignment & ~RGN_SPLIT_PREV;
if (align1 == RGN_ALIGN_LEFT) {
- BLI_rcti_translate(&ar->winrct, ar1->winx, 0);
+ if (ar->winrct.xmax + ar1->winx > sa->winx - U.widget_unit)
+ ar->flag |= RGN_FLAG_TOO_SMALL;
+ else
+ BLI_rcti_translate(&ar->winrct, ar1->winx, 0);
}
else if (align1 == RGN_ALIGN_RIGHT) {
- BLI_rcti_translate(&ar->winrct, -ar1->winx, 0);
+ if (ar->winrct.xmin - ar1->winx < U.widget_unit)
+ ar->flag |= RGN_FLAG_TOO_SMALL;
+ else
+ BLI_rcti_translate(&ar->winrct, -ar1->winx, 0);
}
}
+
+
}
/* overlapping regions only in the following restricted cases */
@@ -943,8 +951,9 @@ static void region_rect_recursive(wmWindow *win, ScrArea *sa, ARegion *ar, rcti
if (ar->next == NULL && alignment != RGN_ALIGN_QSPLIT)
alignment = RGN_ALIGN_NONE;
- /* prefsize, for header we stick to exception */
- prefsizex = ar->sizex > 1 ? ar->sizex : UI_DPI_FAC * ar->type->prefsizex;
+ /* prefsize, for header we stick to exception (prevent dpi rounding error) */
+ prefsizex = UI_DPI_FAC * (ar->sizex > 1 ? ar->sizex + 0.5f : ar->type->prefsizex);
+
if (ar->regiontype == RGN_TYPE_HEADER) {
prefsizey = ED_area_headersize();
}
@@ -952,7 +961,7 @@ static void region_rect_recursive(wmWindow *win, ScrArea *sa, ARegion *ar, rcti
prefsizey = UI_UNIT_Y * 2 + (UI_UNIT_Y / 2);
}
else {
- prefsizey = ar->sizey > 1 ? ar->sizey : UI_DPI_FAC * ar->type->prefsizey;
+ prefsizey = UI_DPI_FAC * (ar->sizey > 1 ? ar->sizey + 0.5f : ar->type->prefsizey);
}
@@ -1092,12 +1101,13 @@ static void region_rect_recursive(wmWindow *win, ScrArea *sa, ARegion *ar, rcti
ar->winy = BLI_rcti_size_y(&ar->winrct) + 1;
/* if region opened normally, we store this for hide/reveal usage */
- if (ar->winx > 1) ar->sizex = ar->winx;
- if (ar->winy > 1) ar->sizey = ar->winy;
+ /* prevent rounding errors for UI_DPI_FAC mult and divide */
+ if (ar->winx > 1) ar->sizex = (ar->winx + 0.5f) / UI_DPI_FAC;
+ if (ar->winy > 1) ar->sizey = (ar->winy + 0.5f) / UI_DPI_FAC;
- /* exception for multiple aligned overlapping regions on same spot */
+ /* exception for multiple overlapping regions on same spot */
if (ar->overlap)
- region_overlap_fix(ar);
+ region_overlap_fix(sa, ar);
/* set winrect for azones */
if (ar->flag & (RGN_FLAG_HIDDEN | RGN_FLAG_TOO_SMALL)) {
diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index f71d63e5fef..cca713ec14a 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -672,29 +672,6 @@ static void screen_test_scale(bScreen *sc, int winsizex, int winsizey)
CLAMP(sv->vec.y, 0, winsizey);
}
-
- /* scale prefsizes of regions */
- for (sa = sc->areabase.first; sa; sa = sa->next) {
- ARegion *ar;
-
- for (ar = sa->regionbase.first; ar; ar = ar->next) {
- ar->sizex = (int)((float)ar->sizex * facx);
- ar->sizey = (int)((float)ar->sizey * facy);
- ar->winx = (int)((float)ar->winx * facx);
- ar->winy = (int)((float)ar->winy * facy);
- }
- if (sa->spacedata.first) {
- SpaceLink *sl = sa->spacedata.first;
- for (sl = sl->next; sl; sl = sl->next) {
- for (ar = sl->regionbase.first; ar; ar = ar->next) {
- ar->sizex = (int)((float)ar->sizex * facx);
- ar->sizey = (int)((float)ar->sizey * facy);
- ar->winx = (int)((float)ar->winx * facx);
- ar->winy = (int)((float)ar->winy * facy);
- }
- }
- }
- }
}
/* test for collapsed areas. This could happen in some blender version... */
@@ -1325,6 +1302,7 @@ void ED_screen_set_subwinactive(bContext *C, wmEvent *event)
screen_cursor_set(win, event);
}
else {
+ /* notifier invokes freeing the buttons... causing a bit too much redraws */
if (oldswin != scr->subwinactive) {
region_cursor_set(win, scr->subwinactive, TRUE);
WM_event_add_notifier(C, NC_SCREEN | ND_SUBWINACTIVE, scr);
diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index a26f5e87090..a22faea9eec 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -1759,7 +1759,7 @@ static int region_scale_get_maxsize(RegionMoveData *rmd)
int maxsize = 0;
if (rmd->edge == AE_LEFT_TO_TOPRIGHT || rmd->edge == AE_RIGHT_TO_TOPLEFT) {
- return rmd->sa->winx - UI_UNIT_X;
+ return (int) ( (rmd->sa->winx / UI_DPI_FAC) - UI_UNIT_X);
}
if (rmd->ar->regiontype == RGN_TYPE_TOOL_PROPS) {
@@ -1808,6 +1808,9 @@ static int region_scale_modal(bContext *C, wmOperator *op, wmEvent *event)
delta = event->x - rmd->origx;
if (rmd->edge == AE_LEFT_TO_TOPRIGHT) delta = -delta;
+ /* region sizes now get multiplied */
+ delta /= UI_DPI_FAC;
+
rmd->ar->sizex = rmd->origval + delta;
CLAMP(rmd->ar->sizex, 0, rmd->maxsize);
@@ -1824,6 +1827,9 @@ static int region_scale_modal(bContext *C, wmOperator *op, wmEvent *event)
delta = event->y - rmd->origy;
if (rmd->edge == AE_BOTTOM_TO_TOPLEFT) delta = -delta;
+ /* region sizes now get multiplied */
+ delta /= UI_DPI_FAC;
+
rmd->ar->sizey = rmd->origval + delta;
CLAMP(rmd->ar->sizey, 0, rmd->maxsize);
diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c
index b704414c321..8c9531e5554 100644
--- a/source/blender/editors/sculpt_paint/paint_image.c
+++ b/source/blender/editors/sculpt_paint/paint_image.c
@@ -3344,7 +3344,7 @@ static void project_paint_begin(ProjPaintState *ps)
tpage = project_paint_face_image(ps, ps->dm_mtface, face_index);
- if (tpage && ((((Mesh *)ps->ob->data)->editflag & ME_EDIT_PAINT_MASK) == 0 || mf->flag & ME_FACE_SEL)) {
+ if (tpage && ((((Mesh *)ps->ob->data)->editflag & ME_EDIT_PAINT_FACE_SEL) == 0 || mf->flag & ME_FACE_SEL)) {
float *v1coSS, *v2coSS, *v3coSS, *v4coSS = NULL;
@@ -5104,7 +5104,7 @@ static int texture_paint_init(bContext *C, wmOperator *op)
}
pop->s.ob = ob;
- pop->s.do_facesel = (me->editflag & ME_EDIT_PAINT_MASK) != 0;
+ pop->s.do_facesel = (me->editflag & ME_EDIT_PAINT_FACE_SEL) != 0;
/* for non prohect paint we need */
/* fill in derived mesh */
@@ -5705,7 +5705,7 @@ static int image_paint_sample_color_poll(bContext *C)
if (obact && obact->mode & OB_MODE_TEXTURE_PAINT) {
Mesh *me = BKE_mesh_from_object(obact);
if (me) {
- return !(me->editflag & ME_EDIT_PAINT_MASK);
+ return !(me->editflag & ME_EDIT_PAINT_FACE_SEL);
}
}
}
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 162e2fa15d6..cf55c93efe4 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -89,6 +89,12 @@ void PAINT_OT_weight_from_bones(struct wmOperatorType *ot);
void PAINT_OT_weight_sample(struct wmOperatorType *ot);
void PAINT_OT_weight_sample_group(struct wmOperatorType *ot);
+enum {
+ WPAINT_GRADIENT_TYPE_LINEAR,
+ WPAINT_GRADIENT_TYPE_RADIAL
+};
+void PAINT_OT_weight_gradient(struct wmOperatorType *ot);
+
void PAINT_OT_vertex_paint_toggle(struct wmOperatorType *ot);
void PAINT_OT_vertex_paint(struct wmOperatorType *ot);
diff --git a/source/blender/editors/sculpt_paint/paint_ops.c b/source/blender/editors/sculpt_paint/paint_ops.c
index 40dcb92f087..10b9f26dbcd 100644
--- a/source/blender/editors/sculpt_paint/paint_ops.c
+++ b/source/blender/editors/sculpt_paint/paint_ops.c
@@ -475,6 +475,7 @@ void ED_operatortypes_paint(void)
WM_operatortype_append(PAINT_OT_weight_paint);
WM_operatortype_append(PAINT_OT_weight_set);
WM_operatortype_append(PAINT_OT_weight_from_bones);
+ WM_operatortype_append(PAINT_OT_weight_gradient);
WM_operatortype_append(PAINT_OT_weight_sample);
WM_operatortype_append(PAINT_OT_weight_sample_group);
@@ -710,6 +711,9 @@ void ED_keymap_paint(wmKeyConfig *keyconf)
WM_keymap_verify_item(keymap, "PAINT_OT_weight_sample", LEFTMOUSE, KM_PRESS, KM_CTRL, 0);
WM_keymap_verify_item(keymap, "PAINT_OT_weight_sample_group", LEFTMOUSE, KM_PRESS, KM_SHIFT, 0);
+ RNA_enum_set(WM_keymap_add_item(keymap, "PAINT_OT_weight_gradient", LEFTMOUSE, KM_PRESS, KM_ALT, 0)->ptr, "type", WPAINT_GRADIENT_TYPE_LINEAR);
+ RNA_enum_set(WM_keymap_add_item(keymap, "PAINT_OT_weight_gradient", LEFTMOUSE, KM_PRESS, KM_ALT | KM_CTRL, 0)->ptr, "type", WPAINT_GRADIENT_TYPE_RADIAL);
+
WM_keymap_add_item(keymap,
"PAINT_OT_weight_set", KKEY, KM_PRESS, KM_SHIFT, 0);
diff --git a/source/blender/editors/sculpt_paint/paint_vertex.c b/source/blender/editors/sculpt_paint/paint_vertex.c
index 9bbf99ff3cf..359486a4a8d 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.c
+++ b/source/blender/editors/sculpt_paint/paint_vertex.c
@@ -224,7 +224,7 @@ static void do_shared_vertex_tesscol(Mesh *me)
{
/* if no mcol: do not do */
/* if tface: only the involved faces, otherwise all */
- const int use_face_sel = (me->editflag & ME_EDIT_PAINT_MASK);
+ const int use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL);
MFace *mface;
int a;
short *scolmain, *scol;
@@ -284,7 +284,7 @@ static void do_shared_vertex_tesscol(Mesh *me)
static void do_shared_vertexcol(Mesh *me, int do_tessface)
{
- const int use_face_sel = (me->editflag & ME_EDIT_PAINT_MASK);
+ const int use_face_sel = (me->editflag & ME_EDIT_PAINT_FACE_SEL);
MPoly *mp;
float (*scol)[4];
int i, j, has_shared = 0;
@@ -402,12 +402,28 @@ static int wpaint_mirror_vgroup_ensure(Object *ob, const int vgroup_active)
return -1;
}
-static void copy_vpaint_prev(VPaint *vp, unsigned int *lcol, int tot)
+static void free_vpaint_prev(VPaint *vp)
{
if (vp->vpaint_prev) {
MEM_freeN(vp->vpaint_prev);
vp->vpaint_prev = NULL;
+ vp->tot = 0;
}
+}
+
+static void free_wpaint_prev(VPaint *vp)
+{
+ if (vp->wpaint_prev) {
+ MEM_freeN(vp->wpaint_prev);
+ vp->wpaint_prev = NULL;
+ vp->tot = 0;
+ }
+}
+
+static void copy_vpaint_prev(VPaint *vp, unsigned int *lcol, int tot)
+{
+ free_vpaint_prev(vp);
+
vp->tot = tot;
if (lcol == NULL || tot == 0) return;
@@ -419,10 +435,7 @@ static void copy_vpaint_prev(VPaint *vp, unsigned int *lcol, int tot)
static void copy_wpaint_prev(VPaint *wp, MDeformVert *dverts, int dcount)
{
- if (wp->wpaint_prev) {
- free_dverts(wp->wpaint_prev, wp->tot);
- wp->wpaint_prev = NULL;
- }
+ free_wpaint_prev(wp);
if (dverts && dcount) {
@@ -432,7 +445,6 @@ static void copy_wpaint_prev(VPaint *wp, MDeformVert *dverts, int dcount)
}
}
-
void vpaint_fill(Object *ob, unsigned int paintcol)
{
Mesh *me;
@@ -447,7 +459,7 @@ void vpaint_fill(Object *ob, unsigned int paintcol)
if (!me->mloopcol) return; /* possible we can't make mcol's */
- selected = (me->editflag & ME_EDIT_PAINT_MASK);
+ selected = (me->editflag & ME_EDIT_PAINT_FACE_SEL);
mp = me->mpoly;
for (i = 0; i < me->totpoly; i++, mp++) {
@@ -1018,7 +1030,7 @@ static int weight_sample_invoke(bContext *C, wmOperator *op, wmEvent *event)
me = BKE_mesh_from_object(vc.obact);
if (me && me->dvert && vc.v3d && vc.rv3d) {
- const int use_vert_sel = (me->editflag & ME_EDIT_VERT_SEL) != 0;
+ const int use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0;
int v_idx_best = -1;
unsigned int index;
@@ -1103,7 +1115,7 @@ static EnumPropertyItem *weight_paint_sample_enum_itemf(bContext *C, PointerRNA
if (me && me->dvert && vc.v3d && vc.rv3d && vc.obact->defbase.first) {
const int defbase_tot = BLI_countlist(&vc.obact->defbase);
- const int use_vert_sel = (me->editflag & ME_EDIT_VERT_SEL) != 0;
+ const int use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0;
int *groups = MEM_callocN(defbase_tot * sizeof(int), "groups");
int found = FALSE;
unsigned int index;
@@ -1993,6 +2005,13 @@ static int set_wpaint(bContext *C, wmOperator *UNUSED(op)) /* toggle */
else {
mesh_octree_table(NULL, NULL, NULL, 'e');
mesh_mirrtopo_table(NULL, 'e');
+
+ if (me->editflag & ME_EDIT_PAINT_VERT_SEL) {
+ BKE_mesh_flush_select_from_verts(me);
+ }
+ else if (me->editflag & ME_EDIT_PAINT_FACE_SEL) {
+ BKE_mesh_flush_select_from_polys(me);
+ }
}
WM_event_add_notifier(C, NC_SCENE | ND_MODE, scene);
@@ -2222,14 +2241,14 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
swap_m4m4(wpd->vc.rv3d->persmat, mat);
- use_vert_sel = (me->editflag & ME_EDIT_VERT_SEL) != 0;
+ use_vert_sel = (me->editflag & ME_EDIT_PAINT_VERT_SEL) != 0;
/* which faces are involved */
if (wp->flag & VP_AREA) {
/* Ugly hack, to avoid drawing vertex index when getting the face index buffer - campbell */
- me->editflag &= ~ME_EDIT_VERT_SEL;
+ me->editflag &= ~ME_EDIT_PAINT_VERT_SEL;
totindex = sample_backbuf_area(vc, indexar, me->totpoly, mval[0], mval[1], brush_size_pressure);
- me->editflag |= use_vert_sel ? ME_EDIT_VERT_SEL : 0;
+ me->editflag |= use_vert_sel ? ME_EDIT_PAINT_VERT_SEL : 0;
}
else {
indexar[0] = view3d_sample_backbuf(vc, mval[0], mval[1]);
@@ -2237,7 +2256,7 @@ static void wpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
else totindex = 0;
}
- if ((me->editflag & ME_EDIT_PAINT_MASK) && me->mpoly) {
+ if ((me->editflag & ME_EDIT_PAINT_FACE_SEL) && me->mpoly) {
for (index = 0; index < totindex; index++) {
if (indexar[index] && indexar[index] <= me->totpoly) {
MPoly *mpoly = ((MPoly *)me->mpoly) + (indexar[index] - 1);
@@ -2476,6 +2495,10 @@ static int set_vpaint(bContext *C, wmOperator *op) /* toggle */
if (ob->mode & OB_MODE_VERTEX_PAINT) {
ob->mode &= ~OB_MODE_VERTEX_PAINT;
+
+ if (me->editflag & ME_EDIT_PAINT_FACE_SEL) {
+ BKE_mesh_flush_select_from_polys(me);
+ }
}
else {
ob->mode |= OB_MODE_VERTEX_PAINT;
@@ -2770,7 +2793,7 @@ static void vpaint_stroke_update_step(bContext *C, struct PaintStroke *stroke, P
else totindex = 0;
}
- if ((me->editflag & ME_EDIT_PAINT_MASK) && me->mpoly) {
+ if ((me->editflag & ME_EDIT_PAINT_FACE_SEL) && me->mpoly) {
for (index = 0; index < totindex; index++) {
if (indexar[index] && indexar[index] <= me->totpoly) {
MPoly *mpoly = ((MPoly *)me->mpoly) + (indexar[index] - 1);
@@ -2927,3 +2950,256 @@ void PAINT_OT_weight_from_bones(wmOperatorType *ot)
/* properties */
ot->prop = RNA_def_enum(ot->srna, "type", type_items, 0, "Type", "Method to use for assigning weights");
}
+
+/* *** VGroups Gradient *** */
+typedef struct DMGradient_vertStore {
+ float sco[2];
+ float weight_orig;
+ enum {
+ VGRAD_STORE_NOP = 0,
+ VGRAD_STORE_DW_EXIST = (1 << 0)
+ } flag;
+} DMGradient_vertStore;
+
+typedef struct DMGradient_userData {
+ struct ARegion *ar;
+ Scene *scene;
+ Mesh *me;
+ Brush *brush;
+ const float *sco_start; /* [2] */
+ const float *sco_end; /* [2] */
+ float sco_line_div; /* store (1.0f / len_v2v2(sco_start, sco_end)) */
+ int def_nr;
+ short is_init;
+ DMGradient_vertStore *vert_cache;
+
+ /* options */
+ short use_select;
+ short type;
+ float weightpaint;
+} DMGradient_userData;
+
+static void gradientVert__mapFunc(void *userData, int index, const float co[3],
+ const float UNUSED(no_f[3]), const short UNUSED(no_s[3]))
+{
+ DMGradient_userData *grad_data = userData;
+ Mesh *me = grad_data->me;
+
+ if (grad_data->use_select == FALSE || (me->mvert[index].flag & SELECT)) {
+ DMGradient_vertStore *vs = &grad_data->vert_cache[index];
+
+ /* run first pass only, could be split into its own mapFunc
+ * the screen coords of the verts need to be cached because
+ * updating the mesh may move them about (entering feedback loop) */
+ if (grad_data->is_init) {
+ if (ED_view3d_project_float_global(grad_data->ar,
+ co, vs->sco,
+ V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK)
+ {
+ /* ok */
+ MDeformVert *dv = &me->dvert[index];
+ MDeformWeight *dw;
+ dw = defvert_find_index(dv, grad_data->def_nr);
+ if (dw) {
+ vs->weight_orig = dw->weight;
+ vs->flag = VGRAD_STORE_DW_EXIST;
+ }
+ else {
+ vs->weight_orig = 0.0f;
+ vs->flag = VGRAD_STORE_NOP;
+ }
+ }
+ else {
+ /* no go */
+ copy_v2_fl(vs->sco, FLT_MAX);
+ }
+ }
+ /* end init */
+
+ if (vs->sco[0] != FLT_MAX) {
+ float alpha;
+
+ if (grad_data->type == WPAINT_GRADIENT_TYPE_LINEAR) {
+ alpha = line_point_factor_v2(vs->sco, grad_data->sco_start, grad_data->sco_end);
+ }
+ else if (grad_data->type == WPAINT_GRADIENT_TYPE_RADIAL) {
+ alpha = len_v2v2(grad_data->sco_start, vs->sco) * grad_data->sco_line_div;
+ }
+ else {
+ BLI_assert(0);
+ }
+ /* no need to clamp 'alpha' yet */
+
+ /* adjust weight */
+ alpha = BKE_brush_curve_strength_clamp(grad_data->brush, alpha, 1.0f);
+
+ if (alpha != 0.0f) {
+ MDeformVert *dv = &me->dvert[index];
+ MDeformWeight *dw = defvert_verify_index(dv, grad_data->def_nr);
+ // dw->weight = alpha; // testing
+ int tool = grad_data->brush->vertexpaint_tool;
+ float testw;
+
+ /* init if we just added */
+ testw = wpaint_blend_tool(tool, vs->weight_orig, grad_data->weightpaint, alpha * grad_data->brush->alpha);
+ CLAMP(testw, 0.0f, 1.0f);
+ dw->weight = testw;
+ }
+ else {
+ MDeformVert *dv = &me->dvert[index];
+ if (vs->flag & VGRAD_STORE_DW_EXIST) {
+ /* normally we NULL check, but in this case we know it exists */
+ MDeformWeight *dw = defvert_find_index(dv, grad_data->def_nr);
+ dw->weight = vs->weight_orig;
+ }
+ else {
+ /* wasn't originally existing, remove */
+ MDeformWeight *dw = defvert_find_index(dv, grad_data->def_nr);
+ if (dw) {
+ defvert_remove_group(dv, dw);
+ }
+ }
+ }
+ }
+ }
+}
+
+static int paint_weight_gradient_modal(bContext *C, wmOperator *op, wmEvent *event)
+{
+ int ret = WM_gesture_straightline_modal(C, op, event);
+
+ if (ret & OPERATOR_RUNNING_MODAL) {
+ if (event->type == LEFTMOUSE && event->val == KM_RELEASE) { /* XXX, hardcoded */
+ /* generally crap! redo! */
+ WM_gesture_straightline_cancel(C, op);
+ ret &= ~OPERATOR_RUNNING_MODAL;
+ ret |= OPERATOR_FINISHED;
+ }
+ }
+
+ if (ret & OPERATOR_CANCELLED) {
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ VPaint *wp = ts->wpaint;
+ Object *ob = CTX_data_active_object(C);
+ Mesh *me = ob->data;
+ copy_dverts(me->dvert, wp->wpaint_prev, me->totvert);
+ free_wpaint_prev(wp);
+
+ DAG_id_tag_update(&ob->id, OB_RECALC_DATA);
+ WM_event_add_notifier(C, NC_OBJECT | ND_DRAW, ob);
+ }
+ else if (ret & OPERATOR_FINISHED) {
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ VPaint *wp = ts->wpaint;
+ free_wpaint_prev(wp);
+ }
+
+ return ret;
+}
+
+static int paint_weight_gradient_exec(bContext *C, wmOperator *op)
+{
+ wmGesture *gesture = op->customdata;
+ struct ARegion *ar = CTX_wm_region(C);
+ Scene *scene = CTX_data_scene(C);
+ Object *ob = CTX_data_active_object(C);
+ Mesh *me = ob->data;
+ int x_start = RNA_int_get(op->ptr, "xstart");
+ int y_start = RNA_int_get(op->ptr, "ystart");
+ int x_end = RNA_int_get(op->ptr, "xend");
+ int y_end = RNA_int_get(op->ptr, "yend");
+ float sco_start[2] = {x_start, y_start};
+ float sco_end[2] = {x_end, y_end};
+
+ DerivedMesh *dm = mesh_get_derived_final(scene, ob, scene->customdata_mask);
+
+ DMGradient_userData data = {0};
+
+ if (gesture->userdata == NULL) {
+ VPaint *wp = scene->toolsettings->wpaint;
+
+ gesture->userdata = MEM_mallocN(sizeof(DMGradient_vertStore) * me->totvert, __func__);
+ data.is_init = TRUE;
+
+ copy_wpaint_prev(wp, me->dvert, me->totvert);
+
+ /* on init only, convert face -> vert sel */
+ if (me->editflag & ME_EDIT_PAINT_FACE_SEL) {
+ BKE_mesh_flush_select_from_polys(me);
+ }
+
+ }
+
+ data.ar = ar;
+ data.scene = scene;
+ data.me = ob->data;
+ data.sco_start = sco_start;
+ data.sco_end = sco_end;
+ data.sco_line_div = 1.0f / len_v2v2(sco_start, sco_end);
+ data.def_nr = ob->actdef - 1;
+ data.use_select = (me->editflag & (ME_EDIT_PAINT_FACE_SEL | ME_EDIT_PAINT_VERT_SEL));
+ data.vert_cache = gesture->userdata;
+ data.type = RNA_enum_get(op->ptr, "type");
+
+ {
+ ToolSettings *ts = CTX_data_tool_settings(C);
+ VPaint *wp = ts->wpaint;
+ struct Brush *brush = paint_brush(&wp->paint);
+ data.brush = brush;
+ data.weightpaint = BKE_brush_weight_get(scene, brush);
+ }
+
+ dm->foreachMappedVert(dm, gradientVert__mapFunc, &data);
+
+ DAG_id_tag_update(&ob->id, OB_RECALC_DATA);
+ WM_event_add_notifier(C, NC_OBJECT | ND_DRAW, ob);
+
+ return OPERATOR_FINISHED;
+}
+
+static int paint_weight_gradient_invoke(bContext *C, wmOperator *op, wmEvent *event)
+{
+ int ret = WM_gesture_straightline_invoke(C, op, event);
+ if (ret & OPERATOR_RUNNING_MODAL) {
+ struct ARegion *ar = CTX_wm_region(C);
+ if (ar->regiontype == RGN_TYPE_WINDOW) {
+ if (event->type == LEFTMOUSE && event->val == KM_PRESS) { /* TODO, hardcoded, extend WM_gesture_straightline_ */
+ wmGesture *gesture = op->customdata;
+ gesture->mode = 1;
+ }
+ }
+ }
+ return ret;
+}
+
+void PAINT_OT_weight_gradient(wmOperatorType *ot)
+{
+ /* defined in DNA_space_types.h */
+ static EnumPropertyItem gradient_types[] = {
+ {WPAINT_GRADIENT_TYPE_LINEAR, "LINEAR", 0, "Linear", ""},
+ {WPAINT_GRADIENT_TYPE_RADIAL, "RADIAL", 0, "Radial", ""},
+ {0, NULL, 0, NULL, NULL}
+ };
+
+ PropertyRNA *prop;
+
+ /* identifiers */
+ ot->name = "Weight Gradient";
+ ot->idname = "PAINT_OT_weight_gradient";
+ ot->description = "Sample a line and show it in Scope panels";
+
+ /* api callbacks */
+ ot->invoke = paint_weight_gradient_invoke;
+ ot->modal = paint_weight_gradient_modal;
+ ot->exec = paint_weight_gradient_exec;
+ ot->poll = weight_paint_poll;
+ ot->cancel = WM_gesture_straightline_cancel;
+
+ /* flags */
+ ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
+
+ prop = RNA_def_enum(ot->srna, "type", gradient_types, 0, "Type", "");
+ RNA_def_property_flag(prop, PROP_SKIP_SAVE);
+
+ WM_operator_properties_gesture_straightline(ot, CURSOR_EDIT);
+}
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index ac5cfbaed11..432032e9dbf 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -54,7 +54,7 @@ struct wmOperatorType;
/* extra padding for lengths (to go under scrollers) */
#define EXTRA_SCROLL_PAD 100.0f
-#define STRIP_HEIGHT_HALF (0.25 * UI_UNIT_Y)
+#define STRIP_HEIGHT_HALF (0.25f * UI_UNIT_Y)
/* internal exports only */
diff --git a/source/blender/editors/space_clip/tracking_select.c b/source/blender/editors/space_clip/tracking_select.c
index b8e162bfb17..bec50130230 100644
--- a/source/blender/editors/space_clip/tracking_select.c
+++ b/source/blender/editors/space_clip/tracking_select.c
@@ -123,10 +123,10 @@ static int track_mouse_area(const bContext *C, float co[2], MovieTrackingTrack *
BKE_tracking_marker_pattern_minmax(marker, pat_min, pat_max);
- epsx = MIN4(pat_min[0] - marker->search_min[0], marker->search_max[0] - pat_max[0],
- fabsf(pat_min[0]), fabsf(pat_max[0])) / 2;
- epsy = MIN4(pat_min[1] - marker->search_min[1], marker->search_max[1] - pat_max[1],
- fabsf(pat_min[1]), fabsf(pat_max[1])) / 2;
+ epsx = min_ffff(pat_min[0] - marker->search_min[0], marker->search_max[0] - pat_max[0],
+ fabsf(pat_min[0]), fabsf(pat_max[0])) / 2;
+ epsy = min_ffff(pat_min[1] - marker->search_min[1], marker->search_max[1] - pat_max[1],
+ fabsf(pat_min[1]), fabsf(pat_max[1])) / 2;
epsx = max_ff(epsx, 2.0f / width);
epsy = max_ff(epsy, 2.0f / height);
@@ -166,7 +166,7 @@ static float dist_to_rect(float co[2], float pos[2], float min[2], float max[2])
d3 = dist_squared_to_line_segment_v2(p, v3, v4);
d4 = dist_squared_to_line_segment_v2(p, v4, v1);
- return sqrtf(MIN4(d1, d2, d3, d4));
+ return sqrtf(min_ffff(d1, d2, d3, d4));
}
static float dist_to_crns(float co[2], float pos[2], float crns[4][2])
@@ -181,7 +181,7 @@ static float dist_to_crns(float co[2], float pos[2], float crns[4][2])
d3 = dist_squared_to_line_segment_v2(p, v3, v4);
d4 = dist_squared_to_line_segment_v2(p, v4, v1);
- return sqrtf(MIN4(d1, d2, d3, d4));
+ return sqrtf(min_ffff(d1, d2, d3, d4));
}
static MovieTrackingTrack *find_nearest_track(SpaceClip *sc, ListBase *tracksbase, float co[2])
@@ -210,7 +210,7 @@ static MovieTrackingTrack *find_nearest_track(SpaceClip *sc, ListBase *tracksbas
d3 = dist_to_rect(co, marker->pos, marker->search_min, marker->search_max);
/* choose minimal distance. useful for cases of overlapped markers. */
- dist = MIN3(d1, d2, d3);
+ dist = min_fff(d1, d2, d3);
if (track == NULL || dist < mindist) {
track = cur;
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index f123bcdb94f..59dd66a0207 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -3416,10 +3416,10 @@ int node_link_bezier_points(View2D *v2d, SpaceNode *snode, bNodeLink *link, floa
vec[2][0] = vec[3][0] - dist;
vec[2][1] = vec[3][1];
}
- if (v2d && MIN4(vec[0][0], vec[1][0], vec[2][0], vec[3][0]) > v2d->cur.xmax) {
+ if (v2d && min_ffff(vec[0][0], vec[1][0], vec[2][0], vec[3][0]) > v2d->cur.xmax) {
/* clipped */
}
- else if (v2d && MAX4(vec[0][0], vec[1][0], vec[2][0], vec[3][0]) < v2d->cur.xmin) {
+ else if (v2d && max_ffff(vec[0][0], vec[1][0], vec[2][0], vec[3][0]) < v2d->cur.xmin) {
/* clipped */
}
else {
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 33217e042e5..6913ebc8a11 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -421,17 +421,17 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
bt = uiDefIconButR(block, ICONTOG, 0, ICON_RESTRICT_VIEW_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1,
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y,
&ptr, "hide", -1, 0, 0, -1, -1, NULL);
uiButSetFunc(bt, restrictbutton_view_cb, scene, ob);
bt = uiDefIconButR(block, ICONTOG, 0, ICON_RESTRICT_SELECT_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1,
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y,
&ptr, "hide_select", -1, 0, 0, -1, -1, NULL);
uiButSetFunc(bt, restrictbutton_sel_cb, scene, ob);
bt = uiDefIconButR(block, ICONTOG, 0, ICON_RESTRICT_RENDER_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1,
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y,
&ptr, "hide_render", -1, 0, 0, -1, -1, NULL);
uiButSetFunc(bt, restrictbutton_rend_cb, scene, ob);
@@ -445,15 +445,15 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
restrict_bool = group_restrict_flag(gr, OB_RESTRICT_VIEW);
- bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_VIEW_ON : ICON_RESTRICT_VIEW_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, NULL, 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
+ bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_VIEW_ON : ICON_RESTRICT_VIEW_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, NULL, 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
uiButSetFunc(bt, restrictbutton_gr_restrict_view, scene, gr);
restrict_bool = group_restrict_flag(gr, OB_RESTRICT_SELECT);
- bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_SELECT_ON : ICON_RESTRICT_SELECT_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, NULL, 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
+ bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_SELECT_ON : ICON_RESTRICT_SELECT_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, NULL, 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
uiButSetFunc(bt, restrictbutton_gr_restrict_select, scene, gr);
restrict_bool = group_restrict_flag(gr, OB_RESTRICT_RENDER);
- bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_RENDER_ON : ICON_RESTRICT_RENDER_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, NULL, 0, 0, 0, 0, "Restrict/Allow renderability");
+ bt = uiDefIconBut(block, ICONTOG, 0, restrict_bool ? ICON_RESTRICT_RENDER_ON : ICON_RESTRICT_RENDER_OFF, (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, NULL, 0, 0, 0, 0, "Restrict/Allow renderability");
uiButSetFunc(bt, restrictbutton_gr_restrict_render, scene, gr);
uiBlockSetEmboss(block, UI_EMBOSS);
@@ -463,7 +463,7 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
bt = uiDefIconButBitI(block, ICONTOGN, SCE_LAY_DISABLE, 0, ICON_CHECKBOX_HLT - 1,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, te->directdata, 0, 0, 0, 0, "Render this RenderLayer");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, te->directdata, 0, 0, 0, 0, "Render this RenderLayer");
uiButSetFunc(bt, restrictbutton_r_lay_cb, tselem->id, NULL);
uiBlockSetEmboss(block, UI_EMBOSS);
@@ -476,13 +476,13 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
bt = uiDefIconButBitI(block, ICONTOG, passflag, 0, ICON_CHECKBOX_HLT - 1,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, layflag, 0, 0, 0, 0, "Render this Pass");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, layflag, 0, 0, 0, 0, "Render this Pass");
uiButSetFunc(bt, restrictbutton_r_lay_cb, tselem->id, NULL);
layflag++; /* is lay_xor */
if (ELEM8(passflag, SCE_PASS_SPEC, SCE_PASS_SHADOW, SCE_PASS_AO, SCE_PASS_REFLECT, SCE_PASS_REFRACT, SCE_PASS_INDIRECT, SCE_PASS_EMIT, SCE_PASS_ENVIRONMENT))
bt = uiDefIconButBitI(block, TOG, passflag, 0, (*layflag & passflag) ? ICON_DOT : ICON_BLANK1,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, layflag, 0, 0, 0, 0, "Exclude this Pass from Combined");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, layflag, 0, 0, 0, 0, "Exclude this Pass from Combined");
uiButSetFunc(bt, restrictbutton_r_lay_cb, tselem->id, NULL);
uiBlockSetEmboss(block, UI_EMBOSS);
@@ -493,11 +493,11 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
bt = uiDefIconButBitI(block, ICONTOGN, eModifierMode_Realtime, 0, ICON_RESTRICT_VIEW_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(md->mode), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(md->mode), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
uiButSetFunc(bt, restrictbutton_modifier_cb, scene, ob);
bt = uiDefIconButBitI(block, ICONTOGN, eModifierMode_Render, 0, ICON_RESTRICT_RENDER_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(md->mode), 0, 0, 0, 0, "Restrict/Allow renderability");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_RENDERX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(md->mode), 0, 0, 0, 0, "Restrict/Allow renderability");
uiButSetFunc(bt, restrictbutton_modifier_cb, scene, ob);
}
else if (tselem->type == TSE_POSE_CHANNEL) {
@@ -506,11 +506,11 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
bt = uiDefIconButBitI(block, ICONTOG, BONE_HIDDEN_P, 0, ICON_RESTRICT_VIEW_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(bone->flag), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(bone->flag), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
uiButSetFunc(bt, restrictbutton_bone_cb, NULL, bone);
bt = uiDefIconButBitI(block, ICONTOG, BONE_UNSELECTABLE, 0, ICON_RESTRICT_SELECT_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(bone->flag), 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(bone->flag), 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
uiButSetFunc(bt, restrictbutton_bone_cb, NULL, NULL);
}
else if (tselem->type == TSE_EBONE) {
@@ -518,11 +518,11 @@ static void outliner_draw_restrictbuts(uiBlock *block, Scene *scene, ARegion *ar
uiBlockSetEmboss(block, UI_EMBOSSN);
bt = uiDefIconButBitI(block, ICONTOG, BONE_HIDDEN_A, 0, ICON_RESTRICT_VIEW_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(ebone->flag), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_VIEWX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(ebone->flag), 0, 0, 0, 0, "Restrict/Allow visibility in the 3D View");
uiButSetFunc(bt, restrictbutton_ebone_cb, NULL, ebone);
bt = uiDefIconButBitI(block, ICONTOG, BONE_UNSELECTABLE, 0, ICON_RESTRICT_SELECT_OFF,
- (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X - 1, UI_UNIT_Y - 1, &(ebone->flag), 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
+ (int)ar->v2d.cur.xmax - OL_TOG_RESTRICT_SELECTX, (int)te->ys, UI_UNIT_X, UI_UNIT_Y, &(ebone->flag), 0, 0, 0, 0, "Restrict/Allow selection in the 3D View");
uiButSetFunc(bt, restrictbutton_ebone_cb, NULL, NULL);
}
}
@@ -1227,12 +1227,12 @@ static void outliner_draw_iconrow(bContext *C, uiBlock *block, Scene *scene, Spa
float ufac = UI_UNIT_X / 20.0f;
uiSetRoundBox(UI_CNR_ALL);
- glColor4ub(255, 255, 255, 128);
+ glColor4ub(255, 255, 255, 100);
uiRoundBox((float) *offsx - 1.0f * ufac,
(float)ys + 1.0f * ufac,
- (float)*offsx + UI_UNIT_X - 1.0f * ufac,
- (float)ys + UI_UNIT_Y - 1.0f * ufac,
- (float)UI_UNIT_Y / 2.0f - 2.0f * ufac);
+ (float)*offsx + UI_UNIT_X - 2.0f * ufac,
+ (float)ys + UI_UNIT_Y - ufac,
+ (float)UI_UNIT_Y / 2.0f - ufac);
glEnable(GL_BLEND); /* roundbox disables */
}
@@ -1365,11 +1365,11 @@ static void outliner_draw_tree_element(bContext *C, uiBlock *block, Scene *scene
/* active circle */
if (active) {
uiSetRoundBox(UI_CNR_ALL);
- uiRoundBox((float)startx + UI_UNIT_X - 1.0f * ufac,
+ uiRoundBox((float)startx + UI_UNIT_X,
(float)*starty + 1.0f * ufac,
- (float)startx + 2.0f * UI_UNIT_X - 1.0f * ufac,
+ (float)startx + 2.0f * UI_UNIT_X - 2.0f * ufac,
(float)*starty + UI_UNIT_Y - 1.0f * ufac,
- UI_UNIT_Y / 2.0f - 2.0f * ufac);
+ UI_UNIT_Y / 2.0f - 1.0f * ufac);
glEnable(GL_BLEND); /* roundbox disables it */
te->flag |= TE_ACTIVE; // for lookup in display hierarchies
@@ -1641,7 +1641,7 @@ static void outliner_draw_restrictcols(ARegion *ar)
void draw_outliner(const bContext *C)
{
- Main *mainvar = CTX_data_main(C);
+ Main *mainvar = CTX_data_main(C);
Scene *scene = CTX_data_scene(C);
ARegion *ar = CTX_wm_region(C);
View2D *v2d = &ar->v2d;
diff --git a/source/blender/editors/space_outliner/outliner_edit.c b/source/blender/editors/space_outliner/outliner_edit.c
index d11a8ed6369..a087ff65f63 100644
--- a/source/blender/editors/space_outliner/outliner_edit.c
+++ b/source/blender/editors/space_outliner/outliner_edit.c
@@ -183,8 +183,8 @@ void OUTLINER_OT_item_openclose(wmOperatorType *ot)
static void do_item_rename(ARegion *ar, TreeElement *te, TreeStoreElem *tselem, ReportList *reports)
{
- /* can't rename rna datablocks entries */
- if (ELEM3(tselem->type, TSE_RNA_STRUCT, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM)) {
+ /* can't rename rna datablocks entries or listbases */
+ if (ELEM4(tselem->type, TSE_RNA_STRUCT, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM, TSE_ID_BASE)) {
/* do nothing */;
}
else if (ELEM10(tselem->type, TSE_ANIM_DATA, TSE_NLA, TSE_DEFGROUP_BASE, TSE_CONSTRAINT_BASE, TSE_MODIFIER_BASE,
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 65de2a27568..f9fca378568 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -103,6 +103,7 @@ typedef struct TreeElement {
#define TSE_NLA_TRACK 33
#define TSE_KEYMAP 34
#define TSE_KEYMAP_ITEM 35
+#define TSE_ID_BASE 36
/* button events */
#define OL_NAMEBUTTON 1
diff --git a/source/blender/editors/space_outliner/outliner_select.c b/source/blender/editors/space_outliner/outliner_select.c
index 0b585e1272b..fa337ba7af1 100644
--- a/source/blender/editors/space_outliner/outliner_select.c
+++ b/source/blender/editors/space_outliner/outliner_select.c
@@ -336,7 +336,8 @@ static int tree_element_active_world(bContext *C, Scene *scene, SpaceOops *soops
tep = te->parent;
if (tep) {
tselem = TREESTORE(tep);
- sce = (Scene *)tselem->id;
+ if (tselem->type == 0)
+ sce = (Scene *)tselem->id;
}
if (set) { // make new scene active
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index 3b83279e09d..b2070cc2f1c 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -764,7 +764,7 @@ static EnumPropertyItem prop_id_op_types[] = {
{OUTLINER_IDOP_LOCAL, "LOCAL", 0, "Make Local", ""},
{OUTLINER_IDOP_SINGLE, "SINGLE", 0, "Make Single User", ""},
{OUTLINER_IDOP_FAKE_ADD, "ADD_FAKE", 0, "Add Fake User",
- "Ensure datablock gets saved even if it isn't in use (e.g. for motion and material libraries)"},
+ "Ensure datablock gets saved even if it isn't in use (e.g. for motion and material libraries)"},
{OUTLINER_IDOP_FAKE_CLEAR, "CLEAR_FAKE", 0, "Clear Fake User", ""},
{OUTLINER_IDOP_RENAME, "RENAME", 0, "Rename", ""},
{OUTLINER_IDOP_SELECT_LINKED, "SELECT_LINKED", 0, "Select Linked", ""},
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index e6910280da4..ddbc49bf995 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -66,8 +66,10 @@
#include "BKE_fcurve.h"
#include "BKE_main.h"
+#include "BKE_library.h"
#include "BKE_modifier.h"
#include "BKE_sequencer.h"
+#include "BKE_idcode.h"
#include "ED_armature.h"
#include "ED_screen.h"
@@ -593,6 +595,7 @@ static void outliner_add_object_contents(SpaceOops *soops, TreeElement *te, Tree
outliner_add_element(soops, &te->subtree, ob->dup_group, te, 0, 0);
}
+
// can be inlined if necessary
static void outliner_add_id_contents(SpaceOops *soops, TreeElement *te, TreeStoreElem *tselem, ID *id)
{
@@ -785,6 +788,7 @@ static void outliner_add_id_contents(SpaceOops *soops, TreeElement *te, TreeStor
}
// TODO: this function needs to be split up! It's getting a bit too large...
+// Note: "ID" is not always a real ID
static TreeElement *outliner_add_element(SpaceOops *soops, ListBase *lb, void *idv,
TreeElement *parent, short type, short index)
{
@@ -798,7 +802,9 @@ static TreeElement *outliner_add_element(SpaceOops *soops, ListBase *lb, void *i
if (!id) id = ((PointerRNA *)idv)->data;
}
- if (id == NULL) return NULL;
+ /* One exception */
+ if (type == TSE_ID_BASE);
+ else if (id == NULL) return NULL;
te = MEM_callocN(sizeof(TreeElement), "tree elem");
/* add to the visual tree */
@@ -822,14 +828,20 @@ static TreeElement *outliner_add_element(SpaceOops *soops, ListBase *lb, void *i
else if (type == TSE_ANIM_DATA) {
/* pass */
}
+ else if (type == TSE_ID_BASE) {
+ /* pass */
+ }
else {
te->name = id->name + 2; // default, can be overridden by Library or non-ID data
te->idcode = GS(id->name);
}
if (type == 0) {
+ TreeStoreElem *tsepar = parent ? TREESTORE(parent) : NULL;
+
/* ID datablock */
- outliner_add_id_contents(soops, te, tselem, id);
+ if (tsepar==NULL || tsepar->type != TSE_ID_BASE)
+ outliner_add_id_contents(soops, te, tselem, id);
}
else if (type == TSE_ANIM_DATA) {
IdAdtTemplate *iat = (IdAdtTemplate *)idv;
@@ -1194,8 +1206,8 @@ typedef struct tTreeSort {
short idcode;
} tTreeSort;
-/* alphabetical comparator */
-static int treesort_alpha(const void *v1, const void *v2)
+/* alphabetical comparator, tryping to put objects first */
+static int treesort_alpha_ob(const void *v1, const void *v2)
{
const tTreeSort *x1 = v1, *x2 = v2;
int comp;
@@ -1216,6 +1228,20 @@ static int treesort_alpha(const void *v1, const void *v2)
return 0;
}
+/* alphabetical comparator */
+static int treesort_alpha(const void *v1, const void *v2)
+{
+ const tTreeSort *x1 = v1, *x2 = v2;
+ int comp;
+
+ comp = strcmp(x1->name, x2->name);
+
+ if (comp > 0) return 1;
+ else if (comp < 0) return -1;
+ return 0;
+}
+
+
/* this is nice option for later? doesnt look too useful... */
#if 0
static int treesort_obtype_alpha(const void *v1, const void *v2)
@@ -1254,8 +1280,8 @@ static void outliner_sort(SpaceOops *soops, ListBase *lb)
if (te == NULL) return;
tselem = TREESTORE(te);
- /* sorting rules; only object lists or deformgroups */
- if ((tselem->type == TSE_DEFGROUP) || (tselem->type == 0 && te->idcode == ID_OB)) {
+ /* sorting rules; only object lists, ID lists, or deformgroups */
+ if ( ELEM(tselem->type, TSE_DEFGROUP, TSE_ID_BASE) || (tselem->type == 0 && te->idcode == ID_OB)) {
/* count first */
for (te = lb->first; te; te = te->next) totelem++;
@@ -1270,15 +1296,27 @@ static void outliner_sort(SpaceOops *soops, ListBase *lb)
tp->te = te;
tp->name = te->name;
tp->idcode = te->idcode;
- if (tselem->type && tselem->type != TSE_DEFGROUP) tp->idcode = 0; // don't sort this
+
+ if (tselem->type && tselem->type != TSE_DEFGROUP)
+ tp->idcode = 0; // don't sort this
+ if (tselem->type == TSE_ID_BASE)
+ tp->idcode = 1; // do sort this
+
tp->id = tselem->id;
}
- /* keep beginning of list */
- for (tp = tear, skip = 0; skip < totelem; skip++, tp++)
- if (tp->idcode) break;
- if (skip < totelem)
- qsort(tear + skip, totelem - skip, sizeof(tTreeSort), treesort_alpha);
+ /* just sort alphabetically */
+ if (tear->idcode == 1) {
+ qsort(tear, totelem, sizeof(tTreeSort), treesort_alpha);
+ }
+ else {
+ /* keep beginning of list */
+ for (tp = tear, skip = 0; skip < totelem; skip++, tp++)
+ if (tp->idcode) break;
+
+ if (skip < totelem)
+ qsort(tear + skip, totelem - skip, sizeof(tTreeSort), treesort_alpha_ob);
+ }
lb->first = lb->last = NULL;
tp = tear;
@@ -1384,6 +1422,42 @@ static int outliner_filter_tree(SpaceOops *soops, ListBase *lb)
return (lb->first != NULL);
}
+static void outliner_add_library_contents(Main *mainvar, SpaceOops *soops, TreeElement *te, Library *lib)
+{
+ TreeElement *ten;
+ ListBase *lbarray[MAX_LIBARRAY];
+ int a, tot;
+
+ tot = set_listbasepointers(mainvar, lbarray);
+ for (a = 0; a < tot; a++) {
+ if (lbarray[a]->first) {
+ ID *id = lbarray[a]->first;
+
+ /* check if there's data in current lib */
+ for (; id; id = id->next)
+ if (id->lib == lib)
+ break;
+
+ if (id) {
+
+ ten = outliner_add_element(soops, &te->subtree, (void *)lbarray[a], NULL, TSE_ID_BASE, 0);
+ ten->directdata = lbarray[a];
+
+ ten->name = (char *)BKE_idcode_to_name_plural(GS(id->name));
+ if (ten->name == NULL)
+ ten->name = "UNKNOWN";
+
+ for (id = lbarray[a]->first; id; id = id->next) {
+ if (id->lib == lib)
+ outliner_add_element(soops, &ten->subtree, id, ten, 0, 0);
+ }
+ }
+ }
+ }
+
+}
+
+
/* ======================================================= */
/* Main Tree Building API */
@@ -1418,17 +1492,31 @@ void outliner_build_tree(Main *mainvar, Scene *scene, SpaceOops *soops)
if (soops->outlinevis == SO_LIBRARIES) {
Library *lib;
+ /* current file first - mainvar provides tselem with unique pointer - not used */
+ ten = outliner_add_element(soops, &soops->tree, mainvar, NULL, TSE_ID_BASE, 0);
+ ten->name = "Current File";
+
+ tselem = TREESTORE(ten);
+ if (!tselem->used)
+ tselem->flag &= ~TSE_CLOSED;
+
+ outliner_add_library_contents(mainvar, soops, ten, NULL);
+
for (lib = mainvar->library.first; lib; lib = lib->id.next) {
ten = outliner_add_element(soops, &soops->tree, lib, NULL, 0, 0);
lib->id.newid = (ID *)ten;
+
+ outliner_add_library_contents(mainvar, soops, ten, lib);
+
}
/* make hierarchy */
ten = soops->tree.first;
+ ten= ten->next; /* first one is main */
while (ten) {
TreeElement *nten = ten->next, *par;
tselem = TREESTORE(ten);
lib = (Library *)tselem->id;
- if (lib->parent) {
+ if (lib && lib->parent) {
BLI_remlink(&soops->tree, ten);
par = (TreeElement *)lib->parent->id.newid;
BLI_addtail(&par->subtree, ten);
diff --git a/source/blender/editors/space_sequencer/sequencer_add.c b/source/blender/editors/space_sequencer/sequencer_add.c
index 8155f9d645e..6219a9061f4 100644
--- a/source/blender/editors/space_sequencer/sequencer_add.c
+++ b/source/blender/editors/space_sequencer/sequencer_add.c
@@ -859,9 +859,9 @@ static int sequencer_add_effect_strip_exec(bContext *C, wmOperator *op)
* the other strips. */
if (!RNA_struct_property_is_set(op->ptr, "channel")) {
if (seq->seq1) {
- int chan = MAX3(seq->seq1 ? seq->seq1->machine : 0,
- seq->seq2 ? seq->seq2->machine : 0,
- seq->seq3 ? seq->seq3->machine : 0);
+ int chan = max_iii(seq->seq1 ? seq->seq1->machine : 0,
+ seq->seq2 ? seq->seq2->machine : 0,
+ seq->seq3 ? seq->seq3->machine : 0);
if (chan < MAXSEQ)
seq->machine = chan;
}
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index 9cc407f0604..6aaf4212779 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -37,10 +37,13 @@ set(INC_SYS
set(SRC
space_text.c
text_draw.c
+ text_format.c
+ text_format_py.c
text_header.c
text_ops.c
text_python.c
+ text_format.h
text_intern.h
)
diff --git a/source/blender/editors/space_text/space_text.c b/source/blender/editors/space_text/space_text.c
index d74e32620af..9ac66ca1698 100644
--- a/source/blender/editors/space_text/space_text.c
+++ b/source/blender/editors/space_text/space_text.c
@@ -30,17 +30,12 @@
#include <string.h>
-#include <stdio.h>
#include "DNA_text_types.h"
-#include "DNA_object_types.h"
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
-#include "BLI_math.h"
-#include "BLI_rand.h"
-#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
@@ -61,7 +56,8 @@
#include "RNA_access.h"
-#include "text_intern.h" // own include
+#include "text_format.h"
+#include "text_intern.h" /* own include */
/* ******************** default callbacks for text space ***************** */
@@ -556,5 +552,8 @@ void ED_spacetype_text(void)
BLI_addhead(&st->regiontypes, art);
BKE_spacetype_register(st);
+
+ /* register formatters */
+ ED_text_format_register_py();
}
diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c
index 24f40dbbe2a..7d4c9e5af98 100644
--- a/source/blender/editors/space_text/text_draw.c
+++ b/source/blender/editors/space_text/text_draw.c
@@ -29,10 +29,6 @@
*/
-#include <math.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/stat.h>
#include "MEM_guardedalloc.h"
@@ -40,12 +36,10 @@
#include "BLI_blenlib.h"
#include "BLI_math.h"
-#include "BLI_utildefines.h"
#include "DNA_text_types.h"
#include "DNA_space_types.h"
#include "DNA_screen_types.h"
-#include "DNA_userdef_types.h"
#include "BKE_context.h"
#include "BKE_suggestions.h"
@@ -53,11 +47,12 @@
#include "BIF_gl.h"
-#include "ED_datafiles.h"
#include "UI_interface.h"
#include "UI_resources.h"
+#include "UI_view2d.h"
#include "text_intern.h"
+#include "text_format.h"
/******************** text font drawing ******************/
// XXX, fixme
@@ -105,350 +100,6 @@ static int text_font_draw_character_utf8(SpaceText *st, int x, int y, const char
return st->cwidth;
}
-/****************** flatten string **********************/
-
-static void flatten_string_append(FlattenString *fs, const char *c, int accum, int len)
-{
- int i;
-
- if (fs->pos + len > fs->len) {
- char *nbuf; int *naccum;
- fs->len *= 2;
-
- nbuf = MEM_callocN(sizeof(*fs->buf) * fs->len, "fs->buf");
- naccum = MEM_callocN(sizeof(*fs->accum) * fs->len, "fs->accum");
-
- memcpy(nbuf, fs->buf, fs->pos * sizeof(*fs->buf));
- memcpy(naccum, fs->accum, fs->pos * sizeof(*fs->accum));
-
- if (fs->buf != fs->fixedbuf) {
- MEM_freeN(fs->buf);
- MEM_freeN(fs->accum);
- }
-
- fs->buf = nbuf;
- fs->accum = naccum;
- }
-
- for (i = 0; i < len; i++) {
- fs->buf[fs->pos + i] = c[i];
- fs->accum[fs->pos + i] = accum;
- }
-
- fs->pos += len;
-}
-
-int flatten_string(SpaceText *st, FlattenString *fs, const char *in)
-{
- int r, i, total = 0;
-
- memset(fs, 0, sizeof(FlattenString));
- fs->buf = fs->fixedbuf;
- fs->accum = fs->fixedaccum;
- fs->len = sizeof(fs->fixedbuf);
-
- for (r = 0, i = 0; *in; r++) {
- if (*in == '\t') {
- i = st->tabnumber - (total % st->tabnumber);
- total += i;
-
- while (i--)
- flatten_string_append(fs, " ", r, 1);
-
- in++;
- }
- else {
- size_t len = BLI_str_utf8_size_safe(in);
- flatten_string_append(fs, in, r, len);
- in += len;
- total++;
- }
- }
-
- flatten_string_append(fs, "\0", r, 1);
-
- return total;
-}
-
-void flatten_string_free(FlattenString *fs)
-{
- if (fs->buf != fs->fixedbuf)
- MEM_freeN(fs->buf);
- if (fs->accum != fs->fixedaccum)
- MEM_freeN(fs->accum);
-}
-
-/* Checks the specified source string for a Python built-in function name. This
- * name must start at the beginning of the source string and must be followed by
- * a non-identifier (see text_check_identifier(char)) or null character.
- *
- * If a built-in function is found, the length of the matching name is returned.
- * Otherwise, -1 is returned.
- *
- * See:
- * http://docs.python.org/py3k/reference/lexical_analysis.html#keywords
- */
-
-static int find_builtinfunc(char *string)
-{
- int a, i;
- const char *builtinfuncs[] = {
- /* "False", "None", "True", */ /* see find_bool() */
- "and", "as", "assert", "break",
- "class", "continue", "def", "del", "elif", "else", "except",
- "finally", "for", "from", "global", "if", "import", "in",
- "is", "lambda", "nonlocal", "not", "or", "pass", "raise",
- "return", "try", "while", "with", "yield",
- };
-
- for (a = 0; a < sizeof(builtinfuncs) / sizeof(builtinfuncs[0]); a++) {
- i = 0;
- while (1) {
- /* If we hit the end of a keyword... (eg. "def") */
- if (builtinfuncs[a][i] == '\0') {
- /* If we still have identifier chars in the source (eg. "definate") */
- if (text_check_identifier(string[i]))
- i = -1; /* No match */
- break; /* Next keyword if no match, otherwise we're done */
-
- /* If chars mismatch, move on to next keyword */
- }
- else if (string[i] != builtinfuncs[a][i]) {
- i = -1;
- break; /* Break inner loop, start next keyword */
- }
- i++;
- }
- if (i > 0) break; /* If we have a match, we're done */
- }
- return i;
-}
-
-/* Checks the specified source string for a Python special name. This name must
- * start at the beginning of the source string and must be followed by a non-
- * identifier (see text_check_identifier(char)) or null character.
- *
- * If a special name is found, the length of the matching name is returned.
- * Otherwise, -1 is returned. */
-
-static int find_specialvar(char *string)
-{
- int i = 0;
- /* Check for "def" */
- if (string[0] == 'd' && string[1] == 'e' && string[2] == 'f')
- i = 3;
- /* Check for "class" */
- else if (string[0] == 'c' && string[1] == 'l' && string[2] == 'a' && string[3] == 's' && string[4] == 's')
- i = 5;
- /* If next source char is an identifier (eg. 'i' in "definate") no match */
- if (i == 0 || text_check_identifier(string[i]))
- return -1;
- return i;
-}
-
-static int find_decorator(char *string)
-{
- if (string[0] == '@') {
- int i = 1;
- while (text_check_identifier(string[i])) {
- i++;
- }
- return i;
- }
- return -1;
-}
-
-static int find_bool(char *string)
-{
- int i = 0;
- /* Check for "False" */
- if (string[0] == 'F' && string[1] == 'a' && string[2] == 'l' && string[3] == 's' && string[4] == 'e')
- i = 5;
- /* Check for "True" */
- else if (string[0] == 'T' && string[1] == 'r' && string[2] == 'u' && string[3] == 'e')
- i = 4;
- /* Check for "None" */
- else if (string[0] == 'N' && string[1] == 'o' && string[2] == 'n' && string[3] == 'e')
- i = 4;
- /* If next source char is an identifier (eg. 'i' in "definate") no match */
- if (i == 0 || text_check_identifier(string[i]))
- return -1;
- return i;
-}
-
-/* Ensures the format string for the given line is long enough, reallocating
- * as needed. Allocation is done here, alone, to ensure consistency. */
-static int text_check_format_len(TextLine *line, unsigned int len)
-{
- if (line->format) {
- if (strlen(line->format) < len) {
- MEM_freeN(line->format);
- line->format = MEM_mallocN(len + 2, "SyntaxFormat");
- if (!line->format) return 0;
- }
- }
- else {
- line->format = MEM_mallocN(len + 2, "SyntaxFormat");
- if (!line->format) return 0;
- }
-
- return 1;
-}
-
-/* Formats the specified line. If do_next is set, the process will move on to
- * the succeeding line if it is affected (eg. multiline strings). Format strings
- * may contain any of the following characters:
- * '_' Whitespace
- * '#' Comment text
- * '!' Punctuation and other symbols
- * 'n' Numerals
- * 'l' String letters
- * 'v' Special variables (class, def)
- * 'b' Built-in names (print, for, etc.)
- * 'q' Other text (identifiers, etc.)
- * It is terminated with a null-terminator '\0' followed by a continuation
- * flag indicating whether the line is part of a multi-line string. */
-
-static void txt_format_line(SpaceText *st, TextLine *line, int do_next)
-{
- FlattenString fs;
- char *str, *fmt, orig, cont, find, prev = ' ';
- int len, i;
-
- /* Get continuation from previous line */
- if (line->prev && line->prev->format != NULL) {
- fmt = line->prev->format;
- cont = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */
- }
- else cont = 0;
-
- /* Get original continuation from this line */
- if (line->format != NULL) {
- fmt = line->format;
- orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */
- }
- else orig = 0xFF;
-
- len = flatten_string(st, &fs, line->line);
- str = fs.buf;
- if (!text_check_format_len(line, len)) {
- flatten_string_free(&fs);
- return;
- }
- fmt = line->format;
-
- while (*str) {
- /* Handle escape sequences by skipping both \ and next char */
- if (*str == '\\') {
- *fmt = prev; fmt++; str++;
- if (*str == '\0') break;
- *fmt = prev; fmt++; str += BLI_str_utf8_size_safe(str);
- continue;
- }
- /* Handle continuations */
- else if (cont) {
- /* Triple strings ("""...""" or '''...''') */
- if (cont & TXT_TRISTR) {
- find = (cont & TXT_DBLQUOTSTR) ? '"' : '\'';
- if (*str == find && *(str + 1) == find && *(str + 2) == find) {
- *fmt = 'l'; fmt++; str++;
- *fmt = 'l'; fmt++; str++;
- cont = 0;
- }
- /* Handle other strings */
- }
- else {
- find = (cont & TXT_DBLQUOTSTR) ? '"' : '\'';
- if (*str == find) cont = 0;
- }
-
- *fmt = 'l';
- str += BLI_str_utf8_size_safe(str) - 1;
- }
- /* Not in a string... */
- else {
- /* Deal with comments first */
- if (prev == '#' || *str == '#') {
- *fmt = '#';
- str += BLI_str_utf8_size_safe(str) - 1;
- }
- else if (*str == '"' || *str == '\'') {
- /* Strings */
- find = *str;
- cont = (*str == '"') ? TXT_DBLQUOTSTR : TXT_SNGQUOTSTR;
- if (*(str + 1) == find && *(str + 2) == find) {
- *fmt = 'l'; fmt++; str++;
- *fmt = 'l'; fmt++; str++;
- cont |= TXT_TRISTR;
- }
- *fmt = 'l';
- }
- /* Whitespace (all ws. has been converted to spaces) */
- else if (*str == ' ')
- *fmt = '_';
- /* Numbers (digits not part of an identifier and periods followed by digits) */
- else if ((prev != 'q' && text_check_digit(*str)) || (*str == '.' && text_check_digit(*(str + 1))))
- *fmt = 'n';
- /* Booleans */
- else if (prev != 'q' && (i = find_bool(str)) != -1)
- if (i > 0) {
- while (i > 1) {
- *fmt = 'n'; fmt++; str++;
- i--;
- }
- *fmt = 'n';
- }
- else {
- str += BLI_str_utf8_size_safe(str) - 1;
- *fmt = 'q';
- }
- /* Punctuation */
- else if (text_check_delim(*str))
- *fmt = '!';
- /* Identifiers and other text (no previous ws. or delims. so text continues) */
- else if (prev == 'q') {
- str += BLI_str_utf8_size_safe(str) - 1;
- *fmt = 'q';
- }
- /* Not ws, a digit, punct, or continuing text. Must be new, check for special words */
- else {
- /* Special vars(v) or built-in keywords(b) */
- if ((i = find_specialvar(str)) != -1)
- prev = 'v';
- else if ((i = find_builtinfunc(str)) != -1)
- prev = 'b';
- else if ((i = find_decorator(str)) != -1)
- prev = 'v'; /* could have a new color for this */
- if (i > 0) {
- while (i > 1) {
- *fmt = prev; fmt++; str++;
- i--;
- }
- *fmt = prev;
- }
- else {
- str += BLI_str_utf8_size_safe(str) - 1;
- *fmt = 'q';
- }
- }
- }
- prev = *fmt;
- fmt++;
- str++;
- }
-
- /* Terminate and add continuation char */
- *fmt = '\0'; fmt++;
- *fmt = cont;
-
- /* If continuation has changed and we're allowed, process the next line */
- if (cont != orig && do_next && line->next) {
- txt_format_line(st, line->next, do_next);
- }
-
- flatten_string_free(&fs);
-}
-
#if 0
/* Formats every line of the current text */
static void txt_format_text(SpaceText *st)
@@ -1085,12 +736,12 @@ static void calc_text_rcts(SpaceText *st, ARegion *ar, rcti *scroll, rcti *back)
blank_lines = st->viewlines / 2;
/* nicer code: use scroll rect for entire bar */
- back->xmin = ar->winx - 18;
+ back->xmin = ar->winx - (V2D_SCROLL_WIDTH + 1);
back->xmax = ar->winx;
back->ymin = 0;
back->ymax = ar->winy;
- scroll->xmin = ar->winx - 17;
+ scroll->xmin = ar->winx - V2D_SCROLL_WIDTH;
scroll->xmax = ar->winx - 5;
scroll->ymin = 4;
scroll->ymax = 4 + pix_available;
@@ -1394,7 +1045,7 @@ static void draw_cursor(SpaceText *st, ARegion *ar)
UI_ThemeColor(TH_SHADE2);
x = st->showlinenrs ? TXT_OFFSET + TEXTXLOC : TXT_OFFSET;
- y = ar->winy - 2;
+ y = ar->winy;
if (vcurl == vsell) {
y -= vcurl * lheight;
@@ -1469,7 +1120,7 @@ static void draw_cursor(SpaceText *st, ARegion *ar)
/* Draw the cursor itself (we draw the sel. cursor as this is the leading edge) */
x = st->showlinenrs ? TXT_OFFSET + TEXTXLOC : TXT_OFFSET;
x += vselc * st->cwidth;
- y = ar->winy - 2 - vsell * lheight;
+ y = ar->winy - vsell * lheight;
if (st->overwrite) {
char ch = text->sell->line[text->selc];
@@ -1620,6 +1271,7 @@ static void draw_brackets(SpaceText *st, ARegion *ar)
void draw_text_main(SpaceText *st, ARegion *ar)
{
Text *text = st->text;
+ TextFormatType *tft = ED_text_format_get(text);
TextLine *tmp;
rcti scroll, back;
char linenr[12];
@@ -1651,7 +1303,7 @@ void draw_text_main(SpaceText *st, ARegion *ar)
lineno = 0;
for (i = 0; i < st->top && tmp; i++) {
if (st->showsyntax && !tmp->format)
- txt_format_line(st, tmp, 0);
+ tft->format_line(st, tmp, 0);
if (st->wordwrap) {
int lines = text_get_visible_lines_no(st, lineno);
@@ -1700,7 +1352,7 @@ void draw_text_main(SpaceText *st, ARegion *ar)
for (i = 0; y > 0 && i < st->viewlines && tmp; i++, tmp = tmp->next) {
if (st->showsyntax && !tmp->format)
- txt_format_line(st, tmp, 0);
+ tft->format_line(st, tmp, 0);
if (st->showlinenrs && !wrap_skip) {
/* draw line number */
diff --git a/source/blender/editors/space_text/text_format.c b/source/blender/editors/space_text/text_format.c
new file mode 100644
index 00000000000..0b3856f4414
--- /dev/null
+++ b/source/blender/editors/space_text/text_format.c
@@ -0,0 +1,148 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): none yet.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file blender/editors/space_text/text_format.c
+ * \ingroup sptext
+ */
+
+#include <string.h>
+
+#include "MEM_guardedalloc.h"
+
+#include "BLI_blenlib.h"
+
+#include "DNA_text_types.h"
+#include "DNA_space_types.h"
+
+#include "text_format.h"
+
+
+/****************** flatten string **********************/
+
+static void flatten_string_append(FlattenString *fs, const char *c, int accum, int len)
+{
+ int i;
+
+ if (fs->pos + len > fs->len) {
+ char *nbuf; int *naccum;
+ fs->len *= 2;
+
+ nbuf = MEM_callocN(sizeof(*fs->buf) * fs->len, "fs->buf");
+ naccum = MEM_callocN(sizeof(*fs->accum) * fs->len, "fs->accum");
+
+ memcpy(nbuf, fs->buf, fs->pos * sizeof(*fs->buf));
+ memcpy(naccum, fs->accum, fs->pos * sizeof(*fs->accum));
+
+ if (fs->buf != fs->fixedbuf) {
+ MEM_freeN(fs->buf);
+ MEM_freeN(fs->accum);
+ }
+
+ fs->buf = nbuf;
+ fs->accum = naccum;
+ }
+
+ for (i = 0; i < len; i++) {
+ fs->buf[fs->pos + i] = c[i];
+ fs->accum[fs->pos + i] = accum;
+ }
+
+ fs->pos += len;
+}
+
+int flatten_string(SpaceText *st, FlattenString *fs, const char *in)
+{
+ int r, i, total = 0;
+
+ memset(fs, 0, sizeof(FlattenString));
+ fs->buf = fs->fixedbuf;
+ fs->accum = fs->fixedaccum;
+ fs->len = sizeof(fs->fixedbuf);
+
+ for (r = 0, i = 0; *in; r++) {
+ if (*in == '\t') {
+ i = st->tabnumber - (total % st->tabnumber);
+ total += i;
+
+ while (i--)
+ flatten_string_append(fs, " ", r, 1);
+
+ in++;
+ }
+ else {
+ size_t len = BLI_str_utf8_size_safe(in);
+ flatten_string_append(fs, in, r, len);
+ in += len;
+ total++;
+ }
+ }
+
+ flatten_string_append(fs, "\0", r, 1);
+
+ return total;
+}
+
+void flatten_string_free(FlattenString *fs)
+{
+ if (fs->buf != fs->fixedbuf)
+ MEM_freeN(fs->buf);
+ if (fs->accum != fs->fixedaccum)
+ MEM_freeN(fs->accum);
+}
+
+/* Ensures the format string for the given line is long enough, reallocating
+ * as needed. Allocation is done here, alone, to ensure consistency. */
+int text_check_format_len(TextLine *line, unsigned int len)
+{
+ if (line->format) {
+ if (strlen(line->format) < len) {
+ MEM_freeN(line->format);
+ line->format = MEM_mallocN(len + 2, "SyntaxFormat");
+ if (!line->format) return 0;
+ }
+ }
+ else {
+ line->format = MEM_mallocN(len + 2, "SyntaxFormat");
+ if (!line->format) return 0;
+ }
+
+ return 1;
+}
+
+/* *** Registration *** */
+static ListBase tft_lb = {NULL, NULL};
+void ED_text_format_register(TextFormatType *tft)
+{
+ BLI_addtail(&tft_lb, tft);
+}
+
+TextFormatType *ED_text_format_get(Text *UNUSED(text))
+{
+ /* NOTE: once more types are added we'll need to return some type based on 'text'
+ * for now this function is more of a placeholder */
+
+ return tft_lb.first;
+}
diff --git a/source/blender/editors/space_text/text_format.h b/source/blender/editors/space_text/text_format.h
new file mode 100644
index 00000000000..7b5b326db6a
--- /dev/null
+++ b/source/blender/editors/space_text/text_format.h
@@ -0,0 +1,77 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2009 Blender Foundation.
+ * All rights reserved.
+ *
+ *
+ * Contributor(s): Blender Foundation
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file blender/editors/space_text/text_format.h
+ * \ingroup sptext
+ */
+
+#ifndef __TEXT_FORMAT_H__
+#define __TEXT_FORMAT_H__
+
+/* *** Flatten String *** */
+typedef struct FlattenString {
+ char fixedbuf[256];
+ int fixedaccum[256];
+
+ char *buf;
+ int *accum;
+ int pos, len;
+} FlattenString;
+
+int flatten_string(struct SpaceText *st, FlattenString *fs, const char *in);
+void flatten_string_free(FlattenString *fs);
+int text_check_format_len(TextLine *line, unsigned int len);
+
+
+/* *** Generalize Formatting *** */
+typedef struct TextFormatType {
+ struct TextFormatType *next, *prev;
+
+ /* Formats the specified line. If do_next is set, the process will move on to
+ * the succeeding line if it is affected (eg. multiline strings). Format strings
+ * may contain any of the following characters:
+ * '_' Whitespace
+ * '#' Comment text
+ * '!' Punctuation and other symbols
+ * 'n' Numerals
+ * 'l' String letters
+ * 'v' Special variables (class, def)
+ * 'b' Built-in names (print, for, etc.)
+ * 'q' Other text (identifiers, etc.)
+ * It is terminated with a null-terminator '\0' followed by a continuation
+ * flag indicating whether the line is part of a multi-line string. */
+ void (*format_line)(SpaceText *st, TextLine *line, int do_next);
+
+ const char **ext; /* NULL terminated extensions */
+} TextFormatType;
+
+TextFormatType *ED_text_format_get(Text *text);
+void ED_text_format_register(TextFormatType *tft);
+
+/* formatters */
+void ED_text_format_register_py(void);
+
+#endif /* __TEXT_FORMAT_H__ */
diff --git a/source/blender/editors/space_text/text_format_py.c b/source/blender/editors/space_text/text_format_py.c
new file mode 100644
index 00000000000..2a0f483d80c
--- /dev/null
+++ b/source/blender/editors/space_text/text_format_py.c
@@ -0,0 +1,296 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): none yet.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file blender/editors/space_text/text_format_py.c
+ * \ingroup sptext
+ */
+
+#include <string.h>
+
+#include "BLI_blenlib.h"
+
+#include "DNA_text_types.h"
+#include "DNA_space_types.h"
+
+#include "BKE_text.h"
+
+#include "text_format.h"
+
+/* *** Local Functions (for format_line) *** */
+
+
+/* Checks the specified source string for a Python built-in function name. This
+ * name must start at the beginning of the source string and must be followed by
+ * a non-identifier (see text_check_identifier(char)) or null character.
+ *
+ * If a built-in function is found, the length of the matching name is returned.
+ * Otherwise, -1 is returned.
+ *
+ * See:
+ * http://docs.python.org/py3k/reference/lexical_analysis.html#keywords
+ */
+
+static int txtfmt_py_find_builtinfunc(char *string)
+{
+ int a, i;
+ const char *builtinfuncs[] = {
+ /* "False", "None", "True", */ /* see find_bool() */
+ "and", "as", "assert", "break",
+ "class", "continue", "def", "del", "elif", "else", "except",
+ "finally", "for", "from", "global", "if", "import", "in",
+ "is", "lambda", "nonlocal", "not", "or", "pass", "raise",
+ "return", "try", "while", "with", "yield",
+ };
+
+ for (a = 0; a < sizeof(builtinfuncs) / sizeof(builtinfuncs[0]); a++) {
+ i = 0;
+ while (1) {
+ /* If we hit the end of a keyword... (eg. "def") */
+ if (builtinfuncs[a][i] == '\0') {
+ /* If we still have identifier chars in the source (eg. "definate") */
+ if (text_check_identifier(string[i]))
+ i = -1; /* No match */
+ break; /* Next keyword if no match, otherwise we're done */
+
+ /* If chars mismatch, move on to next keyword */
+ }
+ else if (string[i] != builtinfuncs[a][i]) {
+ i = -1;
+ break; /* Break inner loop, start next keyword */
+ }
+ i++;
+ }
+ if (i > 0) break; /* If we have a match, we're done */
+ }
+ return i;
+}
+
+/* Checks the specified source string for a Python special name. This name must
+ * start at the beginning of the source string and must be followed by a non-
+ * identifier (see text_check_identifier(char)) or null character.
+ *
+ * If a special name is found, the length of the matching name is returned.
+ * Otherwise, -1 is returned. */
+
+static int txtfmt_py_find_specialvar(char *string)
+{
+ int i = 0;
+ /* Check for "def" */
+ if (string[0] == 'd' && string[1] == 'e' && string[2] == 'f')
+ i = 3;
+ /* Check for "class" */
+ else if (string[0] == 'c' && string[1] == 'l' && string[2] == 'a' && string[3] == 's' && string[4] == 's')
+ i = 5;
+ /* If next source char is an identifier (eg. 'i' in "definate") no match */
+ if (i == 0 || text_check_identifier(string[i]))
+ return -1;
+ return i;
+}
+
+static int txtfmt_py_find_decorator(char *string)
+{
+ if (string[0] == '@') {
+ int i = 1;
+ while (text_check_identifier(string[i])) {
+ i++;
+ }
+ return i;
+ }
+ return -1;
+}
+
+static int txtfmt_py_find_bool(char *string)
+{
+ int i = 0;
+ /* Check for "False" */
+ if (string[0] == 'F' && string[1] == 'a' && string[2] == 'l' && string[3] == 's' && string[4] == 'e')
+ i = 5;
+ /* Check for "True" */
+ else if (string[0] == 'T' && string[1] == 'r' && string[2] == 'u' && string[3] == 'e')
+ i = 4;
+ /* Check for "None" */
+ else if (string[0] == 'N' && string[1] == 'o' && string[2] == 'n' && string[3] == 'e')
+ i = 4;
+ /* If next source char is an identifier (eg. 'i' in "definate") no match */
+ if (i == 0 || text_check_identifier(string[i]))
+ return -1;
+ return i;
+}
+
+static void txtfmt_py_format_line(SpaceText *st, TextLine *line, int do_next)
+{
+ FlattenString fs;
+ char *str, *fmt, orig, cont, find, prev = ' ';
+ int len, i;
+
+ /* Get continuation from previous line */
+ if (line->prev && line->prev->format != NULL) {
+ fmt = line->prev->format;
+ cont = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */
+ }
+ else {
+ cont = 0;
+ }
+
+ /* Get original continuation from this line */
+ if (line->format != NULL) {
+ fmt = line->format;
+ orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */
+ }
+ else {
+ orig = 0xFF;
+ }
+
+ len = flatten_string(st, &fs, line->line);
+ str = fs.buf;
+ if (!text_check_format_len(line, len)) {
+ flatten_string_free(&fs);
+ return;
+ }
+ fmt = line->format;
+
+ while (*str) {
+ /* Handle escape sequences by skipping both \ and next char */
+ if (*str == '\\') {
+ *fmt = prev; fmt++; str++;
+ if (*str == '\0') break;
+ *fmt = prev; fmt++; str += BLI_str_utf8_size_safe(str);
+ continue;
+ }
+ /* Handle continuations */
+ else if (cont) {
+ /* Triple strings ("""...""" or '''...''') */
+ if (cont & TXT_TRISTR) {
+ find = (cont & TXT_DBLQUOTSTR) ? '"' : '\'';
+ if (*str == find && *(str + 1) == find && *(str + 2) == find) {
+ *fmt = 'l'; fmt++; str++;
+ *fmt = 'l'; fmt++; str++;
+ cont = 0;
+ }
+ /* Handle other strings */
+ }
+ else {
+ find = (cont & TXT_DBLQUOTSTR) ? '"' : '\'';
+ if (*str == find) cont = 0;
+ }
+
+ *fmt = 'l';
+ str += BLI_str_utf8_size_safe(str) - 1;
+ }
+ /* Not in a string... */
+ else {
+ /* Deal with comments first */
+ if (prev == '#' || *str == '#') {
+ *fmt = '#';
+ str += BLI_str_utf8_size_safe(str) - 1;
+ }
+ else if (*str == '"' || *str == '\'') {
+ /* Strings */
+ find = *str;
+ cont = (*str == '"') ? TXT_DBLQUOTSTR : TXT_SNGQUOTSTR;
+ if (*(str + 1) == find && *(str + 2) == find) {
+ *fmt = 'l'; fmt++; str++;
+ *fmt = 'l'; fmt++; str++;
+ cont |= TXT_TRISTR;
+ }
+ *fmt = 'l';
+ }
+ /* Whitespace (all ws. has been converted to spaces) */
+ else if (*str == ' ')
+ *fmt = '_';
+ /* Numbers (digits not part of an identifier and periods followed by digits) */
+ else if ((prev != 'q' && text_check_digit(*str)) || (*str == '.' && text_check_digit(*(str + 1))))
+ *fmt = 'n';
+ /* Booleans */
+ else if (prev != 'q' && (i = txtfmt_py_find_bool(str)) != -1)
+ if (i > 0) {
+ while (i > 1) {
+ *fmt = 'n'; fmt++; str++;
+ i--;
+ }
+ *fmt = 'n';
+ }
+ else {
+ str += BLI_str_utf8_size_safe(str) - 1;
+ *fmt = 'q';
+ }
+ /* Punctuation */
+ else if (text_check_delim(*str))
+ *fmt = '!';
+ /* Identifiers and other text (no previous ws. or delims. so text continues) */
+ else if (prev == 'q') {
+ str += BLI_str_utf8_size_safe(str) - 1;
+ *fmt = 'q';
+ }
+ /* Not ws, a digit, punct, or continuing text. Must be new, check for special words */
+ else {
+ /* Special vars(v) or built-in keywords(b) */
+ if ((i = txtfmt_py_find_specialvar(str)) != -1)
+ prev = 'v';
+ else if ((i = txtfmt_py_find_builtinfunc(str)) != -1)
+ prev = 'b';
+ else if ((i = txtfmt_py_find_decorator(str)) != -1)
+ prev = 'v'; /* could have a new color for this */
+ if (i > 0) {
+ while (i > 1) {
+ *fmt = prev; fmt++; str++;
+ i--;
+ }
+ *fmt = prev;
+ }
+ else {
+ str += BLI_str_utf8_size_safe(str) - 1;
+ *fmt = 'q';
+ }
+ }
+ }
+ prev = *fmt;
+ fmt++;
+ str++;
+ }
+
+ /* Terminate and add continuation char */
+ *fmt = '\0'; fmt++;
+ *fmt = cont;
+
+ /* If continuation has changed and we're allowed, process the next line */
+ if (cont != orig && do_next && line->next) {
+ txtfmt_py_format_line(st, line->next, do_next);
+ }
+
+ flatten_string_free(&fs);
+}
+
+void ED_text_format_register_py(void)
+{
+ static TextFormatType tft = {0};
+ static const char *ext[] = {"py", NULL};
+
+ tft.format_line = txtfmt_py_format_line;
+ tft.ext = ext;
+
+ ED_text_format_register(&tft);
+}
diff --git a/source/blender/editors/space_text/text_header.c b/source/blender/editors/space_text/text_header.c
index 7dc3ec1ac60..52253b2d5d2 100644
--- a/source/blender/editors/space_text/text_header.c
+++ b/source/blender/editors/space_text/text_header.c
@@ -29,20 +29,11 @@
*/
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
/* file time checking */
-#include <ctype.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#ifndef _WIN32
-# include <unistd.h>
#else
-# include <io.h>
-# include "BLI_winstuff.h"
#endif
#include "DNA_windowmanager_types.h"
@@ -50,7 +41,6 @@
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
diff --git a/source/blender/editors/space_text/text_intern.h b/source/blender/editors/space_text/text_intern.h
index 6d3b184f6cf..c7f9512737f 100644
--- a/source/blender/editors/space_text/text_intern.h
+++ b/source/blender/editors/space_text/text_intern.h
@@ -68,18 +68,6 @@ void text_update_cursor_moved(struct bContext *C);
#define TOOL_SUGG_LIST 0x01
#define TOOL_DOCUMENT 0x02
-typedef struct FlattenString {
- char fixedbuf[256];
- int fixedaccum[256];
-
- char *buf;
- int *accum;
- int pos, len;
-} FlattenString;
-
-int flatten_string(struct SpaceText *st, FlattenString *fs, const char *in);
-void flatten_string_free(FlattenString *fs);
-
int wrap_width(struct SpaceText *st, struct ARegion *ar);
void wrap_offset(struct SpaceText *st, struct ARegion *ar, struct TextLine *linein, int cursin, int *offl, int *offc);
void wrap_offset_in_line(struct SpaceText *st, struct ARegion *ar, struct TextLine *linep, int cursin, int *offl, int *offc);
diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c
index 71044579df4..01041c0e385 100644
--- a/source/blender/editors/space_text/text_ops.c
+++ b/source/blender/editors/space_text/text_ops.c
@@ -30,19 +30,14 @@
*/
-#include <stdlib.h>
#include <string.h>
-#include <ctype.h> /* ispunct */
-#include <sys/stat.h>
#include <errno.h>
#include "MEM_guardedalloc.h"
#include "DNA_text_types.h"
-#include "DNA_userdef_types.h"
#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
#include "BLF_translation.h"
@@ -72,6 +67,7 @@
#endif
#include "text_intern.h"
+#include "text_format.h"
/************************ poll ***************************/
diff --git a/source/blender/editors/space_text/text_python.c b/source/blender/editors/space_text/text_python.c
index a06144b8260..1201302dad0 100644
--- a/source/blender/editors/space_text/text_python.c
+++ b/source/blender/editors/space_text/text_python.c
@@ -28,22 +28,17 @@
* \ingroup sptext
*/
-
#include <ctype.h>
-#include <stdio.h>
-#include <stdlib.h>
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_text_types.h"
#include "DNA_userdef_types.h"
-#include "BKE_blender.h"
#include "BKE_suggestions.h"
#include "BKE_text.h"
#include "BLI_blenlib.h"
-#include "BLI_utildefines.h"
#include "WM_types.h"
diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index 1f071e5f20e..3722e6797f8 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -759,7 +759,7 @@ void view3d_cached_text_draw_end(View3D *v3d, ARegion *ar, int depth_write, floa
(vos->flag & V3D_CACHE_TEXT_GLOBALSPACE) ? rv3d->persmat : rv3d->persmatob,
(vos->flag & V3D_CACHE_TEXT_LOCALCLIP) != 0,
vos->vec, vos->sco,
- V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN) == V3D_PROJ_RET_OK)
+ V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK)
{
tot++;
}
@@ -1290,6 +1290,13 @@ static void drawlamp(Scene *scene, View3D *v3d, RegionView3D *rv3d, Base *base,
glVertex3fv(vvec_clip);
glEnd();
}
+ /* Else, draw spot direction (using distance as end limit, same as for Area lamp). */
+ else {
+ glBegin(GL_LINE_STRIP);
+ glVertex3f(0.0, 0.0, -circrad);
+ glVertex3f(0.0, 0.0, -la->dist);
+ glEnd();
+ }
}
else if (ELEM(la->type, LA_HEMI, LA_SUN)) {
@@ -7167,7 +7174,7 @@ static void bbs_mesh_solid(Scene *scene, Object *ob)
glColor3ub(0, 0, 0);
- if ((me->editflag & ME_EDIT_PAINT_MASK))
+ if ((me->editflag & ME_EDIT_PAINT_FACE_SEL))
dm->drawMappedFaces(dm, bbs_mesh_solid_hide__setDrawOpts, GPU_enable_material, NULL, me, 0);
else
dm->drawMappedFaces(dm, bbs_mesh_solid__setDrawOpts, GPU_enable_material, NULL, me, 0);
@@ -7221,7 +7228,7 @@ void draw_object_backbufsel(Scene *scene, View3D *v3d, RegionView3D *rv3d, Objec
}
else {
Mesh *me = ob->data;
- if ((me->editflag & ME_EDIT_VERT_SEL) &&
+ if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) &&
/* currently vertex select only supports weight paint */
(ob->mode & OB_MODE_WEIGHT_PAINT))
{
diff --git a/source/blender/editors/space_view3d/drawvolume.c b/source/blender/editors/space_view3d/drawvolume.c
index 70690e2dce7..29daee3e11b 100644
--- a/source/blender/editors/space_view3d/drawvolume.c
+++ b/source/blender/editors/space_view3d/drawvolume.c
@@ -449,8 +449,8 @@ void draw_smoke_volume(SmokeDomainSettings *sds, Object *ob,
* inserting previously found vertex into the plane equation */
/* d0 = (viewnormal[0]*cv[i][0] + viewnormal[1]*cv[i][1] + viewnormal[2]*cv[i][2]); */ /* UNUSED */
- ds = (ABS(viewnormal[0]) * size[0] + ABS(viewnormal[1]) * size[1] + ABS(viewnormal[2]) * size[2]);
- dd = MAX3(sds->global_size[0], sds->global_size[1], sds->global_size[2]) / 128.f;
+ ds = (fabsf(viewnormal[0]) * size[0] + fabsf(viewnormal[1]) * size[1] + fabsf(viewnormal[2]) * size[2]);
+ dd = max_fff(sds->global_size[0], sds->global_size[1], sds->global_size[2]) / 128.f;
n = 0;
good_index = i;
@@ -570,7 +570,7 @@ void draw_smoke_velocity(SmokeDomainSettings *domain, Object *ob)
float min[3];
float *cell_size = domain->cell_size;
- float step_size = ((float)MAX3(base_res[0], base_res[1], base_res[2])) / 16.f;
+ float step_size = ((float)max_iii(base_res[0], base_res[1], base_res[2])) / 16.f;
float vf = domain->scale / 16.f * 2.f; /* velocity factor */
glLineWidth(1.0f);
@@ -624,7 +624,7 @@ void draw_smoke_heat(SmokeDomainSettings *domain, Object *ob)
float min[3];
float *cell_size = domain->cell_size;
- float step_size = ((float)MAX3(base_res[0], base_res[1], base_res[2])) / 16.f;
+ float step_size = ((float)max_iii(base_res[0], base_res[1], base_res[2])) / 16.f;
float vf = domain->scale / 16.f * 2.f; /* velocity factor */
/* set first position so that it doesn't jump when domain moves */
diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c
index 61649e105ee..4ade47fbdc7 100644
--- a/source/blender/editors/space_view3d/space_view3d.c
+++ b/source/blender/editors/space_view3d/space_view3d.c
@@ -466,6 +466,16 @@ static int view3d_ob_drop_poll(bContext *UNUSED(C), wmDrag *drag, wmEvent *UNUSE
return 0;
}
+static int view3d_group_drop_poll(bContext *UNUSED(C), wmDrag *drag, wmEvent *UNUSED(event))
+{
+ if (drag->type == WM_DRAG_ID) {
+ ID *id = (ID *)drag->poin;
+ if (GS(id->name) == ID_GR)
+ return 1;
+ }
+ return 0;
+}
+
static int view3d_mat_drop_poll(bContext *UNUSED(C), wmDrag *drag, wmEvent *UNUSED(event))
{
if (drag->type == WM_DRAG_ID) {
@@ -520,6 +530,14 @@ static void view3d_ob_drop_copy(wmDrag *drag, wmDropBox *drop)
RNA_string_set(drop->ptr, "name", id->name + 2);
}
+static void view3d_group_drop_copy(wmDrag *drag, wmDropBox *drop)
+{
+ ID *id = (ID *)drag->poin;
+
+ drop->opcontext = WM_OP_EXEC_DEFAULT;
+ RNA_string_set(drop->ptr, "name", id->name + 2);
+}
+
static void view3d_id_drop_copy(wmDrag *drag, wmDropBox *drop)
{
ID *id = (ID *)drag->poin;
@@ -547,6 +565,7 @@ static void view3d_dropboxes(void)
WM_dropbox_add(lb, "OBJECT_OT_drop_named_material", view3d_mat_drop_poll, view3d_id_drop_copy);
WM_dropbox_add(lb, "MESH_OT_drop_named_image", view3d_ima_ob_drop_poll, view3d_id_path_drop_copy);
WM_dropbox_add(lb, "VIEW3D_OT_background_image_add", view3d_ima_bg_drop_poll, view3d_id_path_drop_copy);
+ WM_dropbox_add(lb, "OBJECT_OT_group_instance_add", view3d_group_drop_poll, view3d_group_drop_copy);
}
diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index a1f0bf69497..78c3f4e4f4a 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -1551,7 +1551,8 @@ static int viewmove_invoke(bContext *C, wmOperator *op, wmEvent *event)
vod = op->customdata;
if (event->type == MOUSEPAN) {
- viewmove_apply(vod, event->prevx, event->prevy);
+ /* invert it, trackpad scroll follows same principle as 2d windows this way */
+ viewmove_apply(vod, 2 * event->x - event->prevx, 2 * event->y - event->prevy);
ED_view3d_depth_tag_update(vod->rv3d);
viewops_data_free(C, op);
@@ -2232,7 +2233,7 @@ static void view3d_from_minmax(bContext *C, View3D *v3d, ARegion *ar,
float new_dist;
sub_v3_v3v3(afm, max, min);
- size = MAX3(afm[0], afm[1], afm[2]);
+ size = max_fff(afm[0], afm[1], afm[2]);
if (ok_dist) {
/* fix up zoom distance if needed */
diff --git a/source/blender/editors/space_view3d/view3d_fly.c b/source/blender/editors/space_view3d/view3d_fly.c
index cddfae53f6f..f8c9497a686 100644
--- a/source/blender/editors/space_view3d/view3d_fly.c
+++ b/source/blender/editors/space_view3d/view3d_fly.c
@@ -1041,8 +1041,8 @@ static int flyApply_ndof(bContext *C, FlyInfo *fly)
const int flag = U.ndof_flag;
#if 0
- int shouldRotate = (flag & NDOF_SHOULD_ROTATE) && (fly->pan_view == FALSE),
- shouldTranslate = (flag & (NDOF_SHOULD_PAN | NDOF_SHOULD_ZOOM));
+ int shouldRotate = (flag & NDOF_SHOULD_ROTATE) && (fly->pan_view == FALSE);
+ int shouldTranslate = (flag & (NDOF_SHOULD_PAN | NDOF_SHOULD_ZOOM));
#endif
int shouldRotate = (fly->pan_view == FALSE);
diff --git a/source/blender/editors/space_view3d/view3d_project.c b/source/blender/editors/space_view3d/view3d_project.c
index 34b983f83df..d4bdf6c3177 100644
--- a/source/blender/editors/space_view3d/view3d_project.c
+++ b/source/blender/editors/space_view3d/view3d_project.c
@@ -116,7 +116,7 @@ static eV3DProjStatus ed_view3d_project__internal(ARegion *ar,
float perspmat[4][4], const int is_local, /* normally hidden */
const float co[3], float r_co[2], const eV3DProjTest flag)
{
- float fx, fy, vec4[4];
+ float vec4[4];
/* check for bad flags */
BLI_assert((flag & V3D_PROJ_TEST_ALL) == flag);
@@ -134,13 +134,19 @@ static eV3DProjStatus ed_view3d_project__internal(ARegion *ar,
vec4[3] = 1.0;
mul_m4_v4(perspmat, vec4);
- if (vec4[3] > (float)BL_NEAR_CLIP) {
- fx = ((float)ar->winx / 2.0f) * (1.0f + vec4[0] / vec4[3]);
- if (((flag & V3D_PROJ_TEST_CLIP_WIN) == 0) || (fx > 0 && fx < ar->winx)) {
- fy = ((float)ar->winy / 2.0f) * (1.0f + vec4[1] / vec4[3]);
+ if (((flag & V3D_PROJ_TEST_CLIP_NEAR) == 0) || (vec4[3] > (float)BL_NEAR_CLIP)) {
+ const float scalar = (vec4[3] != 0.0f) ? (1.0f / vec4[3]): 0.0f;
+ const float fx = ((float)ar->winx / 2.0f) * (1.0f + (vec4[0] * scalar));
+ if (((flag & V3D_PROJ_TEST_CLIP_WIN) == 0) || (fx > 0.0f && fx < (float)ar->winx)) {
+ const float fy = ((float)ar->winy / 2.0f) * (1.0f + (vec4[1] * scalar));
if (((flag & V3D_PROJ_TEST_CLIP_WIN) == 0) || (fy > 0.0f && fy < (float)ar->winy)) {
- r_co[0] = (short)floor(fx);
- r_co[1] = (short)floor(fy);
+ r_co[0] = floorf(fx);
+ r_co[1] = floorf(fy);
+
+ /* check if the point is behind the view, we need to flip in this case */
+ if (UNLIKELY((flag & V3D_PROJ_TEST_CLIP_NEAR) == 0) && (vec4[3] < 0.0f)) {
+ negate_v2(r_co);
+ }
}
else {
return V3D_PROJ_RET_CLIP_WIN;
@@ -166,8 +172,8 @@ eV3DProjStatus ED_view3d_project_short_ex(ARegion *ar, float perspmat[4][4], con
if ((tvec[0] > -32700.0f && tvec[0] < 32700.0f) &&
(tvec[1] > -32700.0f && tvec[1] < 32700.0f))
{
- r_co[0] = (short)floor(tvec[0]);
- r_co[1] = (short)floor(tvec[1]);
+ r_co[0] = (short)floorf(tvec[0]);
+ r_co[1] = (short)floorf(tvec[1]);
}
else {
ret = V3D_PROJ_RET_OVERFLOW;
@@ -185,8 +191,8 @@ eV3DProjStatus ED_view3d_project_int_ex(ARegion *ar, float perspmat[4][4], const
if ((tvec[0] > -2140000000.0f && tvec[0] < 2140000000.0f) &&
(tvec[1] > -2140000000.0f && tvec[1] < 2140000000.0f))
{
- r_co[0] = (int)floor(tvec[0]);
- r_co[1] = (int)floor(tvec[1]);
+ r_co[0] = (int)floorf(tvec[0]);
+ r_co[1] = (int)floorf(tvec[1]);
}
else {
ret = V3D_PROJ_RET_OVERFLOW;
diff --git a/source/blender/editors/space_view3d/view3d_select.c b/source/blender/editors/space_view3d/view3d_select.c
index cffa53b5dfb..d37042fa2ec 100644
--- a/source/blender/editors/space_view3d/view3d_select.c
+++ b/source/blender/editors/space_view3d/view3d_select.c
@@ -541,11 +541,11 @@ static void do_lasso_select_mesh(ViewContext *vc, const int mcords[][2], short m
if (ts->selectmode & SCE_SELECT_EDGE) {
/* Does both bbsel and non-bbsel versions (need screen cos for both) */
data.pass = 0;
- mesh_foreachScreenEdge(vc, do_lasso_select_mesh__doSelectEdge, &data, V3D_PROJ_TEST_NOP);
+ mesh_foreachScreenEdge(vc, do_lasso_select_mesh__doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR);
if (data.is_done == 0) {
data.pass = 1;
- mesh_foreachScreenEdge(vc, do_lasso_select_mesh__doSelectEdge, &data, V3D_PROJ_TEST_NOP);
+ mesh_foreachScreenEdge(vc, do_lasso_select_mesh__doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR);
}
}
@@ -1448,7 +1448,7 @@ static int mouse_select(bContext *C, const int mval[2], short extend, short dese
if (BASE_SELECTABLE(v3d, base)) {
float screen_co[2];
if (ED_view3d_project_float_global(ar, base->object->obmat[3], screen_co,
- V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN) == V3D_PROJ_RET_OK)
+ V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK)
{
float dist_temp = len_manhattan_v2v2(mval_fl, screen_co);
if (base == BASACT) dist_temp += 10.0f;
@@ -1803,11 +1803,11 @@ static int do_mesh_box_select(ViewContext *vc, rcti *rect, int select, int exten
/* Does both bbsel and non-bbsel versions (need screen cos for both) */
data.pass = 0;
- mesh_foreachScreenEdge(vc, do_mesh_box_select__doSelectEdge, &data, V3D_PROJ_TEST_NOP);
+ mesh_foreachScreenEdge(vc, do_mesh_box_select__doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR);
if (data.is_done == 0) {
data.pass = 1;
- mesh_foreachScreenEdge(vc, do_mesh_box_select__doSelectEdge, &data, V3D_PROJ_TEST_NOP);
+ mesh_foreachScreenEdge(vc, do_mesh_box_select__doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR);
}
}
@@ -2333,7 +2333,7 @@ static void mesh_circle_select(ViewContext *vc, int select, const int mval[2], f
edbm_backbuf_check_and_select_edges(vc->em, select == LEFTMOUSE);
}
else {
- mesh_foreachScreenEdge(vc, mesh_circle_doSelectEdge, &data, V3D_PROJ_TEST_NOP);
+ mesh_foreachScreenEdge(vc, mesh_circle_doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR);
}
}
@@ -2670,7 +2670,7 @@ static int object_circle_select(ViewContext *vc, int select, const int mval[2],
if (BASE_SELECTABLE(vc->v3d, base) && ((base->flag & SELECT) != select_flag)) {
float screen_co[2];
if (ED_view3d_project_float_global(vc->ar, base->object->obmat[3], screen_co,
- V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN) == V3D_PROJ_RET_OK)
+ V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK)
{
if (len_squared_v2v2(mval_fl, screen_co) <= radius_squared) {
ED_base_object_select(base, select);
diff --git a/source/blender/editors/space_view3d/view3d_view.c b/source/blender/editors/space_view3d/view3d_view.c
index 56ce9bda607..41d092ce2b1 100644
--- a/source/blender/editors/space_view3d/view3d_view.c
+++ b/source/blender/editors/space_view3d/view3d_view.c
@@ -1070,11 +1070,9 @@ static int view3d_localview_init(Main *bmain, Scene *scene, ScrArea *sa, ReportL
}
}
}
-
- box[0] = (max[0] - min[0]);
- box[1] = (max[1] - min[1]);
- box[2] = (max[2] - min[2]);
- size = MAX3(box[0], box[1], box[2]);
+
+ sub_v3_v3v3(box, max, min);
+ size = max_fff(box[0], box[1], box[2]);
/* do not zoom closer than the near clipping plane */
size = max_ff(size, v3d->near * 1.5f);
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 65b29cf6475..b2ee17b8a8b 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -352,6 +352,7 @@ void projectFloatView(TransInfo *t, const float vec[3], float adr[2])
case SPACE_VIEW3D:
{
if (t->ar->regiontype == RGN_TYPE_WINDOW) {
+ /* allow points behind the view [#33643] */
if (ED_view3d_project_float_global(t->ar, vec, adr, V3D_PROJ_TEST_NOP) != V3D_PROJ_RET_OK) {
/* XXX, 2.64 and prior did this, weak! */
adr[0] = t->ar->winx / 2.0f;
@@ -4885,6 +4886,7 @@ static void calcNonProportionalEdgeSlide(TransInfo *t, SlideData *sld, const flo
sv->edge_len = len_v3v3(sv->upvec, sv->downvec);
mul_v3_m4v3(v_proj, t->obedit->obmat, sv->v->co);
+ /* allow points behind the view [#33643] */
if (ED_view3d_project_float_global(t->ar, v_proj, v_proj, V3D_PROJ_TEST_NOP) == V3D_PROJ_RET_OK) {
dist = len_squared_v2v2(mval, v_proj);
if (dist < min_dist) {
diff --git a/source/blender/editors/transform/transform_generics.c b/source/blender/editors/transform/transform_generics.c
index 6d7ddd4e0ed..8f1d6a7b46e 100644
--- a/source/blender/editors/transform/transform_generics.c
+++ b/source/blender/editors/transform/transform_generics.c
@@ -1529,13 +1529,6 @@ void calculateCenterMedian(TransInfo *t)
total++;
}
}
- else {
- /*
- * All the selected elements are at the head of the array
- * which means we can stop when it finds unselected data
- */
- break;
- }
}
if (i)
mul_v3_fl(partial, 1.0f / total);
@@ -1555,13 +1548,6 @@ void calculateCenterBound(TransInfo *t)
if (!(t->data[i].flag & TD_NOCENTER))
minmax_v3v3_v3(min, max, t->data[i].center);
}
- else {
- /*
- * All the selected elements are at the head of the array
- * which means we can stop when it finds unselected data
- */
- break;
- }
}
else {
copy_v3_v3(max, t->data[i].center);
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c
index 8703234122a..5d3a5983030 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -3109,7 +3109,7 @@ static PBool p_chart_lscm_solve(PHandle *handle, PChart *chart)
sina2 = sin(a2);
sina3 = sin(a3);
- sinmax = MAX3(sina1, sina2, sina3);
+ sinmax = max_fff(sina1, sina2, sina3);
/* shift vertices to find most stable order */
if (sina3 != sinmax) {
diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c
index 88a9122e88c..07462302700 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -101,9 +101,9 @@ void GPU_render_text(MTFace *tface, int mode,
float line_start= 0.0f, line_height;
if (v4)
- line_height= MAX4(v1[1], v2[1], v3[1], v4[2]) - MIN4(v1[1], v2[1], v3[1], v4[2]);
+ line_height = max_ffff(v1[1], v2[1], v3[1], v4[2]) - min_ffff(v1[1], v2[1], v3[1], v4[2]);
else
- line_height= MAX3(v1[1], v2[1], v3[1]) - MIN3(v1[1], v2[1], v3[1]);
+ line_height = max_fff(v1[1], v2[1], v3[1]) - min_fff(v1[1], v2[1], v3[1]);
line_height *= 1.2f; /* could be an option? */
/* end multiline */
@@ -768,11 +768,14 @@ int GPU_upload_dxt_texture(ImBuf *ibuf)
return FALSE;
}
- glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
+ glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, gpu_get_mipmap_filter(0));
glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, gpu_get_mipmap_filter(1));
glTexEnvi(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE);
+ if (GLEW_EXT_texture_filter_anisotropic)
+ glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAX_ANISOTROPY_EXT, GPU_get_anisotropic());
+
blocksize = (ibuf->dds_data.fourcc == FOURCC_DXT1) ? 8 : 16;
for (i=0; i<ibuf->dds_data.nummipmaps && (width||height); ++i) {
if (width == 0)
diff --git a/source/blender/gpu/shaders/gpu_shader_material.glsl b/source/blender/gpu/shaders/gpu_shader_material.glsl
index 9a238e979fa..e89be91c89a 100644
--- a/source/blender/gpu/shaders/gpu_shader_material.glsl
+++ b/source/blender/gpu/shaders/gpu_shader_material.glsl
@@ -811,7 +811,7 @@ void mtex_rgb_mul(vec3 outcol, vec3 texcol, float fact, float facg, out vec3 inc
float facm;
fact *= facg;
- facm = 1.0-facg;
+ facm = 1.0-fact;
incol = (facm + fact*texcol)*outcol;
}
@@ -821,7 +821,7 @@ void mtex_rgb_screen(vec3 outcol, vec3 texcol, float fact, float facg, out vec3
float facm;
fact *= facg;
- facm = 1.0-facg;
+ facm = 1.0-fact;
incol = vec3(1.0) - (vec3(facm) + fact*(vec3(1.0) - texcol))*(vec3(1.0) - outcol);
}
@@ -831,7 +831,7 @@ void mtex_rgb_overlay(vec3 outcol, vec3 texcol, float fact, float facg, out vec3
float facm;
fact *= facg;
- facm = 1.0-facg;
+ facm = 1.0-fact;
if(outcol.r < 0.5)
incol.r = outcol.r*(facm + 2.0*fact*texcol.r);
@@ -888,11 +888,11 @@ void mtex_rgb_dark(vec3 outcol, vec3 texcol, float fact, float facg, out vec3 in
fact *= facg;
facm = 1.0-fact;
- col = fact*texcol.r;
+ col= texcol.r + ((1.0 -texcol.r)*facm);
if(col < outcol.r) incol.r = col; else incol.r = outcol.r;
- col = fact*texcol.g;
+ col= texcol.g + ((1.0 -texcol.g)*facm);
if(col < outcol.g) incol.g = col; else incol.g = outcol.g;
- col = fact*texcol.b;
+ col= texcol.b + ((1.0 -texcol.b)*facm);
if(col < outcol.b) incol.b = col; else incol.b = outcol.b;
}
@@ -901,7 +901,6 @@ void mtex_rgb_light(vec3 outcol, vec3 texcol, float fact, float facg, out vec3 i
float facm, col;
fact *= facg;
- facm = 1.0-fact;
col = fact*texcol.r;
if(col > outcol.r) incol.r = col; else incol.r = outcol.r;
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index 1b3a6d4a4cd..ca0b26fa4b7 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -355,7 +355,7 @@ ImBuf *IMB_allocImBuf(unsigned int x, unsigned int y, uchar planes, unsigned int
ibuf->x = x;
ibuf->y = y;
ibuf->planes = planes;
- ibuf->ftype = TGA;
+ ibuf->ftype = PNG | 90; /* the 90 means, set compression to nearly the maximum */
ibuf->channels = 4; /* float option, is set to other values when buffers get assigned */
ibuf->ppm[0] = ibuf->ppm[1] = IMB_DPI_DEFAULT / 0.0254f; /* IMB_DPI_DEFAULT -> pixels-per-meter */
diff --git a/source/blender/imbuf/intern/dds/FlipDXT.cpp b/source/blender/imbuf/intern/dds/FlipDXT.cpp
index 05821b27ca6..660643530ba 100644
--- a/source/blender/imbuf/intern/dds/FlipDXT.cpp
+++ b/source/blender/imbuf/intern/dds/FlipDXT.cpp
@@ -147,10 +147,10 @@ static void FlipDXT5BlockFull(uint8_t *block)
block[2] = line_3_2 & 0xff;
block[3] = (line_3_2 & 0xff00) >> 8;
- block[4] = (line_3_2 & 0xff0000) >> 8;
+ block[4] = (line_3_2 & 0xff0000) >> 16;
block[5] = line_1_0 & 0xff;
block[6] = (line_1_0 & 0xff00) >> 8;
- block[7] = (line_1_0 & 0xff0000) >> 8;
+ block[7] = (line_1_0 & 0xff0000) >> 16;
// And flip the DXT1 block using the above function.
FlipDXT1BlockFull(block + 8);
@@ -165,7 +165,7 @@ static void FlipDXT5BlockHalf(uint8_t *block)
((line_0_1 & 0xfff000) >> 12);
block[2] = line_1_0 & 0xff;
block[3] = (line_1_0 & 0xff00) >> 8;
- block[4] = (line_1_0 & 0xff0000) >> 8;
+ block[4] = (line_1_0 & 0xff0000) >> 16;
FlipDXT1BlockHalf(block + 8);
}
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index fd68a6d9a27..8fcb079cd4f 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -198,7 +198,9 @@ typedef enum eBone_Flag {
BONE_EDITMODE_LOCKED = (1 << 19), /* bone transforms are locked in EditMode */
BONE_TRANSFORM_CHILD = (1 << 20), /* Indicates that a parent is also being transformed */
BONE_UNSELECTABLE = (1 << 21), /* bone cannot be selected */
- BONE_NO_LOCAL_LOCATION = (1 << 22) /* bone location is in armature space */
+ BONE_NO_LOCAL_LOCATION = (1 << 22), /* bone location is in armature space */
+ BONE_RELATIVE_PARENTING = (1 << 23) /* object child will use relative transform (like deform) */
+
} eBone_Flag;
#define MAXBONENAME 64
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 4f47ed76d50..da7ea94aeff 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -147,15 +147,15 @@ typedef struct TFace {
#define ME_EDIT_MIRROR_Y (1 << 1) // unused so far
#define ME_EDIT_MIRROR_Z (1 << 2) // unused so far
-#define ME_EDIT_PAINT_MASK (1 << 3)
+#define ME_EDIT_PAINT_FACE_SEL (1 << 3)
#define ME_EDIT_MIRROR_TOPO (1 << 4)
-#define ME_EDIT_VERT_SEL (1 << 5)
+#define ME_EDIT_PAINT_VERT_SEL (1 << 5)
/* we cant have both flags enabled at once,
* flags defined in DNA_scene_types.h */
#define ME_EDIT_PAINT_SEL_MODE(_me) ( \
- (_me->editflag & ME_EDIT_PAINT_MASK) ? SCE_SELECT_FACE : \
- (_me->editflag & ME_EDIT_VERT_SEL) ? SCE_SELECT_VERTEX : \
+ (_me->editflag & ME_EDIT_PAINT_FACE_SEL) ? SCE_SELECT_FACE : \
+ (_me->editflag & ME_EDIT_PAINT_VERT_SEL) ? SCE_SELECT_VERTEX : \
0 \
)
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 26a41054281..ef9dca58862 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -502,7 +502,7 @@ typedef struct RenderData {
short bake_osa, bake_filter, bake_mode, bake_flag;
short bake_normal_space, bake_quad_split;
float bake_maxdist, bake_biasdist;
- int bake_rays_number;
+ short bake_samples, bake_pad;
/* path to render output */
char pic[1024]; /* 1024 = FILE_MAX */
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 83d9ed6bf7c..ce4e0c1591d 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -161,6 +161,12 @@ typedef struct ThemeUI {
uiPanelColors panel; /* depricated, but we keep it for do_versions (2.66.1) */
+ /* fac: 0 - 1 for blend factor, width in pixels */
+ float menu_shadow_fac;
+ short menu_shadow_width;
+
+ short pad;
+
char iconfile[256]; // FILE_MAXFILE length
float icon_alpha;
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index 87504dc6eb7..dacb2fee212 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -309,9 +309,10 @@ typedef struct ParameterDynAlloc {
typedef enum FunctionFlag {
FUNC_NO_SELF = 1, /* for static functions */
- FUNC_USE_MAIN = 2,
- FUNC_USE_CONTEXT = 4,
- FUNC_USE_REPORTS = 8,
+ FUNC_USE_SELF_TYPE = 2, /* for class methods, only used when FUNC_NO_SELF is set */
+ FUNC_USE_MAIN = 4,
+ FUNC_USE_CONTEXT = 8,
+ FUNC_USE_REPORTS = 16,
FUNC_USE_SELF_ID = 2048,
FUNC_ALLOW_WRITE = 4096,
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 1b5ab2ea600..1b1e4f19cbb 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -1989,6 +1989,10 @@ static void rna_def_struct_function_call_impl_cpp(FILE *f, StructRNA *srna, Func
if (dsrna->dnaname) fprintf(f, "(::%s *) this->ptr.data", dsrna->dnaname);
else fprintf(f, "(::%s *) this->ptr.data", srna->identifier);
}
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ WRITE_COMMA;
+ fprintf(f, "this->ptr.type");
+ }
if (func->flag & FUNC_USE_MAIN)
WRITE_PARAM("(::Main *) main");
@@ -2112,8 +2116,12 @@ static void rna_def_function_wrapper_funcs(FILE *f, StructDefRNA *dsrna, Functio
if (func->flag & FUNC_USE_SELF_ID)
WRITE_PARAM("_selfid");
- if ((func->flag & FUNC_NO_SELF) == 0)
+ if ((func->flag & FUNC_NO_SELF) == 0) {
WRITE_PARAM("_self");
+ }
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ WRITE_PARAM("_type");
+ }
if (func->flag & FUNC_USE_MAIN)
WRITE_PARAM("bmain");
@@ -2174,6 +2182,9 @@ static void rna_def_function_funcs(FILE *f, StructDefRNA *dsrna, FunctionDefRNA
if (dsrna->dnaname) fprintf(f, "\tstruct %s *_self;\n", dsrna->dnaname);
else fprintf(f, "\tstruct %s *_self;\n", srna->identifier);
}
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ fprintf(f, "\tstruct StructRNA *_type;\n");
+ }
dparm = dfunc->cont.properties.first;
for (; dparm; dparm = dparm->next) {
@@ -2223,6 +2234,9 @@ static void rna_def_function_funcs(FILE *f, StructDefRNA *dsrna, FunctionDefRNA
if (dsrna->dnaname) fprintf(f, "\t_self= (struct %s *)_ptr->data;\n", dsrna->dnaname);
else fprintf(f, "\t_self= (struct %s *)_ptr->data;\n", srna->identifier);
}
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ fprintf(f, "\t_type= _ptr->type;\n");
+ }
if (has_data) {
fprintf(f, "\t_data= (char *)_parms->data;\n");
@@ -2300,6 +2314,11 @@ static void rna_def_function_funcs(FILE *f, StructDefRNA *dsrna, FunctionDefRNA
fprintf(f, "_self");
first = 0;
}
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ if (!first) fprintf(f, ", ");
+ fprintf(f, "_type");
+ first = 0;
+ }
if (func->flag & FUNC_USE_MAIN) {
if (!first) fprintf(f, ", ");
@@ -2613,6 +2632,11 @@ static void rna_generate_static_parameter_prototypes(FILE *f, StructRNA *srna, F
else fprintf(f, "struct %s *_self", srna->identifier);
first = 0;
}
+ else if (func->flag & FUNC_USE_SELF_TYPE) {
+ if (!first) fprintf(f, ", ");
+ fprintf(f, "struct StructRNA *_type");
+ first = 0;
+ }
if (func->flag & FUNC_USE_MAIN) {
if (!first) fprintf(f, ", ");
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 23e0fa663b9..caa53a23d77 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -4753,7 +4753,10 @@ static char *rna_pointer_as_string__idprop(bContext *C, PointerRNA *ptr)
static char *rna_pointer_as_string__bldata(PointerRNA *ptr)
{
- if (RNA_struct_is_ID(ptr->type)) {
+ if (ptr->type == NULL) {
+ return BLI_strdup("None");
+ }
+ else if (RNA_struct_is_ID(ptr->type)) {
return RNA_path_full_ID_py(ptr->id.data);
}
else {
diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index 4c566d71981..6c48ed25b60 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -529,6 +529,11 @@ static void rna_def_bone_common(StructRNA *srna, int editbone)
RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", BONE_NO_LOCAL_LOCATION);
RNA_def_property_update(prop, 0, "rna_Armature_update_data");
+ prop = RNA_def_property(srna, "use_relative_parent", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_ui_text(prop, "Relative Parenting", "Object children will use relative transform, like deform");
+ RNA_def_property_boolean_sdna(prop, NULL, "flag", BONE_RELATIVE_PARENTING);
+ RNA_def_property_update(prop, 0, "rna_Armature_update_data");
+
prop = RNA_def_property(srna, "show_wire", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", BONE_DRAWWIRE);
RNA_def_property_ui_text(prop, "Draw Wire",
diff --git a/source/blender/makesrna/intern/rna_mesh.c b/source/blender/makesrna/intern/rna_mesh.c
index abc0b65a8f8..eb1fd61d9a7 100644
--- a/source/blender/makesrna/intern/rna_mesh.c
+++ b/source/blender/makesrna/intern/rna_mesh.c
@@ -152,8 +152,9 @@ void rna_Mesh_update_draw(Main *bmain, Scene *scene, PointerRNA *ptr)
static void rna_Mesh_update_vertmask(Main *bmain, Scene *scene, PointerRNA *ptr)
{
Mesh *me = ptr->data;
- if ((me->editflag & ME_EDIT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_MASK)) {
- me->editflag ^= ME_EDIT_PAINT_MASK;
+ if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_FACE_SEL)) {
+ me->editflag &= ~ME_EDIT_PAINT_FACE_SEL;
+ BKE_mesh_flush_select_from_polys(me);
}
rna_Mesh_update_draw(bmain, scene, ptr);
}
@@ -161,8 +162,9 @@ static void rna_Mesh_update_vertmask(Main *bmain, Scene *scene, PointerRNA *ptr)
static void rna_Mesh_update_facemask(Main *bmain, Scene *scene, PointerRNA *ptr)
{
Mesh *me = ptr->data;
- if ((me->editflag & ME_EDIT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_MASK)) {
- me->editflag ^= ME_EDIT_VERT_SEL;
+ if ((me->editflag & ME_EDIT_PAINT_VERT_SEL) && (me->editflag & ME_EDIT_PAINT_FACE_SEL)) {
+ me->editflag &= ~ME_EDIT_PAINT_VERT_SEL;
+ BKE_mesh_flush_select_from_verts(me);
}
rna_Mesh_update_draw(bmain, scene, ptr);
}
@@ -2999,13 +3001,13 @@ static void rna_def_mesh(BlenderRNA *brna)
"(for when both sides of mesh have matching, unique topology)");
prop = RNA_def_property(srna, "use_paint_mask", PROP_BOOLEAN, PROP_NONE);
- RNA_def_property_boolean_sdna(prop, NULL, "editflag", ME_EDIT_PAINT_MASK);
+ RNA_def_property_boolean_sdna(prop, NULL, "editflag", ME_EDIT_PAINT_FACE_SEL);
RNA_def_property_ui_text(prop, "Paint Mask", "Face selection masking for painting");
RNA_def_property_ui_icon(prop, ICON_FACESEL_HLT, 0);
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, "rna_Mesh_update_facemask");
prop = RNA_def_property(srna, "use_paint_mask_vertex", PROP_BOOLEAN, PROP_NONE);
- RNA_def_property_boolean_sdna(prop, NULL, "editflag", ME_EDIT_VERT_SEL);
+ RNA_def_property_boolean_sdna(prop, NULL, "editflag", ME_EDIT_PAINT_VERT_SEL);
RNA_def_property_ui_text(prop, "Vertex Selection", "Vertex selection masking for painting (weight paint only)");
RNA_def_property_ui_icon(prop, ICON_VERTEXSEL, 0);
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, "rna_Mesh_update_vertmask");
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 93ce3b8dc07..3e9f5f1b88f 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -271,24 +271,23 @@ static char *rna_Node_path(PointerRNA *ptr)
return BLI_sprintfN("nodes[\"%s\"]", node->name);
}
-/* define a get_type function for each node type */
-#define DEF_NODE_GET_NODE_TYPE(name, enum_name) \
-static const char *rna_##name##_get_node_type() \
-{ \
- return enum_name; \
+static const char *rna_Node_get_node_type(StructRNA *type)
+{
+ bNodeType *nodetype = RNA_struct_blender_type_get(type);
+ if (nodetype) {
+ /* XXX hack: with customnodes branch, nodes will use an identifier string instead of integer ID.
+ * Then this can be returned directly instead of doing this ugly include thingy ...
+ */
+ #define DefNode(Category, ID, DefFunc, EnumName, StructName, UIName, UIDesc) \
+ if (ID == nodetype->type) { \
+ return EnumName; \
+ }
+
+ #include "rna_nodetree_types.h"
+ }
+ return "";
}
-#define DefNode(Category, ID, DefFunc, EnumName, StructName, UIName, UIDesc) \
-DEF_NODE_GET_NODE_TYPE(Category##StructName, EnumName)
-
-#include "rna_nodetree_types.h"
-
-/* some nodes not included in rna_nodetree_types.h */
-DEF_NODE_GET_NODE_TYPE(NodeGroup, "GROUP")
-DEF_NODE_GET_NODE_TYPE(NodeFrame, "FRAME")
-DEF_NODE_GET_NODE_TYPE(NodeReroute, "REROUTE")
-
-
static StructRNA *rna_NodeSocket_refine(PointerRNA *ptr)
{
bNodeSocket *sock = (bNodeSocket *)ptr->data;
@@ -1283,12 +1282,20 @@ static void init(void)
static StructRNA *def_node(BlenderRNA *brna, int node_id)
{
StructRNA *srna;
+ FunctionRNA *func;
+ PropertyRNA *parm;
NodeInfo *node = nodes + node_id;
srna = RNA_def_struct(brna, node->struct_name, node->base_name);
RNA_def_struct_ui_text(srna, node->ui_name, node->ui_desc);
RNA_def_struct_sdna(srna, "bNode");
+ func = RNA_def_function(srna, "get_node_type", "rna_Node_get_node_type");
+ RNA_def_function_ui_description(func, "Get the identifier of the node type");
+ RNA_def_function_flag(func, FUNC_NO_SELF | FUNC_USE_SELF_TYPE);
+ parm = RNA_def_string(func, "result", "", 0, "Result", "");
+ RNA_def_function_return(func, parm);
+
return srna;
}
@@ -4637,7 +4644,7 @@ static void rna_def_node(BlenderRNA *brna)
prop = RNA_def_property(srna, "location", PROP_FLOAT, PROP_XYZ);
RNA_def_property_float_sdna(prop, NULL, "locx");
RNA_def_property_array(prop, 2);
- RNA_def_property_range(prop, -10000.0f, 10000.0f);
+ RNA_def_property_range(prop, -100000.0f, 100000.0f);
RNA_def_property_ui_text(prop, "Location", "");
RNA_def_property_update(prop, NC_NODE, "rna_Node_update");
@@ -4924,20 +4931,12 @@ static void rna_def_texture_nodetree(BlenderRNA *brna)
rna_def_texture_nodetree_api(brna, prop);
}
-static void define_specific_node(BlenderRNA *brna, int id, void (*def_func)(StructRNA *), const char *get_node_type_func)
+static void define_specific_node(BlenderRNA *brna, int id, void (*def_func)(StructRNA *))
{
StructRNA *srna = def_node(brna, id);
- FunctionRNA *func;
- PropertyRNA *parm;
if (def_func)
def_func(srna);
-
- func = RNA_def_function(srna, "get_node_type", get_node_type_func);
- RNA_def_function_ui_description(func, "Get the identifier of the node type");
- RNA_def_function_flag(func, FUNC_NO_SELF);
- parm = RNA_def_string(func, "result", "", 0, "Result", "");
- RNA_def_function_return(func, parm);
}
void RNA_def_nodetree(BlenderRNA *brna)
@@ -4968,13 +4967,13 @@ void RNA_def_nodetree(BlenderRNA *brna)
rna_def_shader_nodetree(brna);
rna_def_texture_nodetree(brna);
#define DefNode(Category, ID, DefFunc, EnumName, StructName, UIName, UIDesc) \
- define_specific_node(brna, ID, DefFunc, "rna_" STRINGIFY_ARG(Category##StructName) "_get_node_type");
+ define_specific_node(brna, ID, DefFunc);
#include "rna_nodetree_types.h"
- define_specific_node(brna, NODE_GROUP, def_group, "rna_NodeGroup_get_node_type");
- define_specific_node(brna, NODE_FRAME, def_frame, "rna_NodeFrame_get_node_type");
- define_specific_node(brna, NODE_REROUTE, 0, "rna_NodeReroute_get_node_type");
+ define_specific_node(brna, NODE_GROUP, def_group);
+ define_specific_node(brna, NODE_FRAME, def_frame);
+ define_specific_node(brna, NODE_REROUTE, 0);
/* special socket types */
rna_def_cmp_output_file_slot_file(brna);
diff --git a/source/blender/makesrna/intern/rna_nodetree_types.h b/source/blender/makesrna/intern/rna_nodetree_types.h
index 14cdbc6cf7d..de535156199 100644
--- a/source/blender/makesrna/intern/rna_nodetree_types.h
+++ b/source/blender/makesrna/intern/rna_nodetree_types.h
@@ -104,12 +104,12 @@ DefNode( ShaderNode, SH_NODE_TEX_COORD, def_sh_tex_coord, "TE
DefNode( CompositorNode, CMP_NODE_VIEWER, def_cmp_viewer, "VIEWER", Viewer, "Viewer", "" )
DefNode( CompositorNode, CMP_NODE_RGB, 0, "RGB", RGB, "RGB", "" )
DefNode( CompositorNode, CMP_NODE_VALUE, 0, "VALUE", Value, "Value", "" )
-DefNode( CompositorNode, CMP_NODE_MIX_RGB, def_mix_rgb, "MIX_RGB", MixRGB, "Mix RGB", "" )
+DefNode( CompositorNode, CMP_NODE_MIX_RGB, def_mix_rgb, "MIX_RGB", MixRGB, "Mix", "" )
DefNode( CompositorNode, CMP_NODE_VALTORGB, def_colorramp, "VALTORGB", ValToRGB, "ColorRamp", "" )
DefNode( CompositorNode, CMP_NODE_RGBTOBW, 0, "RGBTOBW", RGBToBW, "RGB to BW", "" )
DefNode( CompositorNode, CMP_NODE_NORMAL, 0, "NORMAL", Normal, "Normal", "" )
DefNode( CompositorNode, CMP_NODE_CURVE_VEC, def_vector_curve, "CURVE_VEC", CurveVec, "Vector Curve", "" )
-DefNode( CompositorNode, CMP_NODE_CURVE_RGB, def_rgb_curve, "CURVE_RGB", CurveRGB, "RGB Curve", "" )
+DefNode( CompositorNode, CMP_NODE_CURVE_RGB, def_rgb_curve, "CURVE_RGB", CurveRGB, "RGB Curves", "" )
DefNode( CompositorNode, CMP_NODE_ALPHAOVER, def_cmp_alpha_over, "ALPHAOVER", AlphaOver, "Alpha Over", "" )
DefNode( CompositorNode, CMP_NODE_BLUR, def_cmp_blur, "BLUR", Blur, "Blur", "" )
DefNode( CompositorNode, CMP_NODE_FILTER, def_cmp_filter, "FILTER", Filter, "Filter", "" )
@@ -120,11 +120,11 @@ DefNode( CompositorNode, CMP_NODE_VECBLUR, def_cmp_vector_blur, "VECBL
DefNode( CompositorNode, CMP_NODE_SEPRGBA, 0, "SEPRGBA", SepRGBA, "Separate RGBA", "" )
DefNode( CompositorNode, CMP_NODE_SEPHSVA, 0, "SEPHSVA", SepHSVA, "Separate HSVA", "" )
DefNode( CompositorNode, CMP_NODE_SETALPHA, 0, "SETALPHA", SetAlpha, "Set Alpha", "" )
-DefNode( CompositorNode, CMP_NODE_HUE_SAT, def_cmp_hue_saturation, "HUE_SAT", HueSat, "Hue/Saturation", "" )
+DefNode( CompositorNode, CMP_NODE_HUE_SAT, def_cmp_hue_saturation, "HUE_SAT", HueSat, "Hue Saturation Value","" )
DefNode( CompositorNode, CMP_NODE_IMAGE, def_cmp_image, "IMAGE", Image, "Image", "" )
DefNode( CompositorNode, CMP_NODE_R_LAYERS, def_cmp_render_layers, "R_LAYERS", RLayers, "Render Layers", "" )
DefNode( CompositorNode, CMP_NODE_COMPOSITE, 0, "COMPOSITE", Composite, "Composite", "" )
-DefNode( CompositorNode, CMP_NODE_OUTPUT_FILE, def_cmp_output_file, "OUTPUT_FILE", OutputFile, "Output File", "" )
+DefNode( CompositorNode, CMP_NODE_OUTPUT_FILE, def_cmp_output_file, "OUTPUT_FILE", OutputFile, "File Output", "" )
DefNode( CompositorNode, CMP_NODE_TEXTURE, def_texture, "TEXTURE", Texture, "Texture", "" )
DefNode( CompositorNode, CMP_NODE_TRANSLATE, 0, "TRANSLATE", Translate, "Translate", "" )
DefNode( CompositorNode, CMP_NODE_ZCOMBINE, def_cmp_zcombine, "ZCOMBINE", Zcombine, "Z Combine", "" )
@@ -134,8 +134,8 @@ DefNode( CompositorNode, CMP_NODE_INPAINT, def_cmp_inpaint, "INPAI
DefNode( CompositorNode, CMP_NODE_DESPECKLE, def_cmp_despeckle, "DESPECKLE", Despeckle, "Despeckle", "" )
DefNode( CompositorNode, CMP_NODE_ROTATE, def_cmp_rotate, "ROTATE", Rotate, "Rotate", "" )
DefNode( CompositorNode, CMP_NODE_SCALE, def_cmp_scale, "SCALE", Scale, "Scale", "" )
-DefNode( CompositorNode, CMP_NODE_SEPYCCA, def_cmp_ycc, "SEPYCCA", SepYCCA, "Separate YCCA", "" )
-DefNode( CompositorNode, CMP_NODE_COMBYCCA, def_cmp_ycc, "COMBYCCA", CombYCCA, "Combine YCCA", "" )
+DefNode( CompositorNode, CMP_NODE_SEPYCCA, def_cmp_ycc, "SEPYCCA", SepYCCA, "Separate YCbCrA", "" )
+DefNode( CompositorNode, CMP_NODE_COMBYCCA, def_cmp_ycc, "COMBYCCA", CombYCCA, "Combine YCbCrA", "" )
DefNode( CompositorNode, CMP_NODE_SEPYUVA, 0, "SEPYUVA", SepYUVA, "Separate YUVA", "" )
DefNode( CompositorNode, CMP_NODE_COMBYUVA, 0, "COMBYUVA", CombYUVA, "Combine YUVA", "" )
DefNode( CompositorNode, CMP_NODE_DIFF_MATTE, def_cmp_diff_matte, "DIFF_MATTE", DiffMatte, "Difference Key", "" )
@@ -146,42 +146,43 @@ DefNode( CompositorNode, CMP_NODE_FLIP, def_cmp_flip, "FLIP"
DefNode( CompositorNode, CMP_NODE_SPLITVIEWER, def_cmp_splitviewer, "SPLITVIEWER", SplitViewer, "Split Viewer", "" )
DefNode( CompositorNode, CMP_NODE_MAP_UV, def_cmp_map_uv, "MAP_UV", MapUV, "Map UV", "" )
DefNode( CompositorNode, CMP_NODE_ID_MASK, def_cmp_id_mask, "ID_MASK", IDMask, "ID Mask", "" )
-DefNode( CompositorNode, CMP_NODE_DOUBLEEDGEMASK, def_cmp_double_edge_mask,"DOUBLEEDGEMASK", DoubleEdgeMask, "Double Edge Mask", "" )
+DefNode( CompositorNode, CMP_NODE_DOUBLEEDGEMASK, def_cmp_double_edge_mask,"DOUBLEEDGEMASK", DoubleEdgeMask, "Double Edge Mask", "" )
DefNode( CompositorNode, CMP_NODE_DEFOCUS, def_cmp_defocus, "DEFOCUS", Defocus, "Defocus", "" )
DefNode( CompositorNode, CMP_NODE_DISPLACE, 0, "DISPLACE", Displace, "Displace", "" )
DefNode( CompositorNode, CMP_NODE_COMBHSVA, 0, "COMBHSVA", CombHSVA, "Combine HSVA", "" )
DefNode( CompositorNode, CMP_NODE_MATH, def_math, "MATH", Math, "Math", "" )
-DefNode( CompositorNode, CMP_NODE_LUMA_MATTE, def_cmp_luma_matte, "LUMA_MATTE", LumaMatte, "Luma Matte", "" )
-DefNode( CompositorNode, CMP_NODE_BRIGHTCONTRAST, 0, "BRIGHTCONTRAST", BrightContrast, "Bright Contrast", "" )
+DefNode( CompositorNode, CMP_NODE_LUMA_MATTE, def_cmp_luma_matte, "LUMA_MATTE", LumaMatte, "Luminance Key", "" )
+DefNode( CompositorNode, CMP_NODE_BRIGHTCONTRAST, 0, "BRIGHTCONTRAST", BrightContrast, "Bright/Contrast", "" )
DefNode( CompositorNode, CMP_NODE_GAMMA, 0, "GAMMA", Gamma, "Gamma", "" )
DefNode( CompositorNode, CMP_NODE_INVERT, def_cmp_invert, "INVERT", Invert, "Invert", "" )
DefNode( CompositorNode, CMP_NODE_NORMALIZE, 0, "NORMALIZE", Normalize, "Normalize", "" )
DefNode( CompositorNode, CMP_NODE_CROP, def_cmp_crop, "CROP", Crop, "Crop", "" )
DefNode( CompositorNode, CMP_NODE_DBLUR, def_cmp_dblur, "DBLUR", DBlur, "Directional Blur", "" )
DefNode( CompositorNode, CMP_NODE_BILATERALBLUR, def_cmp_bilateral_blur, "BILATERALBLUR", Bilateralblur, "Bilateral Blur", "" )
-DefNode( CompositorNode, CMP_NODE_PREMULKEY, def_cmp_premul_key, "PREMULKEY", PremulKey, "Premul Key", "" )
+DefNode( CompositorNode, CMP_NODE_PREMULKEY, def_cmp_premul_key, "PREMULKEY", PremulKey, "Alpha Convert", "" )
DefNode( CompositorNode, CMP_NODE_GLARE, def_cmp_glare, "GLARE", Glare, "Glare", "" )
DefNode( CompositorNode, CMP_NODE_TONEMAP, def_cmp_tonemap, "TONEMAP", Tonemap, "Tonemap", "" )
-DefNode( CompositorNode, CMP_NODE_LENSDIST, def_cmp_lensdist, "LENSDIST", Lensdist, "Lensdist", "" )
+DefNode( CompositorNode, CMP_NODE_LENSDIST, def_cmp_lensdist, "LENSDIST", Lensdist, "Lens Distortion", "" )
DefNode( CompositorNode, CMP_NODE_VIEW_LEVELS, def_cmp_levels, "LEVELS", Levels, "Levels", "" )
-DefNode( CompositorNode, CMP_NODE_COLOR_MATTE, def_cmp_color_matte, "COLOR_MATTE", ColorMatte, "Color Matte", "" )
-DefNode( CompositorNode, CMP_NODE_DIST_MATTE, def_cmp_distance_matte, "DISTANCE_MATTE", DistanceMatte, "Distance Matte", "" )
+DefNode( CompositorNode, CMP_NODE_COLOR_MATTE, def_cmp_color_matte, "COLOR_MATTE", ColorMatte, "Color Key", "" )
+DefNode( CompositorNode, CMP_NODE_DIST_MATTE, def_cmp_distance_matte, "DISTANCE_MATTE", DistanceMatte, "Distance Key", "" )
DefNode( CompositorNode, CMP_NODE_COLORBALANCE, def_cmp_colorbalance, "COLORBALANCE", ColorBalance, "Color Balance", "" )
DefNode( CompositorNode, CMP_NODE_HUECORRECT, def_cmp_huecorrect, "HUECORRECT", HueCorrect, "Hue Correct", "" )
-DefNode( CompositorNode, CMP_NODE_MOVIECLIP, def_cmp_movieclip, "MOVIECLIP", MovieClip, "MovieClip", "" )
+DefNode( CompositorNode, CMP_NODE_MOVIECLIP, def_cmp_movieclip, "MOVIECLIP", MovieClip, "Movie Clip", "" )
DefNode( CompositorNode, CMP_NODE_TRANSFORM, dev_cmd_transform, "TRANSFORM", Transform, "Transform", "" )
DefNode( CompositorNode, CMP_NODE_STABILIZE2D, def_cmp_stabilize2d, "STABILIZE2D", Stabilize, "Stabilize 2D", "" )
DefNode( CompositorNode, CMP_NODE_MOVIEDISTORTION,def_cmp_moviedistortion,"MOVIEDISTORTION",MovieDistortion, "Movie Distortion", "" )
-DefNode( CompositorNode, CMP_NODE_MASK_BOX, def_cmp_boxmask, "BOXMASK", BoxMask, "Box mask", "" )
-DefNode( CompositorNode, CMP_NODE_MASK_ELLIPSE, def_cmp_ellipsemask, "ELLIPSEMASK", EllipseMask, "Ellipse mask", "" )
-DefNode( CompositorNode, CMP_NODE_BOKEHIMAGE, def_cmp_bokehimage, "BOKEHIMAGE", BokehImage, "Bokeh image", "" )
+DefNode( CompositorNode, CMP_NODE_MASK_BOX, def_cmp_boxmask, "BOXMASK", BoxMask, "Box Mask", "" )
+DefNode( CompositorNode, CMP_NODE_MASK_ELLIPSE, def_cmp_ellipsemask, "ELLIPSEMASK", EllipseMask, "Ellipse Mask", "" )
+DefNode( CompositorNode, CMP_NODE_BOKEHIMAGE, def_cmp_bokehimage, "BOKEHIMAGE", BokehImage, "Bokeh Image", "" )
DefNode( CompositorNode, CMP_NODE_BOKEHBLUR, def_cmp_bokehblur, "BOKEHBLUR", BokehBlur, "Bokeh Blur", "" )
DefNode( CompositorNode, CMP_NODE_SWITCH, def_cmp_switch, "SWITCH", Switch, "Switch", "" )
-DefNode( CompositorNode, CMP_NODE_COLORCORRECTION,def_cmp_colorcorrection,"COLORCORRECTION",ColorCorrection, "ColorCorrection", "" )
+DefNode( CompositorNode, CMP_NODE_COLORCORRECTION,def_cmp_colorcorrection,"COLORCORRECTION",ColorCorrection, "Color Correction", "" )
DefNode( CompositorNode, CMP_NODE_MASK, def_cmp_mask, "MASK", Mask, "Mask", "" )
-DefNode( CompositorNode, CMP_NODE_KEYINGSCREEN, def_cmp_keyingscreen, "KEYINGSCREEN", KeyingScreen, "KeyingScreen", "" )
+DefNode( CompositorNode, CMP_NODE_KEYINGSCREEN, def_cmp_keyingscreen, "KEYINGSCREEN", KeyingScreen, "Keying Screen", "" )
DefNode( CompositorNode, CMP_NODE_KEYING, def_cmp_keying, "KEYING", Keying, "Keying", "" )
DefNode( CompositorNode, CMP_NODE_TRACKPOS, def_cmp_trackpos, "TRACKPOS", TrackPos, "Track Position", "" )
+DefNode( CompositorNode, CMP_NODE_PIXELATE, 0, "PIXELATE", Pixelate, "Pixelate", "" )
DefNode( TextureNode, TEX_NODE_OUTPUT, def_tex_output, "OUTPUT", Output, "Output", "" )
DefNode( TextureNode, TEX_NODE_CHECKER, 0, "CHECKER", Checker, "Checker", "" )
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 7355e464fc3..3f03445635f 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -939,6 +939,12 @@ static int rna_Function_no_self_get(PointerRNA *ptr)
return !(func->flag & FUNC_NO_SELF);
}
+static int rna_Function_use_self_type_get(PointerRNA *ptr)
+{
+ FunctionRNA *func = (FunctionRNA *)ptr->data;
+ return (func->flag & FUNC_USE_SELF_TYPE);
+}
+
/* Blender RNA */
static void rna_BlenderRNA_structs_begin(CollectionPropertyIterator *iter, PointerRNA *ptr)
@@ -1230,7 +1236,13 @@ static void rna_def_function(BlenderRNA *brna)
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
RNA_def_property_boolean_funcs(prop, "rna_Function_no_self_get", NULL);
RNA_def_property_ui_text(prop, "No Self",
- "Function does not pass its self as an argument (becomes a class method in python)");
+ "Function does not pass its self as an argument (becomes a static method in python)");
+
+ prop = RNA_def_property(srna, "use_self_type", PROP_BOOLEAN, PROP_NONE);
+ RNA_def_property_clear_flag(prop, PROP_EDITABLE);
+ RNA_def_property_boolean_funcs(prop, "rna_Function_use_self_type_get", NULL);
+ RNA_def_property_ui_text(prop, "Use Self Type",
+ "Function passes its self type as an argument (becomes a class method in python if use_self is false)");
}
static void rna_def_number_property(StructRNA *srna, PropertyType type)
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index ce387952947..29d7391ccb4 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -2920,12 +2920,12 @@ static void rna_def_scene_game_data(BlenderRNA *brna)
{0, NULL, 0, NULL, NULL}
};
- static EnumPropertyItem storage_items[] ={
+ static EnumPropertyItem storage_items[] = {
{RAS_STORE_AUTO, "AUTO", 0, "Auto Select", "Chooses the best supported mode"},
{RAS_STORE_IMMEDIATE, "IMMEDIATE", 0, "Immediate Mode", "Slowest performance, requires OpenGL (any version)"},
{RAS_STORE_VA, "VERTEX_ARRAY", 0, "Vertex Arrays", "Better performance, requires at least OpenGL 1.1"},
- /* VBOS are currently disabled since they cannot beat vertex array with display lists in performance. 8?
- /*{RAS_STORE_VBO, "VERTEX_BUFFER_OBJECT", 0, "Vertex Buffer Objects", "Best performance, requires at least OpenGL 1.4"},*/
+ /* VBOS are currently disabled since they cannot beat vertex array with display lists in performance. */
+ /* {RAS_STORE_VBO, "VERTEX_BUFFER_OBJECT", 0, "Vertex Buffer Objects", "Best performance, requires at least OpenGL 1.4"}, */
{0, NULL, 0, NULL, NULL}};
srna = RNA_def_struct(brna, "SceneGameData", NULL);
@@ -2963,7 +2963,7 @@ static void rna_def_scene_game_data(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Exit Key", "The key that exits the Game Engine");
RNA_def_property_update(prop, NC_SCENE, NULL);
- prop= RNA_def_property(srna, "raster_storage", PROP_ENUM, PROP_NONE);
+ prop = RNA_def_property(srna, "raster_storage", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_sdna(prop, NULL, "raster_storage");
RNA_def_property_enum_items(prop, storage_items);
RNA_def_property_ui_text(prop, "Storage", "Sets the storage mode used by the rasterizer");
@@ -4400,11 +4400,11 @@ static void rna_def_scene_render_data(BlenderRNA *brna)
"Calculate heights against unsubdivided low resolution mesh");
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
- prop = RNA_def_property(srna, "bake_rays_number", PROP_INT, PROP_NONE);
- RNA_def_property_int_sdna(prop, NULL, "bake_rays_number");
+ prop = RNA_def_property(srna, "bake_samples", PROP_INT, PROP_NONE);
+ RNA_def_property_int_sdna(prop, NULL, "bake_samples");
RNA_def_property_range(prop, 64, 1024);
RNA_def_property_int_default(prop, 256);
- RNA_def_property_ui_text(prop, "Number of Rays", "Number of rays used for ambient occlusion baking from multires");
+ RNA_def_property_ui_text(prop, "Samples", "Number of samples used for ambient occlusion baking from multires");
RNA_def_property_update(prop, NC_SCENE | ND_RENDER_OPTIONS, NULL);
/* stamp */
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 83bf40f85f6..09209ddea4d 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -871,6 +871,9 @@ static void rna_SpaceDopeSheetEditor_action_update(Main *UNUSED(bmain), Scene *s
/* show new id-count of action we're replacing */
adt->action = saction->action;
id_us_plus(&adt->action->id);
+
+ /* force update of animdata */
+ adt->recalc |= ADT_RECALC_ANIM;
}
/* force depsgraph flush too */
@@ -1250,9 +1253,9 @@ static void rna_def_space_outliner(BlenderRNA *brna)
{SO_SAME_TYPE, "SAME_TYPES", 0, "Same Types",
"Display datablocks of all objects of same type as selected object"},
{SO_GROUPS, "GROUPS", 0, "Groups", "Display groups and their datablocks"},
- {SO_LIBRARIES, "LIBRARIES", 0, "Libraries", "Display libraries"},
{SO_SEQUENCE, "SEQUENCE", 0, "Sequence", "Display sequence datablocks"},
- {SO_DATABLOCKS, "DATABLOCKS", 0, "Datablocks", "Display raw datablocks"},
+ {SO_LIBRARIES, "LIBRARIES", 0, "Blender File", "Display data of current file and linked libraries"},
+ {SO_DATABLOCKS, "DATABLOCKS", 0, "Datablocks", "Display all raw datablocks"},
{SO_USERDEF, "USER_PREFERENCES", 0, "User Preferences", "Display the user preference datablocks"},
{SO_KEYMAP, "KEYMAPS", 0, "Key Maps", "Display keymap datablocks"},
{0, NULL, 0, NULL, NULL}
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index e3eacb40e83..06154a235aa 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -760,6 +760,16 @@ static void rna_def_userdef_theme_ui(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "State Colors", "");
RNA_def_property_update(prop, 0, "rna_userdef_update");
+ prop = RNA_def_property(srna, "menu_shadow_fac", PROP_FLOAT, PROP_FACTOR);
+ RNA_def_property_ui_text(prop, "Menu Shadow Strength", "Blending factor for menu shadows");
+ RNA_def_property_range(prop, 0.01f, 1.0f);
+ RNA_def_property_update(prop, 0, "rna_userdef_update");
+
+ prop = RNA_def_property(srna, "menu_shadow_width", PROP_INT, PROP_NONE);
+ RNA_def_property_ui_text(prop, "Menu Shadow Width", "Width of menu shadows in standard pixels, set to zero to disable it");
+ RNA_def_property_range(prop, 0.0f, 24.0f);
+ RNA_def_property_update(prop, 0, "rna_userdef_update");
+
prop = RNA_def_property(srna, "icon_file", PROP_STRING, PROP_FILEPATH);
RNA_def_property_string_sdna(prop, NULL, "iconfile");
RNA_def_property_ui_text(prop, "Icon File", "");
diff --git a/source/blender/nodes/composite/nodes/node_composite_alphaOver.c b/source/blender/nodes/composite/nodes/node_composite_alphaOver.c
index 72c2204d8c5..71b71c9dd4a 100644
--- a/source/blender/nodes/composite/nodes/node_composite_alphaOver.c
+++ b/source/blender/nodes/composite/nodes/node_composite_alphaOver.c
@@ -149,7 +149,7 @@ void register_node_type_cmp_alphaover(bNodeTreeType *ttype)
{
static bNodeType ntype;
- node_type_base(ttype, &ntype, CMP_NODE_ALPHAOVER, "AlphaOver", NODE_CLASS_OP_COLOR, NODE_OPTIONS);
+ node_type_base(ttype, &ntype, CMP_NODE_ALPHAOVER, "Alpha Over", NODE_CLASS_OP_COLOR, NODE_OPTIONS);
node_type_socket_templates(&ntype, cmp_node_alphaover_in, cmp_node_alphaover_out);
node_type_size(&ntype, 80, 40, 120);
node_type_init(&ntype, node_alphaover_init);
diff --git a/source/blender/nodes/composite/nodes/node_composite_lensdist.c b/source/blender/nodes/composite/nodes/node_composite_lensdist.c
index c3f64f0eacb..1ac8c457d45 100644
--- a/source/blender/nodes/composite/nodes/node_composite_lensdist.c
+++ b/source/blender/nodes/composite/nodes/node_composite_lensdist.c
@@ -85,7 +85,7 @@ static void lensDistort(CompBuf *dst, CompBuf *src, float kr, float kg, float kb
// so in the case of pincushion (kn < 0), corners will be outside window.
// Now also optionally scales image such that black areas are not visible when distort factor is positive
// (makes distorted corners match window corners, but really only valid if mk<=0.5)
- const float mk = MAX3(kr, kg, kb);
+ const float mk = max_fff(kr, kg, kb);
const float sc = (fit && (mk > 0.f)) ? (1.f/(1.f + 2.f*mk)) : (1.f/(1.f + mk));
const float drg = 4.f*(kg - kr), dgb = 4.f*(kb - kg);
diff --git a/source/blender/nodes/composite/nodes/node_composite_splitViewer.c b/source/blender/nodes/composite/nodes/node_composite_splitViewer.c
index 41fb0e822ed..523f1dee406 100644
--- a/source/blender/nodes/composite/nodes/node_composite_splitViewer.c
+++ b/source/blender/nodes/composite/nodes/node_composite_splitViewer.c
@@ -157,7 +157,7 @@ void register_node_type_cmp_splitviewer(bNodeTreeType *ttype)
{
static bNodeType ntype;
- node_type_base(ttype, &ntype, CMP_NODE_SPLITVIEWER, "SplitViewer", NODE_CLASS_OUTPUT, NODE_PREVIEW|NODE_OPTIONS);
+ node_type_base(ttype, &ntype, CMP_NODE_SPLITVIEWER, "Split Viewer", NODE_CLASS_OUTPUT, NODE_PREVIEW|NODE_OPTIONS);
node_type_socket_templates(&ntype, cmp_node_splitviewer_in, NULL);
node_type_size(&ntype, 140, 100, 320);
node_type_init(&ntype, node_composit_init_splitviewer);
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index ddb8594de79..15403d7acf4 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -95,9 +95,6 @@ if env['WITH_BF_COMPOSITOR']:
if env['WITH_BF_CYCLES']:
defs.append('WITH_CYCLES')
-if env['WITH_BF_CYCLES']:
- defs.append('WITH_CYCLES')
-
if env['WITH_BF_CYCLES_OSL']:
defs.append('WITH_CYCLES_OSL')
diff --git a/source/blender/python/bmesh/bmesh_py_utils.c b/source/blender/python/bmesh/bmesh_py_utils.c
index f85c3347104..a43c5c18126 100644
--- a/source/blender/python/bmesh/bmesh_py_utils.c
+++ b/source/blender/python/bmesh/bmesh_py_utils.c
@@ -106,7 +106,7 @@ static PyObject *bpy_bm_utils_vert_collapse_edge(PyObject *UNUSED(self), PyObjec
PyDoc_STRVAR(bpy_bm_utils_vert_collapse_faces_doc,
".. method:: vert_collapse_faces(vert, edge, fac, join_faces)\n"
"\n"
-" Split an edge, return the newly created data.\n"
+" Collapses a vertex that has only two manifold edges onto a vertex it shares an edge with.\n"
"\n"
" :arg vert: The vert that will be collapsed.\n"
" :type vert: :class:`bmesh.types.BMVert`\n"
@@ -163,7 +163,7 @@ static PyObject *bpy_bm_utils_vert_collapse_faces(PyObject *UNUSED(self), PyObje
}
else {
PyErr_SetString(PyExc_ValueError,
- "vert_collapse_edge(vert, edge): no new edge created, internal error");
+ "vert_collapse_faces(vert, edge): no new edge created, internal error");
return NULL;
}
}
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index 4f932ac68ff..c4d8f8ee9b8 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -238,6 +238,7 @@ static PyObject *bpy_import_test(const char *modname)
return mod;
}
+
/******************************************************************************
* Description: Creates the bpy module and adds it to sys.modules for importing
******************************************************************************/
@@ -300,6 +301,9 @@ void BPy_init_modules(void)
PyModule_AddObject(mod, "context", (PyObject *)bpy_context_module);
+ /* register bpy/rna classmethod callbacks */
+ BPY_rna_register_cb();
+
/* utility func's that have nowhere else to go */
PyModule_AddObject(mod, meth_bpy_script_paths.ml_name, (PyObject *)PyCFunction_New(&meth_bpy_script_paths, NULL));
PyModule_AddObject(mod, meth_bpy_blend_paths.ml_name, (PyObject *)PyCFunction_New(&meth_bpy_blend_paths, NULL));
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 55983c73895..2de477c46c3 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -1510,12 +1510,18 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
/* prefer not to have an exception here
* however so many poll functions return None or a valid Object.
* its a hassle to convert these into a bool before returning, */
- if (RNA_property_flag(prop) & PROP_OUTPUT)
+ if (RNA_property_flag(prop) & PROP_OUTPUT) {
param = PyObject_IsTrue(value);
- else
+ }
+ else {
param = PyLong_AsLong(value);
- if (param < 0) {
+ if (UNLIKELY(param & ~1)) { /* only accept 0/1 */
+ param = -1; /* error out below */
+ }
+ }
+
+ if (param == -1) {
PyErr_Format(PyExc_TypeError,
"%.200s %.200s.%.200s expected True/False or 0/1, not %.200s",
error_prefix, RNA_struct_identifier(ptr->type),
@@ -4618,8 +4624,14 @@ static struct PyMethodDef pyrna_struct_methods[] = {
{"__dir__", (PyCFunction)pyrna_struct_dir, METH_NOARGS, NULL},
/* experimental */
+ /* unused for now */
+#if 0
{"callback_add", (PyCFunction)pyrna_callback_add, METH_VARARGS, NULL},
{"callback_remove", (PyCFunction)pyrna_callback_remove, METH_VARARGS, NULL},
+
+ {"callback_add", (PyCFunction)pyrna_callback_classmethod_add, METH_VARARGS | METH_CLASS, NULL},
+ {"callback_remove", (PyCFunction)pyrna_callback_classmethod_remove, METH_VARARGS | METH_CLASS, NULL},
+#endif
{NULL, NULL, 0, NULL}
};
@@ -6029,7 +6041,7 @@ static void pyrna_subtype_set_rna(PyObject *newclass, StructRNA *srna)
PyObject_SetAttr(newclass, bpy_intern_str_bl_rna, item);
Py_DECREF(item);
- /* add classmethods */
+ /* add staticmethods and classmethods */
{
const PointerRNA func_ptr = {{NULL}, srna, NULL};
const ListBase *lb;
@@ -6039,10 +6051,10 @@ static void pyrna_subtype_set_rna(PyObject *newclass, StructRNA *srna)
for (link = lb->first; link; link = link->next) {
FunctionRNA *func = (FunctionRNA *)link;
const int flag = RNA_function_flag(func);
- if ((flag & FUNC_NO_SELF) && /* is classmethod */
+ if ((flag & FUNC_NO_SELF) && /* is staticmethod or classmethod */
(flag & FUNC_REGISTER) == FALSE) /* is not for registration */
{
- /* we may went to set the type of this later */
+ /* we may want to set the type of this later */
PyObject *func_py = pyrna_func_to_py(&func_ptr, func);
PyObject_SetAttrString(newclass, RNA_function_identifier(func), func_py);
Py_DECREF(func_py);
@@ -6780,7 +6792,9 @@ static int rna_function_arg_count(FunctionRNA *func)
const ListBase *lb = RNA_function_defined_parameters(func);
PropertyRNA *parm;
Link *link;
- int count = (RNA_function_flag(func) & FUNC_NO_SELF) ? 0 : 1;
+ int flag = RNA_function_flag(func);
+ int is_staticmethod = (flag & FUNC_NO_SELF) && !(flag & FUNC_USE_SELF_TYPE);
+ int count = is_staticmethod ? 0 : 1;
for (link = lb->first; link; link = link->next) {
parm = (PropertyRNA *)link;
@@ -6802,7 +6816,7 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, StructRNA *srna, v
PyObject *py_class = (PyObject *)py_data;
PyObject *base_class = RNA_struct_py_type_get(srna);
PyObject *item;
- int i, flag, arg_count, func_arg_count;
+ int i, flag, is_staticmethod, arg_count, func_arg_count;
const char *py_class_name = ((PyTypeObject *)py_class)->tp_name; /* __name__ */
if (srna_base) {
@@ -6825,6 +6839,7 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, StructRNA *srna, v
for (link = lb->first; link; link = link->next) {
func = (FunctionRNA *)link;
flag = RNA_function_flag(func);
+ is_staticmethod = (flag & FUNC_NO_SELF) && !(flag & FUNC_USE_SELF_TYPE);
if (!(flag & FUNC_REGISTER))
continue;
@@ -6847,7 +6862,7 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, StructRNA *srna, v
}
else {
Py_DECREF(item); /* no need to keep a ref, the class owns it (technically we should keep a ref but...) */
- if (flag & FUNC_NO_SELF) {
+ if (is_staticmethod) {
if (PyMethod_Check(item) == 0) {
PyErr_Format(PyExc_TypeError,
"expected %.200s, %.200s class \"%.200s\" attribute to be a method, not a %.200s",
@@ -6871,9 +6886,9 @@ static int bpy_class_validate_recursive(PointerRNA *dummyptr, StructRNA *srna, v
arg_count = ((PyCodeObject *)PyFunction_GET_CODE(item))->co_argcount;
/* note, the number of args we check for and the number of args we give to
- * @classmethods are different (quirk of python),
+ * @staticmethods are different (quirk of python),
* this is why rna_function_arg_count() doesn't return the value -1*/
- if (flag & FUNC_NO_SELF)
+ if (is_staticmethod)
func_arg_count++;
if (arg_count != func_arg_count) {
@@ -6958,8 +6973,10 @@ static int bpy_class_call(bContext *C, PointerRNA *ptr, FunctionRNA *func, Param
PropertyRNA *parm;
ParameterIterator iter;
PointerRNA funcptr;
- int err = 0, i, flag, ret_len = 0;
- const char is_static = (RNA_function_flag(func) & FUNC_NO_SELF) != 0;
+ int err = 0, i, ret_len = 0;
+ int flag = RNA_function_flag(func);
+ const char is_staticmethod = (flag & FUNC_NO_SELF) && !(flag & FUNC_USE_SELF_TYPE);
+ const char is_classmethod = (flag & FUNC_NO_SELF) && (flag & FUNC_USE_SELF_TYPE);
/* annoying!, need to check if the screen gets set to NULL which is a
* hint that the file was actually re-loaded. */
@@ -6994,7 +7011,7 @@ static int bpy_class_call(bContext *C, PointerRNA *ptr, FunctionRNA *func, Param
bpy_context_set(C, &gilstate);
- if (!is_static) {
+ if (!(is_staticmethod || is_classmethod)) {
/* some datatypes (operator, render engine) can store PyObjects for re-use */
if (ptr->data) {
void **instance = RNA_struct_instance(ptr);
@@ -7085,18 +7102,21 @@ static int bpy_class_call(bContext *C, PointerRNA *ptr, FunctionRNA *func, Param
}
}
- if (err != -1 && (is_static || py_class_instance)) { /* Initializing the class worked, now run its invoke function */
+ if (err != -1 && (is_staticmethod || is_classmethod || py_class_instance)) { /* Initializing the class worked, now run its invoke function */
PyObject *item = PyObject_GetAttrString((PyObject *)py_class, RNA_function_identifier(func));
-// flag = RNA_function_flag(func);
if (item) {
RNA_pointer_create(NULL, &RNA_Function, func, &funcptr);
args = PyTuple_New(rna_function_arg_count(func)); /* first arg is included in 'item' */
- if (is_static) {
+ if (is_staticmethod) {
i = 0;
}
+ else if (is_classmethod) {
+ PyTuple_SET_ITEM(args, 0, (PyObject *)py_class);
+ i = 1;
+ }
else {
PyTuple_SET_ITEM(args, 0, py_class_instance);
i = 1;
@@ -7230,7 +7250,7 @@ static int bpy_class_call(bContext *C, PointerRNA *ptr, FunctionRNA *func, Param
if (err != 0) {
ReportList *reports;
/* alert the user, else they wont know unless they see the console. */
- if ((!is_static) &&
+ if ((!is_staticmethod) && (!is_classmethod) &&
(ptr->data) &&
(RNA_struct_is_a(ptr->type, &RNA_Operator)) &&
(is_valid_wm == (CTX_wm_manager(C) != NULL)))
@@ -7613,3 +7633,39 @@ static PyObject *pyrna_unregister_class(PyObject *UNUSED(self), PyObject *py_cla
Py_RETURN_NONE;
}
+
+/* currently this is fairly limited, we would need to make some way to split up
+ * pyrna_callback_classmethod_... if we want more then one callback per type */
+typedef struct BPyRNA_CallBack {
+ PyMethodDef py_method;
+ StructRNA *bpy_srna;
+} PyRNA_CallBack;
+
+static struct BPyRNA_CallBack pyrna_cb_methods[] = {
+ {{"draw_handler_add", (PyCFunction)pyrna_callback_classmethod_add, METH_VARARGS | METH_STATIC, ""}, &RNA_Space},
+ {{"draw_handler_remove", (PyCFunction)pyrna_callback_classmethod_remove, METH_VARARGS | METH_STATIC, ""}, &RNA_Space},
+ {{NULL, NULL, 0, NULL}, NULL}
+};
+
+void BPY_rna_register_cb(void)
+{
+ int i;
+
+ for (i = 0; pyrna_cb_methods[i].bpy_srna; i++) {
+ PyObject *cls;
+ PyObject *func;
+ PyObject *classmethod;
+ PyObject *args = PyTuple_New(1);
+
+ cls = pyrna_srna_Subtype(pyrna_cb_methods[i].bpy_srna);
+ func = PyCFunction_New(&pyrna_cb_methods[i].py_method, NULL);
+ PyTuple_SET_ITEM(args, 0, func);
+ classmethod = PyObject_CallObject((PyObject *)&PyClassMethod_Type, args);
+
+ PyObject_SetAttrString(cls, pyrna_cb_methods[i].py_method.ml_name, classmethod);
+
+ Py_DECREF(classmethod);
+ Py_DECREF(args); /* clears 'func' too */
+ Py_DECREF(cls);
+ }
+}
diff --git a/source/blender/python/intern/bpy_rna.h b/source/blender/python/intern/bpy_rna.h
index 880ef4c2185..edd2ada0539 100644
--- a/source/blender/python/intern/bpy_rna.h
+++ b/source/blender/python/intern/bpy_rna.h
@@ -171,6 +171,7 @@ PyObject *BPY_rna_module(void);
void BPY_update_rna_module(void);
/*PyObject *BPY_rna_doc(void);*/
PyObject *BPY_rna_types(void);
+void BPY_rna_register_cb(void);
PyObject *pyrna_struct_CreatePyObject(PointerRNA *ptr);
PyObject *pyrna_prop_CreatePyObject(PointerRNA *ptr, PropertyRNA *prop);
diff --git a/source/blender/python/intern/bpy_rna_callback.c b/source/blender/python/intern/bpy_rna_callback.c
index f7114115a91..adb4ae6a2c6 100644
--- a/source/blender/python/intern/bpy_rna_callback.c
+++ b/source/blender/python/intern/bpy_rna_callback.c
@@ -38,17 +38,28 @@
#include "BLI_utildefines.h"
+#include "DNA_space_types.h"
#include "DNA_screen_types.h"
#include "RNA_access.h"
+#include "RNA_enum_types.h"
#include "BKE_context.h"
+#include "BKE_screen.h"
+
#include "ED_space_api.h"
/* use this to stop other capsules from being mis-used */
#define RNA_CAPSULE_ID "RNA_HANDLE"
#define RNA_CAPSULE_ID_INVALID "RNA_HANDLE_REMOVED"
+static EnumPropertyItem region_draw_mode_items[] = {
+ {REGION_DRAW_POST_PIXEL, "POST_PIXEL", 0, "Post Pixel", ""},
+ {REGION_DRAW_POST_VIEW, "POST_VIEW", 0, "Post View", ""},
+ {REGION_DRAW_PRE_VIEW, "PRE_VIEW", 0, "Pre View", ""},
+ {0, NULL, 0, NULL, NULL}
+};
+
static void cb_region_draw(const bContext *C, ARegion *UNUSED(ar), void *customdata)
{
PyObject *cb_func, *cb_args, *result;
@@ -56,8 +67,8 @@ static void cb_region_draw(const bContext *C, ARegion *UNUSED(ar), void *customd
bpy_context_set((bContext *)C, &gilstate);
- cb_func = PyTuple_GET_ITEM((PyObject *)customdata, 0);
- cb_args = PyTuple_GET_ITEM((PyObject *)customdata, 1);
+ cb_func = PyTuple_GET_ITEM((PyObject *)customdata, 1);
+ cb_args = PyTuple_GET_ITEM((PyObject *)customdata, 2);
result = PyObject_CallObject(cb_func, cb_args);
if (result) {
@@ -71,6 +82,7 @@ static void cb_region_draw(const bContext *C, ARegion *UNUSED(ar), void *customd
bpy_context_clear((bContext *)C, &gilstate);
}
+#if 0
PyObject *pyrna_callback_add(BPy_StructRNA *self, PyObject *args)
{
void *handle;
@@ -89,12 +101,6 @@ PyObject *pyrna_callback_add(BPy_StructRNA *self, PyObject *args)
if (RNA_struct_is_a(self->ptr.type, &RNA_Region)) {
if (cb_event_str) {
- static EnumPropertyItem region_draw_mode_items[] = {
- {REGION_DRAW_POST_PIXEL, "POST_PIXEL", 0, "Post Pixel", ""},
- {REGION_DRAW_POST_VIEW, "POST_VIEW", 0, "Post View", ""},
- {REGION_DRAW_PRE_VIEW, "PRE_VIEW", 0, "Pre View", ""},
- {0, NULL, 0, NULL, NULL}};
-
if (pyrna_enum_value_from_id(region_draw_mode_items, cb_event_str, &cb_event, "bpy_struct.callback_add()") < 0) {
return NULL;
}
@@ -136,6 +142,163 @@ PyObject *pyrna_callback_remove(BPy_StructRNA *self, PyObject *args)
ED_region_draw_cb_exit(((ARegion *)self->ptr.data)->type, handle);
}
+ else {
+ PyErr_SetString(PyExc_TypeError, "callback_remove(): type does not support callbacks");
+ return NULL;
+ }
+
+ /* don't allow reuse */
+ PyCapsule_SetName(py_handle, RNA_CAPSULE_ID_INVALID);
+
+ Py_RETURN_NONE;
+}
+#endif
+
+/* reverse of rna_Space_refine() */
+static eSpace_Type rna_Space_refine_reverse(StructRNA *srna)
+{
+ if (srna == &RNA_SpaceView3D) return SPACE_VIEW3D;
+ if (srna == &RNA_SpaceGraphEditor) return SPACE_IPO;
+ if (srna == &RNA_SpaceOutliner) return SPACE_OUTLINER;
+ if (srna == &RNA_SpaceProperties) return SPACE_BUTS;
+ if (srna == &RNA_SpaceFileBrowser) return SPACE_FILE;
+ if (srna == &RNA_SpaceImageEditor) return SPACE_IMAGE;
+ if (srna == &RNA_SpaceInfo) return SPACE_INFO;
+ if (srna == &RNA_SpaceSequenceEditor) return SPACE_SEQ;
+ if (srna == &RNA_SpaceTextEditor) return SPACE_TEXT;
+ if (srna == &RNA_SpaceDopeSheetEditor) return SPACE_ACTION;
+ if (srna == &RNA_SpaceNLA) return SPACE_NLA;
+ if (srna == &RNA_SpaceTimeline) return SPACE_TIME;
+ if (srna == &RNA_SpaceNodeEditor) return SPACE_NODE;
+ if (srna == &RNA_SpaceLogicEditor) return SPACE_LOGIC;
+ if (srna == &RNA_SpaceConsole) return SPACE_CONSOLE;
+ if (srna == &RNA_SpaceUserPreferences) return SPACE_USERPREF;
+ if (srna == &RNA_SpaceClipEditor) return SPACE_CLIP;
+ return -1;
+}
+
+PyObject *pyrna_callback_classmethod_add(PyObject *UNUSED(self), PyObject *args)
+{
+ void *handle;
+ PyObject *cls;
+ PyObject *cb_func, *cb_args;
+ char *cb_regiontype_str;
+ char *cb_event_str;
+ int cb_event;
+ int cb_regiontype;
+ StructRNA *srna;
+
+ if (PyTuple_GET_SIZE(args) < 2) {
+ PyErr_SetString(PyExc_ValueError, "handler_add(handle): expected at least 2 args");
+ return NULL;
+ }
+
+ cls = PyTuple_GET_ITEM(args, 0);
+ if (!(srna = pyrna_struct_as_srna(cls, FALSE, "handler_add"))) {
+ return NULL;
+ }
+ cb_func = PyTuple_GET_ITEM(args, 1);
+ if (!PyCallable_Check(cb_func)) {
+ PyErr_SetString(PyExc_TypeError, "first argument isn't callable");
+ return NULL;
+ }
+
+ /* class spesific callbacks */
+ if (RNA_struct_is_a(srna, &RNA_Space)) {
+ if (!PyArg_ParseTuple(args, "OOO!ss:Space.draw_handler_add",
+ &cls, &cb_func, /* already assigned, no matter */
+ &PyTuple_Type, &cb_args, &cb_regiontype_str, &cb_event_str))
+ {
+ return NULL;
+ }
+
+ if (pyrna_enum_value_from_id(region_draw_mode_items, cb_event_str, &cb_event, "bpy_struct.callback_add()") < 0) {
+ return NULL;
+ }
+ else if (pyrna_enum_value_from_id(region_type_items, cb_regiontype_str, &cb_regiontype, "bpy_struct.callback_add()") < 0) {
+ return NULL;
+ }
+ else {
+ const eSpace_Type spaceid = rna_Space_refine_reverse(srna);
+ if (spaceid == -1) {
+ PyErr_Format(PyExc_TypeError, "unknown space type '%.200s'", RNA_struct_identifier(srna));
+ return NULL;
+ }
+ else {
+ SpaceType *st = BKE_spacetype_from_id(spaceid);
+ ARegionType *art = BKE_regiontype_from_id(st, cb_regiontype);
+
+ handle = ED_region_draw_cb_activate(art, cb_region_draw, (void *)args, cb_event);
+ Py_INCREF(args);
+ }
+ }
+ }
+ else {
+ PyErr_SetString(PyExc_TypeError, "callback_add(): type does not support callbacks");
+ return NULL;
+ }
+
+ return PyCapsule_New((void *)handle, RNA_CAPSULE_ID, NULL);
+}
+
+PyObject *pyrna_callback_classmethod_remove(PyObject *UNUSED(self), PyObject *args)
+{
+ PyObject *cls;
+ PyObject *py_handle;
+ void *handle;
+ void *customdata;
+ StructRNA *srna;
+ char *cb_regiontype_str;
+ int cb_regiontype;
+
+ if (PyTuple_GET_SIZE(args) < 2) {
+ PyErr_SetString(PyExc_ValueError, "callback_remove(handle): expected at least 2 args");
+ return NULL;
+ }
+
+ cls = PyTuple_GET_ITEM(args, 0);
+ if (!(srna = pyrna_struct_as_srna(cls, FALSE, "callback_remove"))) {
+ return NULL;
+ }
+ py_handle = PyTuple_GET_ITEM(args, 1);
+ handle = PyCapsule_GetPointer(py_handle, RNA_CAPSULE_ID);
+ if (handle == NULL) {
+ PyErr_SetString(PyExc_ValueError, "callback_remove(handle): NULL handle given, invalid or already removed");
+ return NULL;
+ }
+
+ if (RNA_struct_is_a(srna, &RNA_Space)) {
+ if (!PyArg_ParseTuple(args, "OO!s:Space.draw_handler_remove",
+ &cls, &PyCapsule_Type, &py_handle, /* already assigned, no matter */
+ &cb_regiontype_str))
+ {
+ return NULL;
+ }
+
+ customdata = ED_region_draw_cb_customdata(handle);
+ Py_DECREF((PyObject *)customdata);
+
+ if (pyrna_enum_value_from_id(region_type_items, cb_regiontype_str, &cb_regiontype, "bpy_struct.callback_remove()") < 0) {
+ return NULL;
+ }
+ else {
+ const eSpace_Type spaceid = rna_Space_refine_reverse(srna);
+ if (spaceid == -1) {
+ PyErr_Format(PyExc_TypeError, "unknown space type '%.200s'", RNA_struct_identifier(srna));
+ return NULL;
+ }
+ else {
+ SpaceType *st = BKE_spacetype_from_id(spaceid);
+ ARegionType *art = BKE_regiontype_from_id(st, cb_regiontype);
+
+ ED_region_draw_cb_exit(art, handle);
+ }
+ }
+ }
+ else {
+ PyErr_SetString(PyExc_TypeError, "callback_remove(): type does not support callbacks");
+ return NULL;
+ }
/* don't allow reuse */
PyCapsule_SetName(py_handle, RNA_CAPSULE_ID_INVALID);
diff --git a/source/blender/python/intern/bpy_rna_callback.h b/source/blender/python/intern/bpy_rna_callback.h
index 7824d2b082d..4b801f35654 100644
--- a/source/blender/python/intern/bpy_rna_callback.h
+++ b/source/blender/python/intern/bpy_rna_callback.h
@@ -28,5 +28,10 @@
struct BPy_StructRNA;
struct PyObject;
+#if 0
PyObject *pyrna_callback_add(BPy_StructRNA *self, PyObject *args);
PyObject *pyrna_callback_remove(BPy_StructRNA *self, PyObject *args);
+#endif
+
+PyObject *pyrna_callback_classmethod_add(PyObject *cls, PyObject *args);
+PyObject *pyrna_callback_classmethod_remove(PyObject *cls, PyObject *args);
diff --git a/source/blender/python/mathutils/mathutils_geometry.c b/source/blender/python/mathutils/mathutils_geometry.c
index 1db0538eb07..3d05f51fb96 100644
--- a/source/blender/python/mathutils/mathutils_geometry.c
+++ b/source/blender/python/mathutils/mathutils_geometry.c
@@ -1102,7 +1102,7 @@ static PyObject *M_Geometry_interpolate_bezier(PyObject *UNUSED(self), PyObject
return NULL;
}
- dims = MAX4(vec_k1->size, vec_h1->size, vec_h2->size, vec_k2->size);
+ dims = max_iiii(vec_k1->size, vec_h1->size, vec_h2->size, vec_k2->size);
for (i = 0; i < vec_k1->size; i++) k1[i] = vec_k1->vec[i];
for (i = 0; i < vec_h1->size; i++) h1[i] = vec_h1->vec[i];
diff --git a/source/blender/render/extern/include/RE_multires_bake.h b/source/blender/render/extern/include/RE_multires_bake.h
index 5e8ebdd8a18..04cfe55e3a3 100644
--- a/source/blender/render/extern/include/RE_multires_bake.h
+++ b/source/blender/render/extern/include/RE_multires_bake.h
@@ -50,7 +50,8 @@ typedef struct MultiresBakeRender {
int raytrace_structure;
int octree_resolution;
-
+ int threads;
+
short *stop;
short *do_update;
float *progress;
diff --git a/source/blender/render/intern/raytrace/rayobject_octree.cpp b/source/blender/render/intern/raytrace/rayobject_octree.cpp
index dad7fe5fd60..148e3417ea9 100644
--- a/source/blender/render/intern/raytrace/rayobject_octree.cpp
+++ b/source/blender/render/intern/raytrace/rayobject_octree.cpp
@@ -542,13 +542,13 @@ static void octree_fill_rayface(Octree *oc, RayFace *face)
oc2 = rts[1][c];
oc3 = rts[2][c];
if (!RE_rayface_isQuad(face)) {
- ocmin[c] = MIN3(oc1, oc2, oc3);
- ocmax[c] = MAX3(oc1, oc2, oc3);
+ ocmin[c] = min_iii(oc1, oc2, oc3);
+ ocmax[c] = max_iii(oc1, oc2, oc3);
}
else {
oc4 = rts[3][c];
- ocmin[c] = MIN4(oc1, oc2, oc3, oc4);
- ocmax[c] = MAX4(oc1, oc2, oc3, oc4);
+ ocmin[c] = min_iiii(oc1, oc2, oc3, oc4);
+ ocmax[c] = max_iiii(oc1, oc2, oc3, oc4);
}
if (ocmax[c] > oc->ocres - 1) ocmax[c] = oc->ocres - 1;
if (ocmin[c] < 0) ocmin[c] = 0;
@@ -993,7 +993,7 @@ static int RE_rayobject_octree_intersect(RayObject *tree, Isect *is)
}
xo = ocx1; yo = ocy1; zo = ocz1;
- dda_lambda = MIN3(lambda_x, lambda_y, lambda_z);
+ dda_lambda = min_fff(lambda_x, lambda_y, lambda_z);
vec2[0] = ox1;
vec2[1] = oy1;
@@ -1083,7 +1083,7 @@ static int RE_rayobject_octree_intersect(RayObject *tree, Isect *is)
}
- dda_lambda = MIN3(lambda_x, lambda_y, lambda_z);
+ dda_lambda = min_fff(lambda_x, lambda_y, lambda_z);
if (dda_lambda == lambda_o) break;
/* to make sure the last node is always checked */
if (lambda_o >= 1.0f) break;
diff --git a/source/blender/render/intern/source/convertblender.c b/source/blender/render/intern/source/convertblender.c
index 08da5dff3e0..cfa6bb0b11d 100644
--- a/source/blender/render/intern/source/convertblender.c
+++ b/source/blender/render/intern/source/convertblender.c
@@ -2871,7 +2871,7 @@ static void init_render_curve(Render *re, ObjectRen *obr, int timeoffset)
}
else {
if (need_orco) {
- orco= get_object_orco(re, ob);
+ orco = get_object_orco(re, ob);
}
while (dl) {
diff --git a/source/blender/render/intern/source/imagetexture.c b/source/blender/render/intern/source/imagetexture.c
index cd06839b004..7c14e0e5465 100644
--- a/source/blender/render/intern/source/imagetexture.c
+++ b/source/blender/render/intern/source/imagetexture.c
@@ -286,7 +286,7 @@ int imagewrap(Tex *tex, Image *ima, ImBuf *ibuf, const float texvec[3], TexResul
if (texres->talpha) texres->tin= texres->ta;
else if (tex->imaflag & TEX_CALCALPHA) {
- texres->ta= texres->tin= MAX3(texres->tr, texres->tg, texres->tb);
+ texres->ta = texres->tin = max_fff(texres->tr, texres->tg, texres->tb);
}
else texres->ta= texres->tin= 1.0;
@@ -1112,10 +1112,10 @@ static int imagewraposa_aniso(Tex *tex, Image *ima, ImBuf *ibuf, const float tex
}
/* pixel coordinates */
- minx = MIN3(dxt[0], dyt[0], dxt[0] + dyt[0]);
- maxx = MAX3(dxt[0], dyt[0], dxt[0] + dyt[0]);
- miny = MIN3(dxt[1], dyt[1], dxt[1] + dyt[1]);
- maxy = MAX3(dxt[1], dyt[1], dxt[1] + dyt[1]);
+ minx = min_fff(dxt[0], dyt[0], dxt[0] + dyt[0]);
+ maxx = max_fff(dxt[0], dyt[0], dxt[0] + dyt[0]);
+ miny = min_fff(dxt[1], dyt[1], dxt[1] + dyt[1]);
+ maxy = max_fff(dxt[1], dyt[1], dxt[1] + dyt[1]);
/* tex_sharper has been removed */
minx = (maxx - minx)*0.5f;
@@ -1416,7 +1416,7 @@ static int imagewraposa_aniso(Tex *tex, Image *ima, ImBuf *ibuf, const float tex
}
if (tex->imaflag & TEX_CALCALPHA)
- texres->ta = texres->tin = texres->ta * MAX3(texres->tr, texres->tg, texres->tb);
+ texres->ta = texres->tin = texres->ta * max_fff(texres->tr, texres->tg, texres->tb);
else
texres->tin = texres->ta;
if (tex->flag & TEX_NEGALPHA) texres->ta = 1.f - texres->ta;
@@ -1535,10 +1535,10 @@ int imagewraposa(Tex *tex, Image *ima, ImBuf *ibuf, const float texvec[3], const
/* pixel coordinates */
- minx = MIN3(dxt[0], dyt[0], dxt[0] + dyt[0]);
- maxx = MAX3(dxt[0], dyt[0], dxt[0] + dyt[0]);
- miny = MIN3(dxt[1], dyt[1], dxt[1] + dyt[1]);
- maxy = MAX3(dxt[1], dyt[1], dxt[1] + dyt[1]);
+ minx = min_fff(dxt[0], dyt[0], dxt[0] + dyt[0]);
+ maxx = max_fff(dxt[0], dyt[0], dxt[0] + dyt[0]);
+ miny = min_fff(dxt[1], dyt[1], dxt[1] + dyt[1]);
+ maxy = max_fff(dxt[1], dyt[1], dxt[1] + dyt[1]);
/* tex_sharper has been removed */
minx= (maxx-minx)/2.0f;
@@ -1826,7 +1826,7 @@ int imagewraposa(Tex *tex, Image *ima, ImBuf *ibuf, const float texvec[3], const
}
if (tex->imaflag & TEX_CALCALPHA) {
- texres->ta= texres->tin= texres->ta*MAX3(texres->tr, texres->tg, texres->tb);
+ texres->ta = texres->tin = texres->ta * max_fff(texres->tr, texres->tg, texres->tb);
}
else texres->tin= texres->ta;
diff --git a/source/blender/render/intern/source/multires_bake.c b/source/blender/render/intern/source/multires_bake.c
index 0eb0c9a51c3..9785edd3288 100644
--- a/source/blender/render/intern/source/multires_bake.c
+++ b/source/blender/render/intern/source/multires_bake.c
@@ -39,6 +39,7 @@
#include "BLI_math.h"
#include "BLI_listbase.h"
+#include "BLI_threads.h"
#include "BKE_ccg.h"
#include "BKE_context.h"
@@ -326,104 +327,196 @@ static int multiresbake_test_break(MultiresBakeRender *bkr)
return 0;
}
- return G.is_break;
+ return *bkr->stop || G.is_break;
}
-static void do_multires_bake(MultiresBakeRender *bkr, Image *ima, int require_tangent, MPassKnownData passKnownData,
- MInitBakeData initBakeData, MApplyBakeData applyBakeData, MFreeBakeData freeBakeData)
+/* **** Threading routines **** */
+
+typedef struct MultiresBakeQueue {
+ int cur_face;
+ int tot_face;
+ SpinLock spin;
+} MultiresBakeQueue;
+
+typedef struct MultiresBakeThread {
+ /* this data is actually shared between all the threads */
+ MultiresBakeQueue *queue;
+ MultiresBakeRender *bkr;
+ Image *image;
+ void *bake_data;
+
+ /* thread-specific data */
+ MBakeRast bake_rast;
+ MResolvePixelData data;
+} MultiresBakeThread;
+
+static int multires_bake_queue_next_face(MultiresBakeQueue *queue)
{
- DerivedMesh *dm = bkr->lores_dm;
- ImBuf *ibuf = BKE_image_acquire_ibuf(ima, NULL, NULL);
- const int lvl = bkr->lvl;
- const int tot_face = dm->getNumTessFaces(dm);
- MVert *mvert = dm->getVertArray(dm);
- MFace *mface = dm->getTessFaceArray(dm);
- MTFace *mtface = dm->getTessFaceDataArray(dm, CD_MTFACE);
- float *pvtangent = NULL;
+ int face = -1;
- if (require_tangent) {
- if (CustomData_get_layer_index(&dm->faceData, CD_TANGENT) == -1)
- DM_add_tangent_layer(dm);
+ /* TODO: it could worth making it so thread will handle neighbor faces
+ * for better memory cache utilization
+ */
- pvtangent = DM_get_tessface_data_layer(dm, CD_TANGENT);
+ BLI_spin_lock(&queue->spin);
+ if (queue->cur_face < queue->tot_face) {
+ face = queue->cur_face;
+ queue->cur_face++;
}
+ BLI_spin_unlock(&queue->spin);
- if (tot_face > 0) { /* sanity check */
- int f = 0;
- MBakeRast bake_rast;
- MResolvePixelData data = {NULL};
-
- data.mface = mface;
- data.mvert = mvert;
- data.mtface = mtface;
- data.pvtangent = pvtangent;
- data.precomputed_normals = dm->getTessFaceDataArray(dm, CD_NORMAL); /* don't strictly need this */
- data.w = ibuf->x;
- data.h = ibuf->y;
- data.lores_dm = dm;
- data.hires_dm = bkr->hires_dm;
- data.lvl = lvl;
- data.pass_data = passKnownData;
+ return face;
+}
- if (initBakeData)
- data.bake_data = initBakeData(bkr, ima);
+static void *do_multires_bake_thread(void *data_v)
+{
+ MultiresBakeThread *handle = (MultiresBakeThread *) data_v;
+ MResolvePixelData *data = &handle->data;
+ MBakeRast *bake_rast = &handle->bake_rast;
+ MultiresBakeRender *bkr = handle->bkr;
+ int f;
- init_bake_rast(&bake_rast, ibuf, &data, flush_pixel);
+ while ((f = multires_bake_queue_next_face(handle->queue)) >= 0) {
+ MTFace *mtfate = &data->mtface[f];
+ int verts[3][2], nr_tris, t;
- for (f = 0; f < tot_face; f++) {
- MTFace *mtfate = &mtface[f];
- int verts[3][2], nr_tris, t;
+ if (multiresbake_test_break(bkr))
+ break;
- if (multiresbake_test_break(bkr))
- break;
+ if (mtfate->tpage != handle->image)
+ continue;
- if (mtfate->tpage != ima)
- continue;
+ data->face_index = f;
- data.face_index = f;
- data.ibuf = ibuf;
+ /* might support other forms of diagonal splits later on such as
+ * split by shortest diagonal.*/
+ verts[0][0] = 0;
+ verts[1][0] = 1;
+ verts[2][0] = 2;
- /* might support other forms of diagonal splits later on such as
- * split by shortest diagonal.*/
- verts[0][0] = 0;
- verts[1][0] = 1;
- verts[2][0] = 2;
+ verts[0][1] = 0;
+ verts[1][1] = 2;
+ verts[2][1] = 3;
- verts[0][1] = 0;
- verts[1][1] = 2;
- verts[2][1] = 3;
+ nr_tris = data->mface[f].v4 != 0 ? 2 : 1;
+ for (t = 0; t < nr_tris; t++) {
+ data->i0 = verts[0][t];
+ data->i1 = verts[1][t];
+ data->i2 = verts[2][t];
- nr_tris = mface[f].v4 != 0 ? 2 : 1;
- for (t = 0; t < nr_tris; t++) {
- data.i0 = verts[0][t];
- data.i1 = verts[1][t];
- data.i2 = verts[2][t];
+ bake_rasterize(bake_rast, mtfate->uv[data->i0], mtfate->uv[data->i1], mtfate->uv[data->i2]);
- bake_rasterize(&bake_rast, mtfate->uv[data.i0], mtfate->uv[data.i1], mtfate->uv[data.i2]);
+ /* tag image buffer for refresh */
+ if (data->ibuf->rect_float)
+ data->ibuf->userflags |= IB_RECT_INVALID;
- if (ibuf->rect_float)
- ibuf->userflags |= IB_RECT_INVALID;
+ data->ibuf->userflags |= IB_DISPLAY_BUFFER_INVALID;
+ }
- ibuf->userflags |= IB_DISPLAY_BUFFER_INVALID;
- }
+ /* update progress */
+ BLI_spin_lock(&handle->queue->spin);
+ bkr->baked_faces++;
+
+ if (bkr->do_update)
+ *bkr->do_update = TRUE;
+
+ if (bkr->progress)
+ *bkr->progress = ((float)bkr->baked_objects + (float)bkr->baked_faces / handle->queue->tot_face) / bkr->tot_obj;
+ BLI_spin_unlock(&handle->queue->spin);
+ }
- bkr->baked_faces++;
+ return NULL;
+}
+
+static void do_multires_bake(MultiresBakeRender *bkr, Image *ima, int require_tangent, MPassKnownData passKnownData,
+ MInitBakeData initBakeData, MApplyBakeData applyBakeData, MFreeBakeData freeBakeData)
+{
+ DerivedMesh *dm = bkr->lores_dm;
+ const int lvl = bkr->lvl;
+ const int tot_face = dm->getNumTessFaces(dm);
+
+ if (tot_face > 0) {
+ MultiresBakeThread *handles;
+ MultiresBakeQueue queue;
+
+ ImBuf *ibuf = BKE_image_acquire_ibuf(ima, NULL, NULL);
+ MVert *mvert = dm->getVertArray(dm);
+ MFace *mface = dm->getTessFaceArray(dm);
+ MTFace *mtface = dm->getTessFaceDataArray(dm, CD_MTFACE);
+ float *precomputed_normals = dm->getTessFaceDataArray(dm, CD_NORMAL);
+ float *pvtangent = NULL;
- if (bkr->do_update)
- *bkr->do_update = TRUE;
+ ListBase threads;
+ int i, tot_thread = bkr->threads > 0 ? bkr->threads : BLI_system_thread_count();
- if (bkr->progress)
- *bkr->progress = ((float)bkr->baked_objects + (float)bkr->baked_faces / tot_face) / bkr->tot_obj;
+ void *bake_data = NULL;
+
+ if (require_tangent) {
+ if (CustomData_get_layer_index(&dm->faceData, CD_TANGENT) == -1)
+ DM_add_tangent_layer(dm);
+
+ pvtangent = DM_get_tessface_data_layer(dm, CD_TANGENT);
+ }
+
+ /* all threads shares the same custom bake data */
+ if (initBakeData)
+ bake_data = initBakeData(bkr, ima);
+
+ if (tot_thread > 1)
+ BLI_init_threads(&threads, do_multires_bake_thread, tot_thread);
+
+ handles = MEM_callocN(tot_thread * sizeof(MultiresBakeThread), "do_multires_bake handles");
+
+ /* faces queue */
+ queue.cur_face = 0;
+ queue.tot_face = tot_face;
+ BLI_spin_init(&queue.spin);
+
+ /* fill in threads handles */
+ for (i = 0; i < tot_thread; i++) {
+ MultiresBakeThread *handle = &handles[i];
+
+ handle->bkr = bkr;
+ handle->image = ima;
+ handle->queue = &queue;
+
+ handle->data.mface = mface;
+ handle->data.mvert = mvert;
+ handle->data.mtface = mtface;
+ handle->data.pvtangent = pvtangent;
+ handle->data.precomputed_normals = precomputed_normals; /* don't strictly need this */
+ handle->data.w = ibuf->x;
+ handle->data.h = ibuf->y;
+ handle->data.lores_dm = dm;
+ handle->data.hires_dm = bkr->hires_dm;
+ handle->data.lvl = lvl;
+ handle->data.pass_data = passKnownData;
+ handle->data.bake_data = bake_data;
+ handle->data.ibuf = ibuf;
+
+ init_bake_rast(&handle->bake_rast, ibuf, &handle->data, flush_pixel);
+
+ if (tot_thread > 1)
+ BLI_insert_thread(&threads, handle);
}
+ /* run threads */
+ if (tot_thread > 1)
+ BLI_end_threads(&threads);
+ else
+ do_multires_bake_thread(&handles[0]);
+
+ BLI_spin_end(&queue.spin);
+
+ /* finalize baking */
if (applyBakeData)
- applyBakeData(data.bake_data);
+ applyBakeData(bake_data);
if (freeBakeData)
- freeBakeData(data.bake_data);
- }
+ freeBakeData(bake_data);
- BKE_image_release_ibuf(ima, ibuf, NULL);
+ BKE_image_release_ibuf(ima, ibuf, NULL);
+ }
}
/* mode = 0: interpolate normals,
@@ -795,6 +888,7 @@ static void apply_tangmat_callback(DerivedMesh *lores_dm, DerivedMesh *hires_dm,
/* **************** Ambient Occlusion Baker **************** */
+// must be a power of two
#define MAX_NUMBER_OF_AO_RAYS 1024
static unsigned short ao_random_table_1[MAX_NUMBER_OF_AO_RAYS];
@@ -1036,19 +1130,19 @@ static void apply_ao_callback(DerivedMesh *lores_dm, DerivedMesh *hires_dm, cons
/* use N-Rooks to distribute our N ray samples across
* a multi-dimensional domain (2D)
*/
- const unsigned short I = ao_random_table_1[(i + perm_offs) % ao_data->number_of_rays];
- const unsigned short J = ao_random_table_2[i];
+ const unsigned short I = ao_data->permutation_table_1[(i + perm_offs) % ao_data->number_of_rays];
+ const unsigned short J = ao_data->permutation_table_2[i];
const float JitPh = (get_ao_random2(I + perm_offs) & (MAX_NUMBER_OF_AO_RAYS-1))/((float) MAX_NUMBER_OF_AO_RAYS);
const float JitTh = (get_ao_random1(J + perm_offs) & (MAX_NUMBER_OF_AO_RAYS-1))/((float) MAX_NUMBER_OF_AO_RAYS);
const float SiSqPhi = (I + JitPh) / ao_data->number_of_rays;
- const float Theta = 2 * M_PI * ((J + JitTh) / ao_data->number_of_rays);
+ const float Theta = (float)(2 * M_PI) * ((J + JitTh) / ao_data->number_of_rays);
/* this gives results identical to the so-called cosine
* weighted distribution relative to the north pole.
*/
float SiPhi = sqrt(SiSqPhi);
- float CoPhi = SiSqPhi < 1.0f ? sqrt(1.0f - SiSqPhi) : 1.0f - SiSqPhi;
+ float CoPhi = SiSqPhi < 1.0f ? sqrtf(1.0f - SiSqPhi) : 0;
float CoThe = cos(Theta);
float SiThe = sin(Theta);
diff --git a/source/blender/render/intern/source/occlusion.c b/source/blender/render/intern/source/occlusion.c
index a7308821843..747362a7974 100644
--- a/source/blender/render/intern/source/occlusion.c
+++ b/source/blender/render/intern/source/occlusion.c
@@ -1520,8 +1520,8 @@ static int sample_occ_cache(OcclusionTree *tree, float *co, float *n, int x, int
return 0;
/* require intensities not being too different */
- mino = MIN4(samples[0]->intensity, samples[1]->intensity, samples[2]->intensity, samples[3]->intensity);
- maxo = MAX4(samples[0]->intensity, samples[1]->intensity, samples[2]->intensity, samples[3]->intensity);
+ mino = min_ffff(samples[0]->intensity, samples[1]->intensity, samples[2]->intensity, samples[3]->intensity);
+ maxo = max_ffff(samples[0]->intensity, samples[1]->intensity, samples[2]->intensity, samples[3]->intensity);
if (maxo - mino > 0.05f)
return 0;
@@ -1793,9 +1793,9 @@ void sample_occ(Render *re, ShadeInput *shi)
copy_v3_v3(sample->ao, shi->ao);
copy_v3_v3(sample->env, shi->env);
copy_v3_v3(sample->indirect, shi->indirect);
- sample->intensity = MAX3(sample->ao[0], sample->ao[1], sample->ao[2]);
- sample->intensity = MAX2(sample->intensity, MAX3(sample->env[0], sample->env[1], sample->env[2]));
- sample->intensity = MAX2(sample->intensity, MAX3(sample->indirect[0], sample->indirect[1], sample->indirect[2]));
+ sample->intensity = max_fff(sample->ao[0], sample->ao[1], sample->ao[2]);
+ sample->intensity = max_ff(sample->intensity, max_fff(sample->env[0], sample->env[1], sample->env[2]));
+ sample->intensity = max_ff(sample->intensity, max_fff(sample->indirect[0], sample->indirect[1], sample->indirect[2]));
sample->dist2 = dot_v3v3(shi->dxco, shi->dxco) + dot_v3v3(shi->dyco, shi->dyco);
sample->filled = 1;
}
@@ -1888,9 +1888,9 @@ void cache_occ_samples(Render *re, RenderPart *pa, ShadeSample *ssamp)
copy_v3_v3(sample->ao, shi->ao);
copy_v3_v3(sample->env, shi->env);
copy_v3_v3(sample->indirect, shi->indirect);
- sample->intensity = MAX3(sample->ao[0], sample->ao[1], sample->ao[2]);
- sample->intensity = MAX2(sample->intensity, MAX3(sample->env[0], sample->env[1], sample->env[2]));
- sample->intensity = MAX2(sample->intensity, MAX3(sample->indirect[0], sample->indirect[1], sample->indirect[2]));
+ sample->intensity = max_fff(sample->ao[0], sample->ao[1], sample->ao[2]);
+ sample->intensity = max_ff(sample->intensity, max_fff(sample->env[0], sample->env[1], sample->env[2]));
+ sample->intensity = max_ff(sample->intensity, max_fff(sample->indirect[0], sample->indirect[1], sample->indirect[2]));
sample->dist2 = dot_v3v3(shi->dxco, shi->dxco) + dot_v3v3(shi->dyco, shi->dyco);
sample->x = shi->xs;
sample->y = shi->ys;
diff --git a/source/blender/render/intern/source/render_texture.c b/source/blender/render/intern/source/render_texture.c
index e6daa5f9094..e3bfd535f11 100644
--- a/source/blender/render/intern/source/render_texture.c
+++ b/source/blender/render/intern/source/render_texture.c
@@ -1339,7 +1339,7 @@ void texture_rgb_blend(float in[3], const float tex[3], const float out[3], floa
case MTEX_MUL:
fact*= facg;
- facm= 1.0f-facg;
+ facm= 1.0f-fact;
in[0]= (facm+fact*tex[0])*out[0];
in[1]= (facm+fact*tex[1])*out[1];
in[2]= (facm+fact*tex[2])*out[2];
@@ -1347,7 +1347,7 @@ void texture_rgb_blend(float in[3], const float tex[3], const float out[3], floa
case MTEX_SCREEN:
fact*= facg;
- facm= 1.0f-facg;
+ facm= 1.0f-fact;
in[0]= 1.0f - (facm+fact*(1.0f-tex[0])) * (1.0f-out[0]);
in[1]= 1.0f - (facm+fact*(1.0f-tex[1])) * (1.0f-out[1]);
in[2]= 1.0f - (facm+fact*(1.0f-tex[2])) * (1.0f-out[2]);
@@ -1355,7 +1355,7 @@ void texture_rgb_blend(float in[3], const float tex[3], const float out[3], floa
case MTEX_OVERLAY:
fact*= facg;
- facm= 1.0f-facg;
+ facm= 1.0f-fact;
if (out[0] < 0.5f)
in[0] = out[0] * (facm + 2.0f*fact*tex[0]);
@@ -1745,8 +1745,8 @@ static int compatible_bump_compute(CompatibleBump *compat_bump, ShadeInput *shi,
else { /* 3d procedural, estimate from all dx/dy elems */
const float adx[3] = {fabsf(dx[0]), fabsf(dx[1]), fabsf(dx[2])};
const float ady[3] = {fabsf(dy[0]), fabsf(dy[1]), fabsf(dy[2])};
- du = MAX3(adx[0], adx[1], adx[2]);
- dv = MAX3(ady[0], ady[1], ady[2]);
+ du = max_fff(adx[0], adx[1], adx[2]);
+ dv = max_fff(ady[0], ady[1], ady[2]);
}
}
diff --git a/source/blender/render/intern/source/shadeoutput.c b/source/blender/render/intern/source/shadeoutput.c
index c9c8501a3a4..003e74bd69a 100644
--- a/source/blender/render/intern/source/shadeoutput.c
+++ b/source/blender/render/intern/source/shadeoutput.c
@@ -1892,7 +1892,7 @@ void shade_lamp_loop(ShadeInput *shi, ShadeResult *shr)
/* note: shi->mode! */
if (shi->mode & MA_TRANSP && (shi->mode & (MA_ZTRANSP|MA_RAYTRANSP))) {
if (shi->spectra!=0.0f) {
- float t = MAX3(shr->spec[0], shr->spec[1], shr->spec[2]);
+ float t = max_fff(shr->spec[0], shr->spec[1], shr->spec[2]);
t *= shi->spectra;
if (t>1.0f) t= 1.0f;
shi->alpha= (1.0f-t)*shi->alpha+t;
diff --git a/source/blender/render/intern/source/volume_precache.c b/source/blender/render/intern/source/volume_precache.c
index 8757be740f3..549148f4e29 100644
--- a/source/blender/render/intern/source/volume_precache.c
+++ b/source/blender/render/intern/source/volume_precache.c
@@ -354,7 +354,7 @@ static void ms_diffuse(Render *re, int do_test_break, float *x0, float *x, float
static void multiple_scattering_diffusion(Render *re, VolumePrecache *vp, Material *ma)
{
const float diff = ma->vol.ms_diff * 0.001f; /* compensate for scaling for a nicer UI range */
- const int simframes = (int)(ma->vol.ms_spread * (float)MAX3(vp->res[0], vp->res[1], vp->res[2]));
+ const int simframes = (int)(ma->vol.ms_spread * (float)max_iii(vp->res[0], vp->res[1], vp->res[2]));
const int shade_type = ma->vol.shade_type;
float fac = ma->vol.ms_intensity;
@@ -652,7 +652,7 @@ static int precache_resolution(Render *re, VolumePrecache *vp, ObjectInstanceRen
global_bounds_obi(re, obi, bbmin, bbmax);
sub_v3_v3v3(dim, bbmax, bbmin);
- div = MAX3(dim[0], dim[1], dim[2]);
+ div = max_fff(dim[0], dim[1], dim[2]);
dim[0] /= div;
dim[1] /= div;
dim[2] /= div;
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index b0b020f3d97..75ab0f5bcd7 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -144,9 +144,11 @@ struct wmEventHandler *WM_event_add_keymap_handler_priority(ListBase *handlers,
void WM_event_remove_keymap_handler(ListBase *handlers, wmKeyMap *keymap);
-struct wmEventHandler *WM_event_add_ui_handler(const struct bContext *C, ListBase *handlers,
- int (*func)(struct bContext *C, struct wmEvent *event, void *userdata),
- void (*remove)(struct bContext *C, void *userdata), void *userdata);
+struct wmEventHandler *WM_event_add_ui_handler(
+ const struct bContext *C, ListBase *handlers,
+ int (*func)(struct bContext *C, struct wmEvent *event, void *userdata),
+ void (*remove)(struct bContext *C, void *userdata), void *userdata);
+
void WM_event_remove_ui_handler(ListBase *handlers,
int (*func)(struct bContext *C, struct wmEvent *event, void *userdata),
void (*remove)(struct bContext *C, void *userdata),
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 2cb19ccdf09..197d585bff4 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -410,6 +410,9 @@ typedef struct wmGesture {
/* customdata for circle is recti, (xmin, ymin) is center, xmax radius */
/* customdata for lasso is short array */
/* customdata for straight line is a recti: (xmin,ymin) is start, (xmax, ymax) is end */
+
+ /* free pointer to use for operator allocs (if set, its freed on exit)*/
+ void *userdata;
} wmGesture;
/* ************** wmEvent ************************ */
diff --git a/source/blender/windowmanager/intern/wm_draw.c b/source/blender/windowmanager/intern/wm_draw.c
index 11cf1088280..91be03986c1 100644
--- a/source/blender/windowmanager/intern/wm_draw.c
+++ b/source/blender/windowmanager/intern/wm_draw.c
@@ -606,6 +606,7 @@ static void wm_method_draw_triple(bContext *C, wmWindow *win)
for (ar = sa->regionbase.first; ar; ar = ar->next) {
if (ar->swinid && ar->do_draw) {
+
if (ar->overlap == 0) {
CTX_wm_region_set(C, ar);
ED_region_do_draw(C, ar);
@@ -635,7 +636,6 @@ static void wm_method_draw_triple(bContext *C, wmWindow *win)
if (ar->swinid && ar->overlap) {
CTX_wm_region_set(C, ar);
ED_region_do_draw(C, ar);
- ED_area_overdraw_flush(sa, ar);
CTX_wm_region_set(C, NULL);
wm_draw_region_blend(win, ar);
@@ -796,7 +796,7 @@ void wm_draw_update(bContext *C)
GPU_free_unused_buffers();
for (win = wm->windows.first; win; win = win->next) {
- int state = GHOST_GetWindowState(win->ghostwin);;
+ int state = GHOST_GetWindowState(win->ghostwin);
if (state == GHOST_kWindowStateMinimized) {
/* do not update minimized windows, it gives issues on intel drivers (see [#33223])
diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index d8dd0ac04c4..e462e21d9f4 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -2689,8 +2689,10 @@ static wmWindow *wm_event_cursor_other_windows(wmWindowManager *wm, wmWindow *wi
if (wm->windows.first == wm->windows.last)
return NULL;
- /* top window bar... */
- if (mx < 0 || my < 0 || mx > win->sizex || my > win->sizey + 30) {
+ /* in order to use window size and mouse position (pixels), we have to use a WM function */
+
+ /* check if outside, include top window bar... */
+ if (mx < 0 || my < 0 || mx > WM_window_pixels_x(win) || my > WM_window_pixels_y(win) + 30) {
wmWindow *owin;
wmEventHandler *handler;
@@ -2701,18 +2703,21 @@ static wmWindow *wm_event_cursor_other_windows(wmWindowManager *wm, wmWindow *wi
return NULL;
/* to desktop space */
- mx += (int)win->posx;
- my += (int)win->posy;
+ mx += (int) (U.pixelsize * win->posx);
+ my += (int) (U.pixelsize * win->posy);
/* check other windows to see if it has mouse inside */
for (owin = wm->windows.first; owin; owin = owin->next) {
if (owin != win) {
- if (mx - owin->posx >= 0 && my - owin->posy >= 0 &&
- mx - owin->posx <= owin->sizex && my - owin->posy <= owin->sizey)
+ int posx = (int) (U.pixelsize * owin->posx);
+ int posy = (int) (U.pixelsize * owin->posy);
+
+ if (mx - posx >= 0 && owin->posy >= 0 &&
+ mx - posx <= WM_window_pixels_x(owin) && my - posy <= WM_window_pixels_y(owin))
{
- evt->x = mx - (int)owin->posx;
- evt->y = my - (int)owin->posy;
+ evt->x = mx - (int)(U.pixelsize * owin->posx);
+ evt->y = my - (int)(U.pixelsize * owin->posy);
return owin;
}
diff --git a/source/blender/windowmanager/intern/wm_gesture.c b/source/blender/windowmanager/intern/wm_gesture.c
index a80386e9860..1cf44a69c17 100644
--- a/source/blender/windowmanager/intern/wm_gesture.c
+++ b/source/blender/windowmanager/intern/wm_gesture.c
@@ -113,6 +113,9 @@ void WM_gesture_end(bContext *C, wmGesture *gesture)
win->tweak = NULL;
BLI_remlink(&win->gesture, gesture);
MEM_freeN(gesture->customdata);
+ if (gesture->userdata) {
+ MEM_freeN(gesture->userdata);
+ }
MEM_freeN(gesture);
}
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index cd3d5c97f99..b5f1d590f37 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -570,7 +570,8 @@ static char *wm_prop_pystring_from_context(bContext *C, PointerRNA *ptr, Propert
* - see if the pointers ID is in the context.
*/
- ListBase lb = CTX_data_dir_get(C);
+ /* don't get from the context store since this is normally set only for the UI and not usable elsewhere */
+ ListBase lb = CTX_data_dir_get_ex(C, FALSE, TRUE, TRUE);
LinkData *link;
const char *member_found = NULL;
@@ -582,21 +583,21 @@ static char *wm_prop_pystring_from_context(bContext *C, PointerRNA *ptr, Propert
for (link = lb.first; link; link = link->next) {
const char *identifier = link->data;
- PointerRNA ctx_ptr = CTX_data_pointer_get(C, identifier);
+ PointerRNA ctx_item_ptr = CTX_data_pointer_get(C, identifier);
- if (ctx_ptr.type == NULL) {
+ if (ctx_item_ptr.type == NULL) {
continue;
}
- if (ptr->id.data == ctx_ptr.id.data) {
- if ((ptr->data == ctx_ptr.data) &&
- (ptr->type == ctx_ptr.type))
+ if (ptr->id.data == ctx_item_ptr.id.data) {
+ if ((ptr->data == ctx_item_ptr.data) &&
+ (ptr->type == ctx_item_ptr.type))
{
/* found! */
member_found = identifier;
break;
}
- else if (RNA_struct_is_ID(ctx_ptr.type)) {
+ else if (RNA_struct_is_ID(ctx_item_ptr.type)) {
/* we found a reference to this ID,
* so fallback to it if there is no direct reference */
member_id = identifier;
@@ -604,15 +605,6 @@ static char *wm_prop_pystring_from_context(bContext *C, PointerRNA *ptr, Propert
}
}
- /* grr, CTX_data_dir_get skips scene */
- if ((member_id == NULL) &&
- (ptr->id.data != NULL) &&
- (GS(((ID *)ptr->id.data)->name) == ID_SCE) &&
- (CTX_data_scene(C) == ptr->id.data))
- {
- member_id = "scene";
- }
-
if (member_found) {
prop_str = RNA_path_property_py(ptr, prop, index);
if (prop_str) {
@@ -4019,6 +4011,7 @@ static void gesture_straightline_modal_keymap(wmKeyConfig *keyconf)
/* assign map to operators */
WM_modalkeymap_assign(keymap, "IMAGE_OT_sample_line");
+ WM_modalkeymap_assign(keymap, "PAINT_OT_weight_gradient");
}
diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
index 9f788b29ac6..482700d5958 100644
--- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
+++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
@@ -269,7 +269,7 @@ extern "C" void StartKetsjiShell(struct bContext *C, struct ARegion *ar, rcti *c
#ifdef WITH_PYTHON
bool nodepwarnings = (SYS_GetCommandLineInt(syshandle, "ignore_deprecation_warnings", 0) != 0);
#endif
- bool novertexarrays = (SYS_GetCommandLineInt(syshandle, "novertexarrays", 0) != 0);
+ // bool novertexarrays = (SYS_GetCommandLineInt(syshandle, "novertexarrays", 0) != 0);
bool mouse_state = startscene->gm.flag & GAME_SHOW_MOUSE;
bool restrictAnimFPS = startscene->gm.flag & GAME_RESTRICT_ANIM_UPDATES;
diff --git a/source/gameengine/Converter/BL_BlenderDataConversion.cpp b/source/gameengine/Converter/BL_BlenderDataConversion.cpp
index 15fc5ba76c7..874bf614413 100644
--- a/source/gameengine/Converter/BL_BlenderDataConversion.cpp
+++ b/source/gameengine/Converter/BL_BlenderDataConversion.cpp
@@ -192,6 +192,8 @@ extern "C" {
}
#endif
+#include "BLI_threads.h"
+
static bool default_light_mode = 0;
static std::map<int, SCA_IInputDevice::KX_EnumInputs> create_translate_table()
@@ -532,8 +534,6 @@ static void GetUVs(BL_Material *material, MTF_localLayer *layers, MFace *mface,
if (map.uvCoName.IsEmpty() || strcmp(map.uvCoName.ReadPtr(), layer.name)==0)
{
- MT_Point2 uvSet[4];
-
uvs[0][unit].setValue(layer.face->uv[0]);
uvs[1][unit].setValue(layer.face->uv[1]);
uvs[2][unit].setValue(layer.face->uv[2]);
@@ -881,7 +881,7 @@ static bool ConvertMaterial(
return true;
}
-RAS_MaterialBucket* material_from_mesh(Material *ma, MFace *mface, MTFace *tface, MCol *mcol, MTF_localLayer *layers, int lightlayer, unsigned int *rgb, MT_Point2 uvs[4][RAS_TexVert::MAX_UNIT], const char *tfaceName, KX_Scene* scene, KX_BlenderSceneConverter *converter)
+static RAS_MaterialBucket *material_from_mesh(Material *ma, MFace *mface, MTFace *tface, MCol *mcol, MTF_localLayer *layers, int lightlayer, unsigned int *rgb, MT_Point2 uvs[4][RAS_TexVert::MAX_UNIT], const char *tfaceName, KX_Scene* scene, KX_BlenderSceneConverter *converter)
{
RAS_IPolyMaterial* polymat = converter->FindCachedPolyMaterial(ma);
BL_Material* bl_mat = converter->FindCachedBlenderMaterial(ma);
@@ -1344,7 +1344,13 @@ static float my_boundbox_mesh(Mesh *me, float *loc, float *size)
float radius=0.0f, vert_radius, *co;
int a;
- if (me->bb==0) me->bb= (struct BoundBox *)MEM_callocN(sizeof(BoundBox), "boundbox");
+ if (me->bb==0) {
+ // This can be called in a seperate (not main) thread when doing async libload,
+ // so lets try to be safe...
+ BLI_begin_threaded_malloc();
+ me->bb= (struct BoundBox *)MEM_callocN(sizeof(BoundBox), "boundbox");
+ BLI_end_threaded_malloc();
+ }
bb= me->bb;
INIT_MINMAX(min, max);
diff --git a/source/gameengine/Converter/CMakeLists.txt b/source/gameengine/Converter/CMakeLists.txt
index e9dd97f3821..e01729e156f 100644
--- a/source/gameengine/Converter/CMakeLists.txt
+++ b/source/gameengine/Converter/CMakeLists.txt
@@ -83,6 +83,7 @@ set(SRC
KX_ConvertProperties.cpp
KX_ConvertSensors.cpp
KX_IpoConvert.cpp
+ KX_LibLoadStatus.cpp
KX_SoftBodyDeformer.cpp
BL_ActionActuator.h
@@ -105,6 +106,7 @@ set(SRC
KX_ConvertProperties.h
KX_ConvertSensors.h
KX_IpoConvert.h
+ KX_LibLoadStatus.h
KX_SoftBodyDeformer.h
)
diff --git a/source/gameengine/Converter/KX_BlenderSceneConverter.cpp b/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
index 260ca9ede96..ceaa0a5f5a8 100644
--- a/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
+++ b/source/gameengine/Converter/KX_BlenderSceneConverter.cpp
@@ -60,6 +60,7 @@
#endif
#include "KX_BlenderSceneConverter.h"
+#include "KX_LibLoadStatus.h"
#include "KX_BlenderScalarInterpolator.h"
#include "BL_BlenderDataConversion.h"
#include "BlenderWorldInfo.h"
@@ -113,6 +114,14 @@ extern "C" {
#include "../../blender/blenlib/BLI_linklist.h"
}
+#include <pthread.h>
+
+/* This is used to avoid including pthread.h in KX_BlenderSceneConverter.h */
+typedef struct ThreadInfo {
+ vector<pthread_t> threads;
+ pthread_mutex_t merge_lock;
+} ThreadInfo;
+
KX_BlenderSceneConverter::KX_BlenderSceneConverter(
struct Main* maggie,
class KX_KetsjiEngine* engine
@@ -126,6 +135,8 @@ KX_BlenderSceneConverter::KX_BlenderSceneConverter(
{
tag_main(maggie, 0); /* avoid re-tagging later on */
m_newfilename = "";
+ m_threadinfo = new ThreadInfo();
+ pthread_mutex_init(&m_threadinfo->merge_lock, NULL);
}
@@ -135,6 +146,16 @@ KX_BlenderSceneConverter::~KX_BlenderSceneConverter()
int i;
// delete sumoshapes
+ if (m_threadinfo) {
+ vector<pthread_t>::iterator pit = m_threadinfo->threads.begin();
+ while (pit != m_threadinfo->threads.end()) {
+ pthread_join((*pit), NULL);
+ pit++;
+ }
+
+ pthread_mutex_destroy(&m_threadinfo->merge_lock);
+ delete m_threadinfo;
+ }
int numAdtLists = m_map_blender_to_gameAdtList.size();
for (i=0; i<numAdtLists; i++) {
@@ -299,7 +320,10 @@ void KX_BlenderSceneConverter::ConvertScene(class KX_Scene* destinationscene,
// hook for registration function during conversion.
m_currentScene = destinationscene;
destinationscene->SetSceneConverter(this);
- SG_SetActiveStage(SG_STAGE_CONVERTER);
+
+ // This doesn't really seem to do anything except cause potential issues
+ // when doing threaded conversion, so it's disabled for now.
+ // SG_SetActiveStage(SG_STAGE_CONVERTER);
if (blenderscene)
{
@@ -945,7 +969,67 @@ Main* KX_BlenderSceneConverter::GetMainDynamicPath(const char *path)
return NULL;
}
-bool KX_BlenderSceneConverter::LinkBlendFileMemory(void *data, int length, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
+void KX_BlenderSceneConverter::MergeAsyncLoads()
+{
+ vector<KX_Scene*> *merge_scenes;
+
+ vector<KX_LibLoadStatus*>::iterator mit;
+ vector<KX_Scene*>::iterator sit;
+
+ pthread_mutex_lock(&m_threadinfo->merge_lock);
+
+ for (mit=m_mergequeue.begin(); mit!=m_mergequeue.end(); ++mit) {
+ merge_scenes = (vector<KX_Scene*>*)(*mit)->GetData();
+
+ for (sit=merge_scenes->begin(); sit!=merge_scenes->end(); ++sit) {
+ (*mit)->GetMergeScene()->MergeScene(*sit);
+ delete (*sit);
+ }
+
+
+ delete merge_scenes;
+ (*mit)->SetData(NULL);
+
+ (*mit)->Finish();
+ }
+
+ m_mergequeue.clear();
+
+ pthread_mutex_unlock(&m_threadinfo->merge_lock);
+}
+
+void KX_BlenderSceneConverter::AddScenesToMergeQueue(KX_LibLoadStatus *status)
+{
+ pthread_mutex_lock(&m_threadinfo->merge_lock);
+ m_mergequeue.push_back(status);
+ pthread_mutex_unlock(&m_threadinfo->merge_lock);
+}
+
+static void *async_convert(void *ptr)
+{
+ KX_Scene *new_scene = NULL;
+ KX_LibLoadStatus *status = (KX_LibLoadStatus*)ptr;
+ vector<Scene*> *scenes = (vector<Scene*>*)status->GetData();
+ vector<KX_Scene*> *merge_scenes = new vector<KX_Scene*>(); // Deleted in MergeAsyncLoads
+
+ for (unsigned int i=0; i<scenes->size(); ++i) {
+ new_scene = status->GetEngine()->CreateScene((*scenes)[i], true);
+
+ if (new_scene)
+ merge_scenes->push_back(new_scene);
+
+ status->AddProgress((1.f/scenes->size())*0.9f); // We'll call conversion 90% and merging 10% for now
+ }
+
+ delete scenes;
+ status->SetData(merge_scenes);
+
+ status->GetConverter()->AddScenesToMergeQueue(status);
+
+ return NULL;
+}
+
+KX_LibLoadStatus *KX_BlenderSceneConverter::LinkBlendFileMemory(void *data, int length, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
{
BlendHandle *bpy_openlib = BLO_blendhandle_from_memory(data, length);
@@ -953,7 +1037,7 @@ bool KX_BlenderSceneConverter::LinkBlendFileMemory(void *data, int length, const
return LinkBlendFile(bpy_openlib, path, group, scene_merge, err_str, options);
}
-bool KX_BlenderSceneConverter::LinkBlendFilePath(const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
+KX_LibLoadStatus *KX_BlenderSceneConverter::LinkBlendFilePath(const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
{
BlendHandle *bpy_openlib = BLO_blendhandle_from_file((char *)path, NULL);
@@ -985,7 +1069,7 @@ static void load_datablocks(Main *main_newlib, BlendHandle *bpy_openlib, const c
BLO_library_append_end(NULL, main_tmp, &bpy_openlib, idcode, flag);
}
-bool KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
+KX_LibLoadStatus *KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options)
{
Main *main_newlib; /* stored as a dynamic 'main' until we free it */
const int idcode = BKE_idcode_from_name(group);
@@ -994,25 +1078,27 @@ bool KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const cha
// TIMEIT_START(bge_link_blend_file);
+ KX_LibLoadStatus *status;
+
/* only scene and mesh supported right now */
if (idcode!=ID_SCE && idcode!=ID_ME &&idcode!=ID_AC) {
snprintf(err_local, sizeof(err_local), "invalid ID type given \"%s\"\n", group);
*err_str= err_local;
BLO_blendhandle_close(bpy_openlib);
- return false;
+ return NULL;
}
if (GetMainDynamicPath(path)) {
snprintf(err_local, sizeof(err_local), "blend file already open \"%s\"\n", path);
*err_str= err_local;
BLO_blendhandle_close(bpy_openlib);
- return false;
+ return NULL;
}
if (bpy_openlib==NULL) {
snprintf(err_local, sizeof(err_local), "could not open blendfile \"%s\"\n", path);
*err_str= err_local;
- return false;
+ return NULL;
}
main_newlib= (Main *)MEM_callocN( sizeof(Main), "BgeMain");
@@ -1039,6 +1125,8 @@ bool KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const cha
strncpy(main_newlib->name, path, sizeof(main_newlib->name));
+ status = new KX_LibLoadStatus(this, m_ketsjiEngine, scene_merge, path);
+
if (idcode==ID_ME) {
/* Convert all new meshes into BGE meshes */
ID* mesh;
@@ -1063,16 +1151,30 @@ bool KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const cha
else if (idcode==ID_SCE) {
/* Merge all new linked in scene into the existing one */
ID *scene;
+ // scenes gets deleted by the thread when it's done using it (look in async_convert())
+ vector<Scene*> *scenes = (options & LIB_LOAD_ASYNC) ? new vector<Scene*>() : NULL;
+
for (scene= (ID *)main_newlib->scene.first; scene; scene= (ID *)scene->next ) {
if (options & LIB_LOAD_VERBOSE)
printf("SceneName: %s\n", scene->name+2);
- /* merge into the base scene */
- KX_Scene* other= m_ketsjiEngine->CreateScene((Scene *)scene, true);
- scene_merge->MergeScene(other);
+ if (options & LIB_LOAD_ASYNC) {
+ scenes->push_back((Scene*)scene);
+ } else {
+ /* merge into the base scene */
+ KX_Scene* other= m_ketsjiEngine->CreateScene((Scene *)scene, true);
+ scene_merge->MergeScene(other);
- // RemoveScene(other); // Don't run this, it frees the entire scene converter data, just delete the scene
- delete other;
+ // RemoveScene(other); // Don't run this, it frees the entire scene converter data, just delete the scene
+ delete other;
+ }
+ }
+
+ if (options & LIB_LOAD_ASYNC) {
+ pthread_t id;
+ status->SetData(scenes);
+ pthread_create(&id, NULL, &async_convert, (void*)status);
+ m_threadinfo->threads.push_back(id);
}
#ifdef WITH_PYTHON
@@ -1093,9 +1195,14 @@ bool KX_BlenderSceneConverter::LinkBlendFile(BlendHandle *bpy_openlib, const cha
}
}
+ if (!(options & LIB_LOAD_ASYNC))
+ status->Finish();
+
+
// TIMEIT_END(bge_link_blend_file);
- return true;
+ m_status_map[main_newlib->name] = status;
+ return status;
}
/* Note m_map_*** are all ok and don't need to be freed
@@ -1382,6 +1489,9 @@ bool KX_BlenderSceneConverter::FreeBlendFile(struct Main *maggie)
removeImportMain(maggie);
#endif
+ delete m_status_map[maggie->name];
+ m_status_map.erase(maggie->name);
+
free_main(maggie);
return true;
diff --git a/source/gameengine/Converter/KX_BlenderSceneConverter.h b/source/gameengine/Converter/KX_BlenderSceneConverter.h
index eddb377dbc7..f7723350eee 100644
--- a/source/gameengine/Converter/KX_BlenderSceneConverter.h
+++ b/source/gameengine/Converter/KX_BlenderSceneConverter.h
@@ -52,6 +52,7 @@ class BL_InterpolatorList;
class BL_Material;
struct Main;
struct Scene;
+struct ThreadInfo;
class KX_BlenderSceneConverter : public KX_ISceneConverter
{
@@ -61,10 +62,16 @@ class KX_BlenderSceneConverter : public KX_ISceneConverter
vector<pair<KX_Scene*,RAS_MeshObject*> > m_meshobjects;
vector<pair<KX_Scene*,BL_Material *> > m_materials;
+ vector<class KX_LibLoadStatus*> m_mergequeue;
+ ThreadInfo *m_threadinfo;
+
// Cached material conversions
map<struct Material*, BL_Material*> m_mat_cache;
map<struct Material*, RAS_IPolyMaterial*> m_polymat_cache;
+ // Saved KX_LibLoadStatus objects
+ map<char *, class KX_LibLoadStatus*> m_status_map;
+
// Should also have a list of collision shapes.
// For the time being this is held in KX_Scene::m_shapes
@@ -159,13 +166,16 @@ public:
struct Main* GetMainDynamicPath(const char *path);
vector<struct Main*> &GetMainDynamic();
- bool LinkBlendFileMemory(void *data, int length, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
- bool LinkBlendFilePath(const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
- bool LinkBlendFile(struct BlendHandle *bpy_openlib, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
+ class KX_LibLoadStatus *LinkBlendFileMemory(void *data, int length, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
+ class KX_LibLoadStatus *LinkBlendFilePath(const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
+ class KX_LibLoadStatus *LinkBlendFile(struct BlendHandle *bpy_openlib, const char *path, char *group, KX_Scene *scene_merge, char **err_str, short options);
bool MergeScene(KX_Scene *to, KX_Scene *from);
RAS_MeshObject *ConvertMeshSpecial(KX_Scene* kx_scene, Main *maggie, const char *name);
bool FreeBlendFile(struct Main *maggie);
bool FreeBlendFile(const char *path);
+
+ virtual void MergeAsyncLoads();
+ void AddScenesToMergeQueue(class KX_LibLoadStatus *status);
void PrintStats() {
printf("BGE STATS!\n");
@@ -195,6 +205,7 @@ public:
LIB_LOAD_LOAD_ACTIONS = 1,
LIB_LOAD_VERBOSE = 2,
LIB_LOAD_LOAD_SCRIPTS = 4,
+ LIB_LOAD_ASYNC = 8,
};
diff --git a/source/gameengine/Converter/KX_LibLoadStatus.cpp b/source/gameengine/Converter/KX_LibLoadStatus.cpp
new file mode 100644
index 00000000000..fb36f232f30
--- /dev/null
+++ b/source/gameengine/Converter/KX_LibLoadStatus.cpp
@@ -0,0 +1,251 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor(s): Mitchell Stokes
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file KX_LibLoadStatus.cpp
+ * \ingroup bgeconv
+ */
+
+#include "KX_LibLoadStatus.h"
+#include "PIL_time.h"
+
+KX_LibLoadStatus::KX_LibLoadStatus(class KX_BlenderSceneConverter* kx_converter,
+ class KX_KetsjiEngine* kx_engine,
+ class KX_Scene* merge_scene,
+ const char *path) :
+ m_converter(kx_converter),
+ m_engine(kx_engine),
+ m_mergescene(merge_scene),
+ m_data(NULL),
+ m_libname(path),
+ m_progress(0.f),
+#ifdef WITH_PYTHON
+ m_finish_cb(NULL),
+ m_progress_cb(NULL)
+#endif
+{
+ m_endtime = m_starttime = PIL_check_seconds_timer();
+}
+
+void KX_LibLoadStatus::Finish()
+{
+ m_progress = 1.f;
+ m_endtime = PIL_check_seconds_timer();
+
+ RunFinishCallback();
+ RunProgressCallback();
+}
+
+void KX_LibLoadStatus::RunFinishCallback()
+{
+#ifdef WITH_PYTHON
+ if (m_finish_cb) {
+ PyObject* args = Py_BuildValue("(O)", GetProxy());
+
+ if (!PyObject_Call(m_finish_cb, args, NULL)) {
+ PyErr_Print();
+ PyErr_Clear();
+ }
+
+ Py_DECREF(args);
+ }
+#endif
+}
+
+void KX_LibLoadStatus::RunProgressCallback()
+{
+// Progess callbacks are causing threading problems with Python, so they're disabled for now
+#if 0
+#ifdef WITH_PYTHON
+ if (m_progress_cb) {
+ //PyGILState_STATE gstate = PyGILState_Ensure();
+ PyObject* args = Py_BuildValue("(O)", GetProxy());
+
+ if (!PyObject_Call(m_progress_cb, args, NULL)) {
+ PyErr_Print();
+ PyErr_Clear();
+ }
+
+ Py_DECREF(args);
+ //PyGILState_Release(gstate);
+ }
+#endif
+#endif
+}
+
+class KX_BlenderSceneConverter *KX_LibLoadStatus::GetConverter()
+{
+ return m_converter;
+}
+
+class KX_KetsjiEngine *KX_LibLoadStatus::GetEngine()
+{
+ return m_engine;
+}
+
+class KX_Scene *KX_LibLoadStatus::GetMergeScene()
+{
+ return m_mergescene;
+}
+
+void KX_LibLoadStatus::SetLibName(const char *name)
+{
+ m_libname = name;
+}
+
+const char *KX_LibLoadStatus::GetLibName()
+{
+ return m_libname;
+}
+
+void KX_LibLoadStatus::SetData(void *data)
+{
+ m_data = data;
+}
+
+void *KX_LibLoadStatus::GetData()
+{
+ return m_data;
+}
+
+void KX_LibLoadStatus::SetProgress(float progress)
+{
+ m_progress = progress;
+ RunProgressCallback();
+}
+
+float KX_LibLoadStatus::GetProgress()
+{
+ return m_progress;
+}
+
+void KX_LibLoadStatus::AddProgress(float progress)
+{
+ m_progress += progress;
+ RunProgressCallback();
+}
+
+#ifdef WITH_PYTHON
+
+PyMethodDef KX_LibLoadStatus::Methods[] =
+{
+ {NULL} //Sentinel
+};
+
+PyAttributeDef KX_LibLoadStatus::Attributes[] = {
+ KX_PYATTRIBUTE_RW_FUNCTION("onFinish", KX_LibLoadStatus, pyattr_get_onfinish, pyattr_set_onfinish),
+ // KX_PYATTRIBUTE_RW_FUNCTION("onProgress", KX_LibLoadStatus, pyattr_get_onprogress, pyattr_set_onprogress),
+ KX_PYATTRIBUTE_FLOAT_RO("progress", KX_LibLoadStatus, m_progress),
+ KX_PYATTRIBUTE_STRING_RO("libraryName", KX_LibLoadStatus, m_libname),
+ KX_PYATTRIBUTE_RO_FUNCTION("timeTaken", KX_LibLoadStatus, pyattr_get_timetaken),
+ { NULL } //Sentinel
+};
+
+PyTypeObject KX_LibLoadStatus::Type = {
+ PyVarObject_HEAD_INIT(NULL, 0)
+ "KX_LibLoadStatus",
+ sizeof(PyObjectPlus_Proxy),
+ 0,
+ py_base_dealloc,
+ 0,
+ 0,
+ 0,
+ 0,
+ py_base_repr,
+ 0,0,0,0,0,0,0,0,0,
+ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
+ 0,0,0,0,0,0,0,
+ Methods,
+ 0,
+ 0,
+ &PyObjectPlus::Type,
+ 0,0,0,0,0,0,
+ py_base_new
+};
+
+
+PyObject* KX_LibLoadStatus::pyattr_get_onfinish(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ KX_LibLoadStatus* self = static_cast<KX_LibLoadStatus*>(self_v);
+
+ if (self->m_finish_cb) {
+ Py_INCREF(self->m_finish_cb);
+ return self->m_finish_cb;
+ }
+
+ Py_RETURN_NONE;
+}
+
+int KX_LibLoadStatus::pyattr_set_onfinish(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef, PyObject *value)
+{
+ KX_LibLoadStatus* self = static_cast<KX_LibLoadStatus*>(self_v);
+
+ if (!PyCallable_Check(value)) {
+ PyErr_SetString(PyExc_TypeError, "KX_LibLoadStatus.onFinished requires a callable object");
+ return PY_SET_ATTR_FAIL;
+ }
+
+ if (self->m_finish_cb)
+ Py_DECREF(self->m_finish_cb);
+
+ Py_INCREF(value);
+ self->m_finish_cb = value;
+
+ return PY_SET_ATTR_SUCCESS;
+}
+
+PyObject* KX_LibLoadStatus::pyattr_get_onprogress(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ KX_LibLoadStatus* self = static_cast<KX_LibLoadStatus*>(self_v);
+
+ if (self->m_progress_cb) {
+ Py_INCREF(self->m_progress_cb);
+ return self->m_progress_cb;
+ }
+
+ Py_RETURN_NONE;
+}
+
+int KX_LibLoadStatus::pyattr_set_onprogress(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef, PyObject *value)
+{
+ KX_LibLoadStatus* self = static_cast<KX_LibLoadStatus*>(self_v);
+
+ if (!PyCallable_Check(value)) {
+ PyErr_SetString(PyExc_TypeError, "KX_LibLoadStatus.onProgress requires a callable object");
+ return PY_SET_ATTR_FAIL;
+ }
+
+ if (self->m_progress_cb)
+ Py_DECREF(self->m_progress_cb);
+
+ Py_INCREF(value);
+ self->m_progress_cb = value;
+
+ return PY_SET_ATTR_SUCCESS;
+}
+
+PyObject* KX_LibLoadStatus::pyattr_get_timetaken(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ KX_LibLoadStatus* self = static_cast<KX_LibLoadStatus*>(self_v);
+
+ return PyFloat_FromDouble(self->m_endtime - self->m_starttime);
+}
+#endif // WITH_PYTHON
diff --git a/source/gameengine/Converter/KX_LibLoadStatus.h b/source/gameengine/Converter/KX_LibLoadStatus.h
new file mode 100644
index 00000000000..3da7329213b
--- /dev/null
+++ b/source/gameengine/Converter/KX_LibLoadStatus.h
@@ -0,0 +1,85 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor(s): Mitchell Stokes
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file KX_LibLoadStatus.h
+ * \ingroup bgeconv
+ */
+
+#ifndef __KX_LIBLOADSTATUS_H__
+#define __KX_LIBLOADSTATUS_H__
+
+#include "PyObjectPlus.h"
+
+class KX_LibLoadStatus : public PyObjectPlus
+{
+ Py_Header
+private:
+ class KX_BlenderSceneConverter* m_converter;
+ class KX_KetsjiEngine* m_engine;
+ class KX_Scene* m_mergescene;
+ void* m_data;
+ STR_String m_libname;
+
+ float m_progress;
+ double m_starttime;
+ double m_endtime;
+
+#ifdef WITH_PYTHON
+ PyObject* m_finish_cb;
+ PyObject* m_progress_cb;
+#endif
+
+public:
+ KX_LibLoadStatus(class KX_BlenderSceneConverter* kx_converter,
+ class KX_KetsjiEngine* kx_engine,
+ class KX_Scene* merge_scene,
+ const char *path);
+
+ void Finish(); // Called when the libload is done
+ void RunFinishCallback();
+ void RunProgressCallback();
+
+ class KX_BlenderSceneConverter *GetConverter();
+ class KX_KetsjiEngine *GetEngine();
+ class KX_Scene *GetMergeScene();
+
+ void SetLibName(const char *name);
+ const char *GetLibName();
+
+ void SetData(void *data);
+ void *GetData();
+
+ void SetProgress(float progress);
+ float GetProgress();
+ void AddProgress(float progress);
+
+#ifdef WITH_PYTHON
+ static PyObject* pyattr_get_onfinish(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static int pyattr_set_onfinish(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef, PyObject *value);
+ static PyObject* pyattr_get_onprogress(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static int pyattr_set_onprogress(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef, PyObject *value);
+
+ static PyObject* pyattr_get_timetaken(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+#endif
+};
+
+#endif // __KX_LIBLOADSTATUS_H__
diff --git a/source/gameengine/GameLogic/CMakeLists.txt b/source/gameengine/GameLogic/CMakeLists.txt
index e511704c7f4..ad357bd015b 100644
--- a/source/gameengine/GameLogic/CMakeLists.txt
+++ b/source/gameengine/GameLogic/CMakeLists.txt
@@ -71,6 +71,7 @@ set(SRC
SCA_PropertyEventManager.cpp
SCA_PropertySensor.cpp
SCA_PythonController.cpp
+ SCA_PythonJoystick.cpp
SCA_PythonKeyboard.cpp
SCA_PythonMouse.cpp
SCA_RandomActuator.cpp
@@ -114,6 +115,7 @@ set(SRC
SCA_PropertyEventManager.h
SCA_PropertySensor.h
SCA_PythonController.h
+ SCA_PythonJoystick.h
SCA_PythonKeyboard.h
SCA_PythonMouse.h
SCA_RandomActuator.h
diff --git a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
index 8b343be8226..b7fbe958c86 100644
--- a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
+++ b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
@@ -321,3 +321,12 @@ int SCA_Joystick::pAxisTest(int axisnum)
return 0;
#endif /* WITH_SDL */
}
+
+const char *SCA_Joystick::GetName()
+{
+#ifdef WITH_SDL
+ return SDL_JoystickName(m_joyindex);
+#else /* WITH_SDL */
+ return "";
+#endif /* WITH_SDL */
+}
diff --git a/source/gameengine/GameLogic/Joystick/SCA_Joystick.h b/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
index 912484a2fe5..dd9fbefa545 100644
--- a/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
+++ b/source/gameengine/GameLogic/Joystick/SCA_Joystick.h
@@ -192,6 +192,11 @@ public:
* Test if the joystick is connected
*/
int Connected(void);
+
+ /**
+ * Name of the joytsick
+ */
+ const char *GetName();
};
#endif
diff --git a/source/gameengine/GameLogic/SCA_JoystickManager.cpp b/source/gameengine/GameLogic/SCA_JoystickManager.cpp
index c21db794e42..780e4e9ce88 100644
--- a/source/gameengine/GameLogic/SCA_JoystickManager.cpp
+++ b/source/gameengine/GameLogic/SCA_JoystickManager.cpp
@@ -60,14 +60,16 @@ SCA_JoystickManager::~SCA_JoystickManager()
void SCA_JoystickManager::NextFrame(double curtime,double deltatime)
{
+ // We should always handle events in case we want to grab them with Python
+#ifdef WITH_SDL
+ SCA_Joystick::HandleEvents(); /* Handle all SDL Joystick events */
+#endif
+
if (m_sensors.Empty()) {
return;
}
else {
;
-#ifdef WITH_SDL
- SCA_Joystick::HandleEvents(); /* Handle all SDL Joystick events */
-#endif
SG_DList::iterator<SCA_JoystickSensor> it(m_sensors);
for (it.begin();!it.end();++it)
{
diff --git a/source/gameengine/GameLogic/SCA_PythonJoystick.cpp b/source/gameengine/GameLogic/SCA_PythonJoystick.cpp
new file mode 100644
index 00000000000..ee792111705
--- /dev/null
+++ b/source/gameengine/GameLogic/SCA_PythonJoystick.cpp
@@ -0,0 +1,184 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor(s): Mitchell Stokes.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file gameengine/GameLogic/SCA_PythonJoystick.cpp
+ * \ingroup gamelogic
+ */
+
+
+#include "SCA_PythonJoystick.h"
+#include "./Joystick/SCA_Joystick.h"
+#include "SCA_IInputDevice.h"
+
+//#include "GHOST_C-api.h"
+
+/* ------------------------------------------------------------------------- */
+/* Native functions */
+/* ------------------------------------------------------------------------- */
+
+SCA_PythonJoystick::SCA_PythonJoystick(SCA_Joystick* joystick)
+: PyObjectPlus(),
+m_joystick(joystick)
+{
+#ifdef WITH_PYTHON
+ m_event_dict = PyDict_New();
+#endif
+}
+
+SCA_PythonJoystick::~SCA_PythonJoystick()
+{
+#ifdef WITH_PYTHON
+ PyDict_Clear(m_event_dict);
+ Py_DECREF(m_event_dict);
+#endif
+}
+
+#ifdef WITH_PYTHON
+
+/* ------------------------------------------------------------------------- */
+/* Python functions */
+/* ------------------------------------------------------------------------- */
+PyObject* SCA_PythonJoystick::py_repr(void)
+{
+ return PyUnicode_FromString(m_joystick->GetName());
+}
+
+
+/* Integration hooks ------------------------------------------------------- */
+PyTypeObject SCA_PythonJoystick::Type = {
+ PyVarObject_HEAD_INIT(NULL, 0)
+ "SCA_PythonJoystick",
+ sizeof(PyObjectPlus_Proxy),
+ 0,
+ py_base_dealloc,
+ 0,
+ 0,
+ 0,
+ 0,
+ py_base_repr,
+ 0,0,0,0,0,0,0,0,0,
+ Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE,
+ 0,0,0,0,0,0,0,
+ Methods,
+ 0,
+ 0,
+ &PyObjectPlus::Type,
+ 0,0,0,0,0,0,
+ py_base_new
+};
+
+PyMethodDef SCA_PythonJoystick::Methods[] = {
+ {NULL,NULL} //Sentinel
+};
+
+PyAttributeDef SCA_PythonJoystick::Attributes[] = {
+ KX_PYATTRIBUTE_RO_FUNCTION("numButtons", SCA_PythonJoystick, pyattr_get_num_x),
+ KX_PYATTRIBUTE_RO_FUNCTION("numHats", SCA_PythonJoystick, pyattr_get_num_x),
+ KX_PYATTRIBUTE_RO_FUNCTION("numAxis", SCA_PythonJoystick, pyattr_get_num_x),
+ KX_PYATTRIBUTE_RO_FUNCTION("activeButtons", SCA_PythonJoystick, pyattr_get_active_buttons),
+ KX_PYATTRIBUTE_RO_FUNCTION("hatValues", SCA_PythonJoystick, pyattr_get_hat_values),
+ KX_PYATTRIBUTE_RO_FUNCTION("axisValues", SCA_PythonJoystick, pyattr_get_axis_values),
+ KX_PYATTRIBUTE_RO_FUNCTION("name", SCA_PythonJoystick, pyattr_get_name),
+ { NULL } //Sentinel
+};
+
+// Use one function for numAxis, numButtons, and numHats
+PyObject* SCA_PythonJoystick::pyattr_get_num_x(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ SCA_PythonJoystick* self = static_cast<SCA_PythonJoystick*>(self_v);
+
+ if (strcmp(attrdef->m_name, "numButtons") == 0)
+ return PyLong_FromLong(self->m_joystick->GetNumberOfButtons());
+ else if (strcmp(attrdef->m_name, "numAxis") == 0)
+ return PyLong_FromLong(self->m_joystick->GetNumberOfAxes());
+ else if (strcmp(attrdef->m_name, "numHats") == 0)
+ return PyLong_FromLong(self->m_joystick->GetNumberOfHats());
+
+ // If we got here, we have a problem...
+ PyErr_SetString(PyExc_AttributeError, "invalid attribute");
+ return NULL;
+}
+
+PyObject* SCA_PythonJoystick::pyattr_get_active_buttons(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ SCA_PythonJoystick* self = static_cast<SCA_PythonJoystick*>(self_v);
+
+ int button_index = self->m_joystick->GetNumberOfButtons();
+
+ PyObject *list = PyList_New(0);
+ PyObject *value;
+
+ for (int i=0; i < self->m_joystick->GetNumberOfButtons(); i++) {
+ if (self->m_joystick->aButtonPressIsPositive(i)) {
+ value = PyLong_FromSsize_t(i);
+ PyList_Append(list, value);
+ Py_DECREF(value);
+ }
+ }
+
+ return list;
+}
+
+PyObject* SCA_PythonJoystick::pyattr_get_hat_values(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ SCA_PythonJoystick* self = static_cast<SCA_PythonJoystick*>(self_v);
+
+ int hat_index = self->m_joystick->GetNumberOfHats();
+ PyObject *list = PyList_New(hat_index);
+
+ while (hat_index--) {
+ PyList_SET_ITEM(list, hat_index, PyLong_FromLong(self->m_joystick->GetHat(hat_index)));
+ }
+
+ return list;
+}
+
+PyObject* SCA_PythonJoystick::pyattr_get_axis_values(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ SCA_PythonJoystick* self = static_cast<SCA_PythonJoystick*>(self_v);
+
+ int axis_index = self->m_joystick->GetNumberOfAxes();
+ PyObject *list = PyList_New(axis_index);
+ int position;
+
+ while (axis_index--) {
+ position = self->m_joystick->GetAxisPosition(axis_index);
+
+ // We get back a range from -32768 to 32767, so we use an if here to
+ // get a perfect -1.0 to 1.0 mapping. Some oddball system might have an
+ // actual min of -32767 for shorts, so we use SHRT_MIN/MAX to be safe.
+ if (position < 0)
+ PyList_SET_ITEM(list, axis_index, PyFloat_FromDouble(position/((double)-SHRT_MIN)));
+ else
+ PyList_SET_ITEM(list, axis_index, PyFloat_FromDouble(position/(double)SHRT_MAX));
+ }
+
+ return list;
+}
+
+PyObject* SCA_PythonJoystick::pyattr_get_name(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef)
+{
+ SCA_PythonJoystick* self = static_cast<SCA_PythonJoystick*>(self_v);
+
+ return PyUnicode_FromString(self->m_joystick->GetName());
+}
+#endif
diff --git a/source/gameengine/GameLogic/SCA_PythonJoystick.h b/source/gameengine/GameLogic/SCA_PythonJoystick.h
new file mode 100644
index 00000000000..15c6285aed5
--- /dev/null
+++ b/source/gameengine/GameLogic/SCA_PythonJoystick.h
@@ -0,0 +1,56 @@
+/*
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor(s): Mitchell Stokes.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file SCA_PythonJoystick.h
+ * \ingroup gamelogic
+ */
+
+#ifndef __SCA_PYTHONJOYSTICK_H__
+#define __SCA_PYTHONJOYSTICK_H__
+
+#include "PyObjectPlus.h"
+
+class SCA_PythonJoystick : public PyObjectPlus
+{
+ Py_Header
+private:
+ class SCA_Joystick *m_joystick;
+#ifdef WITH_PYTHON
+ PyObject* m_event_dict;
+#endif
+public:
+ SCA_PythonJoystick(class SCA_Joystick* joystick);
+ virtual ~SCA_PythonJoystick();
+
+#ifdef WITH_PYTHON
+ virtual PyObject* py_repr(void);
+
+ static PyObject* pyattr_get_num_x(void* self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static PyObject* pyattr_get_active_buttons(void* self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static PyObject* pyattr_get_hat_values(void* self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static PyObject* pyattr_get_axis_values(void* self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+ static PyObject* pyattr_get_name(void* self_v, const KX_PYATTRIBUTE_DEF *attrdef);
+#endif
+};
+
+#endif //__SCA_PYTHONJOYSTICK_H__
+
diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index ba7d3135a10..26e9bcbf65d 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -1004,7 +1004,7 @@ int main(int argc, char** argv)
// Enter main loop
bool run = true;
- char *python_main = NULL;
+ char *python_main = NULL;
pynextframestate.state = NULL;
pynextframestate.func = NULL;
#ifdef WITH_PYTHON
@@ -1015,24 +1015,24 @@ int main(int argc, char** argv)
char *python_code = KX_GetPythonCode(maggie, python_main);
if (python_code)
{
-#ifdef WITH_PYTHON
+#ifdef WITH_PYTHON
gpg_nextframestate.system = system;
gpg_nextframestate.app = &app;
gpg_nextframestate.gs = &gs;
pynextframestate.state = &gpg_nextframestate;
pynextframestate.func = &GPG_PyNextFrame;
- printf("Yielding control to Python script '%s'...\n", python_main);
- PyRun_SimpleString(python_code);
- printf("Exit Python script '%s'\n", python_main);
+ printf("Yielding control to Python script '%s'...\n", python_main);
+ PyRun_SimpleString(python_code);
+ printf("Exit Python script '%s'\n", python_main);
#endif // WITH_PYTHON
- MEM_freeN(python_code);
- }
- else {
- fprintf(stderr, "ERROR: cannot yield control to Python: no Python text data block named '%s'\n", python_main);
- }
- }
- else
+ MEM_freeN(python_code);
+ }
+ else {
+ fprintf(stderr, "ERROR: cannot yield control to Python: no Python text data block named '%s'\n", python_main);
+ }
+ }
+ else
{
while (run)
{
diff --git a/source/gameengine/Ketsji/KX_ISceneConverter.h b/source/gameengine/Ketsji/KX_ISceneConverter.h
index 0dbfd7de2c6..7c1d593a81e 100644
--- a/source/gameengine/Ketsji/KX_ISceneConverter.h
+++ b/source/gameengine/Ketsji/KX_ISceneConverter.h
@@ -62,6 +62,9 @@ public:
virtual void RemoveScene(class KX_Scene *scene)=0;
+ // handle any pending merges from asynchronous loads
+ virtual void MergeAsyncLoads()=0;
+
virtual void SetAlwaysUseExpandFraming(bool to_what) = 0;
virtual void SetNewFileName(const STR_String& filename) = 0;
diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
index 890b9d4c472..6638b711a1b 100644
--- a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
+++ b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
@@ -592,6 +592,8 @@ bool KX_KetsjiEngine::NextFrame()
m_frameTime += framestep;
+ m_sceneconverter->MergeAsyncLoads();
+
for (sceneit = m_scenes.begin();sceneit != m_scenes.end(); ++sceneit)
// for each scene, call the proceed functions
{
diff --git a/source/gameengine/Ketsji/KX_PythonInit.cpp b/source/gameengine/Ketsji/KX_PythonInit.cpp
index 996be97c474..0d39eb844b5 100644
--- a/source/gameengine/Ketsji/KX_PythonInit.cpp
+++ b/source/gameengine/Ketsji/KX_PythonInit.cpp
@@ -92,6 +92,8 @@ extern "C" {
#include "SCA_PropertySensor.h"
#include "SCA_RandomActuator.h"
#include "SCA_KeyboardSensor.h" /* IsPrintable, ToCharacter */
+#include "SCA_JoystickManager.h" /* JOYINDEX_MAX */
+#include "SCA_PythonJoystick.h"
#include "SCA_PythonKeyboard.h"
#include "SCA_PythonMouse.h"
#include "KX_ConstraintActuator.h"
@@ -134,6 +136,7 @@ extern "C" {
/* for converting new scenes */
#include "KX_BlenderSceneConverter.h"
+#include "KX_LibLoadStatus.h"
#include "KX_MeshProxy.h" /* for creating a new library of mesh objects */
extern "C" {
#include "BKE_idcode.h"
@@ -151,6 +154,7 @@ static char gp_GamePythonPathOrig[FILE_MAX] = ""; // not super happy about this,
static SCA_PythonKeyboard* gp_PythonKeyboard = NULL;
static SCA_PythonMouse* gp_PythonMouse = NULL;
+static SCA_PythonJoystick* gp_PythonJoysticks[JOYINDEX_MAX] = {NULL};
#endif // WITH_PYTHON
static KX_Scene* gp_KetsjiScene = NULL;
@@ -667,14 +671,15 @@ static PyObject *gLibLoad(PyObject *, PyObject *args, PyObject *kwds)
Py_buffer py_buffer;
py_buffer.buf = NULL;
char *err_str= NULL;
+ KX_LibLoadStatus *status = NULL;
short options=0;
- int load_actions=0, verbose=0, load_scripts=1;
+ int load_actions=0, verbose=0, load_scripts=1, async=0;
- static const char *kwlist[] = {"path", "group", "buffer", "load_actions", "verbose", "load_scripts", NULL};
+ static const char *kwlist[] = {"path", "group", "buffer", "load_actions", "verbose", "load_scripts", "async", NULL};
- if (!PyArg_ParseTupleAndKeywords(args, kwds, "ss|y*iii:LibLoad", const_cast<char**>(kwlist),
- &path, &group, &py_buffer, &load_actions, &verbose, &load_scripts))
+ if (!PyArg_ParseTupleAndKeywords(args, kwds, "ss|y*iiIi:LibLoad", const_cast<char**>(kwlist),
+ &path, &group, &py_buffer, &load_actions, &verbose, &load_scripts, &async))
return NULL;
/* setup options */
@@ -684,6 +689,8 @@ static PyObject *gLibLoad(PyObject *, PyObject *args, PyObject *kwds)
options |= KX_BlenderSceneConverter::LIB_LOAD_VERBOSE;
if (load_scripts != 0)
options |= KX_BlenderSceneConverter::LIB_LOAD_LOAD_SCRIPTS;
+ if (async != 0)
+ options |= KX_BlenderSceneConverter::LIB_LOAD_ASYNC;
if (!py_buffer.buf)
{
@@ -692,16 +699,16 @@ static PyObject *gLibLoad(PyObject *, PyObject *args, PyObject *kwds)
BLI_strncpy(abs_path, path, sizeof(abs_path));
BLI_path_abs(abs_path, gp_GamePythonPath);
- if (kx_scene->GetSceneConverter()->LinkBlendFilePath(abs_path, group, kx_scene, &err_str, options)) {
- Py_RETURN_TRUE;
+ if ((status=kx_scene->GetSceneConverter()->LinkBlendFilePath(abs_path, group, kx_scene, &err_str, options))) {
+ return status->GetProxy();
}
}
else
{
- if (kx_scene->GetSceneConverter()->LinkBlendFileMemory(py_buffer.buf, py_buffer.len, path, group, kx_scene, &err_str, options)) {
+ if ((status=kx_scene->GetSceneConverter()->LinkBlendFileMemory(py_buffer.buf, py_buffer.len, path, group, kx_scene, &err_str, options))) {
PyBuffer_Release(&py_buffer);
- Py_RETURN_TRUE;
+ return status->GetProxy();
}
PyBuffer_Release(&py_buffer);
@@ -1420,6 +1427,22 @@ PyObject *initGameLogic(KX_KetsjiEngine *engine, KX_Scene* scene) // quick hack
gp_PythonMouse = new SCA_PythonMouse(gp_KetsjiEngine->GetMouseDevice(), gp_Canvas);
PyDict_SetItemString(d, "mouse", gp_PythonMouse->NewProxy(true));
+ PyObject* joylist = PyList_New(JOYINDEX_MAX);
+ SCA_JoystickManager* joyevent = (SCA_JoystickManager*)gp_KetsjiScene->GetLogicManager()->FindEventManager(SCA_EventManager::JOY_EVENTMGR);
+ for (int i=0; i<JOYINDEX_MAX; ++i) {
+ SCA_Joystick* joy = joyevent->GetJoystickDevice(i);
+ if (joy && joy->Connected()) {
+ gp_PythonJoysticks[i] = new SCA_PythonJoystick(joy);
+ PyObject* tmp = gp_PythonJoysticks[i]->NewProxy(true);
+ Py_INCREF(tmp);
+ PyList_SET_ITEM(joylist, i, tmp);
+ } else {
+ Py_INCREF(Py_None);
+ PyList_SET_ITEM(joylist, i, Py_None);
+ }
+ }
+ PyDict_SetItemString(d, "joysticks", joylist);
+
ErrorObject = PyUnicode_FromString("GameLogic.error");
PyDict_SetItemString(d, "error", ErrorObject);
Py_DECREF(ErrorObject);
@@ -1937,6 +1960,13 @@ void exitGamePlayerPythonScripting()
delete gp_PythonMouse;
gp_PythonMouse = NULL;
+ for (int i=0; i<JOYINDEX_MAX; ++i) {
+ if (gp_PythonJoysticks[i]) {
+ delete gp_PythonJoysticks[i];
+ gp_PythonJoysticks[i] = NULL;
+ }
+ }
+
/* since python restarts we cant let the python backup of the sys.path hang around in a global pointer */
restorePySysObjects(); /* get back the original sys.path and clear the backup */
@@ -1985,6 +2015,13 @@ void exitGamePythonScripting()
delete gp_PythonMouse;
gp_PythonMouse = NULL;
+ for (int i=0; i<JOYINDEX_MAX; ++i) {
+ if (gp_PythonJoysticks[i]) {
+ delete gp_PythonJoysticks[i];
+ gp_PythonJoysticks[i] = NULL;
+ }
+ }
+
restorePySysObjects(); /* get back the original sys.path and clear the backup */
bpy_import_main_set(NULL);
PyObjectPlus::ClearDeprecationWarning();
diff --git a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
index 971730672db..c6aa436537a 100644
--- a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
+++ b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
@@ -47,6 +47,7 @@
#include "KX_ConstraintActuator.h"
#include "KX_ConstraintWrapper.h"
#include "KX_GameActuator.h"
+#include "KX_LibLoadStatus.h"
#include "KX_Light.h"
#include "KX_FontObject.h"
#include "KX_MeshProxy.h"
@@ -81,6 +82,7 @@
#include "SCA_RandomSensor.h"
#include "SCA_XNORController.h"
#include "SCA_XORController.h"
+#include "SCA_PythonJoystick.h"
#include "SCA_PythonKeyboard.h"
#include "SCA_PythonMouse.h"
#include "KX_IpoActuator.h"
@@ -198,6 +200,7 @@ void initPyTypes(void)
PyType_Ready_Attr(dict, KX_GameActuator, init_getset);
PyType_Ready_Attr(dict, KX_GameObject, init_getset);
PyType_Ready_Attr(dict, KX_IpoActuator, init_getset);
+ PyType_Ready_Attr(dict, KX_LibLoadStatus, init_getset);
PyType_Ready_Attr(dict, KX_LightObject, init_getset);
PyType_Ready_Attr(dict, KX_FontObject, init_getset);
PyType_Ready_Attr(dict, KX_MeshProxy, init_getset);
@@ -250,6 +253,7 @@ void initPyTypes(void)
PyType_Ready_Attr(dict, SCA_XNORController, init_getset);
PyType_Ready_Attr(dict, SCA_XORController, init_getset);
PyType_Ready_Attr(dict, SCA_IController, init_getset);
+ PyType_Ready_Attr(dict, SCA_PythonJoystick, init_getset);
PyType_Ready_Attr(dict, SCA_PythonKeyboard, init_getset);
PyType_Ready_Attr(dict, SCA_PythonMouse, init_getset);
}
diff --git a/source/gameengine/Rasterizer/RAS_BucketManager.cpp b/source/gameengine/Rasterizer/RAS_BucketManager.cpp
index 2b5b0aeac2a..df72056565b 100644
--- a/source/gameengine/Rasterizer/RAS_BucketManager.cpp
+++ b/source/gameengine/Rasterizer/RAS_BucketManager.cpp
@@ -237,13 +237,13 @@ void RAS_BucketManager::Renderbuckets(
BucketList::iterator bit;
list<RAS_MeshSlot>::iterator mit;
for (bit = m_SolidBuckets.begin(); bit != m_SolidBuckets.end(); ++bit) {
- RAS_MaterialBucket* bucket = *bit;
+ // RAS_MaterialBucket *bucket = *bit; /* UNUSED */
for (mit = (*bit)->msBegin(); mit != (*bit)->msEnd(); ++mit) {
mit->m_mesh->SetMeshModified(false);
}
}
for (bit = m_AlphaBuckets.begin(); bit != m_AlphaBuckets.end(); ++bit) {
- RAS_MaterialBucket* bucket = *bit;
+ // RAS_MaterialBucket* bucket = *bit; /* UNUSED */
for (mit = (*bit)->msBegin(); mit != (*bit)->msEnd(); ++mit) {
mit->m_mesh->SetMeshModified(false);
}
diff --git a/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp b/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
index 54fe19a291f..8ea09029a35 100644
--- a/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
+++ b/source/gameengine/Rasterizer/RAS_MaterialBucket.cpp
@@ -605,7 +605,7 @@ void RAS_MaterialBucket::RenderMeshSlot(const MT_Transform& cameratrans, RAS_IRa
if (ms.m_pDeformer)
{
- if (ms.m_pDeformer->Apply(m_material));
+ if (ms.m_pDeformer->Apply(m_material))
ms.m_mesh->SetMeshModified(true);
// KX_ReInstanceShapeFromMesh(ms.m_mesh); // Recompute the physics mesh. (Can't call KX_* from RAS_)
}
diff --git a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
index 1328a5521b4..a9609a266e8 100644
--- a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
+++ b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_OpenGLRasterizer.cpp
@@ -119,7 +119,7 @@ RAS_OpenGLRasterizer::RAS_OpenGLRasterizer(RAS_ICanvas* canvas, int storage)
m_failsafe_storage = new RAS_StorageIM(&m_texco_num, m_texco, &m_attrib_num, m_attrib);
m_storage_type = RAS_VBO;
}
- else if (m_storage_type == RAS_VA || m_storage_type == RAS_AUTO_STORAGE && GLEW_VERSION_1_1)
+ else if ((m_storage_type == RAS_VA) || (m_storage_type == RAS_AUTO_STORAGE && GLEW_VERSION_1_1))
{
m_storage = new RAS_StorageVA(&m_texco_num, m_texco, &m_attrib_num, m_attrib);
m_failsafe_storage = new RAS_StorageIM(&m_texco_num, m_texco, &m_attrib_num, m_attrib);
diff --git a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
index 7b38b3b42f3..490c26a5c3b 100644
--- a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
+++ b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageIM.cpp
@@ -41,8 +41,8 @@ extern "C"{
RAS_StorageIM::RAS_StorageIM(int *texco_num, RAS_IRasterizer::TexCoGen *texco, int *attrib_num, RAS_IRasterizer::TexCoGen *attrib) :
m_texco_num(texco_num),
- m_texco(texco),
m_attrib_num(attrib_num),
+ m_texco(texco),
m_attrib(attrib)
{
}
diff --git a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp
index e0d580eff11..7182525ea71 100644
--- a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp
+++ b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVA.cpp
@@ -31,11 +31,11 @@
RAS_StorageVA::RAS_StorageVA(int *texco_num, RAS_IRasterizer::TexCoGen *texco, int *attrib_num, RAS_IRasterizer::TexCoGen *attrib) :
m_texco_num(texco_num),
- m_texco(texco),
m_attrib_num(attrib_num),
- m_attrib(attrib),
m_last_texco_num(0),
- m_last_attrib_num(0)
+ m_last_attrib_num(0),
+ m_texco(texco),
+ m_attrib(attrib)
{
}
diff --git a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp
index d40aa98295b..077dfad80bb 100644
--- a/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp
+++ b/source/gameengine/Rasterizer/RAS_OpenGLRasterizer/RAS_StorageVBO.cpp
@@ -202,12 +202,12 @@ void VBO::Draw(int texco_num, RAS_IRasterizer::TexCoGen* texco, int attrib_num,
glBindBufferARB(GL_ARRAY_BUFFER_ARB, 0);
glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, 0);
- }
+}
RAS_StorageVBO::RAS_StorageVBO(int *texco_num, RAS_IRasterizer::TexCoGen *texco, int *attrib_num, RAS_IRasterizer::TexCoGen *attrib):
m_texco_num(texco_num),
- m_texco(texco),
m_attrib_num(attrib_num),
+ m_texco(texco),
m_attrib(attrib)
{
}
diff --git a/source/tests/bl_load_addons.py b/source/tests/bl_load_addons.py
index 5d9ac750362..fab2e2ead11 100644
--- a/source/tests/bl_load_addons.py
+++ b/source/tests/bl_load_addons.py
@@ -26,17 +26,46 @@ import addon_utils
import sys
import imp
+def disable_addons():
+ # first disable all
+ addons = bpy.context.user_preferences.addons
+ for mod_name in list(addons.keys()):
+ addon_utils.disable(mod_name)
+ assert(bool(addons) is False)
-def reload_addons(do_reload=True, do_reverse=True):
+
+def test_load_addons():
modules = addon_utils.modules({})
modules.sort(key=lambda mod: mod.__name__)
+
+ disable_addons()
+
addons = bpy.context.user_preferences.addons
- # first disable all
- for mod_name in list(addons.keys()):
- addon_utils.disable(mod_name)
+ addons_fail = []
- assert(bool(addons) is False)
+ for mod in modules:
+ mod_name = mod.__name__
+ print("\tenabling:", mod_name)
+ addon_utils.enable(mod_name)
+ if mod_name not in addons:
+ addons_fail.append(mod_name)
+
+ if addons_fail:
+ print("addons failed to load (%d):" % len(addons_fail))
+ for mod_name in addons_fail:
+ print(" %s" % mod_name)
+ else:
+ print("addons all loaded without errors!")
+ print("")
+
+
+def reload_addons(do_reload=True, do_reverse=True):
+ modules = addon_utils.modules({})
+ modules.sort(key=lambda mod: mod.__name__)
+ addons = bpy.context.user_preferences.addons
+
+ disable_addons()
# Run twice each time.
for i in (0, 1):
@@ -62,6 +91,9 @@ def reload_addons(do_reload=True, do_reverse=True):
def main():
+ # first load addons, print a list of all addons that fail
+ test_load_addons()
+
reload_addons(do_reload=False, do_reverse=False)
reload_addons(do_reload=False, do_reverse=True)
reload_addons(do_reload=True, do_reverse=True)