Merge remote-tracking branch 'CMS/develop' into develop
@@ -4,7 +4,7 @@
|
||||
<ncVendor>S7NET</ncVendor>
|
||||
<!-- NO_NC/DEMO/FANUC/SIEMENS/OSAI/S7NET -->
|
||||
<showNcHMI>false</showNcHMI>
|
||||
<ncIpAddress>192.168.0.102</ncIpAddress>
|
||||
<ncIpAddress>192.168.214.1</ncIpAddress>
|
||||
<ncPort>102</ncPort>
|
||||
<machineModel>Thermo 2020</machineModel>
|
||||
<sharedPath>C:\CMS\Recipes\</sharedPath>
|
||||
|
||||
@@ -211,6 +211,14 @@
|
||||
flex: 1;
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
.small-img{
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
max-width: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.ventosa{
|
||||
color: #FFFF;
|
||||
display: flex;
|
||||
@@ -257,7 +265,9 @@
|
||||
|
||||
.borded_label {
|
||||
cursor: pointer;
|
||||
min-width: 100px;
|
||||
min-width: 140px;
|
||||
max-width: 140px;
|
||||
width: 140px;
|
||||
height: 60px;
|
||||
border-radius: 40px;
|
||||
border: solid 4px #9b9b9b;
|
||||
@@ -268,9 +278,22 @@
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
|
||||
&.noteditable{
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
padding: 4px 2px;
|
||||
height: auto;
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
background-color: #9b9b9b;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
grid-column: 1;
|
||||
|
||||
@@ -189,6 +189,13 @@
|
||||
flex-flow: column;
|
||||
align-items: center;
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .small-img {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
max-width: 200px;
|
||||
max-height: 200px;
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .ventosa {
|
||||
color: #FFFF;
|
||||
display: flex;
|
||||
@@ -234,7 +241,9 @@
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .borded_label {
|
||||
cursor: pointer;
|
||||
min-width: 100px;
|
||||
min-width: 140px;
|
||||
max-width: 140px;
|
||||
width: 140px;
|
||||
height: 60px;
|
||||
border-radius: 40px;
|
||||
border: solid 4px #9b9b9b;
|
||||
@@ -245,9 +254,21 @@
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .borded_label.noteditable {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
padding: 4px 2px;
|
||||
height: auto;
|
||||
width: 100px;
|
||||
min-width: 100px;
|
||||
max-width: 100px;
|
||||
background-color: #9b9b9b;
|
||||
color: white;
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .borded_label div {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr auto;
|
||||
align-items: center;
|
||||
}
|
||||
.setup .modal section.body section article .svg-area .borded_label div img {
|
||||
grid-column: 1;
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="255" height="184" viewBox="0 0 255 184">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="2.8">
|
||||
<path d="M67.447 2.8L183.553 2.8 197.542 116.9 53.458 116.9z" transform="translate(-1590 -795) translate(1593 797) rotate(-180 125.5 59.85)"/>
|
||||
<path d="M0.9 0H250.1V2.8H0.9z" transform="translate(-1590 -795) translate(1593 797) rotate(-180 125.5 1.4)"/>
|
||||
</g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M6 4l7 14H7v85h6l-7 14-7-14h6V18h-6L6 4z" transform="translate(-1590 -795) translate(1593 797)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M66 117L1 117" transform="translate(-1590 -795) translate(1593 797)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 900 B |
@@ -0,0 +1,239 @@
|
||||
<?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="1156"
|
||||
height="800"
|
||||
viewBox="0 0 1156 800"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="disegno-controstampo-quote-velocita.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.4142136"
|
||||
inkscape:cx="601.47538"
|
||||
inkscape:cy="617.52047"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,503)">
|
||||
<path
|
||||
style="fill:#99cfff;stroke:#002680;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 850.19123,-221.17487 c 0,0 122.26692,-1.97359 180.30647,0.24275 l -35.60462,147.001143 -111.4927,0.65955 -7.07924,-30.572513 -27.17361,-117.34132 1.04341,0.0577"
|
||||
id="path54-0"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#002680;stroke-width:4.21029854;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 762.66311,-224.80453 355.98669,-0.0872"
|
||||
id="path4569-2"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 80.074,-467.77078 h 558"
|
||||
id="path857"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#99cfff;stroke:#002680;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 220.17481,-466.8417 c 0,0 122.26692,-1.97359 180.30648,0.24275 l -35.60463,147.00114 -111.4927,0.65955 -7.07924,-30.57251 -27.17361,-117.34132 1.04341,0.0577"
|
||||
id="path54"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#002680;stroke-width:4.21029854;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 132.64669,-470.47136 355.9867,-0.0872"
|
||||
id="path4569"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.15390325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 80.074,258.22905 H 638.07402"
|
||||
id="path857-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:1.99642622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 586.55369,-466.91951 1.6e-4,723.40752"
|
||||
id="path892"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,206.12985,-358.50528)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:1.99668467;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 153.82073,258.26847 1.6e-4,-723.59489"
|
||||
id="path892-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-3"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055849117"
|
||||
inkscape:transform-center-y="-3.1811677"
|
||||
transform="rotate(-19.713471,317.39459,726.92906)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 240.81371,257.736 1.6e-4,-49.5639"
|
||||
id="path892-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-9"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055882036"
|
||||
inkscape:transform-center-y="-3.1811704"
|
||||
transform="rotate(-19.713471,2299.018,813.33867)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 461.1167,181.58296 1.6e-4,75.04806"
|
||||
id="path892-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-1"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,80.692857,-358.36228)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 481.95486,180.89827 -41.71686,1.6e-4"
|
||||
id="path892-7-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:3.42526412;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 883.40308,-73.271427 -122.54456,1.6e-4"
|
||||
id="path892-7-0-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.96497488;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 770.52084,-221.43693 V -75.790677"
|
||||
id="path972"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-3-9"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055849117"
|
||||
inkscape:transform-center-y="-3.1811677"
|
||||
transform="rotate(-19.713471,1327.5852,-925.80315)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-7"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,390.09685,-690.78395)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -1,239 +1,30 @@
|
||||
<?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="1156"
|
||||
height="800"
|
||||
viewBox="0 0 1156 800"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="disegno-controstampo-quote-velocita.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1.4142136"
|
||||
inkscape:cx="601.47538"
|
||||
inkscape:cy="617.52047"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,503)">
|
||||
<path
|
||||
style="fill:#99cfff;stroke:#002680;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 850.19123,-221.17487 c 0,0 122.26692,-1.97359 180.30647,0.24275 l -35.60462,147.001143 -111.4927,0.65955 -7.07924,-30.572513 -27.17361,-117.34132 1.04341,0.0577"
|
||||
id="path54-0"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#002680;stroke-width:4.21029854;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 762.66311,-224.80453 355.98669,-0.0872"
|
||||
id="path4569-2"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 80.074,-467.77078 h 558"
|
||||
id="path857"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#99cfff;stroke:#002680;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 220.17481,-466.8417 c 0,0 122.26692,-1.97359 180.30648,0.24275 l -35.60463,147.00114 -111.4927,0.65955 -7.07924,-30.57251 -27.17361,-117.34132 1.04341,0.0577"
|
||||
id="path54"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccc"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#002680;stroke-width:4.21029854;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 132.64669,-470.47136 355.9867,-0.0872"
|
||||
id="path4569"
|
||||
inkscape:connector-curvature="0"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.15390325;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 80.074,258.22905 H 638.07402"
|
||||
id="path857-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:1.99642622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 586.55369,-466.91951 1.6e-4,723.40752"
|
||||
id="path892"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,206.12985,-358.50528)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:1.99668467;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 153.82073,258.26847 1.6e-4,-723.59489"
|
||||
id="path892-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-3"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055849117"
|
||||
inkscape:transform-center-y="-3.1811677"
|
||||
transform="rotate(-19.713471,317.39459,726.92906)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 240.81371,257.736 1.6e-4,-49.5639"
|
||||
id="path892-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-9"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055882036"
|
||||
inkscape:transform-center-y="-3.1811704"
|
||||
transform="rotate(-19.713471,2299.018,813.33867)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 461.1167,181.58296 1.6e-4,75.04806"
|
||||
id="path892-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-1"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,80.692857,-358.36228)" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 481.95486,180.89827 -41.71686,1.6e-4"
|
||||
id="path892-7-0"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:3.42526412;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 883.40308,-73.271427 -122.54456,1.6e-4"
|
||||
id="path892-7-0-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.96497488;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 770.52084,-221.43693 V -75.790677"
|
||||
id="path972"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-3-9"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055849117"
|
||||
inkscape:transform-center-y="-3.1811677"
|
||||
transform="rotate(-19.713471,1327.5852,-925.80315)" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#b3b3b3;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="path896-7"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="561.26599"
|
||||
sodipodi:cy="-438.63263"
|
||||
sodipodi:r1="12.744021"
|
||||
sodipodi:r2="6.3720102"
|
||||
sodipodi:arg1="0.8685394"
|
||||
sodipodi:arg2="1.9157369"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 569.49789,-428.90402 -10.38654,-3.73194 -10.38653,-3.73194 8.42522,-7.12903 8.42522,-7.12904 1.96132,10.86098 z"
|
||||
inkscape:transform-center-x="0.0055839671"
|
||||
inkscape:transform-center-y="3.1811632"
|
||||
transform="matrix(0.94139126,0.3373166,0.3373166,-0.94139126,390.09685,-690.78395)" />
|
||||
</g>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="624" height="740" viewBox="0 0 624 740">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g stroke="#BBBCBC" stroke-width="2">
|
||||
<g>
|
||||
<path d="M0 1L624 1" transform="translate(-173 -45) translate(173 47) translate(0 6)"/>
|
||||
</g>
|
||||
<path d="M13 729L611 729" transform="translate(-173 -45) translate(173 47) translate(0 6)"/>
|
||||
</g>
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4">
|
||||
<path d="M95 4L261 4 281 167 75 167z" transform="translate(-173 -45) translate(173 47) translate(122) rotate(-180 178 85.5)"/>
|
||||
<path d="M0 0H356V4H0z" transform="translate(-173 -45) translate(173 47) translate(122) rotate(-180 178 2)"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M1 1l7 14H2v654h5v2H-5v-2h5V15h-6L1 1z" transform="translate(-173 -45) translate(173 47) translate(27 7)"/>
|
||||
<path stroke="#BBBCBC" stroke-dasharray="6 4" stroke-width="2" d="M1 670L0.5 728" transform="translate(-173 -45) translate(173 47) translate(27 7)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M569-1v2l-5-.001V669h-2V1h-5v-2h12z" transform="translate(-173 -45) translate(173 47) translate(27 7)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M555.617 713.942l14 .117L562.5 728l-6.883-14.058zm6.05-5.952l2 .017-.05 6-2-.017.05-6zm.083-10l2 .017-.05 6-2-.017.05-6zm.083-9.999l2 .017-.05 6-2-.017.05-6zm.084-10l2 .017-.05 6-2-.017.05-6zm.083-10l2 .017-.05 6-2-.017.05-6z" transform="translate(-173 -45) translate(173 47) translate(27 7)"/>
|
||||
</g>
|
||||
<g fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" stroke-width="4">
|
||||
<g>
|
||||
<path d="M0 0H377V30H0z" transform="translate(-173 -45) translate(173 47) translate(40 704)"/>
|
||||
<path d="M0 0H143V30H0z" transform="translate(-173 -45) translate(173 47) translate(40 704) translate(377)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 2.2 KiB |
@@ -1,217 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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="740"
|
||||
height="468"
|
||||
viewBox="0 0 740 468"
|
||||
version="1.1"
|
||||
id="svg871"
|
||||
sodipodi:docname="disegno-cornice.svg"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)">
|
||||
<metadata
|
||||
id="metadata877">
|
||||
<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>
|
||||
<defs
|
||||
id="defs875" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
id="namedview873"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.0622039"
|
||||
inkscape:cx="314.06013"
|
||||
inkscape:cy="114.83803"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg871" />
|
||||
<g
|
||||
id="g869"
|
||||
style="fill:#99cfff;fill-rule:evenodd;stroke:#002680;stroke-width:4;stroke-linejoin:round"
|
||||
transform="translate(98.599999)">
|
||||
<path
|
||||
d="m 24.331,220 -24,-12 v -24 l 24,12 z m 0,-24 L 0,183.834 368.331,0 l 24,12 z"
|
||||
transform="translate(11,70)"
|
||||
id="path847"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 24.331,196 0,183.834 368.331,0 l 24,12 z"
|
||||
transform="translate(11,70)"
|
||||
id="path849"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 24.331,220 24,195.834 392.331,12 v 24 z"
|
||||
transform="translate(11,70)"
|
||||
id="path851"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 236,233.834 117.55,173.059 v -8 L 236,225.834 Z M 246.45,228.609 128,167.834 v -8 l 118.45,60.775 z"
|
||||
transform="translate(11,70)"
|
||||
id="path853"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 246.45,220.609 128,159.834 117.55,165.059 236,225.834 Z"
|
||||
transform="translate(11,70)"
|
||||
id="path855"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 236,233.834 10.45,-5.225 v -8 L 236,225.834 Z m 188,-94 -118.45,-60.775 v -8 L 424,131.834 Z M 434.45,134.609 316,73.834 v -8 l 118.45,60.775 z"
|
||||
transform="translate(11,70)"
|
||||
id="path857"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 434.45,126.609 316,65.834 305.55,71.059 424,131.834 Z"
|
||||
transform="translate(11,70)"
|
||||
id="path859"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="m 424,139.834 10.45,-5.225 v -8 L 424,131.834 Z m -239.338,160.331 -24,-12 v -24 l 24,12 z"
|
||||
transform="translate(11,70)"
|
||||
id="path861"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 184.662,276.165 160.331,264 528.662,80.165 l 24,12 z"
|
||||
transform="translate(11,70)"
|
||||
id="path863"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 184.662,276.165 160.331,264 528.662,80.165 l 24,12 z"
|
||||
transform="translate(11,70)"
|
||||
id="path865"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
d="M 184.662,300.165 184.331,276 552.662,92.165 v 24 z"
|
||||
transform="translate(11,70)"
|
||||
id="path867"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
<g
|
||||
id="g917"
|
||||
transform="translate(-82.833,33.597003)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path158"
|
||||
d="M 217.99219,231.61213 84.585044,296.44706"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.25847304px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path160"
|
||||
d="M 353.81034,300.83487 220.52317,365.78744"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.24714661px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path162"
|
||||
d="M 436.31375,256.42324 654.0331,361.09611"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.75286663px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path164"
|
||||
d="m 612.58968,166.49991 209.9286,102.65674"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:1.61931896px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
transform="matrix(0.93893579,0.15642743,-0.15624181,0.94005128,106.10057,17.280683)"
|
||||
inkscape:transform-center-y="0.65904726"
|
||||
inkscape:transform-center-x="0.018566307"
|
||||
d="m 39.494801,289.05129 -0.829935,2.30983 -0.829936,2.30983 -1.585405,-1.87366 -1.585406,-1.87366 2.415341,-0.43617 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="0.34494062"
|
||||
sodipodi:arg1="-0.70225693"
|
||||
sodipodi:r2="1.4170531"
|
||||
sodipodi:r1="2.8341062"
|
||||
sodipodi:cy="290.88196"
|
||||
sodipodi:cx="37.331284"
|
||||
sodipodi:sides="3"
|
||||
id="path166"
|
||||
style="fill:#b3b3b3;fill-opacity:0.97397766;stroke:#b3b3b3;stroke-width:1.33899999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
transform="matrix(0.32133491,0.89703084,-0.89596641,0.32171667,484.05692,83.619558)"
|
||||
inkscape:transform-center-y="-0.67452056"
|
||||
inkscape:transform-center-x="0.00079096121"
|
||||
d="m 181.62099,356.79473 -0.82993,2.30983 -0.82994,2.30983 -1.58541,-1.87366 -1.5854,-1.87366 2.41534,-0.43617 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="0.34494062"
|
||||
sodipodi:arg1="-0.70225693"
|
||||
sodipodi:r2="1.4170531"
|
||||
sodipodi:r1="2.8341062"
|
||||
sodipodi:cy="358.6254"
|
||||
sodipodi:cx="179.45747"
|
||||
sodipodi:sides="3"
|
||||
id="path166-4"
|
||||
style="fill:#b3b3b3;fill-opacity:0.97397766;stroke:#b3b3b3;stroke-width:1.33899999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
transform="matrix(0.95279477,0.16096913,-0.16511936,0.92884655,166.77735,-74.024652)"
|
||||
inkscape:transform-center-y="0.65973244"
|
||||
inkscape:transform-center-x="0.0096758881"
|
||||
d="m 720.68879,243.60173 -0.82994,2.30984 -0.82993,2.30983 -1.58541,-1.87366 -1.58541,-1.87366 2.41535,-0.43617 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="0.34494062"
|
||||
sodipodi:arg1="-0.70225693"
|
||||
sodipodi:r2="1.4170531"
|
||||
sodipodi:r1="2.8341062"
|
||||
sodipodi:cy="245.4324"
|
||||
sodipodi:cx="718.52527"
|
||||
sodipodi:sides="3"
|
||||
id="path166-7"
|
||||
style="fill:#b3b3b3;fill-opacity:0.97397766;stroke:#b3b3b3;stroke-width:1.33899999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
transform="matrix(0.62571757,-0.71873413,0.73726509,0.60999034,56.028838,550.17063)"
|
||||
inkscape:transform-center-y="-0.66619973"
|
||||
inkscape:transform-center-x="0.002026909"
|
||||
d="m 560.40223,333.6588 -0.82994,2.30983 -0.82993,2.30984 -1.58541,-1.87366 -1.58541,-1.87367 2.41535,-0.43617 z"
|
||||
inkscape:randomized="0"
|
||||
inkscape:rounded="0"
|
||||
inkscape:flatsided="false"
|
||||
sodipodi:arg2="0.34494062"
|
||||
sodipodi:arg1="-0.70225693"
|
||||
sodipodi:r2="1.4170531"
|
||||
sodipodi:r1="2.8341062"
|
||||
sodipodi:cy="335.48947"
|
||||
sodipodi:cx="558.23871"
|
||||
sodipodi:sides="3"
|
||||
id="path166-3"
|
||||
style="fill:#b3b3b3;fill-opacity:0.97397766;stroke:#b3b3b3;stroke-width:1.33899999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
sodipodi:type="star" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path195"
|
||||
d="M 93.349763,295.24618 222.742,361.326"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.95241183px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path197"
|
||||
d="M 650.29791,354.92316 813.22249,268.25263"
|
||||
style="fill:none;stroke:#b3b3b3;stroke-width:0.95476657px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
</g>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="657" height="468" viewBox="0 0 657 468">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4">
|
||||
<g>
|
||||
<path d="M24.331 220L.331 208 .331 184 24.331 196zM24.331 196L0 183.834 368.331 0 392.331 12z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M24.331 196L0 183.834 368.331 0 392.331 12z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M24.331 220L24 195.834 392.331 12 392.331 36z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M236 233.834L117.55 173.059 117.55 165.059 236 225.834zM246.45 228.609L128 167.834 128 159.834 246.45 220.609z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M246.45 220.609L128 159.834 117.55 165.059 236 225.834z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M236 233.834L246.45 228.609 246.45 220.609 236 225.834zM424 139.834L305.55 79.059 305.55 71.059 424 131.834zM434.45 134.609L316 73.834 316 65.834 434.45 126.609z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M434.45 126.609L316 65.834 305.55 71.059 424 131.834z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M424 139.834L434.45 134.609 434.45 126.609 424 131.834zM184.662 300.165L160.662 288.165 160.662 264.165 184.662 276.165z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M184.662 276.165L160.331 264 528.662 80.165 552.662 92.165z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M184.662 276.165L160.331 264 528.662 80.165 552.662 92.165z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
<path d="M184.662 300.165L184.331 276 552.662 92.165 552.662 116.165z" transform="translate(-946 -173) translate(719 167) translate(227 6) matrix(-1 0 0 1 564 70)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M29.886 100.922l-2.647 5.383 150.617 74.03 2.647-5.383 9.477 12.457-15.652.107 2.646-5.385-150.617-74.03-2.646 5.385-9.477-12.458 15.652-.106z" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M398.43 172.65L531.528 236.696" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5) rotate(1 464.622 204.74)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M530.485 104.53L648.515 162.479" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5) rotate(1 589.743 133.494)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M622 150.5l-9.12 12.72-2.799-5.308-104.231 54.944 2.799 5.308L493 218.5l9.12-12.72 2.798 5.307 104.231-54.944-2.798-5.307L622 150.5z" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M-0.18 40.363L133.395 106.716" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5) rotate(126.8 66.607 73.54)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M176 128.5L309.575 194.853" transform="translate(-946 -173) translate(719 167) translate(227 6) translate(7 161.5) rotate(126.8 242.788 161.677)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -1,19 +1,27 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="575" height="468" viewBox="0 0 575 468">
|
||||
<g fill="none" fill-rule="evenodd" stroke-linejoin="round">
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-width="4">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="719" height="471" viewBox="0 0 719 471">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4">
|
||||
<g>
|
||||
<path d="M259.773 284.957L189.834 249.988 429.624 130.093 499.563 165.062zM139.464 164.855L69.526 129.886 309.316 9.991 379.255 44.961z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 264.975L0 185.044 89.921 140.084 249.782 220.014zM479.581 155.071L319.721 75.141 409.642 30.18 569.502 110.11z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M429.624 130.093L319.721 75.141 319.721 65.149 429.624 120.101zM499.563 165.062L259.773 284.957 259.773 274.966 499.563 155.071zM569.502 110.11L479.581 155.071 479.581 145.079 569.502 100.119zM139.878 165.062L69.939 130.093 69.939 120.101 139.878 155.071z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M259.773 274.966L189.834 239.996 429.624 120.101 499.563 155.071zM139.464 154.865L69.526 119.895 309.316 0 379.255 34.969z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 254.983L0 175.053 89.921 130.093 249.782 210.023z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 254.983L0 175.053 89.921 130.093 249.782 210.023z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M259.773 284.957L189.834 249.988 189.834 239.996 259.773 274.966zM159.86 264.975L0 185.044 0 175.053 159.86 254.983zM479.581 145.079L319.721 65.149 409.642 20.189 569.502 100.119z" transform="translate(-946 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M259.773 284.957L189.834 249.988 429.624 130.093 499.563 165.062zM139.464 164.855L69.526 129.886 309.316 9.991 379.255 44.961z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 264.975L0 185.044 89.921 140.084 249.782 220.014zM479.581 155.071L319.721 75.141 409.642 30.18 569.502 110.11z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M429.624 130.093L319.721 75.141 319.721 65.149 429.624 120.101zM499.563 165.062L259.773 284.957 259.773 274.966 499.563 155.071zM569.502 110.11L479.581 155.071 479.581 145.079 569.502 100.119zM139.878 165.062L69.939 130.093 69.939 120.101 139.878 155.071z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M259.773 274.966L189.834 239.996 429.624 120.101 499.563 155.071zM139.464 154.865L69.526 119.895 309.316 0 379.255 34.969z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 254.983L0 175.053 89.921 130.093 249.782 210.023z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M159.86 254.983L0 175.053 89.921 130.093 249.782 210.023z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
<path d="M259.773 284.957L189.834 249.988 189.834 239.996 259.773 274.966zM159.86 264.975L0 185.044 0 175.053 159.86 254.983zM479.581 145.079L319.721 65.149 409.642 20.189 569.502 100.119z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(71) matrix(-1 0 0 1 573.249 90.5)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M28.89 167.661l-2.541 5.435 156.143 72.988 2.54-5.435 9.72 12.27-15.648.413 2.541-5.436-156.143-72.988-2.54 5.436-9.719-12.27 15.647-.413z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M502.634 101.229L716.922 205.644" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5) rotate(1 610.134 153.729)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M392.976 156.036L610.917 259.607" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5) rotate(1 501.976 208.036)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M1.214 65.401L215.891 172.796" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5) rotate(126.8 108.582 119.229)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M181 154.5L393.809 261.067" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5) rotate(126.8 287.404 207.783)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M702.5 199.5l-9.368 12.54-2.694-5.363-82.479 41.431 2.693 5.363L595 253.5l9.368-12.54 2.693 5.362 82.479-41.431-2.692-5.362 15.652-.029z" transform="translate(-875 -173) translate(719 167) translate(156 6) translate(0 144.5)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 3.8 KiB |
@@ -0,0 +1,182 @@
|
||||
<?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="800"
|
||||
height="800"
|
||||
viewBox="-20 0 200.74999 211.66667"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="disegno-quote-velocita.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.13"
|
||||
inkscape:cx="379.58489"
|
||||
inkscape:cy="837.9046"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-85.333317)">
|
||||
<path
|
||||
style="fill:#b3b3b3;fill-opacity:0.99628254;stroke:#b3b3b3;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 151.00544,293.53872 -20,293.48182 v 0"
|
||||
id="path815"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="fill:#bbbcbc;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847"
|
||||
width="99.03894"
|
||||
height="2.995194"
|
||||
x="15.595546"
|
||||
y="289.87576" />
|
||||
<rect
|
||||
style="fill:#99cfff;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847-2"
|
||||
width="99.03894"
|
||||
height="2.995194"
|
||||
x="15.595546"
|
||||
y="101.28162 " />
|
||||
|
||||
<rect
|
||||
style="fill:#bbbcbc;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847-2"
|
||||
width="100"
|
||||
height="12.995194"
|
||||
x="80.595546"
|
||||
y="250.28162 " />
|
||||
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.3924405;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 130,200 V 240"
|
||||
id="path849-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-2"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 92.7,241 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="0.45329498"
|
||||
transform="matrix(0.99999993,0,0,1.000002,37.315921,-1.0321709)" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 17.9564759,104.9539 V 289.54351"
|
||||
id="path849-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-4"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 71.114742,290.99563 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="-0.45319651"
|
||||
transform="matrix(1.0001954,0,0,-0.99979352,-53.170405,395.73015)"
|
||||
inkscape:transform-center-x="1.2206616e-06" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 50.21958,289.12031 V 104.5307"
|
||||
id="path849-5-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-4-6"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -7.914742,293.99563 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="0.45319651"
|
||||
transform="matrix(1.0001954,0,0,0.99979353,58.092706,-4.6559432)"
|
||||
inkscape:transform-center-x="1.2206616e-06" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.34999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="m 105,200 v 50"
|
||||
id="path849-1-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.34999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 91.69097,200 h 50"
|
||||
id="path855-0-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-7-3"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 96.1,202 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="-0.48678734"
|
||||
transform="matrix(0.92838376,0,0,-1.0738472,15.707629,417.51225)"
|
||||
inkscape:transform-center-x="-2.0583999e-06" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.3 KiB |
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="228" height="148" viewBox="0 0 228 148">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" stroke-width="2" d="M0 107.83L178.689 107.83 178.689 79.7 0 79.7z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path stroke="#002680" stroke-linejoin="round" stroke-width="2" d="M0 107.83L178.689 107.83 178.689 79.7 0 79.7z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path fill="#99CFFF" d="M13.416 79.7L165.469 79.7 165.469 75.681 13.416 75.681z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path stroke="#002680" stroke-linejoin="round" stroke-width="2" d="M13.416 79.7L165.469 79.7 165.469 75.681 13.416 75.681z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="2" d="M156.525 75.681L138.636 0 44.721 0 26.833 75.681z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="2" d="M156.525 75.681L138.636 0 44.721 0 26.833 75.681z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
<path stroke="#002680" stroke-dasharray="2 2 0 0" stroke-linejoin="round" d="M129.692 0L111.75 67.814H71.5L53.666 0h76.026z" transform="translate(-1572 -737) translate(1575 739) translate(.5 1)"/>
|
||||
</g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M6 1l7 14H7v51h6L6 80l-7-14h6V15h-6L6 1z" transform="translate(-1572 -737) translate(1575 739)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M44 1L6 1M223 81L180 81M223 109L180 109M216 81L216 109" transform="translate(-1572 -737) translate(1575 739)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M216 109l7 14-6-.001V146h-2v-23.001l-6 .001 7-14zM216 81l7-14h-14l7 14z" transform="translate(-1572 -737) translate(1575 739)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,525 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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="297"
|
||||
height="210"
|
||||
viewBox="0 0 297 210"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
sodipodi:docname="disegno-quote-velocita-stampo.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
inkscape:document-rotation="0"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview907"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.9247028"
|
||||
inkscape:cx="187.49592"
|
||||
inkscape:cy="51.482576"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:object-nodes="false" />
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 105 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="297 : 105 : 1"
|
||||
inkscape:persp3d-origin="148.5 : 70 : 1"
|
||||
id="perspective32764" />
|
||||
<marker
|
||||
inkscape:stockid="ExperimentalArrow"
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="marker1181"
|
||||
inkscape:isstock="true">
|
||||
<path
|
||||
id="path1179"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:stockid="Arrow1Lend"
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow1Lend"
|
||||
style="overflow:visible;"
|
||||
inkscape:isstock="true">
|
||||
<path
|
||||
id="path912"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.8) rotate(180) translate(12.5,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker1176"
|
||||
refX="0.0"
|
||||
refY="0.0"
|
||||
orient="auto">
|
||||
<path
|
||||
transform="scale(0.8)"
|
||||
style="fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||
id="path1055" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="TriangleOutL"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1162"
|
||||
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||
style="fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.8)" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker4178"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path4176" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker4066"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path4064" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker3448"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path3446" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="marker3312">
|
||||
<path
|
||||
id="path3310"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="StopL"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1189"
|
||||
d="M 0.0,5.65 L 0.0,-5.65"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1"
|
||||
transform="scale(0.8)" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker1984"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path1982" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker1920"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path1918" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="marker1502"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1500"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
||||
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) translate(0,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Sstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1050"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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.3) translate(-2.3,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="marker1406"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1404"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.4) translate(10,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Mend"
|
||||
style="overflow:visible;">
|
||||
<path
|
||||
id="path1047"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Mstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1044"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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) translate(0,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow1Mstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1026"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.4) translate(10,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="ExperimentalArrow">
|
||||
<path
|
||||
id="path1273"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-5"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-2" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-2"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-1" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-3"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-6" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3"
|
||||
refX="5"
|
||||
id="marker1984-1">
|
||||
<path
|
||||
id="path1982-1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="StopL-8"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto">
|
||||
<path
|
||||
transform="scale(0.8)"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1"
|
||||
d="M 0,5.65 V -5.65"
|
||||
id="path1189-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#979797;fill-opacity:1;stroke:#979797;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 156.931,209.46621 156.11454,0.72523508"
|
||||
id="path963"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 26.520225,170.56968 101.609595,0.0638 v 0 0 0"
|
||||
id="path967"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path967-2"
|
||||
d="m 27.881686,183.27013 26.766659,0.0328 v 0 0 0"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
transform="matrix(0.26458333,0,0,0.26458333,36.848572,131.73977)"
|
||||
id="g842"
|
||||
style="fill:#99cfff;fill-rule:evenodd;stroke:#002680;stroke-width:4;stroke-linejoin:round">
|
||||
<rect
|
||||
height="48"
|
||||
width="334"
|
||||
y="147"
|
||||
x="11"
|
||||
id="Rectangle-Copy" />
|
||||
<rect
|
||||
height="4"
|
||||
width="356"
|
||||
y="199"
|
||||
x="0"
|
||||
id="Rectangle-Copy-2" />
|
||||
<polygon
|
||||
points="257.62107,0 287.62107,147 68,147 98,0 "
|
||||
id="Rectangle" />
|
||||
<polygon
|
||||
points="257.62107,147 287.62107,179 68,179 98,147 "
|
||||
transform="matrix(1,0,0,-1,0,326)"
|
||||
id="polygon840" />
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.506214;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.13064,169.64777 -0.94836,-79.838053 v 0"
|
||||
id="path1004"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.507232;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 7.7467941,90.012593 144.96042,89.468186 v 0 0"
|
||||
id="path1006"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 81.767182,90.017085 V 100.08673"
|
||||
id="path1012"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.530934;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 169.07902,100.69655 32.94825,0.0636 v 0"
|
||||
id="path1018"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-1"
|
||||
d="M 136.74199,89.332161 V 100.47518"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.420779;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.573405;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#StopL)"
|
||||
d="m 8.1373094,90.089263 v 7.19921"
|
||||
id="path1012-1-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbd;stroke-width:0.525286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 209.62896,109.94961 h -40.55073 v 0"
|
||||
id="path3838"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.517246;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 274.94556,100.96858 h 16.60132"
|
||||
id="path4058"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.505291;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 278.21139,114.84836 H 291.2747"
|
||||
id="path4060"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-9"
|
||||
d="m 290.73041,100.87214 v 14.2521"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
transform="matrix(0.26458333,0,0,0.26458333,184.30533,62.410816)"
|
||||
id="g918"
|
||||
style="fill:#99cfff;fill-rule:evenodd;stroke:#002680;stroke-width:4;stroke-linejoin:round">
|
||||
<rect
|
||||
height="48"
|
||||
width="334"
|
||||
y="147"
|
||||
x="11"
|
||||
id="Rectangle-Copy-5" />
|
||||
<rect
|
||||
height="4"
|
||||
width="356"
|
||||
y="199"
|
||||
x="0"
|
||||
id="Rectangle-Copy-2-3" />
|
||||
<polygon
|
||||
points="257.62107,0 287.62107,147 68,147 98,0 "
|
||||
id="Rectangle-1" />
|
||||
<polygon
|
||||
points="257.62107,147 287.62107,179 68,179 98,147 "
|
||||
transform="matrix(1,0,0,-1,0,326)"
|
||||
id="polygon916" />
|
||||
</g>
|
||||
<path
|
||||
id="path1012-5"
|
||||
d="M 178.87573,62.402301 V 100.34339"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.544692;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 209.90111,62.050773 H 178.05927"
|
||||
id="path6954"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 290.73042,115.10538 v 4.08228 0"
|
||||
id="path7676"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.585901;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:"
|
||||
d="M 172.07191,96.971722 V 109.67746"
|
||||
id="path7678"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 172.07191,110.04689 v 8.33945"
|
||||
id="path7680"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-1-6-1"
|
||||
d="M 28.871798,89.809207 V 170.21125"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.510445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 178.74528,61.891705 -1.99023,4.161391 h 3.98046 z"
|
||||
id="path32784"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-2"
|
||||
d="m 81.78039,89.621142 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-6"
|
||||
d="m 28.948815,89.983004 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-5"
|
||||
d="m 8.1418572,89.802077 -1.99023,4.16139 h 3.9804598 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-51"
|
||||
d="m 290.75461,101.04944 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-23"
|
||||
d="m 172.0645,109.91501 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-3"
|
||||
d="m 81.961325,103.73368 -1.99023,-3.6186 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278896px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 136.96407,103.64323 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 172.24542,100.41618 -1.99023,-3.618595 h 3.98046 z"
|
||||
id="path32784-3-73"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 178.93983,100.41619 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 290.75462,114.89059 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-70"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 127.93118,170.04456 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -1,525 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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="297"
|
||||
height="210"
|
||||
viewBox="0 0 297 210"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
sodipodi:docname="disegno-quote-velocita-stampo.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)">
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
inkscape:document-rotation="0"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1056"
|
||||
id="namedview907"
|
||||
showgrid="false"
|
||||
inkscape:zoom="2.9247028"
|
||||
inkscape:cx="187.49592"
|
||||
inkscape:cy="51.482576"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:object-nodes="false" />
|
||||
<defs
|
||||
id="defs2">
|
||||
<inkscape:perspective
|
||||
sodipodi:type="inkscape:persp3d"
|
||||
inkscape:vp_x="0 : 105 : 1"
|
||||
inkscape:vp_y="0 : 1000 : 0"
|
||||
inkscape:vp_z="297 : 105 : 1"
|
||||
inkscape:persp3d-origin="148.5 : 70 : 1"
|
||||
id="perspective32764" />
|
||||
<marker
|
||||
inkscape:stockid="ExperimentalArrow"
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="marker1181"
|
||||
inkscape:isstock="true">
|
||||
<path
|
||||
id="path1179"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
inkscape:stockid="Arrow1Lend"
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow1Lend"
|
||||
style="overflow:visible;"
|
||||
inkscape:isstock="true">
|
||||
<path
|
||||
id="path912"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.8) rotate(180) translate(12.5,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="marker1176"
|
||||
refX="0.0"
|
||||
refY="0.0"
|
||||
orient="auto">
|
||||
<path
|
||||
transform="scale(0.8)"
|
||||
style="fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||
id="path1055" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="TriangleOutL"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1162"
|
||||
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
|
||||
style="fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.8)" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker4178"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path4176" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker4066"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path4064" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker3448"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path3446" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="marker3312">
|
||||
<path
|
||||
id="path3310"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="StopL"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1189"
|
||||
d="M 0.0,5.65 L 0.0,-5.65"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1"
|
||||
transform="scale(0.8)" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker1984"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path1982" />
|
||||
</marker>
|
||||
<marker
|
||||
id="marker1920"
|
||||
refX="5.0"
|
||||
refY="3.0"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
id="path1918" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="marker1502"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1500"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1"
|
||||
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) translate(0,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Sstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1050"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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.3) translate(-2.3,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="marker1406"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1404"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.4) translate(10,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Mend"
|
||||
style="overflow:visible;">
|
||||
<path
|
||||
id="path1047"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Mstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1044"
|
||||
style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#bbbcbc;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
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) translate(0,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow1Mstart"
|
||||
style="overflow:visible">
|
||||
<path
|
||||
id="path1026"
|
||||
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:#bbbcbc;stroke-width:1pt;stroke-opacity:1;fill:#bbbcbc;fill-opacity:1"
|
||||
transform="scale(0.4) translate(10,0)" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3.0"
|
||||
refX="5.0"
|
||||
id="ExperimentalArrow">
|
||||
<path
|
||||
id="path1273"
|
||||
d="m 10,3 -10,3 0,-6 z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-5"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-2" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-2"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-1" />
|
||||
</marker>
|
||||
<marker
|
||||
id="ExperimentalArrow-3"
|
||||
refX="5"
|
||||
refY="3"
|
||||
orient="auto-start-reverse">
|
||||
<path
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
id="path1273-6" />
|
||||
</marker>
|
||||
<marker
|
||||
orient="auto-start-reverse"
|
||||
refY="3"
|
||||
refX="5"
|
||||
id="marker1984-1">
|
||||
<path
|
||||
id="path1982-1"
|
||||
d="M 10,3 0,6 V 0 Z"
|
||||
style="fill:context-stroke;stroke:#bbbcbc;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
<marker
|
||||
style="overflow:visible"
|
||||
id="StopL-8"
|
||||
refX="0"
|
||||
refY="0"
|
||||
orient="auto">
|
||||
<path
|
||||
transform="scale(0.8)"
|
||||
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#bbbcbc;stroke-width:1pt;stroke-opacity:1"
|
||||
d="M 0,5.65 V -5.65"
|
||||
id="path1189-1"
|
||||
inkscape:connector-curvature="0" />
|
||||
</marker>
|
||||
</defs>
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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
|
||||
id="layer1">
|
||||
<path
|
||||
style="fill:#979797;fill-opacity:1;stroke:#979797;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 156.931,209.46621 156.11454,0.72523508"
|
||||
id="path963"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 26.520225,170.56968 101.609595,0.0638 v 0 0 0"
|
||||
id="path967"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path967-2"
|
||||
d="m 27.881686,183.27013 26.766659,0.0328 v 0 0 0"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
transform="matrix(0.26458333,0,0,0.26458333,36.848572,131.73977)"
|
||||
id="g842"
|
||||
style="fill:#99cfff;fill-rule:evenodd;stroke:#002680;stroke-width:4;stroke-linejoin:round">
|
||||
<rect
|
||||
height="48"
|
||||
width="334"
|
||||
y="147"
|
||||
x="11"
|
||||
id="Rectangle-Copy" />
|
||||
<rect
|
||||
height="4"
|
||||
width="356"
|
||||
y="199"
|
||||
x="0"
|
||||
id="Rectangle-Copy-2" />
|
||||
<polygon
|
||||
points="257.62107,0 287.62107,147 68,147 98,0 "
|
||||
id="Rectangle" />
|
||||
<polygon
|
||||
points="257.62107,147 287.62107,179 68,179 98,147 "
|
||||
transform="matrix(1,0,0,-1,0,326)"
|
||||
id="polygon840" />
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="685" height="748" viewBox="0 0 685 748">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g stroke="#BBBCBC" stroke-width="2">
|
||||
<g>
|
||||
<path d="M0 1L685 1" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(0 15)"/>
|
||||
</g>
|
||||
</g>
|
||||
<path stroke="#BBBCBC" stroke-width="4" d="M451 175L196 175" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38)"/>
|
||||
<g>
|
||||
<path fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M0 214.662L357.378 214.662 357.378 158.662 0 158.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M0 214.662L357.378 214.662 357.378 158.662 0 158.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path fill="#99CFFF" d="M26.833 158.662L330.938 158.662 330.938 150.662 26.833 150.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M26.833 158.662L330.938 158.662 330.938 150.662 26.833 150.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M313.05 150.662L277.272 0 89.443 0 53.666 150.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M313.05 150.662L277.272 0 89.443 0 53.666 150.662z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
<path stroke="#002680" stroke-dasharray="4 4 0 0" stroke-linejoin="round" stroke-width="2" d="M259.384 0L223.5 135h-80.499L107.331 0h152.053z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(190 529)"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M2 105v565h5v2H-5v-2h5V105h2z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(76 16)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M7 104v2H-5v-2H7zM2 94v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zm0-10v6H0v-6h2zM1 1l7 14H2v5H0v-5h-6L1 1z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(76 16)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="2" d="M111 671L1 671" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(76 16)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M461 156v501h6l-7 14-7-14h6V156h2zM203 1l7 14h-6v130h6l-7 14-7-14h6V15h-6l7-14zM461 150v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm0-10v6h-2v-6h2zm5-11v2l-5-.001V6h-2V1h-5v-2h12z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(76 16)"/>
|
||||
</g>
|
||||
<path fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M0 0H377V14H0z" transform="translate(-762 -168) translate(50 50) translate(562 82) translate(150 38) translate(181)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.506214;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 128.13064,169.64777 -0.94836,-79.838053 v 0"
|
||||
id="path1004"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.507232;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 7.7467941,90.012593 144.96042,89.468186 v 0 0"
|
||||
id="path1006"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 81.767182,90.017085 V 100.08673"
|
||||
id="path1012"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.530934;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 169.07902,100.69655 32.94825,0.0636 v 0"
|
||||
id="path1018"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-1"
|
||||
d="M 136.74199,89.332161 V 100.47518"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.420779;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.573405;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#StopL)"
|
||||
d="m 8.1373094,90.089263 v 7.19921"
|
||||
id="path1012-1-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbd;stroke-width:0.525286;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 209.62896,109.94961 h -40.55073 v 0"
|
||||
id="path3838"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.517246;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 274.94556,100.96858 h 16.60132"
|
||||
id="path4058"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.505291;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 278.21139,114.84836 H 291.2747"
|
||||
id="path4060"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-9"
|
||||
d="m 290.73041,100.87214 v 14.2521"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5132;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<g
|
||||
transform="matrix(0.26458333,0,0,0.26458333,184.30533,62.410816)"
|
||||
id="g918"
|
||||
style="fill:#99cfff;fill-rule:evenodd;stroke:#002680;stroke-width:4;stroke-linejoin:round">
|
||||
<rect
|
||||
height="48"
|
||||
width="334"
|
||||
y="147"
|
||||
x="11"
|
||||
id="Rectangle-Copy-5" />
|
||||
<rect
|
||||
height="4"
|
||||
width="356"
|
||||
y="199"
|
||||
x="0"
|
||||
id="Rectangle-Copy-2-3" />
|
||||
<polygon
|
||||
points="257.62107,0 287.62107,147 68,147 98,0 "
|
||||
id="Rectangle-1" />
|
||||
<polygon
|
||||
points="257.62107,147 287.62107,179 68,179 98,147 "
|
||||
transform="matrix(1,0,0,-1,0,326)"
|
||||
id="polygon916" />
|
||||
</g>
|
||||
<path
|
||||
id="path1012-5"
|
||||
d="M 178.87573,62.402301 V 100.34339"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.544692;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 209.90111,62.050773 H 178.05927"
|
||||
id="path6954"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 290.73042,115.10538 v 4.08228 0"
|
||||
id="path7676"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.585901;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:"
|
||||
d="M 172.07191,96.971722 V 109.67746"
|
||||
id="path7678"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 172.07191,110.04689 v 8.33945"
|
||||
id="path7680"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
id="path1012-1-6-1"
|
||||
d="M 28.871798,89.809207 V 170.21125"
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.510445;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 178.74528,61.891705 -1.99023,4.161391 h 3.98046 z"
|
||||
id="path32784"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-2"
|
||||
d="m 81.78039,89.621142 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-6"
|
||||
d="m 28.948815,89.983004 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-5"
|
||||
d="m 8.1418572,89.802077 -1.99023,4.16139 h 3.9804598 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-51"
|
||||
d="m 290.75461,101.04944 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-23"
|
||||
d="m 172.0645,109.91501 -1.99023,4.16139 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.299082px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path32784-3"
|
||||
d="m 81.961325,103.73368 -1.99023,-3.6186 h 3.98046 z"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278896px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 136.96407,103.64323 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 172.24542,100.41618 -1.99023,-3.618595 h 3.98046 z"
|
||||
id="path32784-3-73"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 178.93983,100.41619 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-2"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 290.75462,114.89059 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-70"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:none;stroke-width:0.278897px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
d="m 127.93118,170.04456 -1.99023,-3.6186 h 3.98046 z"
|
||||
id="path32784-3-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 4.1 KiB |
@@ -1,182 +1,39 @@
|
||||
<?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="800"
|
||||
height="800"
|
||||
viewBox="-20 0 200.74999 211.66667"
|
||||
version="1.1"
|
||||
id="svg8"
|
||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||
sodipodi:docname="disegno-quote-velocita.svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2.13"
|
||||
inkscape:cx="379.58489"
|
||||
inkscape:cy="837.9046"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1001"
|
||||
inkscape:window-x="-9"
|
||||
inkscape:window-y="-9"
|
||||
inkscape:window-maximized="1" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<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="Livello 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-85.333317)">
|
||||
<path
|
||||
style="fill:#b3b3b3;fill-opacity:0.99628254;stroke:#b3b3b3;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="M 151.00544,293.53872 -20,293.48182 v 0"
|
||||
id="path815"
|
||||
inkscape:connector-curvature="0" />
|
||||
<rect
|
||||
style="fill:#bbbcbc;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847"
|
||||
width="99.03894"
|
||||
height="2.995194"
|
||||
x="15.595546"
|
||||
y="289.87576" />
|
||||
<rect
|
||||
style="fill:#99cfff;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847-2"
|
||||
width="99.03894"
|
||||
height="2.995194"
|
||||
x="15.595546"
|
||||
y="101.28162 " />
|
||||
|
||||
<rect
|
||||
style="fill:#bbbcbc;fill-opacity:0.9665428;stroke:#002680;stroke-width:0.70897281;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
id="rect847-2"
|
||||
width="100"
|
||||
height="12.995194"
|
||||
x="80.595546"
|
||||
y="250.28162 " />
|
||||
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.3924405;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 130,200 V 240"
|
||||
id="path849-9"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-2"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 92.7,241 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="0.45329498"
|
||||
transform="matrix(0.99999993,0,0,1.000002,37.315921,-1.0321709)" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 17.9564759,104.9539 V 289.54351"
|
||||
id="path849-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-4"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 71.114742,290.99563 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="-0.45319651"
|
||||
transform="matrix(1.0001954,0,0,-0.99979352,-53.170405,395.73015)"
|
||||
inkscape:transform-center-x="1.2206616e-06" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="M 50.21958,289.12031 V 104.5307"
|
||||
id="path849-5-7"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-4-6"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m -7.914742,293.99563 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="0.45319651"
|
||||
transform="matrix(1.0001954,0,0,0.99979353,58.092706,-4.6559432)"
|
||||
inkscape:transform-center-x="1.2206616e-06" />
|
||||
<path
|
||||
style="fill:#bbbcbc;fill-opacity:0;stroke:#bbbcbc;stroke-width:0.34999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
d="m 105,200 v 50"
|
||||
id="path849-1-5"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="fill:none;stroke:#bbbcbc;stroke-width:0.34999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
d="m 91.69097,200 h 50"
|
||||
id="path855-0-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:type="star"
|
||||
style="fill:#bbbcbc;fill-opacity:1;stroke:#bbbcbc;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.92936802"
|
||||
id="path857-7-3"
|
||||
sodipodi:sides="3"
|
||||
sodipodi:cx="62.114742"
|
||||
sodipodi:cy="292.18243"
|
||||
sodipodi:r1="1.8131942"
|
||||
sodipodi:r2="0.90659708"
|
||||
sodipodi:arg1="1.5707963"
|
||||
sodipodi:arg2="2.6179939"
|
||||
inkscape:flatsided="false"
|
||||
inkscape:rounded="0"
|
||||
inkscape:randomized="0"
|
||||
d="m 96.1,202 -0.785136,-1.3599 -0.785136,-1.35989 1.570272,0 1.570272,0 -0.785136,1.35989 z"
|
||||
inkscape:transform-center-y="-0.48678734"
|
||||
transform="matrix(0.92838376,0,0,-1.0738472,15.707629,417.51225)"
|
||||
inkscape:transform-center-x="-2.0583999e-06" />
|
||||
</g>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="780" height="761" viewBox="0 0 780 761">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g>
|
||||
<g stroke="#BBBCBC" stroke-width="2">
|
||||
<path d="M0 1L542 1" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(0 757)"/>
|
||||
</g>
|
||||
<path fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" stroke-width="4" d="M0 0H377V14H0z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(72 741)"/>
|
||||
<g>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M.5 1l7.04 13.98-6.001.017 1.957 694 5.001-.014.006 2-12 .034-.006-2 5-.015-1.957-694-6 .018L.5 1zM141.996-1.021l.007 2-5 .017 2.447 695 6-.02L138.5 710l-7.05-13.975 6-.022-2.446-695-5 .018-.007-2 12-.042z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(90 30)"/>
|
||||
<path stroke="#BBBCBC" stroke-width="4" d="M498 427L243 427" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(90 30)"/>
|
||||
<path fill="#BBBCBC" fill-rule="nonzero" d="M306 427l7 14h-6v133h5v2h-12v-2h5V441h-6l7-14zM457.5 426.995l.435 95 6-.027L457 536l-7.064-13.968 5.999-.027-.435-95 2-.01z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(90 30)"/>
|
||||
</g>
|
||||
<g fill="#99CFFF" stroke="#002680" stroke-linejoin="round" stroke-width="4">
|
||||
<g>
|
||||
<path d="M0 0H377V30H0z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24)"/>
|
||||
<path d="M0 0H143V30H0z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(377)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g stroke-width="4">
|
||||
<g fill="#4B4B4B" stroke="#000">
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(438)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(365)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(292)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(219)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(146)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76) translate(73)"/>
|
||||
<path d="M22.706 2v1H20.37c1.224 3.846 4.782 6.242 7.602 7.896l.179.104H4.261l.18-.104c2.73-1.6 6.15-3.896 7.476-7.528L12.043 3H9.706V2h13z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605) translate(0 76)"/>
|
||||
</g>
|
||||
<path fill="#DEE6ED" stroke="#002680" stroke-linejoin="round" d="M0.706 0H468.706V75H0.706z" transform="translate(-890 -129) translate(50 25) translate(753 82) translate(89 24) translate(307 605)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 4.6 KiB |
@@ -22,7 +22,7 @@ Vue.directive('focusOn', {
|
||||
el.addEventListener('click', (ev) => {
|
||||
let element = document.getElementById(binding.arg) as HTMLElement;
|
||||
if (element) {
|
||||
var topPos = element.offsetTop;
|
||||
var topPos = element.offsetTop - 50;
|
||||
$("aside#formato").animate({ scrollTop: topPos }, 200, 'swing', function() {
|
||||
element.focus();
|
||||
});
|
||||
|
||||
@@ -19,12 +19,12 @@
|
||||
</template>
|
||||
<style scoped>
|
||||
#quota1 {
|
||||
top: 470px;
|
||||
left: 150px;
|
||||
top: 406px;
|
||||
left: 174px;
|
||||
}
|
||||
#quota2 {
|
||||
top: 440px;
|
||||
left: 930px;
|
||||
top: 465px;
|
||||
left: 930px;
|
||||
}
|
||||
</style>
|
||||
<script lang="ts" src="./corniceSVG.ts"></script>
|
||||
@@ -19,11 +19,11 @@
|
||||
</template>
|
||||
<style scoped>
|
||||
#quota1 {
|
||||
top: 450px;
|
||||
left: 60px;
|
||||
top: 471px;
|
||||
left: 118px;
|
||||
}
|
||||
#quota2 {
|
||||
top: 460px;
|
||||
top: 496px;
|
||||
left: 990px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -120,7 +120,7 @@ export default class ShowFormatoInfo extends Vue {
|
||||
if(myElement)
|
||||
{
|
||||
var topPos = myElement.offsetTop;
|
||||
$("aside#formato").scrollTop(topPos);
|
||||
$("aside#formato").animate({ scrollTop: topPos }, 200, 'swing')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -48,20 +48,20 @@
|
||||
</template>
|
||||
<style scoped>
|
||||
#quota6 {
|
||||
top: 470px;
|
||||
left: 770px;
|
||||
top: 499px;
|
||||
left: 721px;
|
||||
}
|
||||
#quota1 {
|
||||
top: 470px;
|
||||
left: 615px;
|
||||
top: 548px;
|
||||
left: 556px;
|
||||
}
|
||||
#quota5 {
|
||||
top: 360px;
|
||||
left: 470px;
|
||||
left: 390px;
|
||||
}
|
||||
#quota2 {
|
||||
top: 228px;
|
||||
left: 300px;
|
||||
left: 243px;
|
||||
}
|
||||
#quota4 {
|
||||
top: 510px;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="svg-area">
|
||||
<img src="assets/svg/disegno-quote-velocita-stampo.svg" />
|
||||
<img class="small-img" src="assets/svg/disegno-quote-velocita-stampo-2.svg" />
|
||||
<div class="borded_label" id="quota1" v-focus-on:positions_mould_intermediate_position>
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png" />
|
||||
@@ -8,29 +9,21 @@
|
||||
<small>{{recipe.positions_mould_intermediate_position.unitMeasure}}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="borded_label" id="quota3" v-focus-on>
|
||||
|
||||
<div class="borded_label noteditable" id="quota3">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png" />
|
||||
<span>{{recipe.general_sizes_mould_min_height.valueAct}}</span>
|
||||
<small>{{recipe.general_sizes_mould_min_height.unitMeasure}}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="borded_label" id="quota4" v-focus-on>
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png" />
|
||||
<span>{{recipe.general_sizes_mould_base_height.valueAct}}</span>
|
||||
<small>{{recipe.general_sizes_mould_base_height.unitMeasure}}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="borded_label" id="quota5" v-focus-on>
|
||||
<div class="borded_label noteditable" id="quota5">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png" />
|
||||
<span>{{recipe.general_sizes_mould_max_height.valueAct}}</span>
|
||||
<small>{{recipe.general_sizes_mould_max_height.unitMeasure}}</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="borded_label" id="quota6">
|
||||
<div v-focus-on:positions_mould_upperdeceleration_position>
|
||||
<img src="assets/icons/png/salita.png" />
|
||||
@@ -83,36 +76,36 @@
|
||||
</template>
|
||||
<style scoped>
|
||||
#quota1 {
|
||||
top: calc(140px + 260px);
|
||||
left: 300px;
|
||||
top: 200px;
|
||||
left: 496px;
|
||||
}
|
||||
#quota3 {
|
||||
top: 455px;
|
||||
left: 670px;
|
||||
bottom: -17px;
|
||||
right: 0px;
|
||||
}
|
||||
#quota4 {
|
||||
top: 460px;
|
||||
left: 1100px;
|
||||
}
|
||||
#quota5 {
|
||||
top: 270px;
|
||||
left: 670px;
|
||||
bottom: 80px;
|
||||
right: 198px;
|
||||
}
|
||||
#quota9 {
|
||||
top: calc(255px + 260px);
|
||||
left: 485px;
|
||||
top: 453px;
|
||||
left: 745px;
|
||||
}
|
||||
#quota8 {
|
||||
top: calc(140px + 260px);
|
||||
left: 510px;
|
||||
top: 189px;
|
||||
left: 745px;
|
||||
}
|
||||
#quota6 {
|
||||
top: calc(120px + 260px);
|
||||
left: 20px;
|
||||
top: 120px;
|
||||
left: 248px;
|
||||
}
|
||||
#quota7 {
|
||||
top: calc(230px + 260px);
|
||||
left: 100px;
|
||||
left: 248px;
|
||||
}
|
||||
</style>
|
||||
<script lang="ts" src="./stampo.ts"></script>
|
||||
@@ -1,6 +1,7 @@
|
||||
e<template>
|
||||
<div class="svg-area">
|
||||
<img src="assets/svg/disegno-controstampo-quote-velocita.svg" />
|
||||
<img class="small-img" src="assets/svg/disegno-controstampo-quote-velocita-2.svg" />
|
||||
<div class="borded_label" id="quota3">
|
||||
<div v-focus-on:positions_upperplate_lower_position>
|
||||
<img src="assets/icons/png/discesa.png" />
|
||||
@@ -49,9 +50,8 @@ e<template>
|
||||
<small>{{recipe.positions_upperplate_upperdeceleration_speed.unitMeasure}}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="borded_label" id="quota5">
|
||||
<div v-focus-on:general_sizes_upperplate_max_height>
|
||||
<img src="assets/icons/png/quota.png" />
|
||||
<div class="borded_label noteditable" id="quota5">
|
||||
<div>
|
||||
<span>{{recipe.general_sizes_upperplate_max_height.valueAct}}</span>
|
||||
<small>{{recipe.general_sizes_upperplate_max_height.unitMeasure}}</small>
|
||||
</div>
|
||||
@@ -60,24 +60,24 @@ e<template>
|
||||
</template>
|
||||
<style scoped>
|
||||
#quota5 {
|
||||
top: 325px;
|
||||
left: 730px;
|
||||
bottom: 13px;
|
||||
right: 116px;
|
||||
}
|
||||
#quota3 {
|
||||
top: 300px;
|
||||
left: 560px;
|
||||
#quota3 {
|
||||
top: 270px;
|
||||
left: 833px;
|
||||
}
|
||||
#quota1 {
|
||||
top: 300px;
|
||||
left: 130px;
|
||||
top: 270px;
|
||||
left: 223px;
|
||||
}
|
||||
#quota2 {
|
||||
top: 640px;
|
||||
left: 220px;
|
||||
top: 671px;
|
||||
left: 223px;
|
||||
}
|
||||
#quota4 {
|
||||
top: 610px;
|
||||
left: 440px;
|
||||
#quota4 {
|
||||
top: 671px;
|
||||
left: 833px;
|
||||
}
|
||||
</style>
|
||||
<script lang="ts" src="./svgcontrostampo.ts"></script>
|
||||
@@ -0,0 +1,38 @@
|
||||
.main-container .column-page-header {
|
||||
width: 672px;
|
||||
margin: 0 0 0 20px;
|
||||
}
|
||||
.main-container .column-page-header > title {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 26px;
|
||||
font-weight: 500;
|
||||
line-height: 1.96;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
}
|
||||
.main-container .column-page-header .row-list {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
.main-container .column-page-header .row-list a {
|
||||
cursor: pointer;
|
||||
height: 45px;
|
||||
padding: 0 13px;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.main-container .column-page-header .row-list a.barred {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.main-container .column-page-header .row-list a.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.main-container .row-list-input {
|
||||
height: 100px;
|
||||
}
|
||||
@@ -29,6 +29,10 @@
|
||||
color: @white;
|
||||
text-decoration: underline;
|
||||
|
||||
&.barred {
|
||||
text-decoration:line-through;
|
||||
}
|
||||
|
||||
&.upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@ import MenuSx from "../../../menu-sx/menu-sx.vue";
|
||||
import InputTable from "../tables/inputTab/input.vue";
|
||||
import OutputTable from "../tables/outputTab/output.vue";
|
||||
|
||||
declare let $: any;
|
||||
@Component({
|
||||
components: {
|
||||
Header,
|
||||
@@ -23,8 +24,21 @@ export default class IO extends Vue {
|
||||
return store.state.underTheHood.ioChannelsConfig;
|
||||
}
|
||||
|
||||
scrollto(key) {
|
||||
document.getElementById(key).scrollIntoView();
|
||||
scrollto(isInput,key) {
|
||||
|
||||
var name = "div#tableOutput"
|
||||
if(isInput)
|
||||
name = "div#tableInput"
|
||||
var myElement = document.getElementById(key);
|
||||
if(myElement)
|
||||
{
|
||||
var topPos = myElement.offsetTop +30;
|
||||
if(myElement.offsetTop < 50)
|
||||
topPos = myElement.offsetTop -40;
|
||||
|
||||
$(name).animate({ scrollTop: topPos }, 200, 'swing')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
<div class="column-page-header">
|
||||
<title>INPUT</title>
|
||||
<div class="row-list">
|
||||
<a href>Pinned</a>
|
||||
<a @click="scrollto(true,`input-pinned`)">Pinned</a>
|
||||
<template v-for="(group, idx) in ['di','ai']">
|
||||
<a
|
||||
@click="scrollto(`input-${group}`)"
|
||||
@click="scrollto(true,`input-${group}-${inputid}`)"
|
||||
class="upper"
|
||||
v-for="(inputid, idx2) in config[group]"
|
||||
:key="`h-${idx}-${idx2}`"
|
||||
@@ -17,12 +17,11 @@
|
||||
</div>
|
||||
<div class="column-page-header">
|
||||
<title>OUTPUT</title>
|
||||
|
||||
<div class="row-list">
|
||||
<a href>Pinned</a>
|
||||
<a @click="scrollto(false,`output-pinned`)">Pinned</a>
|
||||
<template v-for="(group, idx) in ['do','ao']">
|
||||
<a
|
||||
@click="scrollto(`output-${group}`)"
|
||||
@click="scrollto(false,`output-${group}-${inputid}`)"
|
||||
class="upper"
|
||||
v-for="(inputid, idx2) in config[group]"
|
||||
:key="`h-${idx}-${idx2}`"
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
<span
|
||||
:class="
|
||||
item.value
|
||||
? 'value-button-input-container-on pointer'
|
||||
: 'value-button-input-container-off pointer'
|
||||
? 'value-button-input-container-on'
|
||||
: 'value-button-input-container-off'
|
||||
"
|
||||
>
|
||||
<span v-if="item.value == 1" class="value-button-input-container-on-label">ON</span>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="table-container scrollable">
|
||||
<div class="table-container scrollable" id="tableInput">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -13,7 +13,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<template v-if="pinned.length">
|
||||
<tr class="group-row">
|
||||
<tr class="group-row" id="input-pinned">
|
||||
<td colspan="6">{{'pinned' | localize('Pinned')}}</td>
|
||||
</tr>
|
||||
<input-row
|
||||
@@ -29,10 +29,9 @@
|
||||
|
||||
<template v-for="(group, idx) in ['di','ai']">
|
||||
<template v-for="(bankid, idx2) in config[group]">
|
||||
<tr class="group-row" :key="`h-${idx}-${idx2}`">
|
||||
<tr class="group-row" :key="`h-${idx}-${idx2}`" :id="`input-${group}-${bankid}`" >
|
||||
<td colspan="6">{{ `${group} ${bankid}`}}</td>
|
||||
</tr>
|
||||
|
||||
<input-row
|
||||
:group="group"
|
||||
@click="pin(item, group)"
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
<span
|
||||
:class="
|
||||
item.value
|
||||
? 'value-button-input-container-on pointer'
|
||||
: 'value-button-input-container-off pointer'
|
||||
? 'value-button-input-container-on'
|
||||
: 'value-button-input-container-off'
|
||||
"
|
||||
>
|
||||
<span v-if="item.value == 1" class="value-button-input-container-on-label">ON</span>
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
.main-container th.output-description,
|
||||
.main-container td.output-description {
|
||||
width: 220px;
|
||||
max-width: 220px;
|
||||
}
|
||||
.main-container th.force,
|
||||
.main-container td.force {
|
||||
width: 130px;
|
||||
max-width: 130px;
|
||||
}
|
||||
.main-container th.force input,
|
||||
.main-container td.force input {
|
||||
max-width: 100px;
|
||||
height: 48px;
|
||||
}
|
||||
.main-container th.ai,
|
||||
.main-container td.ai {
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
.main-container th.ai span,
|
||||
.main-container td.ai span {
|
||||
margin: 0 20px 0 10px;
|
||||
}
|
||||
.main-container th .do-container,
|
||||
.main-container td .do-container {
|
||||
width: 130px;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.main-container th .do-container .io-buttons,
|
||||
.main-container td .do-container .io-buttons {
|
||||
box-sizing: border-box;
|
||||
width: 86px;
|
||||
height: 40px;
|
||||
border-radius: 40px;
|
||||
background-color: #545454;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 3px;
|
||||
}
|
||||
.main-container th .do-container button,
|
||||
.main-container td .do-container button {
|
||||
border: none;
|
||||
background: #bbbcbc;
|
||||
color: #fff;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 20px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
.main-container th .do-container button:active,
|
||||
.main-container td .do-container button:active {
|
||||
background: none !important;
|
||||
background-color: #404040;
|
||||
}
|
||||
.main-container th .do-container button.forced,
|
||||
.main-container td .do-container button.forced {
|
||||
background: #1791ff;
|
||||
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.main-container th .do-container button.btn-force,
|
||||
.main-container td .do-container button.btn-force {
|
||||
background: #d0021b;
|
||||
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
margin: 3px;
|
||||
}
|
||||
.main-container th .do-container input,
|
||||
.main-container td .do-container input {
|
||||
width: 84px;
|
||||
height: 48px;
|
||||
background-color: #dddddd;
|
||||
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
|
||||
border: none;
|
||||
box-sizing: border-box;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
padding: 0 10px;
|
||||
color: #4b4b4b;
|
||||
text-align: right;
|
||||
}
|
||||
@@ -58,6 +58,11 @@
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.19);
|
||||
|
||||
&:active{
|
||||
background: none !important;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
&.forced {
|
||||
background: @clear-blue;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="table-container scrollable">
|
||||
<div class="table-container scrollable" id="tableOutput">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -14,8 +14,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<template v-if="pinned.length">
|
||||
<tr class="group-row">
|
||||
<td colspan="6">{{'pinned' | localize('Pinned')}}</td>
|
||||
<tr class="group-row" id="output-pinned" >
|
||||
<td colspan="7">{{'pinned' | localize('Pinned')}}</td>
|
||||
</tr>
|
||||
<output-row
|
||||
:group="item.__group"
|
||||
@@ -30,16 +30,15 @@
|
||||
|
||||
<template v-for="(group, idx) in ['do','ao']">
|
||||
<template v-for="(bankid, idx2) in config[group]">
|
||||
<tr class="group-row" :key="`h-${idx}-${idx2}`">
|
||||
<td colspan="6">{{ `${group} ${bankid}`}}</td>
|
||||
<tr class="group-row" :key="`h-${idx}-${idx2}`"
|
||||
:id="`output-${group}-${bankid}`">
|
||||
<td colspan="7">{{ `${group} ${bankid}`}}</td>
|
||||
</tr>
|
||||
|
||||
<output-row
|
||||
:group="group"
|
||||
@click="pin(item, group)"
|
||||
:pinned="isPinned(item)"
|
||||
:item="item"
|
||||
:id="`output-${group}`"
|
||||
v-for="(item, index) of items[group].filter(i => i.bank == bankid)"
|
||||
:key="`h-${idx}-${idx2}-${index}`"
|
||||
:class="`back-${index%2}`"
|
||||
|
||||
@@ -81,7 +81,6 @@
|
||||
height: 700px;
|
||||
}
|
||||
.main-container .table-container tr.group-row {
|
||||
height: 64px;
|
||||
width: 100%;
|
||||
background: transparent !important;
|
||||
}
|
||||
@@ -93,6 +92,11 @@
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.main-container .table-container tr.group-row:first-child td {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.main-container .table-container td.pointer {
|
||||
text-align: center;
|
||||
|
||||
@@ -106,7 +106,6 @@
|
||||
height: 700px;
|
||||
|
||||
tr.group-row {
|
||||
height: 64px;
|
||||
width: 100%;
|
||||
background: transparent !important;
|
||||
td {
|
||||
@@ -117,8 +116,16 @@
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
padding-top: 100px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
&:first-child{
|
||||
td {
|
||||
padding-top: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
td.pointer {
|
||||
text-align: center;
|
||||
|
||||