python paparazzi center tools impovement (#2445)

* [Python supervision] Change tool Menu. #2093

* [Python supervision] Adds tool icons.

* [Python supervision] Separates tools from control panel.

* [Python supervision] Adds blacklist feature.

* [Python supervision] Clean test code.

* [Python supervision] Allows tools override.

* [Python supervision] Removes useless constants.

* [Tools] Adds script to convert old xml tools format to the new one.

* [Python supervision] Handles new tools definition.

* Reduce diff with master

* [tools] adds reference to icons in tools xmls.
This commit is contained in:
Fabien-B
2019-07-05 15:45:45 +02:00
committed by Gautier Hattenberger
parent a369cea81c
commit 096209b787
24 changed files with 1173 additions and 241 deletions
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.4 KiB

+115
View File
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
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="60"
height="60"
viewBox="0 0 60.000001 60.000001"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="gcs.svg">
<defs
id="defs4">
<linearGradient
id="linearGradient5611"
osb:paint="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5613" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="34.116437"
inkscape:cy="36.947784"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-992.36216)">
<path
style="fill:#c6e9af;fill-rule:evenodd;"
d="M 0.00552427,992.352 0,1052.3661 l 60.015625,0 0,-59.99222 z"
id="path4142"
inkscape:connector-curvature="0" />
<path
style="fill:#80b3ff;fill-rule:evenodd"
d="m 60.006697,1017.9755 c -14.189295,-4.9806 -28.403195,-2.5039 -34.136363,5.8994 -5.733168,8.4034 -9.546506,22.5293 7.330843,28.4756 l 26.636006,0.02 z"
id="path3336"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czccc" />
<ellipse
style="fill:none;stroke:#aa0040;stroke-width:1.255;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
id="path4165"
cx="24.616156"
cy="1027.2157"
rx="17.771315"
ry="18.213257" />
<path
style="fill:#ff6600;fill-rule:evenodd;stroke:#004a0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.417708,996.41234 35.708893,23.51126 0,0 0,0 0,0"
id="path5617"
inkscape:connector-curvature="0" />
<rect
style="fill:#ff6600;stroke:#004a0b;stroke-width:1.18065214;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect5621"
width="1.1645379"
height="1.2265272"
x="-573.12646"
y="650.15668"
transform="matrix(0.60083109,-0.79937601,0.56046237,0.82817989,0,0)" />
<rect
style="fill:#ff6600;stroke:#004a0b;stroke-width:1.08908677;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect5621-3"
width="1.0759317"
height="1.1296064"
x="-573.2724"
y="706.99121"
transform="matrix(0.62625458,-0.77961863,0.58603841,0.81028327,0,0)" />
<rect
style="fill:#ff6600;stroke:#aa0040;stroke-width:1.08908677;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect5621-3-6"
width="1.0759317"
height="1.1296064"
x="-604.40564"
y="685.46643"
transform="matrix(0.62625458,-0.77961863,0.58603841,0.81028327,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

+92
View File
@@ -0,0 +1,92 @@
<?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="60mm"
height="60mm"
viewBox="0 0 212.59843 212.59842"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="joystick.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="89.19507"
inkscape:cy="97.81045"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-839.76378)">
<rect
style="fill:#ff5555;fill-opacity:1;stroke:#ff5555;stroke-width:22.45006943;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4152"
width="6.0523648"
height="15.252442"
x="44.584351"
y="984.24414" />
<rect
style="fill:#9da8b5;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4144"
width="18.400154"
height="83.987801"
x="96.613365"
y="886.76813" />
<ellipse
style="fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4142"
cx="105.81346"
cy="869.85187"
rx="26.858292"
ry="25.522793" />
<ellipse
style="fill:#2c5aa0;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4146"
cx="105.81346"
cy="999.69165"
rx="40.341286"
ry="32.955318" />
<rect
style="fill:#729bd9;fill-opacity:1;stroke:#729bd9;stroke-width:20.78569603;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4150"
width="157.08221"
height="41.051701"
x="27.272345"
y="992.50067" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

+156
View File
@@ -0,0 +1,156 @@
<?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="60mm"
height="60mm"
viewBox="0 0 212.59843 212.59842"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="natnet.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2"
inkscape:cx="-20.178352"
inkscape:cy="110.68655"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-839.76378)">
<rect
style="fill:#f4fad2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4234"
width="212.60373"
height="212.60242"
x="0"
y="839.76453"
ry="40.5"
rx="41.000004" />
<ellipse
style="fill:#f3a0a0;fill-opacity:1;stroke:#ec6767;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168"
cx="331.97409"
cy="929.93909"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#a0f3a3;fill-opacity:1;stroke:#139417;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-5"
cx="317.31598"
cy="949.04773"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#f3a0a0;fill-opacity:1;stroke:#ea5b5b;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-3"
cx="287.89499"
cy="939.74615"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#a0f3a3;fill-opacity:1;stroke:#139417;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-56"
cx="302.39594"
cy="920.62213"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 80.033849,992.35893 -48.604334,-104.31604 0,0"
id="path4236"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 102.8485,864.29323 79.867532,992.27956"
id="path4238"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:3.95667362;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 103.52464,919.03102 79.814548,992.34254"
id="path4240"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 79.991454,991.90456 89.007066,-113.13709 0,0"
id="path4242"
inkscape:connector-curvature="0" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244"
cx="167.23438"
cy="880.25281"
rx="3.8906219"
ry="3.7343719" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-2"
cx="102.65626"
cy="865.87781"
rx="2.9374986"
ry="2.9062486" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-9"
cx="31.312502"
cy="888.48718"
rx="3.2656233"
ry="2.8593733" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-1"
cx="102.69675"
cy="921.44513"
rx="3.8124182"
ry="3.4222531" />
<rect
style="fill:none;fill-opacity:1;stroke:#38383a;stroke-width:5.83041477;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4166"
width="136.19814"
height="64.277"
x="774.3078"
y="982.42017"
rx="0"
ry="0"
transform="matrix(0.97797175,0.20873731,-0.70810621,0.70610593,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

