tomwer 1.2.1__py3-none-any.whl → 1.3.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- orangecontrib/tomwer/tutorials/icat_publication.ows +58 -0
- orangecontrib/tomwer/widgets/__init__.py +11 -11
- orangecontrib/tomwer/widgets/control/DataDiscoveryOW.py +2 -2
- orangecontrib/tomwer/widgets/control/DataListOW.py +9 -7
- orangecontrib/tomwer/widgets/control/DataListenerOW.py +6 -6
- orangecontrib/tomwer/widgets/control/DataSelectorOW.py +21 -10
- orangecontrib/tomwer/widgets/control/DataValidatorOW.py +6 -6
- orangecontrib/tomwer/widgets/control/EDF2NXTomomillOW.py +24 -7
- orangecontrib/tomwer/widgets/control/EmailOW.py +4 -4
- orangecontrib/tomwer/widgets/control/NXTomomillMixIn.py +3 -3
- orangecontrib/tomwer/widgets/control/NXTomomillOW.py +64 -23
- orangecontrib/tomwer/widgets/control/NXtomoConcatenate.py +20 -8
- orangecontrib/tomwer/widgets/control/NotifierOW.py +1 -0
- orangecontrib/tomwer/widgets/control/SingleTomoObjOW.py +6 -6
- orangecontrib/tomwer/widgets/control/VolumeSelector.py +7 -4
- orangecontrib/tomwer/widgets/control/VolumeSymLinkOW.py +182 -182
- orangecontrib/tomwer/widgets/debugtools/DatasetGeneratorOW.py +5 -5
- orangecontrib/tomwer/widgets/edit/DarkFlatPatchOW.py +4 -4
- orangecontrib/tomwer/widgets/edit/ImageKeyEditorOW.py +3 -3
- orangecontrib/tomwer/widgets/edit/ImageKeyUpgraderOW.py +8 -1
- orangecontrib/tomwer/widgets/edit/NXtomoEditorOW.py +3 -3
- orangecontrib/tomwer/widgets/edit/test/test_nxtomo_editor.py +3 -3
- orangecontrib/tomwer/widgets/icat/PublishProcessedDataOW.py +115 -0
- orangecontrib/tomwer/widgets/icat/RawDataScreenshotCreatorOW.py +98 -0
- orangecontrib/tomwer/widgets/icat/SaveToGalleryAndPublishOW.py +129 -0
- orangecontrib/tomwer/widgets/icat/__init__.py +13 -0
- orangecontrib/tomwer/widgets/icat/icons/add_gallery.png +0 -0
- orangecontrib/tomwer/widgets/icat/icons/add_gallery.svg +82 -0
- orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.png +0 -0
- orangecontrib/tomwer/widgets/icat/icons/publish_processed_data.svg +95 -0
- orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.png +0 -0
- orangecontrib/tomwer/widgets/icat/icons/raw_screenshots.svg +143 -0
- orangecontrib/tomwer/widgets/icons/tomwer_data_portal.png +0 -0
- orangecontrib/tomwer/widgets/icons/tomwer_data_portal.svg +76 -0
- orangecontrib/tomwer/widgets/reconstruction/AxisOW.py +22 -20
- orangecontrib/tomwer/widgets/reconstruction/CastNabuVolumeOW.py +19 -3
- orangecontrib/tomwer/widgets/reconstruction/NabuHelicalPrepareWeightsDoubleOW.py +184 -169
- orangecontrib/tomwer/widgets/reconstruction/NabuOW.py +23 -0
- orangecontrib/tomwer/widgets/reconstruction/NabuVolumeOW.py +39 -5
- orangecontrib/tomwer/widgets/reconstruction/SAAxisOW.py +18 -22
- orangecontrib/tomwer/widgets/reconstruction/SADeltaBetaOW.py +18 -26
- orangecontrib/tomwer/widgets/reconstruction/SinoNormOW.py +15 -19
- orangecontrib/tomwer/widgets/visualization/DataViewerOW.py +9 -9
- orangecontrib/tomwer/widgets/visualization/DiffViewerOW.py +1 -1
- orangecontrib/tomwer/widgets/visualization/LivesliceOW.py +1 -1
- orangecontrib/tomwer/widgets/visualization/NXtomoMetadataViewerOW.py +3 -3
- orangecontrib/tomwer/widgets/visualization/SinogramViewerOW.py +0 -1
- orangecontrib/tomwer/widgets/visualization/VolumeViewerOW.py +3 -29
- tomwer/__main__.py +7 -64
- tomwer/app/axis.py +3 -3
- tomwer/app/canvas.py +8 -0
- tomwer/app/canvas_launcher/config.py +16 -14
- tomwer/app/canvas_launcher/environ.py +1 -0
- tomwer/app/canvas_launcher/mainwindow.py +4 -1
- tomwer/app/darkref.py +1 -1
- tomwer/app/darkrefpatch.py +1 -1
- tomwer/app/diffframe.py +3 -3
- tomwer/app/imagekeyeditor.py +5 -5
- tomwer/app/imagekeyupgrader.py +5 -5
- tomwer/app/intensitynormalization.py +14 -13
- tomwer/app/{saaxis.py → multicor.py} +3 -3
- tomwer/app/{sadeltabeta.py → multipag.py} +3 -3
- tomwer/app/nabuapp.py +0 -11
- tomwer/app/radiostack.py +6 -4
- tomwer/app/samplemoved.py +3 -2
- tomwer/app/scanviewer.py +4 -2
- tomwer/app/sinogramviewer.py +3 -2
- tomwer/app/slicestack.py +3 -2
- tomwer/app/zstitching.py +88 -6
- tomwer/core/cluster/cluster.py +26 -0
- tomwer/core/log/logger.py +7 -5
- tomwer/core/process/conditions/filters.py +1 -1
- tomwer/core/process/control/datalistener/datalistener.py +19 -14
- tomwer/core/process/control/datawatcher/edfdwprocess.py +0 -9
- tomwer/core/process/control/nxtomoconcatenate.py +13 -13
- tomwer/core/process/control/nxtomomill.py +92 -34
- tomwer/core/process/control/scantransfer.py +20 -43
- tomwer/core/process/control/scanvalidator.py +3 -2
- tomwer/core/process/control/test/test_concatenate_nxtomos.py +9 -9
- tomwer/core/process/control/test/test_email.py +4 -4
- tomwer/core/process/control/test/test_h52nx_process.py +59 -7
- tomwer/core/process/control/test/test_volume_link.py +64 -64
- tomwer/core/process/control/timer.py +1 -1
- tomwer/core/process/control/volumesymlink.py +200 -200
- tomwer/core/process/edit/darkflatpatch.py +14 -15
- tomwer/core/process/edit/imagekeyeditor.py +41 -39
- tomwer/core/process/icat/__init__.py +0 -0
- tomwer/core/process/icat/createscreenshots.py +100 -0
- tomwer/core/process/icat/gallery.py +377 -0
- tomwer/core/process/icat/icatbase.py +36 -0
- tomwer/core/process/icat/publish.py +228 -0
- tomwer/core/process/icat/screenshots.py +27 -0
- tomwer/core/process/output.py +52 -0
- tomwer/core/process/reconstruction/axis/axis.py +280 -69
- tomwer/core/process/reconstruction/axis/mode.py +163 -48
- tomwer/core/process/reconstruction/axis/params.py +29 -21
- tomwer/core/process/reconstruction/darkref/darkrefs.py +41 -127
- tomwer/core/process/reconstruction/darkref/darkrefscopy.py +4 -3
- tomwer/core/process/reconstruction/darkref/params.py +1 -1
- tomwer/core/process/reconstruction/nabu/castvolume.py +4 -4
- tomwer/core/process/reconstruction/nabu/helical.py +9 -5
- tomwer/core/process/reconstruction/nabu/nabucommon.py +71 -78
- tomwer/core/process/reconstruction/nabu/nabuscores.py +425 -53
- tomwer/core/process/reconstruction/nabu/nabuslices.py +114 -93
- tomwer/core/process/reconstruction/nabu/nabuvolume.py +54 -27
- tomwer/core/process/reconstruction/nabu/plane.py +9 -0
- tomwer/core/process/reconstruction/nabu/settings.py +2 -2
- tomwer/core/process/reconstruction/nabu/utils.py +164 -26
- tomwer/core/process/reconstruction/output.py +108 -0
- tomwer/core/process/reconstruction/saaxis/saaxis.py +238 -264
- tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py +151 -87
- tomwer/core/process/reconstruction/scores/params.py +7 -4
- tomwer/core/process/reconstruction/scores/scores.py +13 -0
- tomwer/core/process/reconstruction/test/test_axis_params.py +2 -2
- tomwer/core/process/reconstruction/test/test_darkref.py +3 -3
- tomwer/core/process/reconstruction/test/test_darkref_copy.py +7 -7
- tomwer/core/process/reconstruction/test/test_saaxis.py +3 -4
- tomwer/core/process/reconstruction/test/test_sadeltabeta.py +2 -2
- tomwer/core/process/stitching/nabustitcher.py +13 -12
- tomwer/core/process/task.py +34 -26
- tomwer/core/process/test/test_axis.py +13 -12
- tomwer/core/process/test/test_dark_and_flat.py +10 -7
- tomwer/core/process/test/test_data_transfer.py +10 -8
- tomwer/core/process/test/test_nabu.py +14 -6
- tomwer/core/process/test/test_normalization.py +4 -4
- tomwer/core/scan/blissscan.py +3 -3
- tomwer/core/scan/edfscan.py +13 -10
- tomwer/core/scan/hdf5scan.py +19 -530
- tomwer/core/scan/nxtomoscan.py +534 -0
- tomwer/core/scan/scanbase.py +72 -44
- tomwer/core/scan/scanfactory.py +13 -13
- tomwer/core/scan/test/test_edf.py +2 -2
- tomwer/core/scan/test/test_future_scan.py +3 -3
- tomwer/core/scan/test/test_h5.py +18 -16
- tomwer/core/scan/test/test_process_registration.py +4 -40
- tomwer/core/scan/test/test_scan.py +5 -78
- tomwer/core/settings.py +22 -2
- tomwer/core/test/test_scanutils.py +8 -7
- tomwer/core/test/test_utils.py +35 -28
- tomwer/core/tomwer_object.py +1 -1
- tomwer/core/utils/__init__.py +0 -466
- tomwer/core/utils/deprecation.py +1 -1
- tomwer/core/utils/dictutils.py +14 -0
- tomwer/core/utils/lbsram.py +35 -0
- tomwer/core/utils/nxtomoutils.py +1 -1
- tomwer/core/utils/scanutils.py +6 -6
- tomwer/core/utils/spec.py +263 -0
- tomwer/core/volume/edfvolume.py +6 -6
- tomwer/core/volume/hdf5volume.py +6 -6
- tomwer/core/volume/jp2kvolume.py +6 -6
- tomwer/core/volume/rawvolume.py +6 -6
- tomwer/core/volume/tiffvolume.py +12 -12
- tomwer/core/volume/volumefactory.py +2 -2
- tomwer/gui/cluster/slurm.py +274 -65
- tomwer/gui/cluster/supervisor.py +12 -0
- tomwer/gui/cluster/test/test_cluster.py +14 -2
- tomwer/gui/cluster/test/test_supervisor.py +3 -3
- tomwer/gui/configuration/__init__.py +0 -0
- tomwer/gui/{reconstruction/nabu → configuration}/action.py +1 -32
- tomwer/gui/configuration/level.py +22 -0
- tomwer/gui/control/actions.py +54 -0
- tomwer/gui/control/datalist.py +83 -16
- tomwer/gui/control/datalistener.py +4 -16
- tomwer/gui/control/datawatcher/controlwidget.py +2 -4
- tomwer/gui/control/datawatcher/datawatcher.py +1 -24
- tomwer/gui/control/{email.py → emailnotifier.py} +9 -18
- tomwer/gui/control/history.py +2 -2
- tomwer/gui/control/observations.py +2 -2
- tomwer/gui/control/reducedarkflatselector.py +9 -9
- tomwer/gui/control/selectorwidgetbase.py +36 -9
- tomwer/gui/control/serie/seriecreator.py +5 -22
- tomwer/gui/control/test/test_email.py +1 -1
- tomwer/gui/control/test/test_scanvalidator.py +6 -5
- tomwer/gui/control/test/test_single_tomo_obj.py +3 -3
- tomwer/gui/control/tomoobjdisplaymode.py +8 -0
- tomwer/gui/debugtools/datasetgenerator.py +3 -3
- tomwer/gui/edit/dkrfpatch.py +20 -26
- tomwer/gui/edit/imagekeyeditor.py +11 -12
- tomwer/gui/edit/nxtomoeditor.py +111 -44
- tomwer/gui/edit/nxtomowarmer.py +7 -6
- tomwer/gui/edit/test/test_dkrf_patch.py +13 -13
- tomwer/gui/edit/test/test_image_key_editor.py +3 -3
- tomwer/gui/edit/test/test_nx_editor.py +40 -16
- tomwer/gui/icat/__init__.py +0 -0
- tomwer/gui/icat/createscreenshots.py +80 -0
- tomwer/gui/icat/gallery.py +214 -0
- tomwer/gui/icat/publish.py +187 -0
- tomwer/gui/imagefromfile.py +2 -2
- tomwer/gui/qfolderdialog.py +24 -1
- tomwer/gui/reconstruction/axis/CompareImages.py +88 -168
- tomwer/gui/reconstruction/axis/axis.py +171 -57
- tomwer/gui/reconstruction/axis/radioaxis.py +122 -257
- tomwer/gui/reconstruction/darkref/darkrefcopywidget.py +3 -2
- tomwer/gui/reconstruction/darkref/darkrefwidget.py +2 -1
- tomwer/gui/reconstruction/nabu/castvolume.py +14 -3
- tomwer/gui/reconstruction/nabu/check.py +9 -9
- tomwer/gui/reconstruction/nabu/helical.py +29 -12
- tomwer/gui/reconstruction/nabu/nabuconfig/base.py +2 -4
- tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py +2 -1
- tomwer/gui/reconstruction/nabu/nabuconfig/output.py +126 -35
- tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +39 -32
- tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +222 -31
- tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +57 -27
- tomwer/gui/reconstruction/nabu/nabuflow.py +12 -20
- tomwer/gui/reconstruction/nabu/slices.py +10 -11
- tomwer/gui/reconstruction/nabu/volume.py +22 -10
- tomwer/gui/reconstruction/normalization/intensity.py +18 -48
- tomwer/gui/reconstruction/saaxis/corrangeselector.py +8 -24
- tomwer/gui/reconstruction/saaxis/dimensionwidget.py +1 -1
- tomwer/gui/reconstruction/saaxis/saaxis.py +9 -21
- tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py +45 -12
- tomwer/gui/reconstruction/scores/control.py +2 -9
- tomwer/gui/reconstruction/scores/scoreplot.py +13 -11
- tomwer/gui/reconstruction/test/test_axis.py +41 -16
- tomwer/gui/reconstruction/test/test_nabu.py +31 -9
- tomwer/gui/reconstruction/test/test_saaxis.py +3 -3
- tomwer/gui/reconstruction/test/test_sadeltabeta.py +12 -2
- tomwer/gui/settings.py +5 -28
- tomwer/gui/stackplot.py +2 -5
- tomwer/gui/stitching/action.py +49 -0
- tomwer/gui/stitching/config/axisparams.py +7 -24
- tomwer/gui/stitching/config/output.py +10 -8
- tomwer/gui/stitching/config/positionoveraxis.py +22 -23
- tomwer/gui/stitching/normalization.py +117 -0
- tomwer/gui/stitching/stitchandbackground.py +4 -6
- tomwer/gui/stitching/stitching.py +267 -45
- tomwer/gui/stitching/stitching_preview.py +62 -55
- tomwer/gui/stitching/stitching_raw.py +13 -12
- tomwer/gui/stitching/z_stitching/fineestimation.py +0 -60
- tomwer/gui/utils/buttons.py +112 -29
- tomwer/gui/utils/inputwidget.py +43 -25
- tomwer/gui/utils/lineselector/lineselector.py +1 -1
- tomwer/gui/utils/scandescription.py +4 -0
- tomwer/gui/utils/step.py +144 -0
- tomwer/gui/utils/unitsystem.py +2 -5
- tomwer/gui/utils/vignettes.py +176 -15
- tomwer/gui/visualization/dataviewer.py +48 -35
- tomwer/gui/visualization/diffviewer/diffviewer.py +7 -16
- tomwer/gui/visualization/diffviewer/shiftwidget.py +2 -5
- tomwer/gui/visualization/scanoverview.py +1 -1
- tomwer/gui/visualization/sinogramviewer.py +20 -36
- tomwer/gui/visualization/test/test_diffviewer.py +3 -3
- tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py +4 -4
- tomwer/gui/visualization/test/test_sinogramviewer.py +2 -2
- tomwer/gui/visualization/test/test_stacks.py +3 -3
- tomwer/gui/visualization/test/test_volumeviewer.py +65 -67
- tomwer/gui/visualization/volumeviewer.py +114 -113
- tomwer/io/utils/h5pyutils.py +3 -3
- tomwer/io/utils/raw_and_processed_data.py +84 -0
- tomwer/io/utils/tomoobj.py +4 -6
- tomwer/io/utils/utils.py +7 -7
- tomwer/resources/gui/icons/parameters.svg +1 -1
- tomwer/resources/gui/icons/ruler.png +0 -0
- tomwer/resources/gui/icons/ruler.svg +273 -0
- tomwer/resources/gui/icons/short_description.png +0 -0
- tomwer/resources/gui/icons/short_description.svg +58 -0
- tomwer/resources/gui/icons/url.png +0 -0
- tomwer/resources/gui/icons/url.svg +58 -0
- tomwer/resources/gui/illustrations/no_rot.svg +1 -1
- tomwer/synctools/stacks/edit/darkflatpatch.py +19 -14
- tomwer/synctools/stacks/edit/imagekeyeditor.py +2 -2
- tomwer/synctools/stacks/reconstruction/axis.py +4 -4
- tomwer/synctools/stacks/reconstruction/castvolume.py +22 -7
- tomwer/synctools/stacks/reconstruction/dkrefcopy.py +25 -20
- tomwer/synctools/stacks/reconstruction/nabu.py +2 -2
- tomwer/synctools/stacks/reconstruction/normalization.py +2 -2
- tomwer/synctools/stacks/reconstruction/saaxis.py +2 -2
- tomwer/synctools/stacks/reconstruction/sadeltabeta.py +2 -2
- tomwer/synctools/test/test_darkRefs.py +7 -58
- tomwer/synctools/test/test_foldertransfer.py +6 -6
- tomwer/synctools/utils/scanstages.py +6 -6
- tomwer/tests/conftest.py +34 -0
- tomwer/tests/datasets.py +13 -0
- tomwer/tests/test_scripts.py +91 -41
- tomwer/tests/utils.py +5 -0
- tomwer/third_part/WaitingOverlay.py +110 -0
- tomwer/third_part/__init__.py +0 -0
- tomwer/version.py +2 -2
- tomwer-1.3.12-py3.11-nspkg.pth +1 -0
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/METADATA +73 -58
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/RECORD +287 -286
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/WHEEL +1 -1
- orangecontrib/tomwer/widgets/reconstruction/TofuOW.py +0 -197
- orangecontrib/tomwer/widgets/reconstruction/icons/XY_lamino.svg +0 -168
- orangecontrib/tomwer/widgets/reconstruction/icons/XZ_lamino.svg +0 -275
- orangecontrib/tomwer/widgets/reconstruction/icons/YZ_lamino.svg +0 -182
- tomwer/app/lamino.py +0 -143
- tomwer/core/process/reconstruction/lamino/__init__.py +0 -1
- tomwer/core/process/reconstruction/lamino/tofu.py +0 -1000
- tomwer/core/process/test/test_lamino.py +0 -76
- tomwer/core/test/test_lamino.py +0 -92
- tomwer/gui/reconstruction/lamino/__init__.py +0 -31
- tomwer/gui/reconstruction/lamino/tofu/TofuOptionLoader.py +0 -107
- tomwer/gui/reconstruction/lamino/tofu/__init__.py +0 -1
- tomwer/gui/reconstruction/lamino/tofu/misc.py +0 -148
- tomwer/gui/reconstruction/lamino/tofu/projections.py +0 -896
- tomwer/gui/reconstruction/lamino/tofu/settings.py +0 -75
- tomwer/gui/reconstruction/lamino/tofu/tofu.py +0 -432
- tomwer/gui/reconstruction/lamino/tofu/tofuexpert.py +0 -567
- tomwer/gui/reconstruction/lamino/tofu/tofuoutput.py +0 -760
- tomwer/gui/reconstruction/test/test_lamino.py +0 -189
- tomwer/resources/gui/icons/esrf_1.svg +0 -307
- tomwer/resources/gui/icons/lamino_parameters.svg +0 -70
- tomwer/resources/gui/icons/triangle.svg +0 -80
- tomwer/resources/gui/illustrations/lamino_angle.png +0 -0
- tomwer/resources/gui/illustrations/lamino_angle.svg +0 -509
- tomwer/resources/gui/illustrations/lamino_beta_angle.png +0 -0
- tomwer/resources/gui/illustrations/lamino_beta_angle.svg +0 -97
- tomwer/resources/gui/illustrations/lamino_theta_angle.png +0 -0
- tomwer/resources/gui/illustrations/lamino_theta_angle.svg +0 -368
- tomwer/resources/gui/illustrations/manual_slice.png +0 -0
- tomwer/resources/gui/illustrations/manual_slice.svg +0 -221
- tomwer/resources/gui/illustrations/psi_angle.png +0 -0
- tomwer/resources/gui/illustrations/psi_angle.svg +0 -479
- tomwer/resources/gui/illustrations/rotation_center.png +0 -0
- tomwer/resources/gui/illustrations/rotation_center.svg +0 -276
- tomwer/resources/gui/illustrations/slice_stack.png +0 -0
- tomwer/resources/gui/illustrations/slice_stack.svg +0 -266
- tomwer/resources/gui/illustrations/xy_slice.png +0 -0
- tomwer/resources/gui/illustrations/xy_slice.svg +0 -269
- tomwer/resources/gui/illustrations/xz_slice.png +0 -0
- tomwer/resources/gui/illustrations/xz_slice.svg +0 -270
- tomwer/resources/gui/illustrations/yz_slice.png +0 -0
- tomwer/resources/gui/illustrations/yz_slice.svg +0 -270
- tomwer/synctools/stacks/reconstruction/lamino.py +0 -233
- tomwer/synctools/test/test_scanstages.py +0 -162
- tomwer/tests/utils/__init__.py +0 -247
- tomwer/tests/utils/utilstest.py +0 -220
- tomwer-1.2.1-py3.11-nspkg.pth +0 -1
- /tomwer/core/process/control/{email.py → emailnotifier.py} +0 -0
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/LICENSE +0 -0
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/entry_points.txt +0 -0
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/namespace_packages.txt +0 -0
- {tomwer-1.2.1.dist-info → tomwer-1.3.12.dist-info}/top_level.txt +0 -0
@@ -1,479 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
-
|
4
|
-
<svg
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
12
|
-
id="svg2"
|
13
|
-
width="150"
|
14
|
-
height="160"
|
15
|
-
version="1.1"
|
16
|
-
inkscape:version="0.48.5 r10040"
|
17
|
-
sodipodi:docname="psi_angle.svg"
|
18
|
-
inkscape:export-filename="/nobackup/linazimov/payno/dev/install_esrforange/orangeProject/orange/tomwer/tomwer/resources/gui/illustrations/psi_angle.png"
|
19
|
-
inkscape:export-xdpi="200"
|
20
|
-
inkscape:export-ydpi="200">
|
21
|
-
<sodipodi:namedview
|
22
|
-
pagecolor="#ffffff"
|
23
|
-
bordercolor="#666666"
|
24
|
-
borderopacity="1"
|
25
|
-
objecttolerance="10"
|
26
|
-
gridtolerance="10"
|
27
|
-
guidetolerance="10"
|
28
|
-
inkscape:pageopacity="0"
|
29
|
-
inkscape:pageshadow="2"
|
30
|
-
inkscape:window-width="1920"
|
31
|
-
inkscape:window-height="1098"
|
32
|
-
id="namedview3556"
|
33
|
-
showgrid="false"
|
34
|
-
inkscape:zoom="2.940625"
|
35
|
-
inkscape:cx="-12.461024"
|
36
|
-
inkscape:cy="58.358932"
|
37
|
-
inkscape:window-x="0"
|
38
|
-
inkscape:window-y="31"
|
39
|
-
inkscape:window-maximized="1"
|
40
|
-
inkscape:current-layer="layer1" />
|
41
|
-
<defs
|
42
|
-
id="defs4">
|
43
|
-
<inkscape:perspective
|
44
|
-
sodipodi:type="inkscape:persp3d"
|
45
|
-
inkscape:vp_x="0 : 80 : 1"
|
46
|
-
inkscape:vp_y="0 : 1000 : 0"
|
47
|
-
inkscape:vp_z="150 : 80 : 1"
|
48
|
-
inkscape:persp3d-origin="75 : 53.333333 : 1"
|
49
|
-
id="perspective3925" />
|
50
|
-
<marker
|
51
|
-
id="Arrow2Mstart"
|
52
|
-
overflow="visible"
|
53
|
-
orient="auto">
|
54
|
-
<path
|
55
|
-
id="path3797"
|
56
|
-
transform="scale(.6)"
|
57
|
-
d="m8.7186 4.0337-10.926-4.0177 10.926-4.0177c-1.7455 2.3721-1.7354 5.6175-6e-7 8.0354z"
|
58
|
-
fill-rule="evenodd"
|
59
|
-
stroke-linejoin="round"
|
60
|
-
stroke-width=".625" />
|
61
|
-
</marker>
|
62
|
-
</defs>
|
63
|
-
<metadata
|
64
|
-
id="metadata7">
|
65
|
-
<rdf:RDF>
|
66
|
-
<cc:Work
|
67
|
-
rdf:about="">
|
68
|
-
<dc:format>image/svg+xml</dc:format>
|
69
|
-
<dc:type
|
70
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
71
|
-
<dc:title />
|
72
|
-
</cc:Work>
|
73
|
-
</rdf:RDF>
|
74
|
-
</metadata>
|
75
|
-
<g
|
76
|
-
id="layer1"
|
77
|
-
transform="translate(0 -892.36)">
|
78
|
-
<path
|
79
|
-
style="opacity:0.627;fill:#cf9634;fill-opacity:1;stroke:#000000;stroke-width:0.25000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.50000000000000000, 0.25000000000000000;stroke-dashoffset:0"
|
80
|
-
d="m 60.596271,918.90393 2.164152,64.20319 48.332737,27.41258 -0.24046,-77.66901 z"
|
81
|
-
id="path3750"
|
82
|
-
inkscape:connector-curvature="0" />
|
83
|
-
<g
|
84
|
-
id="g3139-6"
|
85
|
-
transform="matrix(1,0,0,1.2335137,-15.302869,-224.94286)"
|
86
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:round">
|
87
|
-
<path
|
88
|
-
id="path3145-2"
|
89
|
-
d="m 17.89,957.15 47.455,13.451 v 62.491 l -47.455,-22.83 z"
|
90
|
-
inkscape:connector-curvature="0" />
|
91
|
-
<path
|
92
|
-
id="path3147-6"
|
93
|
-
d="m 65.345,970.6 v 62.491 l 6.04e-4,0.068 v -62.558 z"
|
94
|
-
inkscape:connector-curvature="0" />
|
95
|
-
<path
|
96
|
-
id="path3149-7"
|
97
|
-
d="m 17.89,1010.3 47.455,22.83 6.04e-4,0.068 -47.499,-22.861 z"
|
98
|
-
inkscape:connector-curvature="0" />
|
99
|
-
<path
|
100
|
-
id="path3141-5"
|
101
|
-
d="m 17.89,957.15 v 53.111 l -0.04325,0.037 v -53.16 z"
|
102
|
-
inkscape:connector-curvature="0" />
|
103
|
-
<path
|
104
|
-
id="path3143-5"
|
105
|
-
d="m 17.89,957.15 47.455,13.451 6.04e-4,5.1e-4 -47.499,-13.463 z"
|
106
|
-
inkscape:connector-curvature="0" />
|
107
|
-
<path
|
108
|
-
id="path3151-3"
|
109
|
-
d="m 17.847,957.14 47.499,13.463 v 62.558 L 17.847,1010.3 z"
|
110
|
-
inkscape:connector-curvature="0" />
|
111
|
-
</g>
|
112
|
-
<g
|
113
|
-
id="g3349"
|
114
|
-
transform="matrix(0.7875607,-0.07216773,0.07311363,0.75471547,-80.148142,183.89425)">
|
115
|
-
<path
|
116
|
-
id="path3039"
|
117
|
-
d="m 13.344,1028.4 -0.4375,0.875 41.438,19.719 0.40625,-0.9062 -41.406,-19.688 z"
|
118
|
-
style="text-indent:0;text-transform:none;block-progression:tb;color:#000000"
|
119
|
-
inkscape:connector-curvature="0" />
|
120
|
-
<path
|
121
|
-
id="path3355"
|
122
|
-
d="m 50.936,1046.9 -2.6651,0.9471 7.1805,1.2004 -5.4624,-4.8127 0.94712,2.6652 z"
|
123
|
-
inkscape:connector-curvature="0"
|
124
|
-
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.4pt" />
|
125
|
-
</g>
|
126
|
-
<g
|
127
|
-
id="text5219"
|
128
|
-
transform="matrix(0.87805695,0.47855661,-0.47855661,0.87805695,33.329883,4.8444144)">
|
129
|
-
<path
|
130
|
-
id="path5294"
|
131
|
-
d="m 465.17,910.02 v 4.9922 c -1e-5,0.50781 0.0234,0.78906 0.0703,0.84375 0.0781,0.10937 0.39843,0.16406 0.96094,0.16406 0.42577,0 0.82226,-0.0664 1.1894,-0.19922 0.36718,-0.13672 0.69531,-0.33789 0.98437,-0.60351 0.28906,-0.26563 0.51562,-0.61328 0.67969,-1.043 0.16796,-0.43359 0.25195,-0.92773 0.25195,-1.4824 0,-0.51563 -0.0605,-0.98047 -0.18164,-1.3945 -0.11719,-0.41796 -0.27735,-0.76561 -0.48046,-1.043 -0.20314,-0.27734 -0.44532,-0.50976 -0.72657,-0.69727 -0.28125,-0.18749 -0.57813,-0.32226 -0.89062,-0.4043 -0.31251,-0.0859 -0.64258,-0.1289 -0.99024,-0.1289 -0.51172,0 -0.78125,0.043 -0.80859,0.1289 -0.0469,0.14845 -0.0664,0.43751 -0.0586,0.86719 m 1.1836,-1.3711 c 0.6289,0 1.2031,0.0977 1.7227,0.29297 0.51952,0.19141 0.95311,0.45703 1.3008,0.79687 0.34765,0.33594 0.61522,0.73633 0.80273,1.2012 0.1914,0.46485 0.2871,0.9668 0.28711,1.5059 -10e-6,0.41797 -0.041,0.81055 -0.12305,1.1777 -0.082,0.36719 -0.22657,0.72461 -0.43359,1.0723 -0.20313,0.34375 -0.4629,0.63867 -0.7793,0.88477 -0.3125,0.24609 -0.71875,0.44336 -1.2188,0.59179 -0.5,0.14844 -1.0703,0.22266 -1.7109,0.22266 h -2.9297 c -0.0274,-0.0312 -0.041,-0.0879 -0.041,-0.16992 0.004,-0.082 0.0176,-0.13867 0.041,-0.16992 0.11719,0 0.27734,-0.0176 0.48047,-0.0527 0.20312,-0.0351 0.3125,-0.0801 0.32812,-0.13476 0.0391,-0.125 0.0586,-0.41406 0.0586,-0.86719 v -5.0039 c -10e-6,-0.45312 -0.0195,-0.74218 -0.0586,-0.86718 -0.0156,-0.0547 -0.125,-0.0996 -0.32812,-0.13477 -0.20313,-0.0352 -0.36328,-0.0527 -0.48047,-0.0527 -0.0234,-0.0312 -0.0371,-0.0879 -0.041,-0.16993 0,-0.082 0.0137,-0.13866 0.041,-0.16992 0.80078,0.0391 1.2617,0.0586 1.3828,0.0586 0.14844,0 0.42383,-0.002 0.82617,-0.006 0.40625,-0.004 0.69726,-0.006 0.87305,-0.006"
|
132
|
-
inkscape:connector-curvature="0" />
|
133
|
-
<path
|
134
|
-
id="path5296"
|
135
|
-
d="m 472.42,913.02 h 1.9102 c 0.16796,0 0.25781,-0.0898 0.26953,-0.26953 0.004,-0.0781 -0.0117,-0.17578 -0.0469,-0.29297 -0.0352,-0.11718 -0.0879,-0.23828 -0.15821,-0.36328 -0.0703,-0.125 -0.17188,-0.23046 -0.30469,-0.31641 -0.13281,-0.0859 -0.2832,-0.1289 -0.45117,-0.1289 -0.18359,0 -0.35156,0.0469 -0.5039,0.14062 -0.15235,0.0938 -0.27344,0.20899 -0.36328,0.3457 -0.0859,0.13282 -0.15821,0.26759 -0.2168,0.4043 -0.0547,0.13282 -0.0937,0.2461 -0.11719,0.33985 -0.0195,0.0937 -0.0254,0.14062 -0.0176,0.14062 m -0.0586,0.43359 c -0.0156,0.71485 0.16015,1.2695 0.52734,1.6641 0.37109,0.39062 0.83203,0.58593 1.3828,0.58593 0.28124,0 0.53515,-0.0684 0.76171,-0.20507 0.23047,-0.13672 0.40625,-0.27539 0.52735,-0.41602 0.004,0 0.0137,0.008 0.0293,0.0234 0.0156,0.0117 0.0293,0.0312 0.041,0.0586 0.0156,0.0274 0.0234,0.0547 0.0234,0.082 -10e-6,0.0625 -0.0234,0.13282 -0.0703,0.21094 -0.0625,0.10156 -0.14063,0.20313 -0.23438,0.30469 -0.0937,0.10156 -0.21094,0.20703 -0.35156,0.3164 -0.14063,0.10938 -0.31055,0.19922 -0.50977,0.26954 -0.19531,0.0703 -0.40039,0.10546 -0.61523,0.10546 -0.6836,0 -1.2461,-0.23046 -1.6875,-0.6914 -0.4375,-0.46484 -0.65625,-1.0469 -0.65625,-1.7461 0,-0.3789 0.0723,-0.74413 0.21679,-1.0957 0.14454,-0.35156 0.32813,-0.64843 0.55079,-0.89062 0.22265,-0.24219 0.4707,-0.43555 0.74414,-0.58008 0.27343,-0.14843 0.53906,-0.22265 0.79687,-0.22266 0.26562,10e-6 0.50586,0.041 0.7207,0.12305 0.21484,0.082 0.38477,0.1836 0.50977,0.30469 0.125,0.11719 0.22851,0.25195 0.31055,0.40429 0.082,0.15235 0.13866,0.29102 0.16992,0.41602 0.0312,0.125 0.0469,0.24024 0.0469,0.3457 0,0.17969 -0.0215,0.31641 -0.0645,0.41016 -0.0391,0.0898 -0.11133,0.13672 -0.2168,0.14062 -0.16016,0.0117 -0.66797,0.0293 -1.5234,0.0527 -0.85157,0.0195 -1.3281,0.0293 -1.4297,0.0293"
|
136
|
-
inkscape:connector-curvature="0" />
|
137
|
-
<path
|
138
|
-
id="path5298"
|
139
|
-
d="m 477.98,911.3 h 1.5117 c 0.0391,1e-5 0.0586,0.043 0.0586,0.12891 0,0.12501 -0.0547,0.24219 -0.16406,0.35156 h -1.4062 v 3.0703 c 0,0.64062 0.25781,0.96093 0.77344,0.96093 0.25781,0 0.51171,-0.0898 0.76172,-0.26953 0.0234,0.0117 0.0351,0.0391 0.0351,0.082 0,0.0859 -0.0156,0.14453 -0.0469,0.17578 -0.0781,0.0859 -0.16602,0.17188 -0.26367,0.25782 -0.0938,0.082 -0.23048,0.16797 -0.41016,0.25781 -0.17969,0.0859 -0.35742,0.12891 -0.5332,0.12891 -0.16016,0 -0.3086,-0.0195 -0.44532,-0.0586 -0.13672,-0.0391 -0.26562,-0.10351 -0.38671,-0.19336 -0.1211,-0.0898 -0.2168,-0.2207 -0.28711,-0.39258 -0.0664,-0.17187 -0.0996,-0.3789 -0.0996,-0.62109 v -3.3984 h -0.67969 c -0.0391,1e-5 -0.0586,-0.0352 -0.0586,-0.10547 0,-0.0195 0.043,-0.0781 0.1289,-0.17578 0.0859,-0.10155 0.14453,-0.16796 0.17578,-0.19922 h 0.4336 v -0.73828 c 0.0625,-0.0742 0.15234,-0.17382 0.26953,-0.29883 0.11718,-0.1289 0.21875,-0.24022 0.30469,-0.33398 0.0859,-0.0937 0.13281,-0.14452 0.14062,-0.15234 0.0195,-0.0195 0.043,-0.0332 0.0703,-0.041 0.0312,-0.008 0.0586,-0.008 0.082,0 0.0234,0.004 0.0352,0.0137 0.0352,0.0293 v 1.5352"
|
140
|
-
inkscape:connector-curvature="0" />
|
141
|
-
<path
|
142
|
-
id="path5300"
|
143
|
-
d="m 481.12,913.02 h 1.9102 c 0.16797,0 0.25781,-0.0898 0.26953,-0.26953 0.004,-0.0781 -0.0117,-0.17578 -0.0469,-0.29297 -0.0352,-0.11718 -0.0879,-0.23828 -0.15821,-0.36328 -0.0703,-0.125 -0.17187,-0.23046 -0.30468,-0.31641 -0.13282,-0.0859 -0.28321,-0.1289 -0.45117,-0.1289 -0.1836,0 -0.35157,0.0469 -0.50391,0.14062 -0.15235,0.0938 -0.27344,0.20899 -0.36328,0.3457 -0.0859,0.13282 -0.15821,0.26759 -0.2168,0.4043 -0.0547,0.13282 -0.0937,0.2461 -0.11719,0.33985 -0.0195,0.0937 -0.0254,0.14062 -0.0176,0.14062 m -0.0586,0.43359 c -0.0156,0.71485 0.16016,1.2695 0.52735,1.6641 0.37109,0.39062 0.83202,0.58593 1.3828,0.58593 0.28124,0 0.53515,-0.0684 0.76172,-0.20507 0.23046,-0.13672 0.40624,-0.27539 0.52734,-0.41602 0.004,0 0.0137,0.008 0.0293,0.0234 0.0156,0.0117 0.0293,0.0312 0.041,0.0586 0.0156,0.0274 0.0234,0.0547 0.0234,0.082 0,0.0625 -0.0234,0.13282 -0.0703,0.21094 -0.0625,0.10156 -0.14063,0.20313 -0.23438,0.30469 -0.0937,0.10156 -0.21094,0.20703 -0.35156,0.3164 -0.14063,0.10938 -0.31055,0.19922 -0.50977,0.26954 -0.19531,0.0703 -0.40039,0.10546 -0.61523,0.10546 -0.6836,0 -1.2461,-0.23046 -1.6875,-0.6914 -0.4375,-0.46484 -0.65625,-1.0469 -0.65625,-1.7461 0,-0.3789 0.0723,-0.74413 0.2168,-1.0957 0.14453,-0.35156 0.32812,-0.64843 0.55078,-0.89062 0.22265,-0.24219 0.4707,-0.43555 0.74414,-0.58008 0.27343,-0.14843 0.53906,-0.22265 0.79687,-0.22266 0.26563,10e-6 0.50586,0.041 0.72071,0.12305 0.21484,0.082 0.38476,0.1836 0.50976,0.30469 0.125,0.11719 0.22851,0.25195 0.31055,0.40429 0.082,0.15235 0.13867,0.29102 0.16992,0.41602 0.0312,0.125 0.0469,0.24024 0.0469,0.3457 -1e-5,0.17969 -0.0215,0.31641 -0.0645,0.41016 -0.0391,0.0898 -0.11133,0.13672 -0.21679,0.14062 -0.16016,0.0117 -0.66798,0.0293 -1.5234,0.0527 -0.85157,0.0195 -1.3281,0.0293 -1.4297,0.0293"
|
144
|
-
inkscape:connector-curvature="0" />
|
145
|
-
<path
|
146
|
-
id="path5302"
|
147
|
-
d="m 489.27,911.83 c -10e-6,0.19141 -0.0449,0.33399 -0.13477,0.42773 -0.0899,0.0899 -0.19336,0.13477 -0.31055,0.13477 -0.0781,0 -0.15625,-0.0254 -0.23437,-0.0762 -0.0781,-0.0508 -0.16212,-0.11523 -0.25196,-0.19335 -0.0859,-0.082 -0.15039,-0.13672 -0.19335,-0.16407 -0.13282,-0.0898 -0.2422,-0.14843 -0.32813,-0.17578 -0.082,-0.0312 -0.19532,-0.0469 -0.33984,-0.0469 -0.33594,0 -0.63868,0.18164 -0.90821,0.54492 -0.26953,0.35938 -0.40429,0.83008 -0.40429,1.4121 0,0.65625 0.17578,1.1504 0.52734,1.4824 0.35547,0.33203 0.8125,0.49805 1.3711,0.49805 0.28125,0 0.52734,-0.0645 0.73829,-0.19336 0.21483,-0.12891 0.3828,-0.26367 0.5039,-0.4043 0.004,0 0.0137,0.008 0.0293,0.0234 0.0156,0.0117 0.0293,0.0312 0.041,0.0586 0.0156,0.0274 0.0234,0.0547 0.0234,0.082 0,0.0625 -0.0234,0.13282 -0.0703,0.21094 -0.0625,0.10156 -0.14063,0.20313 -0.23438,0.30469 -0.0937,0.10156 -0.21094,0.20703 -0.35156,0.3164 -0.14063,0.10938 -0.31055,0.19922 -0.50976,0.26954 -0.19532,0.0703 -0.4004,0.10546 -0.61524,0.10546 -0.45703,0 -0.86914,-0.11328 -1.2363,-0.33984 -0.36716,-0.22656 -0.64844,-0.51758 -0.84375,-0.87305 -0.1914,-0.35937 -0.28711,-0.74414 -0.28711,-1.1543 0,-0.32813 0.0586,-0.64453 0.17579,-0.94922 0.12109,-0.30469 0.27929,-0.57031 0.4746,-0.79688 0.19922,-0.22656 0.42188,-0.42382 0.66797,-0.59179 0.2461,-0.17187 0.5,-0.30078 0.76172,-0.38672 0.26562,-0.0898 0.52148,-0.13476 0.76758,-0.13477 0.42187,10e-6 0.77343,0.0938 1.0547,0.28125 0.0273,0.0274 0.0527,0.0762 0.0762,0.14649 0.0273,0.0664 0.041,0.12695 0.041,0.18164"
|
148
|
-
inkscape:connector-curvature="0" />
|
149
|
-
<path
|
150
|
-
id="path5304"
|
151
|
-
d="m 491.64,911.3 h 1.5117 c 0.0391,1e-5 0.0586,0.043 0.0586,0.12891 -1e-5,0.12501 -0.0547,0.24219 -0.16407,0.35156 h -1.4062 v 3.0703 c 0,0.64062 0.25781,0.96093 0.77344,0.96093 0.25781,0 0.51172,-0.0898 0.76172,-0.26953 0.0234,0.0117 0.0351,0.0391 0.0352,0.082 -1e-5,0.0859 -0.0156,0.14453 -0.0469,0.17578 -0.0781,0.0859 -0.16602,0.17188 -0.26367,0.25782 -0.0937,0.082 -0.23047,0.16797 -0.41016,0.25781 -0.17969,0.0859 -0.35742,0.12891 -0.5332,0.12891 -0.16016,0 -0.3086,-0.0195 -0.44531,-0.0586 -0.13672,-0.0391 -0.26563,-0.10351 -0.38672,-0.19336 -0.1211,-0.0898 -0.2168,-0.2207 -0.28711,-0.39258 -0.0664,-0.17187 -0.0996,-0.3789 -0.0996,-0.62109 v -3.3984 h -0.67969 c -0.0391,1e-5 -0.0586,-0.0352 -0.0586,-0.10547 0,-0.0195 0.043,-0.0781 0.1289,-0.17578 0.0859,-0.10155 0.14453,-0.16796 0.17579,-0.19922 h 0.43359 v -0.73828 c 0.0625,-0.0742 0.15234,-0.17382 0.26953,-0.29883 0.11719,-0.1289 0.21875,-0.24022 0.30469,-0.33398 0.0859,-0.0937 0.13281,-0.14452 0.14062,-0.15234 0.0195,-0.0195 0.043,-0.0332 0.0703,-0.041 0.0312,-0.008 0.0586,-0.008 0.082,0 0.0234,0.004 0.0351,0.0137 0.0351,0.0293 v 1.5352"
|
152
|
-
inkscape:connector-curvature="0" />
|
153
|
-
<path
|
154
|
-
id="path5306"
|
155
|
-
d="m 496.27,911.6 c -0.31641,10e-6 -0.58008,0.10157 -0.79102,0.30469 -0.21094,0.20313 -0.35937,0.45118 -0.44531,0.74414 -0.082,0.29297 -0.12305,0.61914 -0.12305,0.97852 0,0.39453 0.0605,0.77344 0.18164,1.1367 0.1211,0.35938 0.3086,0.66407 0.5625,0.91407 0.25391,0.25 0.54883,0.375 0.88477,0.375 0.3164,0 0.58007,-0.10157 0.79102,-0.30469 0.21093,-0.20312 0.35741,-0.44922 0.43945,-0.73828 0.0859,-0.29297 0.1289,-0.61719 0.12891,-0.97266 -10e-6,-0.39062 -0.0625,-0.76757 -0.1875,-1.1309 -0.1211,-0.36718 -0.3086,-0.67577 -0.5625,-0.92578 -0.25391,-0.2539 -0.54688,-0.38085 -0.87891,-0.38086 m 0.12891,-0.38672 c 0.76171,1e-5 1.3691,0.24024 1.8223,0.72071 0.45703,0.47656 0.68554,1.0879 0.68555,1.834 -1e-5,0.75781 -0.23829,1.3926 -0.71485,1.9043 -0.47266,0.51172 -1.0625,0.76758 -1.7695,0.76758 -0.76172,0 -1.373,-0.24219 -1.834,-0.72657 -0.45703,-0.48828 -0.68555,-1.1055 -0.68555,-1.8516 0,-0.7539 0.23828,-1.3828 0.71485,-1.8867 0.47656,-0.50781 1.0703,-0.76171 1.7812,-0.76172"
|
156
|
-
inkscape:connector-curvature="0" />
|
157
|
-
<path
|
158
|
-
id="path5308"
|
159
|
-
d="m 502.96,911.24 c 0.15234,10e-6 0.29491,0.0332 0.42773,0.0996 0.13671,0.0664 0.23242,0.14649 0.28711,0.24023 0.0312,0.0938 0.0469,0.19923 0.0469,0.31641 0,0.19141 -0.0449,0.3418 -0.13476,0.45117 -0.0899,0.10548 -0.17383,0.15821 -0.25195,0.15821 -0.0508,0 -0.0996,-0.01 -0.14649,-0.0293 -0.043,-0.0234 -0.0996,-0.0586 -0.16992,-0.10547 -0.0664,-0.0508 -0.10547,-0.0801 -0.11719,-0.0879 -0.14063,-0.0937 -0.28516,-0.14062 -0.43359,-0.14063 -0.22657,10e-6 -0.43946,0.13477 -0.63867,0.4043 -0.19922,0.26563 -0.29883,0.48243 -0.29883,0.65039 v 1.8047 c 0,0.45313 0.0195,0.74219 0.0586,0.86719 0.0156,0.0547 0.15234,0.0996 0.41016,0.13476 0.26171,0.0352 0.46093,0.0527 0.59765,0.0527 0.0234,0.0312 0.0352,0.0879 0.0352,0.16992 0.004,0.082 -0.008,0.13867 -0.0352,0.16992 -0.80078,-0.0391 -1.2852,-0.0586 -1.4531,-0.0586 -0.0742,0 -0.51172,0.0195 -1.3125,0.0586 -0.0273,-0.0312 -0.041,-0.0879 -0.041,-0.16992 0.004,-0.082 0.0176,-0.13867 0.041,-0.16992 0.11328,0 0.25976,-0.0176 0.43945,-0.0527 0.1836,-0.0351 0.2832,-0.0801 0.29883,-0.13476 0.0312,-0.0977 0.0508,-0.38672 0.0586,-0.86719 v -2.1797 c 0,-0.31249 -0.0195,-0.51562 -0.0586,-0.60937 -0.0234,-0.0586 -0.0977,-0.10547 -0.22266,-0.14063 -0.125,-0.0351 -0.23046,-0.0547 -0.3164,-0.0586 -0.082,-0.008 -0.15625,-0.0117 -0.22266,-0.0117 -0.0156,-0.0156 -0.0254,-0.0625 -0.0293,-0.14063 -1e-5,-0.0781 0.01,-0.1328 0.0293,-0.16406 0.66797,-0.0898 1.2266,-0.2539 1.6758,-0.49219 0.0274,10e-6 0.0547,0.0235 0.082,0.0703 0.0312,0.0469 0.0469,0.0859 0.0469,0.11718 -0.008,0.0469 -0.0234,0.22462 -0.0469,0.53321 -0.0234,0.30469 -0.0351,0.48633 -0.0351,0.54492 0,0.0156 0.004,0.0273 0.0117,0.0352 0.008,0.004 0.0137,0.006 0.0176,0.006 0.008,-0.004 0.0137,-0.01 0.0176,-0.0176 0.13281,-0.28906 0.33594,-0.57031 0.60938,-0.84375 0.27343,-0.27344 0.53125,-0.41015 0.77344,-0.41016"
|
160
|
-
inkscape:connector-curvature="0" />
|
161
|
-
</g>
|
162
|
-
<g
|
163
|
-
id="text5223-9"
|
164
|
-
transform="translate(13.100876,-40.190744)">
|
165
|
-
<path
|
166
|
-
id="path5311"
|
167
|
-
d="m 4.5365,1006.7 c 0.44922,0 0.83984,-0.02 1.1719,-0.059 0.015623,0.035 0.017576,0.1015 0.00586,0.1992 -0.00781,0.094 -0.025393,0.1406 -0.052734,0.1406 -0.050784,0 -0.11524,0 -0.19336,0.012 -0.074221,0.01 -0.15625,0.029 -0.24609,0.064 -0.089846,0.031 -0.13477,0.072 -0.13477,0.123 -1.8e-6,0.016 0.0039,0.031 0.011719,0.047 l 1.2422,3.1641 c 0.39843,-1.0391 0.74609,-1.9258 1.043,-2.6602 0.046871,-0.1133 0.070308,-0.2383 0.070312,-0.375 -4.1e-6,-0.1172 -0.062504,-0.209 -0.1875,-0.2754 -0.125,-0.066 -0.28907,-0.1 -0.49219,-0.1 -0.027347,0 -0.041019,-0.049 -0.041016,-0.1465 -3.3e-6,-0.098 0.013668,-0.1621 0.041016,-0.1933 0.29296,0.039 0.64453,0.059 1.0547,0.059 0.26562,0 0.59374,-0.02 0.98438,-0.059 0.023432,0.035 0.029291,0.1015 0.017578,0.1992 -0.011724,0.094 -0.029302,0.1406 -0.052734,0.1406 -0.10157,0 -0.23633,0.031 -0.4043,0.094 -0.16407,0.062 -0.2754,0.164 -0.33398,0.3046 -0.83594,1.9922 -1.4219,3.4024 -1.7578,4.2305 -0.039065,0.094 -0.12305,0.3125 -0.25195,0.6563 -0.12891,0.3437 -0.24219,0.6211 -0.33984,0.832 -0.097658,0.2109 -0.21094,0.4101 -0.33984,0.5976 -0.29688,0.4375 -0.63672,0.6563 -1.0195,0.6563 -0.33984,0 -0.50977,-0.168 -0.50977,-0.5039 -5e-7,-0.1133 0.046874,-0.2266 0.14062,-0.3399 0.3125,0 0.55664,-0.039 0.73242,-0.1171 0.17578,-0.074 0.37305,-0.2579 0.5918,-0.5508 0.082029,-0.1094 0.18945,-0.3125 0.32227,-0.6094 0.13672,-0.2969 0.21679,-0.4883 0.24023,-0.5742 -0.78125,-1.9922 -1.3945,-3.4727 -1.8398,-4.4414 -0.074219,-0.1563 -0.28906,-0.2344 -0.64453,-0.2344 -0.011719,0 -0.017578,-0.053 -0.017578,-0.1582 0,-0.1094 0.00586,-0.1699 0.017578,-0.1816 0.37109,0.039 0.76172,0.059 1.1719,0.059"
|
168
|
-
inkscape:connector-curvature="0" />
|
169
|
-
</g>
|
170
|
-
<g
|
171
|
-
id="g3333"
|
172
|
-
transform="matrix(-0.83928096,-0.09335048,0.08558991,-0.91537988,-38.471134,1869.9384)">
|
173
|
-
<path
|
174
|
-
id="path3039-8"
|
175
|
-
d="m 51.654676,996.93346 0.569719,0.7964 0.702895,-0.51384 -0.600942,-0.7972 z m -2.36411,1.72265 -0.06433,0.0609 0.600942,0.7972 0.06433,-0.0609 1.534444,-1.14953 -0.600942,-0.79721 z m -2.491825,1.81329 0.599998,0.8286 1.598771,-1.2105 -0.569719,-0.7964 z m -2.42844,1.7837 0.600001,0.8284 1.598771,-1.2104 -0.569717,-0.7965 z m -2.397267,1.7845 0.568782,0.8275 1.630043,-1.2096 -0.600943,-0.7972 z m -2.428437,1.7835 0.568779,0.8277 1.630043,-1.2097 -0.600943,-0.7971 z m -2.428437,1.7836 0.599999,0.8286 1.59877,-1.2105 -0.569717,-0.7964 z m -2.42844,1.7837 0.600944,0.7971 1.597829,-1.1791 -0.569718,-0.7965 z m -2.42844,1.7837 0.600944,0.7971 1.629105,-1.1784 -0.600944,-0.7972 z m -2.397264,1.7843 0.569718,0.7965 1.629105,-1.1785 -0.600944,-0.7971 z m -2.428436,1.7836 0.60094,0.7973 1.597829,-1.1792 -0.600941,-0.7972 z m -2.42844,1.7837 0.600943,0.7971 1.597829,-1.1791 -0.569718,-0.7965 z m -2.42844,1.7837 0.600943,0.7971 1.629105,-1.1784 -0.600944,-0.7972 z m -2.397264,1.7843 0.569717,0.7965 1.629105,-1.1785 -0.600944,-0.7971 z m -2.428437,1.7836 0.60094,0.7973 1.597829,-1.1792 -0.600941,-0.7972 z m -2.42844,1.7837 0.600944,0.7971 1.597828,-1.1791 -0.569718,-0.7965 z"
|
176
|
-
style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#918686"
|
177
|
-
inkscape:connector-curvature="0" />
|
178
|
-
<path
|
179
|
-
id="path3339"
|
180
|
-
d="m 48.742977,999.58625 -0.35026,2.80655 4.2964,-5.87715 -6.7528,2.7202 2.8067,0.35027 z"
|
181
|
-
inkscape:connector-curvature="0"
|
182
|
-
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.4pt" />
|
183
|
-
</g>
|
184
|
-
<g
|
185
|
-
id="text5223-3"
|
186
|
-
transform="translate(-56.856259,-102.38601)"
|
187
|
-
style="fill:#604b4b">
|
188
|
-
<path
|
189
|
-
id="path3188"
|
190
|
-
d="m 70.629,1036.2 c 0.35937,0 0.7539,-0.02 1.1836,-0.059 0.0078,0.039 0.01172,0.098 0.01172,0.1758 -3e-6,0.078 -0.01172,0.1328 -0.03516,0.164 -0.3125,0 -0.46875,0.066 -0.46875,0.1993 -2e-6,0.027 0.01953,0.074 0.05859,0.1406 l 0.77344,1.2304 c 0.0625,-0.1015 0.17382,-0.2636 0.33398,-0.4863 0.16406,-0.2226 0.28711,-0.4043 0.36914,-0.5449 0.08593,-0.1406 0.1289,-0.2461 0.12891,-0.3164 -4e-6,-0.055 -0.03321,-0.098 -0.09961,-0.1289 -0.0625,-0.035 -0.12891,-0.057 -0.19922,-0.065 -0.07032,-0.012 -0.14649,-0.019 -0.22852,-0.023 -0.08204,0 -0.125,-0.01 -0.12891,-0.01 -0.01172,-0.01 -0.01953,-0.061 -0.02344,-0.1582 -3e-6,-0.098 0.0078,-0.1582 0.02344,-0.1816 0.11328,0 0.24414,0.012 0.39258,0.023 0.14843,0.012 0.28125,0.022 0.39844,0.029 0.12109,0 0.25195,0.01 0.39258,0.01 0.35156,0 0.66406,-0.02 0.9375,-0.059 0.0078,0.031 0.0098,0.096 0.0059,0.1933 -5e-6,0.098 -0.0059,0.1465 -0.01758,0.1465 -0.48829,0.027 -0.78907,0.1133 -0.90234,0.2578 -0.09766,0.1368 -0.2461,0.3458 -0.44531,0.627 -0.19922,0.2773 -0.36328,0.5039 -0.49219,0.6797 -0.125,0.1758 -0.20313,0.2832 -0.23438,0.3223 l 1.4062,2.0859 c 0.19531,0.2812 0.49609,0.4219 0.90234,0.4219 0.0078,0 0.01171,0.025 0.01172,0.076 0.0039,0.051 0.0039,0.1036 0,0.1582 -0.0039,0.055 -0.01172,0.09 -0.02344,0.1055 -0.10157,0 -0.22266,-0.012 -0.36328,-0.023 -0.14063,-0.012 -0.26758,-0.02 -0.38086,-0.024 -0.10938,-0.01 -0.22852,-0.012 -0.35742,-0.012 -0.14844,0 -0.28907,0 -0.42188,0.012 -0.13282,0 -0.28516,0.012 -0.45703,0.024 -0.16797,0.012 -0.3086,0.02 -0.42188,0.023 -0.01563,-0.039 -0.02344,-0.1055 -0.02344,-0.1992 0.0039,-0.094 0.01562,-0.1406 0.03516,-0.1406 0.11328,-0.01 0.22265,-0.029 0.32812,-0.064 0.10937,-0.035 0.16406,-0.084 0.16406,-0.1465 -4e-6,-0.016 -0.0078,-0.039 -0.02344,-0.07 -0.40625,-0.664 -0.71485,-1.1523 -0.92578,-1.4648 -0.04297,0.062 -0.16406,0.2402 -0.36328,0.5332 -0.19532,0.289 -0.35547,0.5332 -0.48047,0.7324 -0.04688,0.074 -0.07031,0.1484 -0.07031,0.2227 -2e-6,0.047 0.01562,0.088 0.04687,0.123 0.03125,0.031 0.08203,0.057 0.15234,0.076 0.07422,0.016 0.13086,0.027 0.16992,0.035 0.04297,0 0.11328,0.01 0.21094,0.018 0.02734,0 0.04883,0.01 0.06445,0.01 0.0078,0 0.01367,0.025 0.01758,0.076 0.0039,0.047 0.0039,0.098 0,0.1524 -0.0039,0.055 -0.01367,0.092 -0.0293,0.1113 -0.10938,0 -0.23242,-0.012 -0.36914,-0.023 -0.13672,-0.012 -0.26172,-0.02 -0.375,-0.024 -0.10938,-0.01 -0.23242,-0.012 -0.36914,-0.012 -0.13281,0 -0.25586,0 -0.36914,0.012 -0.10938,0 -0.23242,0.012 -0.36914,0.024 -0.13672,0.012 -0.25781,0.02 -0.36328,0.023 -0.01172,-0.047 -0.01563,-0.1074 -0.01172,-0.1816 0.0078,-0.078 0.01953,-0.1309 0.03516,-0.1582 0.01563,0 0.0625,-0.012 0.14062,-0.024 0.07813,-0.012 0.12891,-0.02 0.15234,-0.023 0.02734,0 0.07617,-0.012 0.14648,-0.023 0.07422,-0.016 0.12695,-0.029 0.1582,-0.041 0.03516,-0.016 0.08203,-0.035 0.14062,-0.059 0.05859,-0.023 0.10547,-0.047 0.14062,-0.07 0.03906,-0.027 0.08008,-0.059 0.12305,-0.094 0.04297,-0.039 0.08008,-0.08 0.11133,-0.1231 0.72656,-1.0468 1.1094,-1.5976 1.1484,-1.6523 l -1.3594,-2.0274 c -0.05859,-0.09 -0.16797,-0.1542 -0.32812,-0.1933 -0.15625,-0.043 -0.30859,-0.064 -0.45703,-0.064 -0.0078,0 -0.01367,-0.023 -0.01758,-0.07 0,-0.047 0.002,-0.098 0.0059,-0.1523 0.0039,-0.055 0.01172,-0.094 0.02344,-0.1172 0.42969,0.039 0.8164,0.059 1.1602,0.059"
|
191
|
-
inkscape:connector-curvature="0"
|
192
|
-
style="fill:#604b4b" />
|
193
|
-
</g>
|
194
|
-
<g
|
195
|
-
style="opacity:0.25000000000000000;fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:1,0.5;stroke-dashoffset:0"
|
196
|
-
transform="translate(81.846843,-63.530635)"
|
197
|
-
id="g3139-6-2">
|
198
|
-
<path
|
199
|
-
inkscape:connector-curvature="0"
|
200
|
-
id="path3145-2-7"
|
201
|
-
d="m 17.89,957.1154 47.455,16.81746 0,77.15914 -47.695461,-27.6392 z"
|
202
|
-
style="stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:1, 0.5;stroke-dashoffset:0"
|
203
|
-
sodipodi:nodetypes="ccccc" />
|
204
|
-
<path
|
205
|
-
inkscape:connector-curvature="0"
|
206
|
-
id="path3147-6-2"
|
207
|
-
d="m 65.345,980.6 v 62.491 l 6.04e-4,0.068 v -62.558 z"
|
208
|
-
style="stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:1, 0.5;stroke-dashoffset:0" />
|
209
|
-
<path
|
210
|
-
inkscape:connector-curvature="0"
|
211
|
-
id="path3141-5-6"
|
212
|
-
d="m 17.89,967.15 v 53.111 l -0.04325,0.037 v -53.16 z"
|
213
|
-
style="stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:1, 0.5;stroke-dashoffset:0" />
|
214
|
-
</g>
|
215
|
-
<path
|
216
|
-
style="fill:none;stroke:#868686;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.50000000000000000, 0.50000000000000000;stroke-dashoffset:0;opacity:0.5"
|
217
|
-
d="M 49.649309,79.840408 146.90755,17.479105"
|
218
|
-
id="path5313"
|
219
|
-
inkscape:connector-curvature="0"
|
220
|
-
transform="translate(0,892.36)"
|
221
|
-
sodipodi:nodetypes="cc" />
|
222
|
-
<path
|
223
|
-
style="fill:none;stroke:#7e7b7b;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1, 1;stroke-dashoffset:0;opacity:0.5"
|
224
|
-
d="M 2.5213054,63.451924 100.31881,0.85015949"
|
225
|
-
id="path5315"
|
226
|
-
inkscape:connector-curvature="0"
|
227
|
-
sodipodi:nodetypes="cc"
|
228
|
-
transform="translate(0,892.36)" />
|
229
|
-
<path
|
230
|
-
style="fill:none;stroke:#989898;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.50000000000000000, 0.50000000000000000;stroke-dashoffset:0;opacity:0.5"
|
231
|
-
d="M 49.989373,156.93943 79.917799,138.31531 146.76669,94.959444"
|
232
|
-
id="path5317"
|
233
|
-
inkscape:connector-curvature="0"
|
234
|
-
sodipodi:nodetypes="ccc"
|
235
|
-
transform="translate(0,892.36)" />
|
236
|
-
<path
|
237
|
-
style="fill:none;stroke:#9c9999;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:0.5, 1.5;stroke-dashoffset:0"
|
238
|
-
d="m 25.264321,1017.7048 66.37218,-42.94208 31.058159,-19.09337"
|
239
|
-
id="path5319"
|
240
|
-
inkscape:connector-curvature="0"
|
241
|
-
sodipodi:nodetypes="ccc" />
|
242
|
-
<path
|
243
|
-
style="fill:none;stroke:#7e7b7b;stroke-width:0.50000000000000000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1, 1;stroke-dashoffset:0;opacity:0.5"
|
244
|
-
d="M 2.8004476,1021.1409 99.636103,959.74146"
|
245
|
-
id="path5315-6"
|
246
|
-
inkscape:connector-curvature="0"
|
247
|
-
sodipodi:nodetypes="cc" />
|
248
|
-
<g
|
249
|
-
id="g6723"
|
250
|
-
transform="translate(-0.25504795,0.17003188)">
|
251
|
-
<g
|
252
|
-
transform="translate(0,6)"
|
253
|
-
id="g5354">
|
254
|
-
<path
|
255
|
-
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
256
|
-
d="m 25.249734,116.8119 0,4.16578"
|
257
|
-
id="path5339"
|
258
|
-
inkscape:connector-curvature="0"
|
259
|
-
transform="translate(0,892.36)" />
|
260
|
-
<path
|
261
|
-
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
262
|
-
d="M 27.290117,119.10733 23.549416,118.9373"
|
263
|
-
id="path5341"
|
264
|
-
inkscape:connector-curvature="0"
|
265
|
-
transform="translate(0,892.36)" />
|
266
|
-
</g>
|
267
|
-
</g>
|
268
|
-
<g
|
269
|
-
id="g3349-7"
|
270
|
-
transform="matrix(0.38971905,0.7956479,-0.83826742,0.3699048,862.63996,571.6294)">
|
271
|
-
<path
|
272
|
-
id="path3039-7"
|
273
|
-
d="m 13.344,1028.4 -0.4375,0.875 41.438,19.719 0.40625,-0.9062 -41.406,-19.688 z"
|
274
|
-
style="text-indent:0;text-transform:none;block-progression:tb;color:#000000"
|
275
|
-
inkscape:connector-curvature="0" />
|
276
|
-
<path
|
277
|
-
id="path3355-9"
|
278
|
-
d="m 50.936,1046.9 -2.6651,0.9471 7.1805,1.2004 -5.4624,-4.8127 0.94712,2.6652 z"
|
279
|
-
inkscape:connector-curvature="0"
|
280
|
-
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.4pt" />
|
281
|
-
</g>
|
282
|
-
<text
|
283
|
-
xml:space="preserve"
|
284
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Amiri;-inkscape-font-specification:Amiri"
|
285
|
-
x="6.3719473"
|
286
|
-
y="985.53748"
|
287
|
-
id="text5580"
|
288
|
-
sodipodi:linespacing="125%"><tspan
|
289
|
-
sodipodi:role="line"
|
290
|
-
id="tspan5582"
|
291
|
-
x="6.3719473"
|
292
|
-
y="985.53748">z</tspan></text>
|
293
|
-
<g
|
294
|
-
id="g6709"
|
295
|
-
style="fill:#f4c378;fill-opacity:1;opacity:0.25" />
|
296
|
-
<g
|
297
|
-
id="g3730"
|
298
|
-
transform="translate(-110.5091,-52.291808)">
|
299
|
-
<path
|
300
|
-
inkscape:connector-curvature="0"
|
301
|
-
id="path3149"
|
302
|
-
d="m 169.07474,1043.0141 37.32914,3.0883 11.49176,-30.499 -29.70496,1.1331 z"
|
303
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
304
|
-
<path
|
305
|
-
inkscape:connector-curvature="0"
|
306
|
-
id="path3141"
|
307
|
-
d="m 157.90929,1010.1391 11.16912,32.8858 19.11593,-26.2776 -8.49543,-25.01355 z"
|
308
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
309
|
-
<path
|
310
|
-
inkscape:connector-curvature="0"
|
311
|
-
id="path3151"
|
312
|
-
d="m 179.69699,991.72613 28.61013,-4.35667 9.59044,28.23764 -29.70496,1.1331 z"
|
313
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
314
|
-
<path
|
315
|
-
inkscape:connector-curvature="0"
|
316
|
-
id="path3143"
|
317
|
-
d="m 157.90929,1010.1391 35.35657,-2.7196 15.043,-20.04293 -28.61012,4.35667 z"
|
318
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
319
|
-
<path
|
320
|
-
inkscape:connector-curvature="0"
|
321
|
-
id="path3147"
|
322
|
-
d="m 193.26801,1007.4238 13.14171,38.6938 11.49176,-30.499 -9.59047,-28.23766 z"
|
323
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
324
|
-
<path
|
325
|
-
inkscape:connector-curvature="0"
|
326
|
-
id="path3145"
|
327
|
-
d="m 157.90929,1010.1391 35.35657,-2.7196 13.14169,38.6937 -37.32914,-3.0883 z"
|
328
|
-
style="opacity:0.71697998;fill:none;stroke:#000000;stroke-width:0.344015;stroke-linecap:round" />
|
329
|
-
<g
|
330
|
-
id="g3176"
|
331
|
-
transform="matrix(0.80658122,-0.27815894,0.26220848,0.78389174,-136.12061,289.13156)">
|
332
|
-
<path
|
333
|
-
inkscape:connector-curvature="0"
|
334
|
-
id="path3095"
|
335
|
-
d="m 91.344,897.22 1,-0.0312 -0.03125,-0.96875 H 91.344 z m 0.03125,1.9688 0.03125,0.96875 0.96875,-0.0312 v -0.96875 z m 0.0625,2.9375 v 0.96875 h 1 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 H 92.469 v -1 z m 0.0625,3.9062 h 0.96875 v -0.96875 h -1 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 H 91.594 z m 0.0625,2.9375 0.96875,-0.0312 v -0.96875 h -1 z m 0.03125,1.9688 v 0.96875 h 1 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 H 92.719 v -1 z m 0.0625,3.9062 h 0.96875 v -0.96875 h -1 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 H 91.844 z m 0.0625,2.9375 0.96875,-0.0312 v -0.96875 h -1 z m 0.03125,1.9688 0.03125,0.96875 h 0.96875 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 h 1 l -0.03125,-1 z m 0.0625,3.9062 h 0.96875 v -0.96875 h -1 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 H 92.094 z m 0.0625,2.9375 0.96875,-0.0312 v -0.96875 h -1 z m 0.03125,1.9688 0.03125,0.96875 h 0.96875 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 h 1 l -0.03125,-1 z m 0.0625,3.9062 h 0.96875 v -0.96875 h -1 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 H 92.344 z m 0.0625,2.9375 0.96875,-0.0312 v -0.96875 h -1 z m 0.03125,1.9688 0.03125,0.96875 h 0.96875 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 h 1 l -0.03125,-1 z m 0.0625,3.9062 h 0.96875 v -0.96875 h -1 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 H 92.594 z m 0.0625,2.9375 0.96875,-0.0312 v -0.96875 h -1 z m 0.03125,1.9688 0.03125,0.96875 h 0.96875 l -0.03125,-1 z m 0.0625,2.9375 v 0.96875 h 1 l -0.03125,-1 z"
|
336
|
-
style="text-indent:0;text-transform:none;block-progression:tb;opacity:0.71225999;color:#000000;fill:#b40000" />
|
337
|
-
<path
|
338
|
-
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.39254999pt"
|
339
|
-
inkscape:connector-curvature="0"
|
340
|
-
id="path3182"
|
341
|
-
d="m 91.887,899.85 1.9959,1.929 -2.0796,-6.8352 -1.8454,6.9021 1.929,-1.9959 z" />
|
342
|
-
</g>
|
343
|
-
<g
|
344
|
-
id="g3176-3"
|
345
|
-
transform="matrix(0.15615259,0.61007394,-0.58394258,0.14945781,754.93132,829.34849)"
|
346
|
-
style="fill:#000000;fill-opacity:1">
|
347
|
-
<g
|
348
|
-
id="g3582"
|
349
|
-
transform="matrix(0.94811332,0.33217088,-0.30432292,0.94810691,299.48045,21.836112)"
|
350
|
-
style="fill:#000000;fill-opacity:1">
|
351
|
-
<path
|
352
|
-
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccacccccccccccccccc"
|
353
|
-
style="text-indent:0;text-transform:none;block-progression:tb;opacity:0.71225998999999995;color:#000000;fill:#000000;fill-opacity:1"
|
354
|
-
d="m 92.094,941.3764 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z m 0.0625,3.9062 0.96875,0 0,-0.96875 -1,0 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z m 0.0625,3.9062 0.96875,0 0,-0.96875 -1,0 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z"
|
355
|
-
id="path3095-6"
|
356
|
-
inkscape:connector-curvature="0" />
|
357
|
-
<path
|
358
|
-
d="m 92.435477,938.14301 1.9959,1.929 -2.0796,-6.8352 -1.8454,6.9021 1.929,-1.9959 z"
|
359
|
-
id="path3182-7"
|
360
|
-
inkscape:connector-curvature="0"
|
361
|
-
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39254999000000002pt" />
|
362
|
-
</g>
|
363
|
-
<g
|
364
|
-
transform="matrix(0.62354355,-0.81676911,0.74829423,0.62355931,-700.77948,446.5907)"
|
365
|
-
id="g3582-5"
|
366
|
-
style="fill:#000000;fill-opacity:1">
|
367
|
-
<path
|
368
|
-
sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccacccccccccccccccc"
|
369
|
-
style="text-indent:0;text-transform:none;block-progression:tb;opacity:0.71225998999999995;color:#000000;fill:#000000;fill-opacity:1"
|
370
|
-
d="m 92.094,941.3764 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z m 0.0625,3.9062 0.96875,0 0,-0.96875 -1,0 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z m 0.0625,3.9062 0.96875,0 0,-0.96875 -1,0 z m 0.03125,2.9688 1,-0.0312 -0.03125,-0.96875 -0.96875,0 z m 0.0625,2.9375 0.96875,-0.0312 0,-0.96875 -1,0 z m 0.03125,1.9688 0.03125,0.96875 0.96875,0 -0.03125,-1 z m 0.0625,2.9375 0,0.96875 1,0 -0.03125,-1 z"
|
371
|
-
id="path3095-6-3"
|
372
|
-
inkscape:connector-curvature="0" />
|
373
|
-
<path
|
374
|
-
d="m 92.435477,938.14301 1.9959,1.929 -2.0796,-6.8352 -1.8454,6.9021 1.929,-1.9959 z"
|
375
|
-
id="path3182-7-5"
|
376
|
-
inkscape:connector-curvature="0"
|
377
|
-
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.39254999000000002pt" />
|
378
|
-
</g>
|
379
|
-
</g>
|
380
|
-
</g>
|
381
|
-
<path
|
382
|
-
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:2, 1;stroke-dashoffset:0"
|
383
|
-
d="m 83.945192,994.7026 1.923691,-69.01242"
|
384
|
-
id="path4526"
|
385
|
-
inkscape:connector-curvature="0" />
|
386
|
-
<text
|
387
|
-
xml:space="preserve"
|
388
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Amiri;-inkscape-font-specification:Amiri"
|
389
|
-
x="78.214661"
|
390
|
-
y="982.64691"
|
391
|
-
id="text4528"
|
392
|
-
sodipodi:linespacing="125%"><tspan
|
393
|
-
sodipodi:role="line"
|
394
|
-
id="tspan4530"
|
395
|
-
x="78.214661"
|
396
|
-
y="982.64691">o</tspan></text>
|
397
|
-
<text
|
398
|
-
xml:space="preserve"
|
399
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Amiri;-inkscape-font-specification:Amiri"
|
400
|
-
x="99.468643"
|
401
|
-
y="987.91791"
|
402
|
-
id="text4532"
|
403
|
-
sodipodi:linespacing="125%"><tspan
|
404
|
-
sodipodi:role="line"
|
405
|
-
id="tspan4534"
|
406
|
-
x="99.468643"
|
407
|
-
y="987.91791">ox</tspan></text>
|
408
|
-
<text
|
409
|
-
xml:space="preserve"
|
410
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Amiri;-inkscape-font-specification:Amiri"
|
411
|
-
x="92.15728"
|
412
|
-
y="969.5545"
|
413
|
-
id="text4536"
|
414
|
-
sodipodi:linespacing="125%"><tspan
|
415
|
-
sodipodi:role="line"
|
416
|
-
id="tspan4538"
|
417
|
-
x="92.15728"
|
418
|
-
y="969.5545">oy</tspan></text>
|
419
|
-
<text
|
420
|
-
xml:space="preserve"
|
421
|
-
style="font-size:12px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Amiri;-inkscape-font-specification:Amiri"
|
422
|
-
x="62.260841"
|
423
|
-
y="952.53918"
|
424
|
-
id="text4540"
|
425
|
-
sodipodi:linespacing="125%"><tspan
|
426
|
-
sodipodi:role="line"
|
427
|
-
id="tspan4542"
|
428
|
-
x="62.260841"
|
429
|
-
y="952.53918">oz</tspan></text>
|
430
|
-
<path
|
431
|
-
sodipodi:type="arc"
|
432
|
-
style="opacity:0.63679241;fill:#0fdd00;fill-opacity:1;fill-rule:nonzero;stroke:none"
|
433
|
-
id="path4544"
|
434
|
-
sodipodi:cx="84.522179"
|
435
|
-
sodipodi:cy="76.319435"
|
436
|
-
sodipodi:rx="38.26046"
|
437
|
-
sodipodi:ry="41.892712"
|
438
|
-
d="m 70.518521,37.333597 c 1.836221,-0.790744 3.725556,-1.424775 5.651098,-1.896419 l 8.35256,40.882257 z"
|
439
|
-
transform="translate(-0.17003188,897.97105)"
|
440
|
-
sodipodi:start="4.3376726"
|
441
|
-
sodipodi:end="4.4923088" />
|
442
|
-
<path
|
443
|
-
style="fill:none;stroke:#eab054;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:3.2,1.6;stroke-dashoffset:0"
|
444
|
-
d="M 84.041257,81.008433 72.859802,24.620236"
|
445
|
-
id="path5505"
|
446
|
-
inkscape:connector-curvature="0"
|
447
|
-
transform="translate(0,892.36)" />
|
448
|
-
<g
|
449
|
-
transform="matrix(0.75563885,0.76771657,-0.72513642,1.0398304,726.50081,-164.07799)"
|
450
|
-
id="g3323"
|
451
|
-
style="fill:#ff0000;fill-opacity:1">
|
452
|
-
<path
|
453
|
-
style="text-indent:0;text-transform:none;block-progression:tb;color:#000000;fill:#ff0000;fill-opacity:1"
|
454
|
-
d="m 86.531,988.47 -6.0625,3.2188 0.125,0.28125 6.0938,-3.2188 -0.15625,-0.28125 z"
|
455
|
-
id="path7607"
|
456
|
-
inkscape:connector-curvature="0" />
|
457
|
-
<path
|
458
|
-
d="m 81.61,991.26 0.2531,-0.82471 -1.6004,1.5392 2.172,-0.46141 -0.82471,-0.2531 z"
|
459
|
-
id="path3329"
|
460
|
-
inkscape:connector-curvature="0"
|
461
|
-
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.12200000000000000pt;fill:#ff0000;fill-opacity:1" />
|
462
|
-
<path
|
463
|
-
d="m 84.854,988.7 2.1109,-0.28726 -1.4219,1.5864 c 0.07881,-0.53315 -0.20108,-1.057 -0.68897,-1.2991 z"
|
464
|
-
id="path3331"
|
465
|
-
inkscape:connector-curvature="0"
|
466
|
-
style="fill-rule:evenodd;stroke-width:0.62500000000000000;stroke-linejoin:round;fill:#ff0000;fill-opacity:1" />
|
467
|
-
</g>
|
468
|
-
<g
|
469
|
-
transform="matrix(1.2048621,-0.18684313,0.18425118,0.89582591,-213.91788,32.039266)"
|
470
|
-
id="text8757"
|
471
|
-
style="fill:#ff0000;fill-opacity:1">
|
472
|
-
<path
|
473
|
-
d="m 81.111,1012.2 c -0.0055,-0.01 -0.02469,-0.019 -0.05761,-0.041 -0.02469,-0.017 -0.0439,-0.032 -0.05761,-0.045 -0.70228,-0.5157 -1.0534,-0.9587 -1.0534,-1.3291 -3e-6,-0.2743 0.1207,-0.491 0.36211,-0.6502 0.17282,-0.1069 0.37857,-0.1604 0.61724,-0.1604 0.58431,0 1.1645,0.1879 1.7406,0.5637 0.18105,0.1207 0.27158,0.2387 0.27158,0.3539 -6e-6,0.1865 -0.09053,0.2798 -0.27158,0.2798 -0.10425,0 -0.2181,-0.062 -0.34154,-0.1852 -0.4938,-0.4663 -0.96701,-0.6995 -1.4196,-0.6995 -0.38132,0 -0.57198,0.1523 -0.57197,0.4568 -3e-6,0.2825 0.43755,0.6981 1.3127,1.2468 0.65838,0.4115 0.98757,0.945 0.98758,1.6007 -5e-6,0.6638 -0.18792,1.2413 -0.56374,1.7324 -0.41973,0.5459 -0.95055,0.8188 -1.5925,0.8188 -0.32371,0 -0.60764,-0.1097 -0.85179,-0.3292 -0.33742,-0.3017 -0.50614,-0.7036 -0.50613,-1.2056 -3e-6,-0.8532 0.35937,-1.5376 1.0781,-2.0534 0.24689,-0.1701 0.55277,-0.288 0.91763,-0.3539 m 0.13579,0.2428 c -0.50202,0 -0.92586,0.3265 -1.2715,0.9794 -0.20301,0.3785 -0.30451,0.7941 -0.3045,1.2468 -3e-6,0.8257 0.2757,1.2386 0.8271,1.2386 0.40326,0 0.76811,-0.2552 1.0946,-0.7654 0.30998,-0.4773 0.46498,-0.9807 0.46498,-1.5102 -5e-6,-0.4279 -0.11248,-0.7544 -0.33742,-0.9793 -0.13991,-0.1399 -0.29765,-0.2099 -0.47322,-0.2099"
|
474
|
-
id="path8899"
|
475
|
-
inkscape:connector-curvature="0"
|
476
|
-
style="fill:#ff0000;fill-opacity:1" />
|
477
|
-
</g>
|
478
|
-
</g>
|
479
|
-
</svg>
|
Binary file
|