primo commit
This commit is contained in:
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
@ -0,0 +1,258 @@
|
||||
.leaflet-routing-container, .leaflet-routing-error {
|
||||
width: 320px;
|
||||
background-color: white;
|
||||
padding-top: 4px;
|
||||
transition: all 0.2s ease;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.leaflet-control-container .leaflet-routing-container-hide {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.leaflet-routing-container h2 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.leaflet-routing-container h3 {
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.leaflet-routing-collapsible .leaflet-routing-geocoders {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
|
||||
padding: 6px;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 6px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
max-height: 320px;
|
||||
overflow-y: auto;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt,
|
||||
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.leaflet-bar .leaflet-routing-alt:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt-minimized {
|
||||
color: #888;
|
||||
max-height: 64px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt tr:hover {
|
||||
background-color: #eee;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt::-webkit-scrollbar-track {
|
||||
border-radius: 2px;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.leaflet-routing-alt::-webkit-scrollbar-thumb {
|
||||
border-radius: 2px;
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
.leaflet-routing-icon {
|
||||
background-image: url('leaflet.routing.icons.png');
|
||||
-webkit-background-size: 240px 20px;
|
||||
background-size: 240px 20px;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.leaflet-routing-icon-continue { background-position: 0 0; }
|
||||
.leaflet-routing-icon-sharp-right { background-position: -20px 0; }
|
||||
.leaflet-routing-icon-turn-right { background-position: -40px 0; }
|
||||
.leaflet-routing-icon-bear-right { background-position: -60px 0; }
|
||||
.leaflet-routing-icon-u-turn { background-position: -80px 0; }
|
||||
.leaflet-routing-icon-sharp-left { background-position: -100px 0; }
|
||||
.leaflet-routing-icon-turn-left { background-position: -120px 0; }
|
||||
.leaflet-routing-icon-bear-left { background-position: -140px 0; }
|
||||
.leaflet-routing-icon-depart { background-position: -160px 0; }
|
||||
.leaflet-routing-icon-enter-roundabout { background-position: -180px 0; }
|
||||
.leaflet-routing-icon-arrive { background-position: -200px 0; }
|
||||
.leaflet-routing-icon-via { background-position: -220px 0; }
|
||||
|
||||
.leaflet-routing-geocoders div {
|
||||
padding: 4px 0px 4px 0px;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoders input {
|
||||
width: 303px;
|
||||
width: calc(100% - 4px);
|
||||
line-height: 1.67;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoders button {
|
||||
font: bold 18px 'Lucida Console', Monaco, monospace;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
background-color: white;
|
||||
margin: 0;
|
||||
margin-right: 3px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.leaflet-routing-add-waypoint:after {
|
||||
content: '+';
|
||||
}
|
||||
|
||||
.leaflet-routing-reverse-waypoints:after {
|
||||
font-weight: normal;
|
||||
content: '\21c5';
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoders button:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoder-result {
|
||||
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
position: absolute;
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: all 0.5s ease;
|
||||
z-index: 1000; /* Arbitrary, but try to be above "most" things. */
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoder-result table {
|
||||
width: 100%;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 0 0 4px 4px;
|
||||
background-color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoder-result-open {
|
||||
max-height: 800px;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.leaflet-routing-geocoder-no-results {
|
||||
font-style: italic;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.leaflet-routing-remove-waypoint {
|
||||
background-color: transparent;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.leaflet-routing-remove-waypoint:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 15px;
|
||||
height: 1px;
|
||||
z-index: 1;
|
||||
right: 1px;
|
||||
top: 4px;
|
||||
bottom: 0;
|
||||
margin: auto;
|
||||
padding: 2px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
content: "\00d7";
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
color: #ccc;
|
||||
background: white;
|
||||
padding-bottom: 16px;
|
||||
margin-top: -16px;
|
||||
padding-right: 4px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.leaflet-routing-remove-waypoint:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.leaflet-routing-instruction-distance {
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.leaflet-routing-collapse-btn {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 6px;
|
||||
font-size: 24px;
|
||||
color: #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.leaflet-routing-collapse-btn:after {
|
||||
content: '\00d7';
|
||||
}
|
||||
|
||||
.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
|
||||
position: relative;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
display: block;
|
||||
width: 26px;
|
||||
height: 23px;
|
||||
background-image: url('routing-icon.png');
|
||||
}
|
||||
|
||||
.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
.leaflet-routing-container {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
13
media/com_phocagallery/js/leaflet-routing-machine/leaflet-routing-machine.min.js
vendored
Normal file
13
media/com_phocagallery/js/leaflet-routing-machine/leaflet-routing-machine.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@ -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="240"
|
||||
height="20"
|
||||
id="svg5327"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.5 r10040"
|
||||
sodipodi:docname="leaflet.routing.icons.svg"
|
||||
inkscape:export-filename="/home/patrick/Code/leaflet-routing-machine/leaflet.routing.icons.png"
|
||||
inkscape:export-xdpi="180"
|
||||
inkscape:export-ydpi="180">
|
||||
<defs
|
||||
id="defs5329" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="2"
|
||||
inkscape:cx="309.06303"
|
||||
inkscape:cy="10.10151"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:window-width="1916"
|
||||
inkscape:window-height="1032"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="22"
|
||||
inkscape:window-maximized="0"
|
||||
showguides="true"
|
||||
inkscape:snap-bbox="true"
|
||||
inkscape:snap-nodes="false"
|
||||
inkscape:guide-bbox="true">
|
||||
<inkscape:grid
|
||||
type="xygrid"
|
||||
id="grid5368"
|
||||
empspacing="5"
|
||||
visible="true"
|
||||
enabled="true"
|
||||
snapvisiblegridlinesonly="true" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="206,16"
|
||||
id="guide7926" />
|
||||
<sodipodi:guide
|
||||
orientation="0,1"
|
||||
position="202,4"
|
||||
id="guide7928" />
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="280,48"
|
||||
id="guide3009" />
|
||||
<sodipodi:guide
|
||||
orientation="1,0"
|
||||
position="300,43"
|
||||
id="guide3011" />
|
||||
</sodipodi:namedview>
|
||||
<metadata
|
||||
id="metadata5332">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-3200,-992.36218)">
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path6002-6-5-5"
|
||||
d="m 3215.5,1001.3622 -5.5,-5.5 -5.5,5.5 4.5,0 0,7 2,0 0,-7 z"
|
||||
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 3289,996.36218 c -1.7222,0 -3.0854,0.60866 -3.9062,1.59375 -0.821,0.98509 -1.0938,2.23957 -1.0938,3.40627 l 0,6 2,0 0,-6 c 0,-0.8333 0.2272,-1.6101 0.6562,-2.12502 0.4291,-0.51492 1.066,-0.875 2.3438,-0.875 1.2778,0 1.9146,0.36008 2.3438,0.875 0.429,0.51492 0.6562,1.29172 0.6562,2.12502 l 0,2 -4.5,0 5.5,5.5 5.5,-5.5 -4.5,0 0,-2 c 0,-1.1667 -0.2728,-2.42118 -1.0938,-3.40627 -0.8209,-0.98509 -2.184,-1.59375 -3.9062,-1.59375 z"
|
||||
id="rect4998" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4705"
|
||||
d="m 3266.5,996.36218 3.0312,3.03125 -3.5312,3.53127 0,5.4375 2,0 0,-4.5938 2.9375,-2.9687 3.0625,3.0625 0,-7.50002 z"
|
||||
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4878"
|
||||
d="m 3251,995.86218 0,4.50002 -5,0 -1,1 0,6 2,0 0,-5 4,0 0,4.5 5.5,-5.5 z"
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
|
||||
<path
|
||||
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="m 3226.4375,996.36218 -1.4375,1 0,8.00002 2,0 0,-5.5938 4.5625,4.5313 -3.0625,3.0625 7.5,0 0,-7.5 -3.0312,3.0312 -6.5313,-6.53122 z"
|
||||
id="path4886"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccc"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4941"
|
||||
d="m 3346,996.36218 0,7.50002 3.0625,-3.0625 2.9375,2.9687 0,4.5938 2,0 0,-5.4375 -3.5312,-3.53127 3.0312,-3.03125 z"
|
||||
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 3329,995.86218 0,4.50002 5,0 1,1 0,6 -2,0 0,-5 -4,0 0,4.5 -5.5,-5.5 z"
|
||||
id="path4945"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="ccccccccccc" />
|
||||
<path
|
||||
style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
d="m 3313.5625,996.36218 -6.5313,6.53122 -3.0312,-3.0312 0,7.5 7.5,0 -3.0625,-3.0625 4.5625,-4.5313 0,5.5938 2,0 0,-8.00002 -1.4375,-1 z"
|
||||
id="path4947"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.60001969;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
|
||||
d="m 3390,995.39343 c -1.5376,0 -3.0827,0.55137 -4.25,1.71875 -2.3349,2.33472 -2.3349,6.16522 0,8.50002 l 1.4375,-1.4375 c -1.5705,-1.5704 -1.5705,-4.0546 0,-5.62502 1.5705,-1.57045 4.0546,-1.57045 5.625,0 1.5705,1.57042 1.5705,4.05462 0,5.62502 -0.7503,0.7504 -1.7513,1.1875 -2.8125,1.1875 l -1,0 0,4 2,0 0,-2.0625 c 1.2269,-0.2054 2.3619,-0.7994 3.25,-1.6875 2.3348,-2.3348 2.3348,-6.1653 0,-8.50002 -1.1674,-1.16738 -2.7124,-1.71875 -4.25,-1.71875 z"
|
||||
id="path5026"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="scccsccscccccss" />
|
||||
<g
|
||||
id="g5936"
|
||||
transform="matrix(1,0,0,-1,1,2004.7244)"
|
||||
style="opacity:0.5" />
|
||||
<g
|
||||
id="g5932"
|
||||
transform="translate(1,-2)" />
|
||||
<g
|
||||
transform="matrix(1,0,0,-1,1,2024.7244)"
|
||||
id="g6038"
|
||||
style="fill:#ffffff" />
|
||||
<g
|
||||
style="fill:#000000;display:inline"
|
||||
id="a-18"
|
||||
inkscape:label="#g6597"
|
||||
transform="translate(3360.5,-23.000003)"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<rect
|
||||
transform="translate(0,1016.3622)"
|
||||
y="0"
|
||||
x="0"
|
||||
height="18"
|
||||
width="18"
|
||||
id="rect6083"
|
||||
style="color:#000000;fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text6593"
|
||||
y="1031.3622"
|
||||
x="9.4959126"
|
||||
style="font-size:16.74114418px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
|
||||
xml:space="preserve"><tspan
|
||||
y="1031.3622"
|
||||
x="9.4959126"
|
||||
id="tspan6595"
|
||||
sodipodi:role="line">A</tspan></text>
|
||||
</g>
|
||||
<g
|
||||
style="fill:#000000;display:inline"
|
||||
id="b-18"
|
||||
transform="translate(3401,-23.00002)"
|
||||
inkscape:label="#g6602"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<rect
|
||||
style="color:#000000;fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="rect6604"
|
||||
width="18"
|
||||
height="18"
|
||||
x="0"
|
||||
y="0"
|
||||
transform="translate(0,1016.3622)" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:16.80980301px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
|
||||
x="9.1367874"
|
||||
y="1031.3622"
|
||||
id="text6606"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan6608"
|
||||
x="9.1367874"
|
||||
y="1031.3622">B</tspan></text>
|
||||
</g>
|
||||
<rect
|
||||
style="color:#000000;fill:#000000;fill-opacity:0;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
|
||||
id="rect3033"
|
||||
width="18"
|
||||
height="18"
|
||||
x="3421"
|
||||
y="993.36218" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:16.80980301px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
|
||||
x="3428.4482"
|
||||
y="1008.3622"
|
||||
id="text3035"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3037"
|
||||
x="3428.4482"
|
||||
y="1008.3622">V<tspan
|
||||
id="tspan3039"
|
||||
style="font-size:8px;fill:#000000" /></tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text3041"
|
||||
y="960.02386"
|
||||
x="3608.1475"
|
||||
style="font-size:6.15145969px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Open Sans;-inkscape-font-specification:Open Sans Bold"
|
||||
xml:space="preserve"
|
||||
transform="scale(0.95214897,1.0502558)"><tspan
|
||||
y="960.02386"
|
||||
x="3608.1475"
|
||||
id="tspan3043"
|
||||
sodipodi:role="line">ia</tspan></text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 454 B |
Reference in New Issue
Block a user