+168
View File
@@ -0,0 +1,168 @@
<?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="60mm"
height="60mm"
viewBox="0 0 212.59843 212.59842"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="natnet3.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="89.497965"
inkscape:cy="128.63427"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-839.76378)">
<rect
style="fill:#ded2fa;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4234"
width="212.60373"
height="212.60242"
x="0"
y="839.76453"
ry="40.5"
rx="41.000004" />
<ellipse
style="fill:#f3a0a0;fill-opacity:1;stroke:#ec6767;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168"
cx="331.97409"
cy="929.93909"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#a0f3a3;fill-opacity:1;stroke:#139417;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-5"
cx="317.31598"
cy="949.04773"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#f3a0a0;fill-opacity:1;stroke:#ea5b5b;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-3"
cx="287.89499"
cy="939.74615"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<ellipse
style="fill:#a0f3a3;fill-opacity:1;stroke:#139417;stroke-width:1.00029337;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4168-56"
cx="302.39594"
cy="920.62213"
rx="15.491298"
ry="9.7330666"
transform="matrix(0.96399679,0.26591387,-0.23275074,0.97253642,0,0)" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 80.033849,992.35893 -48.604334,-104.31604 0,0"
id="path4236"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 102.8485,864.29323 79.867532,992.27956"
id="path4238"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:3.95667362;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 103.52464,919.03102 79.814548,992.34254"
id="path4240"
inkscape:connector-curvature="0" />
<path
style="fill:#a02c2c;fill-rule:evenodd;stroke:#1557a7;stroke-width:4.00000024;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m 79.991454,991.90456 89.007066,-113.13709 0,0"
id="path4242"
inkscape:connector-curvature="0" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244"
cx="167.23438"
cy="880.25281"
rx="3.8906219"
ry="3.7343719" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-2"
cx="102.65626"
cy="865.87781"
rx="2.9374986"
ry="2.9062486" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-9"
cx="31.312502"
cy="888.48718"
rx="3.2656233"
ry="2.8593733" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:#6770ec;stroke-width:0;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4244-1"
cx="102.69675"
cy="921.44513"
rx="3.8124182"
ry="3.4222531" />
<rect
style="fill:none;fill-opacity:1;stroke:#38383a;stroke-width:5.83041477;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4166"
width="136.19814"
height="64.277"
x="774.3078"
y="982.42017"
rx="0"
ry="0"
transform="matrix(0.97797175,0.20873731,-0.70810621,0.70610593,0,0)" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:90.00000763px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="142.31371"
y="1023.9627"
id="text4292"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4294"
x="142.31371"
y="1023.9627"
style="font-size:90.00000763px">3</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

+83
View File
@@ -0,0 +1,83 @@
<?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="60"
height="60"
viewBox="0 0 60.000001 60.000001"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="plotter.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="15.632958"
inkscape:cy="28.364596"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-992.36216)">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m 56.323978,1028.0972 2.5446,1.6294 -2.5446,1.4732 0,0"
id="path4138-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99317914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.98635831, 0.99317916;stroke-dashoffset:0;stroke-opacity:1"
d="m 0.35714286,1029.6836 58.30357214,0 0,0"
id="path3338"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99749428;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.99498861, 0.9974943;stroke-dashoffset:0;stroke-opacity:1"
d="m 6.3394947,1052.0918 -0.0897,-58.62801 0,0"
id="path4140"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#d60000;stroke-width:1.97455215;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 0.87918672,1040.6757 12.00433728,-29.2099 3.044578,7.3248 8.524819,-18.93725 2.174699,2.76915 2.435663,-2.5905 4.001445,-1.87586 3.131566,4.73436 21.399036,31.6217 0,0"
id="path4142"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="M 4.6205357,996.04519 6.25,993.50055 l 1.4732143,2.54464 0,0"
id="path4138"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

@@ -0,0 +1,95 @@
<?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="60"
height="60"
viewBox="0 0 60.000001 60.000001"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="plotter (copie).svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="19.848836"
inkscape:cy="41.400325"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1855"
inkscape:window-height="1056"
inkscape:window-x="65"
inkscape:window-y="24"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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 />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-992.36216)">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="m 56.323978,1028.0972 2.5446,1.6294 -2.5446,1.4732 0,0"
id="path4138-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99317914;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.98635831, 0.99317916;stroke-dashoffset:0;stroke-opacity:1"
d="m 0.35714286,1029.6836 58.30357214,0 0,0"
id="path3338"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99749428;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.99498861, 0.9974943;stroke-dashoffset:0;stroke-opacity:1"
d="m 6.3394947,1052.0918 -0.0897,-58.62801 0,0"
id="path4140"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#d60000;stroke-width:1.97455215;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 0.87918672,1040.6757 12.00433728,-29.2099 3.044578,7.3248 8.524819,-18.93725 2.174699,2.76915 2.435663,-2.5905 4.001445,-1.87586 3.131566,4.73436 21.399036,31.6217 0,0"
id="path4142"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
d="M 4.6205357,996.04519 6.25,993.50055 l 1.4732143,2.54464 0,0"
id="path4138"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4584b6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="38.550461"
y="1002.6459"
id="text4136"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4138"
x="38.550461"
y="1002.6459"
style="font-size:17.5px;fill:#4584b6;fill-opacity:1">py</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB