Skip to content
Commits on Source (5)
......@@ -21,7 +21,7 @@ endif()
# Define project name and version tags
###############################################################################################
# this is not only the QMS version it will be the package version, too.
project(QMapShack VERSION 1.12.0)
project(QMapShack VERSION 1.12.1)
# FOR A RELEASE:
# remove "development" for a release
......@@ -82,7 +82,7 @@ if (APPLE)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -stdlib=libc++")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -framework Foundation -framework DiskArbitration")
SET(LINK_FLAGS "${LINK_FLAGS} -framework Foundation -framework DiskArbitration")
SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.7")
SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.11")
endif(APPLE)
if(WIN32)
......
This diff is collapsed.
This diff is collapsed.
......@@ -20,17 +20,19 @@ function extendAppStructure {
function copyAdditionalLibraries {
cp -v $ROUTINO_LIB_LIB_DIR/libroutino.so $BUILD_BUNDLE_FRW_DIR
cp -v $QUAZIP_LIB_LIB_DIR/libquazip.1.dylib $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtSensors.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtPositioning.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtMultimediaWidgets.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtMultimedia.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtWebKitWidgets.framework $BUILD_BUNDLE_FRW_DIR
cp -v $DBUS_DIR/libdbus-1.3.dylib $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtOpenGL.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtQuick.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtQml.framework $BUILD_BUNDLE_FRW_DIR
cp -v -R $QT_DIR/lib/QtWebChannel.framework $BUILD_BUNDLE_FRW_DIR
# TODO remove QT Bus, is only for linux needed
#cp -v -R $QT_DIR/lib/QtDBus.framework $BUILD_BUNDLE_FRW_DIR
# remove debug libraries
for F in `find $BUILD_BUNDLE_FRW_DIR/Qt*.framework/* -type f -name '*_debug*'`
do
echo $F
rm $F
done
}
......@@ -52,15 +54,14 @@ function copyExtTools {
# currently only used by QMapTool.
cp -v $BUILD_BIN_DIR/qmt_rgb2pct $BUILD_BUNDLE_RES_BIN_DIR
cp -v $BUILD_BIN_DIR/qmt_map2jnx $BUILD_BUNDLE_RES_BIN_DIR
}
function adjustLinkingExtTools {
for F in `find $BUILD_BUNDLE_RES_BIN_DIR -type f ! \( -name "*.py" \)`
do
adjustLinkQt $F "/usr/local/opt/"
adjustLinkQt $F "/usr/local/Cellar/"
adjustLinkQt $F "/usr/local/lib/"
adjustLinkQt $F "/usr/local/"
done
}
......
......@@ -131,19 +131,20 @@ function adjustLinking {
for F in `find $BUILD_BUNDLE_PLUGIN_DIR -type f -type f \( -iname "*.dylib" -o -iname "*.so" \)`
do
adjustLinkQt $F "libq"
adjustLinkQt $F "/usr/local/"
done
for F in `find $BUILD_BUNDLE_FRW_DIR/Qt*.framework/Versions/5 -type f -maxdepth 1`
do
adjustLinkQt $F "Qt"
adjustLinkQt $F "libdbus"
adjustLinkQt $F "/usr/local/"
done
for F in `find $BUILD_BUNDLE_FRW_DIR -type f -type f \( -iname "*.dylib" -o -iname "*.so" \)`
do
adjustLinkQt $F "Qt"
adjustLinkQt $F "libroutino"
adjustLinkQt $F "libdbus"
adjustLinkQt $F "/usr/local/"
done
adjustLinkQt $BUILD_BUNDLE_APP_FILE "Qt"
......@@ -172,20 +173,23 @@ function adjustLinkQt {
LIB_VERSION=Versions/5
LIB=$LIB.framework/$LIB_VERSION/$LIB
PREL="@executable_path/../Frameworks/$LIB"
elif [[ "$P" == *"plugins"* ]]; then
elif [[ "$P" == *"PlugIns"* ]]; then
# subdirectory for PlugIns
LIB=${P##*plugins/} # remove prepart
LIB=${P##*PlugIns/} # remove prepart
PREL="@executable_path/../PlugIns/$LIB"
fi
#echo "F = $F"
#echo "P = $P"
#echo "LIB = $LIB"
#echo "FREL = $FREL"
#echo "PREL = $PREL"
#echo "L = $L"
#echo "-----"
if [[ "$LIB" == *"$FREL" ]]; then
echo "-----"
echo "F = $F"
echo "FREL = $FREL"
echo "L = $L"
echo "P = $P"
echo "LIB = $LIB"
echo "PREL = $PREL"
if [[ "$P" == "$FREL" ]]; then
echo "no update - is a relativ id"
elif [[ "$LIB" == *"$FREL" ]]; then
echo "name_tool: $FREL >> $PREL ($P)"
sudo install_name_tool -id $PREL $F
elif [[ "$P" == *$L* ]]; then
......
......@@ -29,3 +29,12 @@ QToolBar > QToolButton:hover {
border: 1px solid #cdcdcd;
background-color: #d7d7d7;
}
/* fix for issue https://bugreports.qt.io/browse/QTBUG-61092 */
QTabBar::close-button {
background-image: url(://macOS/closeButtonGrey.png);
}
QTabBar::close-button:hover {
background-image: url(://macOS/closeButtonGrey.png);
}
\ No newline at end of file
......@@ -22,7 +22,7 @@ Dependencies
Next to QT5 you will need the development packages of:
* [Qt5](https://www.qt.io/) (at least 5.4)
* [Qt5](https://www.qt.io/) (at least 5.8)
* [GDAL](http://www.gdal.org/)
* [Proj4](https://github.com/OSGeo/proj.4/wiki)
* [Routino](http://www.routino.org/) (at least 3.1)
......
V 1.12.1
[Issue #390] Ruler: Add steps for distance and angle
[Issue #393] Some Linux dsitributions do not have planetsplitter but routino-planetsplitter
[Issue #395] Filter "Change Speed" Lacks Start Button
[Issue #399] Add filter line edit to map and DEM list
[Issue #400] Selecting item in workspace does not close screen options.
[Issue #403] Cursor is not changing after selecting activity in a graph
[Issue #404] Wrong value for min/max slope labels when % is selected
[Issue #407] Change name of views
[Issue #408] Export of a database is broken
[Issue #413] Crash when closing waypoint dialog
[Issue #412] Bulk edit waypoint proximities
Editor: Add new templates
TrackFilter: Multi loop cutter
TrackFilter: Remove zero speed drift
V 1.12.0
[Issue #334] Database: Moving a folder fails sometimes
[Issue #339] Crash when cutting track in external profile window
......
qmapshack (1.12.1-1) unstable; urgency=medium
* New upstream release.
* Update copyright years for Michel Durand.
-- Bas Couwenberg <sebastic@debian.org> Fri, 21 Dec 2018 15:18:29 +0100
qmapshack (1.12.0-1) unstable; urgency=medium
* New upstream release.
......
......@@ -5,9 +5,9 @@ Source: https://bitbucket.org/maproom/qmapshack/downloads
Files: *
Copyright: 2006-2009, 2012, 2014-2018, Oliver Eichler <oliver.eichler@gmx.de>
2016-2018, Michel Durand <zero@cms123.fr>
2017-2018, Norbert Truchsess <norbert.truchsess@t-online.de>
2015-2017, Christian Eichler <code@christian-eichler.de>
2016-2017, Michel Durand <zero@cms123.fr>
2015-2016, Ivo Kronenberg
2016, Peter Schumann <peter.schumann@jeepxj.de>
2016, Rainer Woitok <rainer.woitok@gmail.com>
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64px"
height="64px"
id="svg3020"
version="1.1"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="EditView.svg">
<defs
id="defs3022" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11"
inkscape:cx="23.9331"
inkscape:cy="28.667849"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1912"
inkscape:window-height="993"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid3017" />
</sodipodi:namedview>
<metadata
id="metadata3025">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g3019"
transform="translate(0.79694032,2.7272728)">
<rect
style="fill:none;stroke:#000080;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4156-1"
width="37.47588"
height="40"
x="11.625697"
y="11.454543" />
<g
id="g3012">
<path
id="path4129-7-3-9"
style="fill:#ffffff;stroke:#ffffff;stroke-width:4.43720007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 12.578659,31.869715 c 5.995718,9.867863 18.720945,12.923577 28.422579,6.82512 2.822568,-1.774263 5.18323,-4.214229 6.882092,-7.113257 M 12.843943,31.039361 c 5.995719,-9.867863 18.720945,-12.923577 28.422579,-6.82512 2.822568,1.774263 5.18323,4.214228 6.882092,7.113257"
inkscape:connector-curvature="0" />
<path
id="path4129-7-3"
style="fill:#ffffff;stroke:#000080;stroke-width:2.03560519;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
d="m 12.578658,31.869715 c 5.995718,9.867863 18.720946,12.923577 28.42258,6.82512 2.822568,-1.774263 5.18323,-4.214229 6.882092,-7.113257 M 12.843942,31.039361 c 5.995719,-9.867863 18.720946,-12.923577 28.42258,-6.82512 2.822568,1.774263 5.18323,4.214228 6.882092,7.113257"
inkscape:connector-curvature="0" />
<path
sodipodi:open="true"
sodipodi:end="5.7456747"
sodipodi:start="5.8033439"
d="m 379.43534,30.05399 a 5,5 0 0 1 -2.06344,6.709796 5,5 0 0 1 -6.73885,-1.966497 5,5 0 0 1 1.86914,-6.766497 5,5 0 0 1 6.79274,1.771394"
sodipodi:ry="5"
sodipodi:rx="5"
sodipodi:cy="32.362183"
sodipodi:cx="375"
id="path4149-5"
style="fill:#000080;stroke:#000080;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:type="arc"
transform="matrix(0.89711754,0,0,0.95224119,-306.05544,0.63780763)" />
</g>
</g>
<path
style="fill:#808080;stroke:#000000;stroke-width:0.70703268;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 38.90012,29.493773 -1.3484,0.0443 -0.3979,1.47966 v 0.17668 l 0.19895,1.25882 -1.87892,0.46378 -0.41998,-1.21464 -0.0662,-0.1325 -1.06103,-1.12632 -1.19366,0.5742 0.22103,1.54592 0.0885,0.1325 0.66313,1.08215 -1.52523,1.19258 -0.86209,-0.92755 -0.13266,-0.11049 -1.43681,-0.59626 -0.86211,1.01589 0.86211,1.32507 0.11046,0.0882 1.06104,0.70671 -0.90629,1.67844 -1.17158,-0.46378 -0.15468,-0.0442 -1.52524,0.0442 -0.39789,1.2809 1.3042,0.83924 0.15469,0.0442 1.25998,0.22085 -0.1547,1.89929 -1.25995,0.0443 -0.15469,0.022 -1.39263,0.66253 0.17687,1.32507 1.52523,0.24295 h 0.17683 l 1.21576,-0.33127 0.66317,1.81094 -1.14947,0.55211 -0.13265,0.0882 -1.01683,1.17048 0.70735,1.12632 1.48103,-0.37544 0.15469,-0.0882 0.99472,-0.79504 1.32628,1.36925 -0.81786,0.97173 -0.0884,0.15453 -0.4421,1.47968 1.10524,0.72879 1.21577,-0.94964 0.0884,-0.15453 0.57475,-1.10423 1.79048,0.70669 -0.35369,1.23674 -0.0442,0.15454 0.19895,1.52385 1.32627,0.24294 0.70737,-1.36927 0.022,-0.17668 0.0884,-1.25881 1.90102,-0.0882 0.19893,1.28091 0.022,0.15454 0.81787,1.32507 1.28209,-0.33127 0.0884,-1.52384 -0.022,-0.17668 -0.4642,-1.19256 1.74626,-0.83923 0.66316,1.08215 0.11046,0.11047 1.25999,0.90548 1.03892,-0.81714 -0.53052,-1.45759 -0.11047,-0.1325 -0.88419,-0.90548 1.23786,-1.47967 1.03894,0.70671 0.15469,0.0882 1.52525,0.28711 0.61892,-1.17049 -1.08313,-1.10422 -0.15469,-0.0882 -1.17155,-0.46376 0.5305,-1.83305 1.23787,0.19877 0.17683,0.0221 1.50314,-0.35335 0.0662,-1.34718 -1.41472,-0.53003 -0.15468,-0.022 -1.28208,0.0443 -0.26526,-1.89929 1.23787,-0.3092 0.1547,-0.0442 1.23787,-0.94964 -0.46421,-1.23674 -1.54734,0.0662 -0.15469,0.0662 -1.12735,0.55212 -1.03892,-1.63427 1.01682,-0.77297 0.11047,-0.1325 0.75157,-1.32508 -0.92841,-0.97171 -1.39259,0.6846 -0.11047,0.1325 -0.81788,0.97174 -1.59155,-1.08215 0.59682,-1.12633 0.0663,-0.15454 0.13267,-1.52384 -1.23788,-0.50794 -0.99471,1.19258 -0.0442,0.17668 -0.33159,1.21464 -1.90101,-0.35334 0.0884,-1.25883 -0.022,-0.17668 -0.48632,-1.43552 z m 0.11046,5.56534 c 1.47765,0.0556 2.94575,0.59967 4.13362,1.63426 l 0.0884,0.0883 c 0.51697,0.46811 0.92957,0.9968 1.25996,1.56802 L 41,39.630623 c -0.5696,-0.66178 -1.38445,-1.05689 -2.23258,-1.08217 l -1.23789,-3.37895 c 0.48551,-0.0895 0.98847,-0.12892 1.48104,-0.11048 z m -3.55887,0.88338 1.23786,3.35687 c -0.67777,0.58085 -1.07167,1.4266 -1.08314,2.29681 l -3.44836,1.25884 c -0.34044,-1.95065 0.19167,-4.05116 1.65786,-5.6316 0.48151,-0.51902 1.04955,-0.94687 1.63578,-1.28092 z m 9.79245,4.50527 c 0.34751,1.94919 -0.16635,4.04773 -1.63577,5.63161 -0.48568,0.52352 -1.0439,0.94608 -1.63575,1.2809 l -1.25998,-3.4452 c 0.62422,-0.56261 1.00932,-1.36591 1.03893,-2.18638 z m -6.65359,0.24295 c 0.35994,-0.0306 0.72289,0.14906 0.90632,0.48586 v 0.0221 c 0.23918,0.45987 0.0618,1.01951 -0.39788,1.25883 -0.45962,0.23932 -1.02079,0.0623 -1.26,-0.39753 -0.23918,-0.45986 -0.0616,-1.01951 0.3979,-1.25883 0.11329,-0.059 0.2337,-0.10015 0.35366,-0.11047 z m -2.21047,2.98142 c 0.57866,0.64682 1.40664,1.00472 2.2547,1.01591 l 1.25998,3.42312 c -1.98638,0.37299 -4.10929,-0.125 -5.70305,-1.56802 -0.52107,-0.47178 -0.9511,-1.01264 -1.2821,-1.5901 z"
id="path6034-2-1"
inkscape:connector-curvature="0" />
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64px"
height="64px"
id="svg3513"
version="1.1"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="TrkCut.svg">
<defs
id="defs3515" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11"
inkscape:cx="24.10128"
inkscape:cy="36.202379"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1027"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid2983" />
</sodipodi:namedview>
<metadata
id="metadata3518">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
id="g3001"
transform="translate(-3.1135422,-6.1654295)">
<path
inkscape:connector-curvature="0"
id="path2985"
d="m 48.285576,24.40139 -30.736638,8.967061 -0.343853,0.457309 c -0.04796,-1.063446 -0.411167,-2.069616 -1.128146,-2.864592 -1.842522,-2.042962 -5.276216,-1.914421 -7.6501844,0.289419 -2.3739688,2.203842 -2.8092554,5.66263 -0.9667339,7.705592 1.5490849,1.717603 4.2278933,1.878592 6.4475433,0.583105 9.299929,-3.538742 28.831755,-3.608759 34.378012,-15.137894 z"
style="fill:#000080;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.76884818;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
<path
transform="matrix(0.5008634,0.5008634,-0.5901085,0.5901085,26.33056,-1.4490496)"
sodipodi:open="true"
sodipodi:end="5.8029047"
sodipodi:start="5.8033439"
d="m 25.548273,41.153446 a 4,4 0 0 1 -1.701329,5.394624 4,4 0 0 1 -5.394811,-1.700737 4,4 0 0 1 1.700144,-5.394997 4,4 0 0 1 5.395184,1.699552"
sodipodi:ry="4"
sodipodi:rx="4"
sodipodi:cy="43"
sodipodi:cx="22"
id="path3780"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
</g>
<path
style="fill:none;stroke:#ff0000;stroke-width:3.44306612;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 61,60 C 33,41 48.482361,62.303887 29.502473,54.98112 14,49 64.586662,15.589227 57.892488,16.71476 48.997708,18.210295 9.5961643,-2.3932302 5.9222514,3.2181151 -3.0635613,16.942584 60.14335,-0.51976253 59.228309,3.5487104 58.11517,8.4979674 31.722645,22.919283 30.450949,24.81272 21.471106,38.182871 19.508586,54.292508 11.013729,52.656238 -2.4286369,50.066985 0.85180514,23.526316 9,19 14.820139,16.736842 24.614084,26.454411 29.211347,30.73103 51,51 66.037364,58.605263 41.592779,60.868421 L 2.015833,62"
id="path2989"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssssscscc" />
<g
id="g2996"
transform="translate(-3.1135422,-6.1654295)">
<path
inkscape:connector-curvature="0"
id="path2985-4"
d="m 32.341998,8.457812 -8.967061,30.736638 -0.457309,0.343853 c 1.063446,0.04796 2.069617,0.411167 2.864593,1.128146 2.042962,1.842522 1.914421,5.276217 -0.28942,7.650185 -2.203841,2.373969 -5.662629,2.809255 -7.705592,0.966734 -1.717603,-1.549085 -1.878592,-4.227894 -0.583105,-6.447544 3.538742,-9.299929 3.608759,-28.831755 15.137894,-34.378012 z"
style="fill:#000080;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.76884818;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" />
<path
transform="matrix(0.5008634,0.5008634,-0.5901085,0.5901085,36.195003,8.6299777)"
sodipodi:open="true"
sodipodi:end="5.8029047"
sodipodi:start="5.8033439"
d="m 25.548273,41.153446 a 4,4 0 0 1 -1.701329,5.394624 4,4 0 0 1 -5.394811,-1.700737 4,4 0 0 1 1.700144,-5.394997 4,4 0 0 1 5.395184,1.699552"
sodipodi:ry="4"
sodipodi:rx="4"
sodipodi:cy="43"
sodipodi:cx="22"
id="path3780-5"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
<path
transform="matrix(0.5008634,0.5008634,-0.5901085,0.5901085,25.753532,-0.41669106)"
sodipodi:open="true"
sodipodi:end="5.8029047"
sodipodi:start="5.8033439"
d="m 31.887068,31.538362 a 1,1 0 0 1 -0.425332,1.348655 1,1 0 0 1 -1.348703,-0.425184 1,1 0 0 1 0.425036,-1.348749 1,1 0 0 1 1.348796,0.424888"
sodipodi:ry="1"
sodipodi:rx="1"
sodipodi:cy="32"
sodipodi:cx="31"
id="path3800"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
sodipodi:type="arc" />
</g>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64px"
height="64px"
id="svg3513"
version="1.1"
inkscape:version="0.92.3 (d244b95, 2018-08-02)"
sodipodi:docname="FilterDriftCleaner.svg">
<defs
id="defs3515">
<marker
inkscape:stockid="Arrow2Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Mend"
style="overflow:visible;">
<path
id="path3901"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.6) rotate(180) translate(0,0)" />
</marker>
<marker
inkscape:stockid="Arrow2Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Lend"
style="overflow:visible;">
<path
id="path3895"
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(1.1) rotate(180) translate(1,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path3880"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.4) translate(10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Lstart"
style="overflow:visible">
<path
id="path3874"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.8) translate(12.5,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-0"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3880-4"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.75"
inkscape:cx="21.787415"
inkscape:cy="12.651532"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="634"
inkscape:window-height="454"
inkscape:window-x="994"
inkscape:window-y="154"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid3090" />
</sodipodi:namedview>
<metadata
id="metadata3518">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<rect
style="fill:none;stroke:none"
id="rect3859"
width="44"
height="44"
x="9.954546"
y="9.636364" />
<g
id="g180"
transform="matrix(0.65945453,0,0,0.65945453,18.510868,14.1476)">
<path
style="fill:none;stroke:#999999;stroke-width:6.35872507;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 53.142854,11.773139 H 37.246041 L 27.104284,19.831846 36.558504,23.26736 19.141227,39.969806 28.85434,42.191163 48.032803,37.879396 47.069982,25.700569 33.646728,33.677367 17.422174,30.104274 18.488504,19.123012 4.7046081,31.159936 10.112467,38.078403 -4,41.087695 -6.827938,29.904688 -0.90388433,23.753299 5.452418,11.773074 H -10.444395 5.452418"
id="path3021-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccc" />
<path
sodipodi:type="arc"
style="fill:#ff0000;stroke:none;stroke-width:6.48983574"
id="path3026-67"
sodipodi:cx="7.1143594"
sodipodi:cy="11.700882"
sodipodi:rx="7.9483924"
sodipodi:ry="7.9483924"
d="M 7.2173401,19.648607 A 7.9483924,7.9483924 0 0 1 -0.83226499,11.868521 7.9483924,7.9483924 0 0 1 6.8820738,3.7558845 7.9483924,7.9483924 0 0 1 15.057204,11.403965 7.9483924,7.9483924 0 0 1 7.4758883,19.641048"
sodipodi:start="1.5578398"
sodipodi:end="1.5252961"
sodipodi:open="true" />
<path
sodipodi:type="arc"
style="fill:#ff0000;stroke:none;stroke-width:6.48983574"
id="path3026-6-5"
sodipodi:cx="37.173786"
sodipodi:cy="11.484113"
sodipodi:rx="7.9483924"
sodipodi:ry="7.9483924"
d="m 37.276767,19.431838 a 7.9483924,7.9483924 0 0 1 -8.049605,-7.780087 7.9483924,7.9483924 0 0 1 7.714339,-8.1126357 7.9483924,7.9483924 0 0 1 8.17513,7.6480807 7.9483924,7.9483924 0 0 1 -7.581316,8.237083"
sodipodi:start="1.5578398"
sodipodi:end="1.5252961"
sodipodi:open="true" />
<path
style="fill:none;stroke:#ff0000;stroke-width:6.35872507;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M -10.444395,11.773123 H 5.452418"
id="path3853-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ff0000;stroke-width:6.35872507;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 37.246041,11.700928 H 53.142854"
id="path3855-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ff0000;stroke-width:6.35872507;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 5.452418,11.628623 H 37.246041"
id="path3857-6"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>