代码提交_11_28_整改
|
@ -441,6 +441,7 @@
|
|||
</div>
|
||||
</div> -->
|
||||
<script src="https://map.sgcc.com.cn/maps?v=3.0.0"></script>
|
||||
<!-- <script src="js/maps.js"></script> -->
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="js/socket.io.js"></script>
|
||||
<!-- <script type="text/javascript" charset="utf-8">
|
||||
|
@ -448,7 +449,7 @@
|
|||
</script> -->
|
||||
<script id="mapScript">
|
||||
const params = new URLSearchParams(window.location.search.split('?')[1]);
|
||||
console.log(params.get('cityName'), params.get('src').split(',')[1], 'das');
|
||||
console.log(params.get('cityName'), params.get('src').split(',')[1], '传值');
|
||||
// var btn1Obj = document.getElementById("labelBox1");
|
||||
//object.attachEvent(event,function);
|
||||
// btn1Obj.addEventListener("onclick",method1);
|
||||
|
@ -593,20 +594,20 @@
|
|||
loadTD();
|
||||
MapFill();
|
||||
window.setTimeout(() => {
|
||||
loadMarkers(defaultArea);
|
||||
// loadMarkers(defaultArea);
|
||||
}, 500)
|
||||
//reportLocation();
|
||||
// 监听地图点击事件
|
||||
map.on('click', function (e) {
|
||||
// 获取点击位置的经纬度
|
||||
console.log('e',e.lngLat.lng +',',e.lngLat.lat);
|
||||
console.log('e', e.lngLat.lng + ',', e.lngLat.lat);
|
||||
});
|
||||
};
|
||||
function initMap1() {
|
||||
var area = GetQueryString("area");
|
||||
// console.log("defaultArea",defaultArea)
|
||||
defaultArea = "njData"
|
||||
loadMarkers(defaultArea);
|
||||
// loadMarkers(defaultArea);
|
||||
|
||||
};
|
||||
|
||||
|
@ -626,7 +627,6 @@
|
|||
layers.jiangsu = new Object();
|
||||
layers.jiangsu.line = createLine("jiangsu", res.jiangsu, '#3787ff', 2).id;
|
||||
layers.jiangsu.polygon = createPolygon("jiangsu", res.jiangsu, '#3787ff', 0.1).id;
|
||||
console.log(res, 'res');
|
||||
if (params.get('cityName') == '南通市') {
|
||||
createCities("nantong", res.nantong);
|
||||
} else if (params.get('cityName') == '泰州市') {
|
||||
|
@ -779,7 +779,7 @@
|
|||
function gotoPosition(posName) {
|
||||
|
||||
map.easeTo({ center: [positions[posName].lng, positions[posName].lat], zoom: getMapZoom() });
|
||||
loadMarkers(posName);
|
||||
// loadMarkers(posName);
|
||||
|
||||
clearLayer("l-" + defaultPos);//移除上一层区域
|
||||
clearLayer("p-" + defaultPos);//移除上一层区域
|
||||
|
@ -817,23 +817,23 @@
|
|||
|
||||
|
||||
//加载图标
|
||||
var markerArray = new Array();
|
||||
function loadMarkers(posName) {
|
||||
console.log(posName, 'posName');
|
||||
for (var i in markerArray) {
|
||||
markerArray[i].remove();
|
||||
}
|
||||
markerArray = new Array();
|
||||
// var markerArray = new Array();
|
||||
// function loadMarkers(posName) {
|
||||
// console.log(posName, 'posName');
|
||||
// for (var i in markerArray) {
|
||||
// markerArray[i].remove();
|
||||
// }
|
||||
// markerArray = new Array();
|
||||
|
||||
var markers = positions[posName];
|
||||
console.log(markers, 'markers');
|
||||
if (markers != undefined && markers != null) {
|
||||
for (var i in markers) {
|
||||
var markerData = markers[i];
|
||||
markerArray.push(addMarker(markerData));
|
||||
}
|
||||
}
|
||||
}
|
||||
// var markers = positions[posName];
|
||||
// console.log(markers, 'markers');
|
||||
// if (markers != undefined && markers != null) {
|
||||
// for (var i in markers) {
|
||||
// var markerData = markers[i];
|
||||
// markerArray.push(addMarker(markerData));
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
function loadFC() {
|
||||
$.get("data/jd.json", function (res) {
|
||||
|
||||
|
@ -917,7 +917,7 @@
|
|||
//基地数据
|
||||
function loadTD() {
|
||||
$.get("data/jd.json", function (res) {
|
||||
if (params.get('stationName') == 'WXXL') {
|
||||
if (params.get('stationName') == 'WXXL') { //无锡雪浪
|
||||
res = [
|
||||
{ "tudi": "WXXL", "jd": "c1", "position": "120.295,31.4455", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": "WXXL", "jd": "c2", "position": "120.29407732009997,31.445179638689", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
|
@ -926,7 +926,7 @@
|
|||
{ "tudi": "WXXL", "jd": "c5", "position": "120.29589049337454,31.443921065796758", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": "WXXL", "jd": "c6", "position": "120.29480688095146,31.443623582456127", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" }
|
||||
]
|
||||
}else if(params.get('stationName') == 'WXSFJC10'){
|
||||
} else if (params.get('stationName') == 'WXSFJC10') { //无锡硕放机场10
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "120.4333234627585,31.50836675133587", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "120.43463238075833,31.508156369688876", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
|
@ -936,7 +936,7 @@
|
|||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "120.43388136223479,31.510058934318423", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "120.43309815720227,31.50949182775892", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if(params.get('stationName') == 'WXSFJC20'){
|
||||
} else if (params.get('stationName') == 'WXSFJC20') {//无锡硕放机场20
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "120.4333234627585,31.50836675133587", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "120.43463238075833,31.508156369688876", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
|
@ -945,7 +945,7 @@
|
|||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "120.43513663605364,31.509857703352736", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "120.43388136223479,31.510058934318423", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if(params.get('stationName') == 'WXRMYYD'){
|
||||
} else if (params.get('stationName') == 'WXRMYYD') {//无锡人民医院D
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "120.32586051570166,31.53976959726087", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "120.32497002231031,31.53927582301688", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
|
@ -955,6 +955,106 @@
|
|||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "120.32715870486635,31.538425427919492", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "120.3269119416363,31.53927582301688", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
} else if (params.get('stationName') == 'TZJYJCDS') {//泰州姜堰璟宸大厦
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "120.13295644577403,32.50807193798575", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "120.13302081879033, 32.50731191988096", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "120.13391131218339, 32.507022387484724", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "120.1351773148391, 32.50757430780965", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "120.1350056534605, 32.508415753588906", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "120.1343726521344, 32.508632899609", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "120.13338559921607, 32.5085333744145", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
} else if (params.get('stationName') == 'NJMRJD') {//南京名人酒店
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "118.78503295402481, 32.06072873452416", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "118.78318507277027, 32.05979077371725", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "118.78374297224661, 32.059490716400816", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "118.78312069975397, 32.06012720044785", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "118.78513992472944, 32.05967326983182", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "118.78438890620589, 32.06084621322357", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "118.78346622630386, 32.06065526997551", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'LYGGYQYSC') {//连云港赣榆青源水务
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "119.13950306588185, 34.84588008407768", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "119.13878423386558, 34.845325362841834", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "119.13891297989818, 34.844559313083764", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "119.14005023651953, 34.84415427239931", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "119.14097291642162, 34.8445240922338", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "119.14125186615888, 34.845228506369736", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "119.14067250901218, 34.84580083841584", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'NJGAJ') {//南京公安局
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "118.78465085708098, 32.034161843850015", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "118.78420024596511, 32.033643417263406", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "118.78435044966983, 32.03297036784271", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "118.78539114676761, 32.032579269285776", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "118.78626018248855, 32.03294308195112", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "118.78638892852115, 32.03366160771962", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "118.78572374068602, 32.03405270165406", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'NTZLYY') {//南通肿瘤医院
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "120.75168886375468, 32.10145871382298", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "120.75080909919859, 32.10090431442926", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "120.75071253967326, 32.10003181020768", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "120.75156011772208, 32.099413781341056", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "120.75270810318034, 32.09969553031401", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "120.75305142593572, 32.10034991167103", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "120.75261154365677, 32.10111335066115", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'LYGGYGDGS') {//连云港灌云供电公司
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "119.24555800663813, 34.284644622054515", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "119.24459241139186, 34.28414819776964", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "119.24454949604763, 34.283465609590266", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "119.24525759922875, 34.282951448600215", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "119.24638412701489, 34.28307555671337", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "119.24677036511275, 34.28366063535057", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "119.2465236018827, 34.284263439382656", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'NJJCY') {//南京检察院
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "118.78062333123438, 32.035910260976266", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "118.77972210900617, 32.035346369000436", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "118.77992595689199, 32.03460966618735", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "118.78092373864558, 32.03420947945929", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "118.781835689709, 32.03463695158234", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "118.78182496087379, 32.03525541835663", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "118.78152455346441, 32.035810215879266", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'NTTZJY') {//南京检察院
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "121.06953866004602, 32.0712864546373", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "121.06890565871987, 32.07083187909437", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "121.0690022182435, 32.07003182065077", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "121.06966740611438, 32.06953178057941", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "121.07099778175063, 32.06997727095657", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "121.07079393386482, 32.07062277358612", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "121.07038623809484, 32.07124099718476", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'XZJLH1') {//徐州金龙湖小镇1
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "117.28480803363283, 34.25620613214825", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "117.28398191325613, 34.255718407684796", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "117.28392826907503, 34.25507105993941", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "117.28445398204235, 34.25422861363421", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "117.28604184977951, 34.254379367803836", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "117.28633152835368, 34.25518634140985", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "117.28579508654951, 34.25601104270244", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}else if (params.get('stationName') == 'LYGGYRMYY') {//连云港灌云人民医院
|
||||
res = [
|
||||
{ "tudi": params.get('stationName'), "jd": "c1", "position": "119.23419336541559, 34.28987820027319", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c2", "position": "119.2332706855135, 34.28926657231057", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c3", "position": "119.2333350585298, 34.28844219714301", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c4", "position": "119.233817856153, 34.28775964384093", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c5", "position": "119.23495511277605, 34.287830558727734", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c6", "position": "119.23568467362747, 34.288584025704765", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
{ "tudi": params.get('stationName'), "jd": "c7", "position": "119.23545936806954, 34.289514769701455", "type": "", "fenzhi": "", "province": "", "city": params.get('cityName'), "area": "" },
|
||||
]
|
||||
}
|
||||
else {
|
||||
res = [
|
||||
|
@ -965,7 +1065,6 @@
|
|||
var row = res[i];
|
||||
var lng = parseFloat(row.position.substring(0, row.position.indexOf(',')));
|
||||
var lat = parseFloat(row.position.substr(row.position.indexOf(',') + 1));
|
||||
// console.log(lng, lat);
|
||||
if (lng != NaN && lat != NaN && lng > 100 && lat < 100) {
|
||||
//画marker点
|
||||
var el = document.createElement("div");
|
||||
|
|
After Width: | Height: | Size: 140 KiB |
After Width: | Height: | Size: 318 KiB |
After Width: | Height: | Size: 386 KiB |
|
@ -0,0 +1,161 @@
|
|||
<svg width="1500" height="700" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>宿迁市沐阳广播电视台</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text fill="#ff0000" stroke="#fff" stroke-width="0" x="537.6817" y="74.23052" id="svg_1" font-size="33" text-anchor="start" xml:space="preserve" class="valueText">10 kV 一 次 方 案 图</text>
|
||||
<text fill="#ff0000" stroke="#fff" x="-78.24244" y="139.35397" id="svg_39" stroke-width="0" font-size="24" text-anchor="start" xml:space="preserve" class="valueText"/>
|
||||
<g stroke="null" id="svg_685">
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="5.96489" rx="7.23913" cy="391.8085" cx="-490.28506" fill="none" id="svg_683"/>
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="5.96489" rx="7.23913" cy="398.79178" cx="-490.28506" fill="none" id="svg_684"/>
|
||||
</g>
|
||||
<text fill="#ce1010" stroke-width="0" x="-559.01467" y="400.66101" id="svg_1399" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff" transform="matrix(0.449079 0 0 0.516979 1875.96 720.408)"/>
|
||||
<text fill="#ce1010" stroke-width="0" x="-1225.6769" y="221.81849" id="svg_53" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff">3005</text>
|
||||
<path id="svg_416" d="m-509.6874,580.05494l0.745,-0.43667l0.745,0.43667l-1.49,0z" stroke-width="2" stroke="#ff0000" fill="#000000"/>
|
||||
<ellipse fill-opacity="0" stroke="#ff0000" fill="#000000" stroke-width="2" cx="-486.50772" cy="998.91454" rx="6.64495" ry="7.9656" id="svg_1505"/>
|
||||
<ellipse fill-opacity="0" stroke="#ff0000" fill="#000000" stroke-width="2" cx="-486.50772" cy="1007.17142" rx="6.64495" ry="7.9656" id="svg_1506"/>
|
||||
<line stroke="#ff0000" fill="none" x1="341.86189" y1="155.8729" x2="918.25146" y2="155.87289" id="svg_110" stroke-width="3"/>
|
||||
<line stroke="#ff0000" id="svg_163" y2="557.9324" x2="359.43308" y1="230.26614" x1="357.03308" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="917.12887" y1="618.9359" x2="1046.13138" y2="618.06634" id="svg_1170"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="292.46517" y1="230.30499" x2="358.13899" y2="229.43543" id="svg_492"/>
|
||||
<line stroke="#ff0000" id="svg_52" y2="500.82934" x2="916.89979" y1="500.82934" x1="879.23337" stroke-width="2" fill="none"/>
|
||||
<path id="svg_1276" d="m916.07694,266.63918l1.87557,0l0,10.18945l-1.87557,0l0,-10.18945zm-0.47084,0.08564l1.3261,-1.50779l7.23609,8.22752l-1.3264,1.50779l-7.23579,-8.22752zm-5.91059,6.71324l7.23609,-8.22752l1.3261,1.50779l-7.23609,8.22786l-1.3261,-1.50813zm5.91149,-13.51622l1.3261,-1.50779l7.23609,8.22752l-1.3261,1.50779l-7.23609,-8.22752zm-5.91059,6.71324l7.23609,-8.22752l1.3261,1.50779l-7.23609,8.22786l-1.3261,-1.50813z" stroke-width="0" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1043.69453" y1="527.96561" x2="1091.63384" y2="527.09605" id="svg_1478"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1092.15989" y1="528.18121" x2="1091.51054" y2="543.76562" id="svg_1479" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_1482">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1092.31741,560.96355c-4.22099,0 -7.64247,4.31479 -7.64247,9.63785s3.42147,9.63784 7.64247,9.63784s7.64247,-4.31479 7.64247,-9.63784s-3.42148,-9.63785 -7.64247,-9.63785zm0,18.53432c-3.89178,0 -7.05459,-3.98859 -7.05459,-8.89647s3.16281,-8.89648 7.05459,-8.89648s7.05459,3.98859 7.05459,8.89648s-3.1628,8.89647 -7.05459,8.89647zm4.16221,-3.64755c-0.11758,0.14828 -0.3057,0.14828 -0.41152,0l-7.9129,-9.96405c-0.11758,-0.14828 -0.11758,-0.38551 0,-0.51896c0.11758,-0.14828 0.3057,-0.14828 0.41152,0l7.90114,9.96405c0.11758,0.13345 0.11758,0.37068 0.01176,0.51896zm0,-10.49784c0.11758,0.14828 0.11758,0.38551 0,0.51896l-7.90113,9.96405c-0.11758,0.14828 -0.3057,0.14828 -0.41152,0c-0.11758,-0.14827 -0.11758,-0.38551 0,-0.51896l7.90113,-9.96405c0.10582,-0.13345 0.29394,-0.13345 0.41152,0z" id="svg_1480"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1087.61964,548.26636l8.27935,0a0.37634,0.63406 0 0 0 0,-1.26814l-3.76333,0l0,-8.87696a0.37634,0.63406 0 0 0 -0.75267,0l0,8.87696l-3.76334,0a0.37634,0.63406 0 0 0 0,1.26814l-0.00001,0zm8.27935,2.53628l-8.27935,0a0.37634,0.63406 0 0 0 0,1.26814l3.76334,0l0,8.87697a0.37634,0.63406 0 0 0 0.75267,0l0,-8.87697l3.76333,0a0.37634,0.63406 0 0 0 0,-1.26814l0.00001,0z" id="svg_1481"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1087.57032,597.23585l10.94096,0l0,1.31467l-10.94096,0l0,-1.31467zm0.90952,5.58739l9.12192,0l0,1.31467l-9.12192,0l0,-1.31467zm4.23995,-21.80179l0.64202,0l0,16.87172l-0.64202,0l0,-16.87172zm-1.52478,27.38918l3.63807,0l0,1.31469l-3.63807,0l0,-1.31469z" id="svg_1483"/>
|
||||
<rect id="svg_40" height="53" width="111" y="144.07692" x="229.99998" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" x1="80.7689" y1="171.63439" x2="227.1989" y2="170.71134" id="svg_2" stroke-width="3"/>
|
||||
<line id="svg_3" y2="225.95199" x2="81.04605" y1="170.91329" x1="81.82124" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" x1="338.7689" y1="170.63439" x2="485.1989" y2="169.71134" id="svg_45" stroke-width="3"/>
|
||||
<g id="svg_51">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="81.09099" y1="252.20394" x2="133.00618" y2="251.33438" id="svg_602"/>
|
||||
<path transform="rotate(180 80.5057 526.652)" stroke="#ff0000" id="svg_970" d="m86.28251,513.20633l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_990" y2="375.55659" x2="92.44973" y1="376.22773" x1="45.37756" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_993">
|
||||
<rect stroke="#ff0000" fill="#000000" x="42.7981" y="393.20459" width="11.73381" height="28.3358" stroke-width="2" id="svg_991"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m50.44139,398.9662l-2.36625,7.80304l-1.82219,-7.93078l4.18844,0.12774z" id="svg_992"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m43.40466,435.07394l8.68104,0l0,1.05633l-8.68104,0l0,-1.05633zm0.72165,4.48942l7.23774,0l0,1.05633l-7.23774,0l0,-1.05633zm3.36417,-17.51757l0.5094,0l0,13.55631l-0.5094,0l0,-13.55631zm-1.20983,22.007l2.88661,0l0,1.05634l-2.88661,0l0,-1.05634z" id="svg_994"/>
|
||||
<line stroke="#ff0000" fill="none" x1="48.19934" y1="376.01945" x2="48.10625" y2="398.9767" stroke-width="2" id="svg_995"/>
|
||||
<line id="svg_10" y2="566.05837" x2="80.04605" y1="250.01966" x1="80.82124" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="59.99998" y1="232.07692" x2="78.99998" y2="249.07692" id="svg_25"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="92.99998" y1="363.07692" x2="92.99998" y2="391.07692" id="svg_27" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="103.99998" y1="363.07692" x2="103.99998" y2="391.07692" id="svg_28" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="104.99998" y1="377.07692" x2="117.99998" y2="368.07692" id="svg_30" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="105.99998" y1="377.07692" x2="119.99998" y2="383.07692" id="svg_33" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<ellipse stroke-width="2" stroke="#ff0000" ry="6.5" rx="23" id="svg_11" cy="552.57692" cx="80.99998" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_24" y2="544.05837" x2="130.04605" y1="253.01966" x1="130.82124" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_37">
|
||||
<path stroke="#ff0000" id="svg_34" d="m105.2463,544.18243l49.2647,0l0,17.06145l-49.2647,0l0,-17.06145z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_35" y2="560.50648" x2="154.99998" y1="544.07692" x1="105.73527" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_36" y2="559.87457" x2="104.99998" y1="545.34074" x1="154.26468" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_23" stroke="null" stroke-width="2">
|
||||
<line fill="none" x1="73.73682" y1="219.07692" x2="86.26314" y2="240.07692" id="svg_21" stroke="#ff0000"/>
|
||||
<line fill="none" x1="86.99998" y1="219.91692" x2="72.99998" y2="239.23692" id="svg_22" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<ellipse stroke-width="2" stroke="#ff0000" ry="6.5" rx="23" id="svg_73" cy="551.57692" cx="482.99998" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_74" y2="543.05837" x2="532.04605" y1="252.01966" x1="532.82124" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_78">
|
||||
<path stroke="#ff0000" id="svg_75" d="m507.2463,543.18243l49.2647,0l0,17.06145l-49.2647,0l0,-17.06145z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_76" y2="559.50648" x2="556.99998" y1="543.07692" x1="507.73527" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_77" y2="558.87457" x2="506.99998" y1="544.34074" x1="556.26468" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_83" y2="450.05837" x2="750.04605" y1="159.01966" x1="750.82124" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_84" height="77" width="28" y="246.07692" x="735.99998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="33" rx="31" id="svg_85" cy="483.07692" cx="752.99998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="33" rx="31" id="svg_88" cy="516.07692" cx="752.99998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="33" id="svg_89" y="450.07692" x="781.99998" stroke-width="0" stroke="#ff0000" fill="#ff0000">PT</text>
|
||||
<line stroke="#ff0000" id="svg_90" y2="621.05837" x2="917.04605" y1="157.01967" x1="917.82124" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="16" rx="14.5" id="svg_91" cy="374.53846" cx="947.49998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="14.5" id="svg_92" cy="411.07692" cx="948.49998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_93" y2="450.07692" x2="946.99998" y1="339.07692" x1="947.99998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="8" rx="4" id="svg_94" cy="377.07692" cx="966.99998" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<ellipse ry="8" rx="4" id="svg_95" cy="411.07692" cx="966.99998" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<g id="svg_99">
|
||||
<line transform="rotate(180 890.5 393.577)" fill="none" stroke-width="2" x1="883.99998" y1="398.07692" x2="896.99998" y2="389.07692" id="svg_96" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="883.99998" y1="381.07692" x2="897.99998" y2="387.07692" id="svg_97" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<ellipse ry="8" rx="4" id="svg_98" cy="390.07692" cx="897.99998" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_103">
|
||||
<line transform="rotate(180 891.5 418.577)" fill="none" stroke-width="2" x1="884.99998" y1="423.07692" x2="897.99998" y2="414.07692" id="svg_100" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="884.99998" y1="406.07692" x2="898.99998" y2="412.07692" id="svg_101" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<ellipse ry="8" rx="4" id="svg_102" cy="415.07692" cx="898.99998" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_104" y2="620.05837" x2="1045.04605" y1="156.01967" x1="1045.82124" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1045.8619" y1="156.8729" x2="1457.25147" y2="156.87289" id="svg_105" stroke-width="3"/>
|
||||
<g id="svg_106">
|
||||
<line id="svg_46" y2="223.95199" x2="483.04605" y1="168.91329" x1="483.82124" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_49" stroke="null" stroke-width="2">
|
||||
<line fill="none" x1="475.73682" y1="217.07692" x2="488.26314" y2="238.07692" id="svg_47" stroke="#ff0000"/>
|
||||
<line fill="none" x1="488.99998" y1="217.91692" x2="474.99998" y2="237.23692" id="svg_48" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="483.09099" y1="251.20394" x2="535.00618" y2="250.33438" id="svg_54"/>
|
||||
<path transform="rotate(180 482.506 525.652)" stroke="#ff0000" id="svg_55" d="m488.28251,512.20632l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_56" y2="374.55659" x2="494.44973" y1="375.22773" x1="447.37756" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_61">
|
||||
<rect stroke="#ff0000" fill="#000000" x="444.7981" y="392.20459" width="11.73381" height="28.3358" stroke-width="2" id="svg_59"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m452.44139,397.9662l-2.36625,7.80304l-1.82219,-7.93078l4.18844,0.12774z" id="svg_60"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m445.40466,434.07394l8.68104,0l0,1.05633l-8.68104,0l0,-1.05633zm0.72165,4.48942l7.23774,0l0,1.05633l-7.23774,0l0,-1.05633zm3.36417,-17.51757l0.5094,0l0,13.55631l-0.5094,0l0,-13.55631zm-1.20983,22.007l2.88661,0l0,1.05634l-2.88661,0l0,-1.05634z" id="svg_62"/>
|
||||
<line stroke="#ff0000" fill="none" x1="450.19934" y1="375.01945" x2="450.10625" y2="397.9767" stroke-width="2" id="svg_63"/>
|
||||
<line id="svg_65" y2="565.05837" x2="482.04605" y1="249.01966" x1="482.82124" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="461.99998" y1="231.07692" x2="480.99998" y2="248.07692" id="svg_66"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="494.99998" y1="362.07692" x2="494.99998" y2="390.07692" id="svg_67" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="505.99998" y1="362.07692" x2="505.99998" y2="390.07692" id="svg_69" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="506.99998" y1="376.07692" x2="519.99998" y2="367.07692" id="svg_71" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="507.99998" y1="376.07692" x2="521.99998" y2="382.07692" id="svg_72" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_81" stroke="null" stroke-width="2">
|
||||
<line fill="none" x1="475.73682" y1="218.07692" x2="488.26314" y2="239.07692" id="svg_79" stroke="#ff0000"/>
|
||||
<line fill="none" x1="488.99998" y1="218.91692" x2="474.99998" y2="238.23692" id="svg_80" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_133">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_1312" y2="220.28684" x2="1158.68448" y1="220.95798" x1="1136.54334" stroke-width="2" fill="none"/>
|
||||
<line id="svg_107" y2="212.95199" x2="1189.04605" y1="157.91329" x1="1189.82124" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_113" d="m1194.28251,501.20632l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_114" y2="363.55659" x2="1200.44973" y1="364.22773" x1="1153.37756" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_117">
|
||||
<rect stroke="#ff0000" fill="#000000" x="1150.7981" y="381.20459" width="11.73381" height="28.3358" stroke-width="2" id="svg_115"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m1158.44139,386.9662l-2.36625,7.80304l-1.82219,-7.93078l4.18844,0.12774z" id="svg_116"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1151.40466,423.07394l8.68104,0l0,1.05633l-8.68104,0l0,-1.05633zm0.72165,4.48942l7.23774,0l0,1.05633l-7.23774,0l0,-1.05633zm3.36417,-17.51757l0.5094,0l0,13.55631l-0.5094,0l0,-13.55631zm-1.20983,22.007l2.88661,0l0,1.05634l-2.88661,0l0,-1.05634z" id="svg_118"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1156.19934" y1="364.01945" x2="1156.10625" y2="386.9767" stroke-width="2" id="svg_119"/>
|
||||
<line stroke="#ff0000" id="svg_120" y2="629.05837" x2="1188.04605" y1="238.01967" x1="1188.82124" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1167.99998" y1="220.07692" x2="1186.99998" y2="237.07692" id="svg_121"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1200.99998" y1="351.07692" x2="1200.99998" y2="379.07692" id="svg_122" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1211.99998" y1="351.07692" x2="1211.99998" y2="379.07692" id="svg_123" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1212.99998" y1="365.07692" x2="1225.99998" y2="356.07692" id="svg_124" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1213.99998" y1="365.07692" x2="1227.99998" y2="371.07692" id="svg_125" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line id="svg_130" y2="214.07692" x2="1178.99998" y1="214.07692" x1="1198.99998" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="4" rx="3.5" id="svg_131" cy="218.07692" cx="1189.49998" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(90 1127.51 220.652)" stroke="#ff0000" id="svg_132" d="m1133.28251,207.20632l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_152">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_134" y2="222.28684" x2="1350.68448" y1="222.95798" x1="1328.54334" stroke-width="2" fill="none"/>
|
||||
<line id="svg_135" y2="214.95199" x2="1381.04605" y1="159.91329" x1="1381.82124" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_136" d="m1386.28251,503.20632l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_137" y2="365.55659" x2="1392.44973" y1="366.22773" x1="1345.37756" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_140">
|
||||
<rect stroke="#ff0000" fill="#000000" x="1342.7981" y="383.20459" width="11.73381" height="28.3358" stroke-width="2" id="svg_138"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m1350.44139,388.9662l-2.36625,7.80304l-1.82219,-7.93078l4.18844,0.12774z" id="svg_139"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1343.40466,425.07394l8.68104,0l0,1.05633l-8.68104,0l0,-1.05633zm0.72165,4.48942l7.23774,0l0,1.05633l-7.23774,0l0,-1.05633zm3.36417,-17.51757l0.5094,0l0,13.55631l-0.5094,0l0,-13.55631zm-1.20983,22.007l2.88661,0l0,1.05634l-2.88661,0l0,-1.05634z" id="svg_141"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1348.19934" y1="366.01945" x2="1348.10625" y2="388.9767" stroke-width="2" id="svg_142"/>
|
||||
<line stroke="#ff0000" id="svg_143" y2="631.05837" x2="1380.04605" y1="240.01967" x1="1380.82124" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1359.99998" y1="222.07692" x2="1378.99998" y2="239.07692" id="svg_144"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1392.99998" y1="353.07692" x2="1392.99998" y2="381.07692" id="svg_145" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1403.99998" y1="353.07692" x2="1403.99998" y2="381.07692" id="svg_146" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1404.99998" y1="367.07692" x2="1417.99998" y2="358.07692" id="svg_147" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1405.99998" y1="367.07692" x2="1419.99998" y2="373.07692" id="svg_148" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line id="svg_149" y2="216.07692" x2="1370.99998" y1="216.07692" x1="1390.99998" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="4" rx="3.5" id="svg_150" cy="220.07692" cx="1381.49998" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(90 1319.51 222.652)" stroke="#ff0000" id="svg_151" d="m1325.28251,209.20632l-5.77678,26.89223l-5.77678,-26.89223l11.55356,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,339 @@
|
|||
<svg width="1800.0000000000005" height="800.0000000000002" xmlns="http://www.w3.org/2000/svg" style="vector-effect: non-scaling-stroke;">
|
||||
<title style="vector-effect: non-scaling-stroke;">宿迁市沭阳中医院</title>
|
||||
|
||||
<g id="Layer_1" stroke="null">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text fill="#ff0000" stroke-width="0" x="443.4788" y="71.33197" id="svg_1" font-size="33" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff">沭阳县中医院10KV变配电房KYN28Z-12G一次系统图</text>
|
||||
<text fill="#ff0000" x="-78.24244" y="139.35397" id="svg_39" stroke-width="0" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff"/>
|
||||
<g id="svg_685" stroke="null">
|
||||
<ellipse stroke-width="2" ry="5.96489" rx="7.23913" cy="391.8085" cx="-490.28506" fill="none" id="svg_683" stroke="#ff0000"/>
|
||||
<ellipse stroke-width="2" ry="5.96489" rx="7.23913" cy="398.79178" cx="-490.28506" fill="none" id="svg_684" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ce1010" stroke-width="0" x="-559.01467" y="400.66101" id="svg_1399" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.449079 0 0 0.516979 1875.96 720.408)" stroke="#fff"/>
|
||||
<text fill="#ce1010" stroke-width="0" x="-1225.6769" y="221.81849" id="svg_53" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff">3005</text>
|
||||
<path id="svg_416" d="m-509.6874,580.05494l0.745,-0.43667l0.745,0.43667l-1.49,0z" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse fill-opacity="0" fill="#000000" stroke-width="2" cx="-486.50772" cy="998.91454" rx="6.64495" ry="7.9656" id="svg_1505" stroke="#ff0000"/>
|
||||
<ellipse fill-opacity="0" fill="#000000" stroke-width="2" cx="-486.50772" cy="1007.17142" rx="6.64495" ry="7.9656" id="svg_1506" stroke="#ff0000"/>
|
||||
<line fill="none" x1="49.9463" y1="157.28134" x2="488.58465" y2="157.28133" id="svg_110" stroke-width="4" stroke="#ff0000" style="vector-effect: non-scaling-stroke;;pointer-events: inherit;;pointer-events: inherit;"/>
|
||||
<line id="svg_52" y2="323.4851" x2="600.49267" y1="323.4851" x1="562.82625" stroke-width="2" fill="none" stroke="#ff0000" transform="rotate(90 581.659 323.485)"/>
|
||||
<line fill="none" stroke-width="2" x1="581.19326" y1="304.5275" x2="668.97641" y2="303.65794" id="svg_1478" stroke="#ff0000"/>
|
||||
<line fill="none" x1="486.42556" y1="707.35464" x2="632.85556" y2="706.43159" id="svg_45" stroke-width="2" stroke="#ff0000"/>
|
||||
<line id="svg_90" y2="621.83962" x2="817.04578" y1="157.80092" x1="817.82097" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" x1="632.57951" y1="155.8729" x2="1694.46078" y2="155.87289" id="svg_105" stroke-width="4" stroke="#ff0000"/>
|
||||
<g id="svg_44" stroke="null">
|
||||
<line fill="none" stroke-width="2" x1="38.26112" y1="499.21834" x2="167.26363" y2="498.34878" id="svg_1170" stroke="#ff0000"/>
|
||||
<line id="svg_3" y2="213.98023" x2="121.89086" y1="158.94153" x1="122.66605" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_10" y2="669.57885" x2="118.07399" y1="353.54014" x1="118.84918" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="99.43635" y1="275.73862" x2="118.43635" y2="292.73862" id="svg_25" stroke="#ff0000"/>
|
||||
<line id="svg_24" y2="567.29767" x2="37.08889" y1="499.49698" x1="37.86408" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_23" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="114.62496" y1="277.80939" x2="124.99636" y2="290.58406" id="svg_21" stroke="#ff0000"/>
|
||||
<line fill="none" x1="125.60644" y1="278.32038" x2="114.01488" y2="290.07308" id="svg_22" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_88" cy="635.44236" cx="166.73606" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="180.66166" y="245.10835" id="svg_6" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 124.82 205.247) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_7" y2="280.88123" x2="120.48242" y1="225.84253" x1="121.25761" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_8" y2="347.78221" x2="118.36976" y1="292.74351" x1="119.14495" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="175.65748" y="366.89249" id="svg_9" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 115.082 360.964) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_13" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_91" cy="440.73524" cx="84.82936" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_93" y2="468.38667" x2="84.32936" y1="386.96395" x1="85.32936" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_12" cy="412.5664" cx="84.12514" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_18" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_15" cy="442.8479" cx="118.63196" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_16" y2="470.49933" x2="118.13196" y1="389.07661" x1="119.13196" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_17" cy="414.67906" cx="117.92774" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_29" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_19" cy="442.8479" cx="153.13879" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_20" y2="470.49933" x2="152.63879" y1="389.07661" x1="153.63879" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_26" cy="414.67906" cx="152.43456" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_31" y2="641.94509" x2="35.68045" y1="574.1444" x1="36.45564" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="26.0499" y="535.20477" width="22.53507" height="59.85878" id="svg_32" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m26.48422,651.77632l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07466,0l0,1.46017l-15.07466,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_38" stroke="#ff0000"/>
|
||||
<g id="svg_40" stroke="null">
|
||||
<line fill="none" x1="82.86613" y1="500.01237" x2="81.61844" y2="531.07442" id="svg_1479" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_1482" stroke="null">
|
||||
<path fill="#ff0000" d="m83.1688,565.35245c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94985 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.55509,7.94985 13.55509,17.73201s-6.07719,17.73199 -13.55509,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85983c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22592,-0.29554 0.58739,-0.29554 0.79072,0l15.1817,19.85983c0.22592,0.26599 0.22592,0.73882 0.0226,1.03436zm0,-20.92376c0.22592,0.29554 0.22592,0.76838 0,1.03436l-15.18168,19.85983c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0c-0.22592,-0.29552 -0.22592,-0.76838 0,-1.03436l15.18168,-19.85983c0.20333,-0.26599 0.56479,-0.26599 0.79072,0z" id="svg_1480" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m74.14224,540.04506l15.90842,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23108,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44622,0l0,17.6931l-7.2311,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90842,5.05518l-15.90842,0a0.72312,1.26378 0 0 0 0,2.52759l7.2311,0l0,17.69312a0.72312,1.26378 0 0 0 1.44622,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00002,0z" id="svg_1481" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m74.04747,637.64854l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14688,-43.45421l1.23361,0l0,33.62785l-1.23361,0l0,-33.62785zm-2.9298,54.59071l6.9904,0l0,2.62037l-6.9904,0l0,-2.62037z" id="svg_1483" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_41" y2="624.33956" x2="166.66554" y1="499.49699" x1="167.44073" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_42" cy="657.27321" cx="166.73606" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="158.44343" y="514.78237" width="17.60552" height="43.6617" id="svg_43" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="238.26167" y1="500.78085" x2="367.26418" y2="499.91129" id="svg_50" stroke="#ff0000"/>
|
||||
<line id="svg_51" y2="215.54274" x2="321.89141" y1="160.50404" x1="322.6666" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_57" y2="671.14135" x2="318.07453" y1="355.10264" x1="318.84972" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="299.4369" y1="277.30112" x2="318.4369" y2="294.30112" id="svg_58" stroke="#ff0000"/>
|
||||
<line id="svg_64" y2="568.86017" x2="237.08944" y1="501.05949" x1="237.86463" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_82" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="314.62551" y1="279.3719" x2="324.99691" y2="292.14657" id="svg_68" stroke="#ff0000"/>
|
||||
<line fill="none" x1="325.60699" y1="279.88288" x2="314.01543" y2="291.63558" id="svg_70" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_86" cy="637.00487" cx="366.73661" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="282.17602" y="246.33102" id="svg_87" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 324.686 207.272) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_92" y2="282.44373" x2="320.48297" y1="227.40503" x1="321.25816" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_108" y2="349.34472" x2="318.37031" y1="294.30602" x1="319.1455" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="277.17184" y="368.11516" id="svg_109" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 314.53 363.064) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_127" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_111" cy="442.29774" cx="284.8299" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_112" y2="469.94917" x2="284.3299" y1="388.52645" x1="285.3299" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_126" cy="414.1289" cx="284.12568" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_154" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_128" cy="444.4104" cx="318.63251" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_129" y2="472.06184" x2="318.13251" y1="390.63911" x1="319.13251" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_153" cy="416.24157" cx="317.92829" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_158" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_155" cy="444.4104" cx="353.13933" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_156" y2="472.06184" x2="352.63933" y1="390.63911" x1="353.63933" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_157" cy="416.24157" cx="352.43511" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_159" y2="643.50759" x2="235.681" y1="575.70691" x1="236.45619" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="226.05045" y="536.76727" width="22.53507" height="59.85878" id="svg_160" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m226.48477,653.33882l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_161" stroke="#ff0000"/>
|
||||
<g id="svg_167" stroke="null">
|
||||
<line fill="none" x1="282.86668" y1="500.79363" x2="281.61898" y2="531.85567" id="svg_162" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_165" stroke="null">
|
||||
<path fill="#ff0000" d="m283.16935,566.1337c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_163" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m274.14279,540.82631l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_164" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m274.04802,638.42979l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_166" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_168" y2="625.90207" x2="366.66608" y1="501.05949" x1="367.44127" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_169" cy="658.83572" cx="366.73661" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="358.44398" y="516.34487" width="17.60552" height="43.6617" id="svg_170" stroke="#ff0000"/>
|
||||
<g id="svg_176">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_172" cy="439.72289" cx="462.51463" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_174" cy="411.55405" cx="461.81041" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_179">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_177" cy="442.06665" cx="511.73352" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_178" cy="413.89781" cx="511.0293" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_180" y2="336.93275" x2="488.29607" y1="159.95694" x1="489.07126" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_183" y2="704.12124" x2="632.82772" y1="155.26942" x1="633.60291" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_184">
|
||||
<line id="svg_65" y2="708.02752" x2="487.51482" y1="360.73874" x1="488.29001" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="0" d="m487.12863,345.68774l3.13839,0l0,15.55716l-3.13839,0l0,-15.55716zm-0.78786,0.13076l2.21897,-2.30208l12.10816,12.56169l-2.21947,2.30208l-12.10765,-12.56169l-0.00001,0zm-9.89019,10.24971l12.10816,-12.56169l2.21897,2.30208l-12.10816,12.56221l-2.21897,-2.3026zm9.8917,-20.63643l2.21897,-2.30208l12.10816,12.56169l-2.21897,2.30208l-12.10816,-12.56169zm-9.89019,10.24971l12.10816,-12.56169l2.21897,2.30208l-12.10816,12.56221l-2.21897,-2.3026z" id="svg_181"/>
|
||||
</g>
|
||||
<line id="svg_185" y2="523.65201" x2="580.48382" y1="364.24213" x1="581.25901" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0" d="m580.09764,349.41067l3.13839,0l0,15.33023l-3.13839,0l0,-15.33023zm-0.78786,0.12885l2.21897,-2.2685l12.10816,12.37845l-2.21947,2.2685l-12.10766,-12.37845zm-9.89019,10.1002l12.10815,-12.37845l2.21897,2.2685l-12.10816,12.37898l-2.21896,-2.26902l0,-0.00001zm9.8917,-20.33541l2.21897,-2.2685l12.10815,12.37845l-2.21896,2.2685l-12.10816,-12.37845zm-9.8902,10.1002l12.10816,-12.37845l2.21897,2.2685l-12.10816,12.37897l-2.21897,-2.26901l0,-0.00001z" id="svg_186" stroke="#ff0000"/>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_188" cy="533.87959" cx="580.01845" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.52126" rx="12.33815" id="svg_189" cy="547.11666" cx="580.01845" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="571.0981" y="425.00255" width="18.75005" height="60.15641" id="svg_190" stroke="#ff0000"/>
|
||||
<g id="svg_196" stroke="null">
|
||||
<line fill="none" x1="668.80524" y1="304.69934" x2="667.55754" y2="335.76139" id="svg_191" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_194" stroke="null">
|
||||
<path fill="#ff0000" d="m669.10791,370.03941c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_192" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m660.08135,344.73202l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_193" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m659.98658,442.3355l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_195" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="746.03748" y1="538.12189" x2="900.22707" y2="537.25233" id="svg_197" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="733.59854" y="604.69056" width="26.56257" height="57.81266" id="svg_201"/>
|
||||
<ellipse ry="21.28691" rx="20.15067" id="svg_203" cy="709.22645" cx="745.64389" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="21.28691" rx="20.15067" id="svg_205" cy="747.50781" cx="759.70643" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="21.28691" rx="20.15067" id="svg_206" cy="745.9453" cx="725.33134" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_207">
|
||||
<path fill="#ff0000" stroke-width="0" d="m745.7231,575.9738l3.13839,0l0,15.33023l-3.13839,0l0,-15.33023zm-0.78786,0.12885l2.21897,-2.26849l12.10816,12.37845l-2.21947,2.2685l-12.10766,-12.37846zm-9.89019,10.1002l12.10815,-12.37845l2.21897,2.2685l-12.10816,12.37897l-2.21896,-2.26902zm9.8917,-20.3354l2.21897,-2.2685l12.10815,12.37845l-2.21896,2.2685l-12.10816,-12.37845zm-9.8902,10.10019l12.10816,-12.37845l2.21897,2.2685l-12.10816,12.37897l-2.21897,-2.26902z" id="svg_198" stroke="#ff0000"/>
|
||||
<line id="svg_199" y2="688.49621" x2="746.10928" y1="583.77399" x1="746.88447" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_200" y2="569.7459" x2="746.89053" y1="536.89884" x1="747.66572" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke-width="0" d="m897.28601,574.4113l3.13839,0l0,15.33023l-3.13839,0l0,-15.33023zm-0.78786,0.12885l2.21897,-2.26849l12.10816,12.37845l-2.21947,2.2685l-12.10766,-12.37846zm-9.89019,10.1002l12.10815,-12.37845l2.21897,2.2685l-12.10816,12.37897l-2.21896,-2.26902zm9.8917,-20.3354l2.21897,-2.2685l12.10815,12.37845l-2.21896,2.2685l-12.10816,-12.37845zm-9.8902,10.10019l12.10816,-12.37845l2.21897,2.2685l-12.10816,12.37897l-2.21897,-2.26902z" id="svg_208" stroke="#ff0000"/>
|
||||
<line id="svg_209" y2="659.58988" x2="898.45345" y1="584.55524" x1="899.22864" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_210" y2="568.18339" x2="898.45345" y1="535.33634" x1="899.22864" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="889.06772" y="658.59696" width="17.18755" height="41.40636" id="svg_212" stroke="#ff0000"/>
|
||||
<line id="svg_213" y2="735.37134" x2="896.89094" y1="690.02428" x1="897.66613" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m888.20535,750.21409l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_214" stroke="#ff0000"/>
|
||||
<g id="svg_257">
|
||||
<line fill="none" stroke-width="2" x1="981.28438" y1="499.21834" x2="1110.28689" y2="498.34878" id="svg_215" stroke="#ff0000"/>
|
||||
<line id="svg_216" y2="213.98023" x2="1064.91412" y1="158.94153" x1="1065.68931" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_217" y2="669.57885" x2="1061.09724" y1="353.54014" x1="1061.87243" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1042.45961" y1="275.73862" x2="1061.45961" y2="292.73862" id="svg_218" stroke="#ff0000"/>
|
||||
<line id="svg_219" y2="567.29767" x2="980.11215" y1="499.49698" x1="980.88734" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_222" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1057.64822" y1="277.80939" x2="1068.01961" y2="290.58406" id="svg_220" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1068.62969" y1="278.32038" x2="1057.03814" y2="290.07308" id="svg_221" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ff0000" x="659.31236" y="245.10835" id="svg_224" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 1067.62 205.725) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_225" y2="280.88123" x2="1063.50568" y1="225.84253" x1="1064.28087" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_226" y2="347.78221" x2="1061.39301" y1="292.74351" x1="1062.1682" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="654.30818" y="366.89249" id="svg_227" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 1058 361.696) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_231" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_228" cy="440.73524" cx="1027.85261" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_229" y2="468.38667" x2="1027.35261" y1="386.96395" x1="1028.35261" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_230" cy="412.5664" cx="1027.14839" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_235" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_232" cy="442.8479" cx="1061.65522" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_233" y2="470.49933" x2="1061.15522" y1="389.07661" x1="1062.15522" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_234" cy="414.67906" cx="1060.95099" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_239" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_236" cy="442.8479" cx="1096.16204" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_237" y2="470.49933" x2="1095.66204" y1="389.07661" x1="1096.66204" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_238" cy="414.67906" cx="1095.45782" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_240" y2="641.94509" x2="978.7037" y1="574.1444" x1="979.47889" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="969.07315" y="535.20477" width="22.53507" height="59.85878" id="svg_241" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m969.50747,651.77632l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_242" stroke="#ff0000"/>
|
||||
<g id="svg_248" stroke="null">
|
||||
<line fill="none" x1="1025.88939" y1="500.01237" x2="1024.64169" y2="531.07442" id="svg_243" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_246" stroke="null">
|
||||
<path fill="#ff0000" d="m1026.19205,565.35245c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_244" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m1017.16549,540.04506l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_245" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m1017.07072,637.64854l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_247" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_249" y2="556.89769" x2="1109.68879" y1="499.49698" x1="1110.46398" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_253" y2="639.45583" x2="1107.36321" y1="582.05512" x1="1108.1384" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1095.34884" y1="555.81395" x2="1123.25581" y2="555.81395" id="svg_254"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1108.13953" y1="581.39535" x2="1134.88372" y2="565.11628" id="svg_255"/>
|
||||
<path fill="none" stroke-width="2" d="m1097.50767,652.53967l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_256" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_296">
|
||||
<line fill="none" stroke-width="2" x1="1175.47043" y1="500.38113" x2="1304.47294" y2="499.51157" id="svg_258" stroke="#ff0000"/>
|
||||
<line id="svg_259" y2="215.14303" x2="1259.10017" y1="160.10433" x1="1259.87536" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_260" y2="670.74164" x2="1255.28329" y1="354.70293" x1="1256.05848" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1236.64566" y1="276.90141" x2="1255.64566" y2="293.90141" id="svg_261" stroke="#ff0000"/>
|
||||
<line id="svg_262" y2="568.46046" x2="1174.2982" y1="500.65977" x1="1175.07339" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_265" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1251.83427" y1="278.97218" x2="1262.20566" y2="291.74686" id="svg_263" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1262.81575" y1="279.48317" x2="1251.22419" y2="291.23587" id="svg_264" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ff0000" x="757.87545" y="246.01824" id="svg_266" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 1262.1 207.255) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_267" y2="282.04402" x2="1257.69173" y1="227.00532" x1="1258.46692" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_268" y2="348.945" x2="1255.57906" y1="293.9063" x1="1256.35425" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="752.87127" y="367.80238" id="svg_269" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 1251.56 363.071) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_273" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_270" cy="441.89803" cx="1222.03866" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_271" y2="469.54946" x2="1221.53866" y1="388.12674" x1="1222.53866" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_272" cy="413.72919" cx="1221.33444" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_277" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_274" cy="444.01069" cx="1255.84127" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_275" y2="471.66212" x2="1255.34127" y1="390.2394" x1="1256.34127" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_276" cy="415.84185" cx="1255.13705" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_281" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_278" cy="444.01069" cx="1290.34809" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_279" y2="471.66212" x2="1289.84809" y1="390.2394" x1="1290.84809" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_280" cy="415.84185" cx="1289.64387" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_282" y2="643.10788" x2="1172.88975" y1="575.30719" x1="1173.66494" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="1163.2592" y="536.36756" width="22.53507" height="59.85878" id="svg_283" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m1163.69352,652.93911l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_284" stroke="#ff0000"/>
|
||||
<g id="svg_290" stroke="null">
|
||||
<line fill="none" x1="1220.07544" y1="501.17516" x2="1218.82774" y2="532.23721" id="svg_285" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_288" stroke="null">
|
||||
<path fill="#ff0000" d="m1220.3781,566.51524c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_286" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m1211.35154,541.20785l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_287" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m1211.25677,638.81133l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_289" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_291" y2="558.06048" x2="1303.87484" y1="500.65977" x1="1304.65003" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_292" y2="640.61862" x2="1301.54926" y1="583.21791" x1="1302.32445" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1289.53489" y1="556.97674" x2="1317.44186" y2="556.97674" id="svg_293"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1302.32559" y1="582.55814" x2="1329.06977" y2="566.27907" id="svg_294"/>
|
||||
<path fill="none" stroke-width="2" d="m1291.69372,653.70246l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_295" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_335">
|
||||
<line fill="none" stroke-width="2" x1="1365.00531" y1="498.05555" x2="1494.00782" y2="497.18599" id="svg_297" stroke="#ff0000"/>
|
||||
<line id="svg_298" y2="212.81744" x2="1448.63505" y1="157.77874" x1="1449.41024" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_299" y2="668.41606" x2="1444.81817" y1="352.37735" x1="1445.59336" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1426.18054" y1="274.57583" x2="1445.18054" y2="291.57583" id="svg_300" stroke="#ff0000"/>
|
||||
<line id="svg_301" y2="566.13488" x2="1363.83308" y1="498.33419" x1="1364.60827" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_304" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1441.36915" y1="276.6466" x2="1451.74055" y2="289.42127" id="svg_302" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1452.35063" y1="277.15759" x2="1440.75907" y2="288.91029" id="svg_303" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ff0000" x="854.07775" y="244.19845" id="svg_305" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 1452.3 205.001) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_306" y2="279.71843" x2="1447.22661" y1="224.67973" x1="1448.0018" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_307" y2="346.61942" x2="1445.11395" y1="291.58072" x1="1445.88914" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="849.07357" y="365.98259" id="svg_308" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 1440.26 360.332) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_312" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_309" cy="439.57245" cx="1411.57354" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_310" y2="467.22388" x2="1411.07354" y1="385.80116" x1="1412.07354" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_311" cy="411.40361" cx="1410.86932" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_316" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_313" cy="441.68511" cx="1445.37615" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_314" y2="469.33654" x2="1444.87615" y1="387.91382" x1="1445.87615" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_315" cy="413.51627" cx="1444.67193" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_320" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_317" cy="441.68511" cx="1479.88297" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_318" y2="469.33654" x2="1479.38297" y1="387.91382" x1="1480.38297" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_319" cy="413.51627" cx="1479.17875" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_321" y2="640.7823" x2="1362.42464" y1="572.98161" x1="1363.19983" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="1352.79409" y="534.04198" width="22.53507" height="59.85878" id="svg_322" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m1353.2284,650.61353l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_323" stroke="#ff0000"/>
|
||||
<g id="svg_329" stroke="null">
|
||||
<line fill="none" x1="1409.61032" y1="498.84958" x2="1408.36262" y2="529.91163" id="svg_324" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_327" stroke="null">
|
||||
<path fill="#ff0000" d="m1409.91298,564.18966c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_325" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m1400.88642,538.88227l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_326" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m1400.79165,636.48575l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_328" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_330" y2="555.7349" x2="1493.40972" y1="498.33419" x1="1494.18491" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_331" y2="638.29304" x2="1491.08414" y1="580.89233" x1="1491.85933" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1479.06977" y1="554.65116" x2="1506.97675" y2="554.65116" id="svg_332"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1491.86047" y1="580.23256" x2="1518.60465" y2="563.95349" id="svg_333"/>
|
||||
<path fill="none" stroke-width="2" d="m1481.2286,651.37688l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_334" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_374">
|
||||
<line fill="none" stroke-width="2" x1="1555.70299" y1="498.05555" x2="1684.7055" y2="497.18599" id="svg_336" stroke="#ff0000"/>
|
||||
<line id="svg_337" y2="212.81744" x2="1639.33273" y1="157.77874" x1="1640.10792" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_338" y2="668.41606" x2="1635.51585" y1="352.37735" x1="1636.29104" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1616.87822" y1="274.57583" x2="1635.87822" y2="291.57583" id="svg_339" stroke="#ff0000"/>
|
||||
<line id="svg_340" y2="566.13488" x2="1554.53076" y1="498.33419" x1="1555.30595" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_343" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1632.06683" y1="276.6466" x2="1642.43822" y2="289.42127" id="svg_341" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1643.0483" y1="277.15759" x2="1631.45675" y2="288.91029" id="svg_342" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ff0000" x="950.87024" y="244.19845" id="svg_344" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(90 1643.73 204.411) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<line id="svg_345" y2="279.71843" x2="1637.92429" y1="224.67973" x1="1638.69948" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_346" y2="346.61942" x2="1635.81162" y1="291.58072" x1="1636.58681" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text fill="#ff0000" x="945.86606" y="365.98259" id="svg_347" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="rotate(-90 1630.53 359.081) matrix(1.97017 0 0 1.27794 -254.784 -95.2728)" stroke-width="0" stroke="#ff0000">(</text>
|
||||
<g id="svg_351" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_348" cy="439.57245" cx="1602.27122" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_349" y2="467.22388" x2="1601.77122" y1="385.80116" x1="1602.77122" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_350" cy="411.40361" cx="1601.567" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_355" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_352" cy="441.68511" cx="1636.07383" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_353" y2="469.33654" x2="1635.57383" y1="387.91382" x1="1636.57383" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_354" cy="413.51627" cx="1635.3696" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_359" stroke="null">
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_356" cy="441.68511" cx="1670.58065" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_357" y2="469.33654" x2="1670.08065" y1="387.91382" x1="1671.08065" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="11.77467" rx="11.68312" id="svg_358" cy="413.51627" cx="1669.87643" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_360" y2="640.7823" x2="1553.12231" y1="572.98161" x1="1553.8975" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="none" stroke-width="2" x="1543.49176" y="534.04198" width="22.53507" height="59.85878" id="svg_361" stroke="#ff0000"/>
|
||||
<path fill="none" stroke-width="2" d="m1543.92608,650.61353l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_362" stroke="#ff0000"/>
|
||||
<g id="svg_368" stroke="null">
|
||||
<line fill="none" x1="1600.308" y1="498.84958" x2="1599.0603" y2="529.91163" id="svg_363" stroke-width="2" stroke="#ff0000"/>
|
||||
<g id="svg_366" stroke="null">
|
||||
<path fill="#ff0000" d="m1600.61066,564.18966c-8.11045,0 -14.68468,8.60002 -14.68468,19.20967s6.57421,19.20965 14.68468,19.20965s14.68468,-8.60002 14.68468,-19.20965s-6.57423,-19.20967 -14.68468,-19.20967zm0,36.94166c-7.47789,0 -13.55509,-7.94986 -13.55509,-17.73199s6.0772,-17.73201 13.55509,-17.73201s13.5551,7.94985 13.5551,17.73201s-6.07719,17.73199 -13.5551,17.73199zm7.99751,-7.27011c-0.22592,0.29554 -0.58739,0.29554 -0.79072,0l-15.2043,-19.85984c-0.22592,-0.29554 -0.22592,-0.76838 0,-1.03436c0.22593,-0.29555 0.58739,-0.29555 0.79072,0l15.1817,19.85983c0.22593,0.26599 0.22593,0.73882 0.0226,1.03437zm0,-20.92376c0.22593,0.29554 0.22593,0.76838 0,1.03436l-15.18168,19.85984c-0.22593,0.29554 -0.58739,0.29554 -0.79072,0c-0.22593,-0.29553 -0.22593,-0.76838 0,-1.03437l15.18168,-19.85983c0.20333,-0.26599 0.5648,-0.26599 0.79072,0z" id="svg_364" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m1591.5841,538.88227l15.90841,0a0.72312,1.26378 0 0 0 0,-2.52759l-7.23107,0l0,-17.6931a0.72312,1.26378 0 0 0 -1.44623,0l0,17.6931l-7.23109,0a0.72312,1.26378 0 0 0 0,2.52759l-0.00002,0zm15.90841,5.05519l-15.90841,0a0.72312,1.26378 0 0 0 0,2.52759l7.23109,0l0,17.69312a0.72312,1.26378 0 0 0 1.44623,0l0,-17.69312l7.23108,0a0.72312,1.26378 0 0 0 0,-2.52759l0.00001,0z" id="svg_365" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path fill="#ff0000" d="m1591.48933,636.48575l21.02259,0l0,2.62033l-21.02259,0l0,-2.62033zm1.7476,11.1365l17.52738,0l0,2.62033l-17.52738,0l0,-2.62033zm8.14689,-43.45421l1.23361,0l0,33.62784l-1.23361,0l0,-33.62784zm-2.9298,54.5907l6.99039,0l0,2.62038l-6.99039,0l0,-2.62038z" id="svg_367" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_369" y2="555.7349" x2="1684.1074" y1="498.33419" x1="1684.88259" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_370" y2="638.29304" x2="1681.78182" y1="580.89233" x1="1682.55701" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1669.76745" y1="554.65116" x2="1697.67442" y2="554.65116" id="svg_371"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1682.55814" y1="580.23256" x2="1709.30233" y2="563.95349" id="svg_372"/>
|
||||
<path fill="none" stroke-width="2" d="m1671.92628,651.37688l18.08075,0l0,1.46017l-18.08075,0l0,-1.46017zm1.50305,6.20573l15.07465,0l0,1.46017l-15.07465,0l0,-1.46017zm7.00684,-24.21452l1.06097,0l0,18.73887l-1.06097,0l0,-18.73887zm-2.51981,30.42025l6.01218,0l0,1.46017l-6.01218,0l0,-1.46017z" id="svg_373" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 46 KiB |
|
@ -0,0 +1,378 @@
|
|||
<svg width="2700" height="999.9999999999999" xmlns="http://www.w3.org/2000/svg" style="vector-effect: non-scaling-stroke;">
|
||||
<title style="vector-effect: non-scaling-stroke;">该图元没有绑定事件</title>
|
||||
|
||||
<g stroke="null" id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text stroke="#fff" fill="#ff0000" x="1436.53804" y="120.69848" id="svg_39" stroke-width="0" font-size="24" text-anchor="start" xml:space="preserve" class="valueText"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-661.78912" y="406.61275" id="svg_1399" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.449079 0 0 0.516979 3436.9 698.676)"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1362.1911,2004.52223l17.49236,0l0,0.97573l-17.49236,0l0,-0.97573zm1.45413,4.14688l14.58409,0l0,0.97574l-14.58409,0l0,-0.97574zm6.77882,-16.181l1.02645,0l0,12.52198l-1.02645,0l0,-12.52198zm-2.43781,20.32789l5.81653,0l0,0.97575l-5.81653,0l0,-0.97575z" id="svg_752" transform="rotate(-90 1370.94 2003.14)"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1242.54545" y1="126.0394" x2="2475.86513" y2="125.11635" id="svg_457" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1242.54545" y1="110.0394" x2="2477.05863" y2="109.11635" id="svg_458" stroke-width="2"/>
|
||||
<line stroke="#ff0000" id="svg_459" y2="126.96285" x2="1243.41267" y1="108.82923" x1="1243.48911" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8.5" rx="7.5" id="svg_461" cy="118.48674" cx="1310.315" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8.5" rx="7.5" id="svg_514" cy="118.80252" cx="1596.99587" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8.5" rx="7.5" id="svg_572" cy="116.27811" cx="1969.84331" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="8.5" rx="7.52363" id="svg_27" cy="117.52571" cx="575.5179" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="8.5" rx="6.68329" id="svg_118" cy="116.2248" cx="928.69984" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="930.94011" y1="619.99452" x2="1313.07292" y2="619.12496" id="svg_456" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1545.25491" y1="203.48469" x2="1656.55067" y2="202.61513" id="svg_267"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1478.31155,613.49351l11.50008,0l0,1.39695l-11.50008,0l0,-1.39695zm0.956,5.93703l9.58808,0l0,1.39695l-9.58808,0l0,-1.39695zm4.45663,-23.16606l0.67482,0l0,17.9275l-0.67482,0l0,-17.9275zm-1.6027,29.10308l3.82398,0l0,1.39695l-3.82398,0l0,-1.39695z" id="svg_287"/>
|
||||
<ellipse stroke="#ff0000" ry="8.5" rx="7.5" id="svg_343" cy="118.09629" cx="2410.75686" stroke-width="2" fill="none"/>
|
||||
<line id="svg_344" y2="126.71284" x2="2475.61861" y1="108.57922" x1="2476.67575" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_13" y2="126.12309" x2="137.08239" y1="107.98947" x1="137.14194" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_17" y2="125.33514" x2="1044.08291" y1="107.20152" x1="1044.14246" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" x1="137.58989" y1="125.28659" x2="1043.60324" y2="124.36354" id="svg_10" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="137.58989" y1="109.28659" x2="1044.45683" y2="108.36354" id="svg_12" stroke-width="2" stroke="#ff0000"/>
|
||||
<ellipse ry="8.5" rx="7.52363" id="svg_14" cy="117.52664" cx="228.05472" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="270.8149" y="1617.31677" id="svg_491" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)">TMY-60*6</text>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="1036.77214" y="51.88819" id="svg_494" font-size="33" text-anchor="start" xml:space="preserve" class="valueText">宿迁市泗洪县政府配电房</text>
|
||||
<g id="svg_21">
|
||||
<line transform="rotate(90 231.029 514.722)" fill="none" x1="67.61782" y1="515.18317" x2="394.44196" y2="514.26012" id="svg_121" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="230.91696" y1="350.33155" x2="218.417" y2="317.63936" id="svg_122"/>
|
||||
<g id="svg_125">
|
||||
<line transform="rotate(90 230.404 224.341)" fill="none" x1="131.10675" y1="224.80188" x2="329.70265" y2="223.87883" id="svg_123" stroke-width="2" stroke="#ff0000"/>
|
||||
<path transform="rotate(180 229.9 240.303)" fill="#ff0000" stroke-width="0" d="m217.27517,226.67134l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_124" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_128">
|
||||
<line id="svg_126" y2="333.9572" x2="224.63392" y1="322.29053" x1="235.18948" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_127" y2="335.06831" x2="235.74503" y1="322.29053" x1="225.74503" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="187.2247" y1="474.0561" x2="274.52047" y2="473.18654" id="svg_129" stroke="#ff0000"/>
|
||||
<g id="svg_145">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m175.42039,536.14609l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" id="svg_142"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m188.60789,505.68467c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_143"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m179.99392,487.44741l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" id="svg_144"/>
|
||||
</g>
|
||||
<g id="svg_4">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="198.92847" cy="401" id="svg_1" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="198.92847" cy="425" id="svg_2" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="199.42847" y1="379" x2="197.42847" y2="453" id="svg_3" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_8">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="263.92847" cy="401" id="svg_5" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="263.92847" cy="425" id="svg_6" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="264.42847" y1="379" x2="262.42847" y2="453" id="svg_7" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_18">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="230.92847" cy="402" id="svg_9" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="230.92847" cy="426" id="svg_11" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="231.42847" y1="380" x2="229.42847" y2="454" id="svg_16" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_19">
|
||||
<rect stroke="#ff0000" fill="none" x="268.52751" y="503.51313" width="14" height="36" stroke-width="2" id="svg_130"/>
|
||||
<path transform="rotate(-178.14 274.996 515.751)" stroke="#ff0000" fill="#7f0000" stroke-width="1.5" d="m272.49619,520.75129l2.5,-10l2.50001,10l-5.00001,0z" id="svg_131"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m267.38426,551.4255l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" id="svg_132"/>
|
||||
<line fill="none" x1="274.97187" y1="472.76906" x2="274.8608" y2="509.92908" stroke-width="2" id="svg_133" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="230.92847" cy="641" id="svg_20" rx="22.5" ry="9"/>
|
||||
</g>
|
||||
<line fill="none" x1="411.74482" y1="515.18317" x2="738.56896" y2="514.26012" id="svg_22" stroke-width="2" stroke="#ff0000" transform="rotate(90 575.156 514.722)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="575.04396" y1="350.33155" x2="562.544" y2="317.63936" id="svg_23"/>
|
||||
<g id="svg_26">
|
||||
<line fill="none" x1="475.23375" y1="224.80188" x2="673.82965" y2="223.87883" id="svg_24" stroke-width="2" stroke="#ff0000" transform="rotate(90 574.531 224.341)"/>
|
||||
<path fill="#ff0000" stroke-width="0" d="m561.40217,226.67134l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_25" stroke="#ff0000" transform="rotate(180 574.027 240.303)"/>
|
||||
</g>
|
||||
<g id="svg_31">
|
||||
<line id="svg_28" y2="333.9572" x2="568.76092" y1="322.29053" x1="579.31648" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_30" y2="335.06831" x2="579.87203" y1="322.29053" x1="569.87203" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="531.35171" y1="474.0561" x2="618.64748" y2="473.18654" id="svg_32" stroke="#ff0000"/>
|
||||
<g id="svg_36">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m519.54739,536.14609l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" id="svg_33"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m532.73489,505.68467c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_34"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m524.12092,487.44741l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" id="svg_35"/>
|
||||
</g>
|
||||
<g id="svg_41">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="543.05547" cy="401" id="svg_37" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="543.05547" cy="425" id="svg_38" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="543.55547" y1="379" x2="541.55547" y2="453" id="svg_40" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_46">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="608.05547" cy="401" id="svg_42" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="608.05547" cy="425" id="svg_44" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="608.55547" y1="379" x2="606.55547" y2="453" id="svg_45" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_51">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="575.05547" cy="402" id="svg_48" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="575.05547" cy="426" id="svg_49" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="575.55547" y1="380" x2="573.55547" y2="454" id="svg_50" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_61">
|
||||
<rect stroke="#ff0000" fill="none" x="612.65451" y="503.51313" width="14" height="36" stroke-width="2" id="svg_52"/>
|
||||
<path stroke="#ff0000" fill="#7f0000" stroke-width="1.5" d="m616.62319,520.75129l2.5,-10l2.50001,10l-5.00001,0z" id="svg_53" transform="rotate(-178.14 619.122 515.751)"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m611.51126,551.4255l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" id="svg_57"/>
|
||||
<line fill="none" x1="619.09887" y1="472.76906" x2="618.9878" y2="509.92908" stroke-width="2" id="svg_60" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="575.05547" cy="641" id="svg_62" rx="22.5" ry="9"/>
|
||||
<line fill="none" x1="682.89625" y1="373.40647" x2="1176.56274" y2="372.48342" id="svg_71" stroke-width="2" stroke="#ff0000" transform="rotate(90 929.729 372.945)"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="873.32998" y="171.11011" width="117.7776" height="76.66655" id="svg_72"/>
|
||||
<g id="svg_77">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="959.16607" cy="201.00029" id="svg_73" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="959.66607" y1="179.00029" x2="957.66607" y2="230.77811" id="svg_75" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_80">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="903.6106" cy="204.33362" id="svg_78" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="904.1106" y1="182.33362" x2="902.1106" y2="234.11143" id="svg_79" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" x1="930.32917" y1="334.56031" x2="987.74638" y2="333.63726" id="svg_81" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="879.00654" y1="442.85099" x2="1096.00679" y2="441.92794" id="svg_82" stroke-width="2" stroke="#ff0000" transform="rotate(90 987.507 442.389)"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="981.10759" y="437.77638" width="13.33331" height="38.88883" id="svg_83"/>
|
||||
<g id="svg_97" stroke="null">
|
||||
<g id="svg_91" stroke="null">
|
||||
<ellipse fill="none" stroke-width="2" cx="989.85402" cy="565.22063" id="svg_84" rx="15.69798" ry="12.99998" stroke="#ff0000"/>
|
||||
<g id="svg_90" stroke="null">
|
||||
<line fill="none" stroke-width="2" x1="979.11329" y1="558.88731" x2="989.02781" y2="573.55395" id="svg_88" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="989.85401" y1="572.88728" x2="1000.59474" y2="558.88731" id="svg_89" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_96" stroke="null">
|
||||
<ellipse fill="none" stroke-width="2" cx="989.02781" cy="585.88726" id="svg_92" rx="15.69798" ry="12.99998" stroke="#ff0000"/>
|
||||
<g id="svg_95" stroke="null">
|
||||
<line fill="none" stroke-width="2" x1="978.28708" y1="579.55394" x2="988.2016" y2="594.22058" id="svg_93" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="989.0278" y1="593.55392" x2="999.76853" y2="579.55394" id="svg_94" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" x1="1065.11789" y1="375.62869" x2="1558.78438" y2="374.70564" id="svg_98" stroke-width="2" stroke="#ff0000" transform="rotate(90 1311.95 375.167)"/>
|
||||
<line transform="rotate(90 1546.43 328.775)" stroke="#ff0000" fill="none" x1="1419.13324" y1="329.23638" x2="1673.72911" y2="328.31333" id="svg_209" stroke-width="2"/>
|
||||
<path transform="rotate(180 1545.93 316.731)" fill="#ff0000" stroke-width="0" d="m1533.30538,303.09993l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_210" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 1598.43 164.275)" stroke="#ff0000" fill="none" x1="1560.63318" y1="164.73644" x2="1636.22911" y2="163.81339" id="svg_261" stroke-width="2"/>
|
||||
<g id="svg_100">
|
||||
<rect stroke="#ff0000" fill="none" x="1650.65451" y="275.51313" width="14" height="36" stroke-width="2" id="svg_29"/>
|
||||
<path transform="rotate(-178.14 1657.12 287.751)" stroke="#ff0000" fill="#7f0000" stroke-width="1.5" d="m1654.62319,292.75129l2.5,-10l2.50001,10l-5.00001,0z" id="svg_63"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1649.51126,323.4255l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" id="svg_74"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1657.09887" y1="201.76906" x2="1656.9878" y2="281.92908" stroke-width="2" id="svg_76"/>
|
||||
</g>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="1540.10759" y="356.77638" width="13.33331" height="38.88883" id="svg_101"/>
|
||||
<path stroke="#ff0000" stroke-width="0" id="svg_102" d="m1546.61768,492.72951c-4.24871,0 -8.24181,-1.65588 -11.24658,-4.66604c-3.00477,-3.01017 -4.65767,-7.01045 -4.65767,-11.26679s1.65291,-8.25662 4.65767,-11.26679c3.00477,-3.01017 6.99787,-4.66604 11.24658,-4.66604s8.24181,1.65588 11.24658,4.66604c3.00477,3.01017 4.65767,7.01045 4.65767,11.26679s-1.65291,8.25662 -4.65767,11.26679c-3.00477,3.01017 -6.99787,4.66604 -11.24658,4.66604zm0,-29.13432c-3.52166,0 -6.82747,1.37136 -9.31535,3.8694c-2.48788,2.49235 -3.86246,5.80979 -3.86246,9.33209s1.3689,6.83974 3.86246,9.33209c2.48788,2.49235 5.79937,3.8694 9.31535,3.8694c3.52166,0 6.82747,-1.37136 9.31535,-3.8694s3.86246,-5.80979 3.86246,-9.33209s-1.3689,-6.83974 -3.86246,-9.33209c-2.48788,-2.49804 -5.79369,-3.8694 -9.31535,-3.8694zm0,0c-0.75545,0 -1.36322,-0.60886 -1.36322,-1.36567l0,-5.34888c0,-0.75681 0.60777,-1.36567 1.36322,-1.36567s1.36322,0.60886 1.36322,1.36567l0,5.34888c0,0.75681 -0.60777,1.36567 -1.36322,1.36567zm0.0284,18.66417c-0.75545,0 -1.36322,-0.60886 -1.36322,-1.36567l0,-8.66632c0,-0.75681 0.60777,-1.36567 1.36322,-1.36567s1.36322,0.60886 1.36322,1.36567l0,8.66632c0,0.75681 -0.60777,1.36567 -1.36322,1.36567zm0.15336,-8.70615c-0.42601,0 -0.84633,-0.19916 -1.1133,-0.58041c-0.43169,-0.61455 -0.28968,-1.4681 0.32945,-1.90625l5.78801,-4.09701c0.61345,-0.43246 1.46546,-0.29021 1.90283,0.33004c0.43169,0.61455 0.28968,1.4681 -0.32945,1.90625l-5.78801,4.09701c-0.24424,0.17071 -0.51689,0.25037 -0.78953,0.25037zm-0.36353,0c-0.27264,0 -0.54529,-0.07966 -0.78385,-0.25037l-5.78801,-4.09701c-0.61345,-0.43246 -0.76113,-1.28601 -0.32945,-1.90625c0.43169,-0.61455 1.2837,-0.7625 1.90283,-0.33004l5.78801,4.09701c0.61345,0.43246 0.76113,1.28601 0.32945,1.90625c-0.27264,0.38125 -0.69297,0.58041 -1.11898,0.58041zm-14.35926,42.96174c-0.75545,0 -1.36322,-0.60886 -1.36322,-1.36567l0,-5.34888c0,-0.75681 0.60777,-1.36567 1.36322,-1.36567s1.36322,0.60886 1.36322,1.36567l0,5.34888c0,0.75681 -0.60777,1.36567 -1.36322,1.36567zm2.36292,-5.34888c-4.24871,0 -8.24181,-1.65588 -11.24658,-4.66604c-3.00477,-3.01017 -4.65767,-7.01045 -4.65767,-11.26679s1.65291,-8.25662 4.65767,-11.26679c3.00477,-3.01017 6.99787,-4.66604 11.24658,-4.66604s8.24181,1.65588 11.24658,4.66604c3.00477,3.01017 4.65767,7.01045 4.65767,11.26679s-1.65291,8.25662 -4.65767,11.26679c-3.00477,3.01017 -6.99787,4.66604 -11.24658,4.66604zm0,-29.13432c-3.52166,0 -6.82747,1.37136 -9.31535,3.8694c-2.48788,2.49235 -3.86246,5.80979 -3.86246,9.33209s1.3689,6.83974 3.86246,9.33209s5.79937,3.8694 9.31535,3.8694c3.52166,0 6.82747,-1.37136 9.31535,-3.8694c2.48788,-2.49235 3.86246,-5.80979 3.86246,-9.33209s-1.3689,-6.83974 -3.86246,-9.33209c-2.48788,-2.49804 -5.79369,-3.8694 -9.31535,-3.8694zm-0.9713,24.20083c-0.75545,0 -1.36322,-0.60886 -1.36322,-1.36567l0,-8.66632c0,-0.75681 0.60777,-1.36567 1.36322,-1.36567s1.36322,0.60886 1.36322,1.36567l0,8.66632c0,0.75681 -0.60777,1.36567 -1.36322,1.36567l0,0zm0.15336,-8.70615c-0.42601,0 -0.84633,-0.19916 -1.1133,-0.58041c-0.43169,-0.61455 -0.28968,-1.4681 0.32945,-1.90625l5.78801,-4.09701c0.61345,-0.43246 1.46546,-0.29021 1.90283,0.33004c0.43169,0.61455 0.28968,1.4681 -0.32945,1.90625l-5.78801,4.09701c-0.24424,0.17071 -0.51689,0.25037 -0.78953,0.25037zm-0.36353,0c-0.27264,0 -0.54529,-0.07966 -0.78385,-0.25037l-5.78801,-4.09701c-0.61345,-0.43246 -0.76113,-1.28601 -0.32945,-1.90625c0.43169,-0.61455 1.2837,-0.7625 1.90283,-0.33004l5.78801,4.09701c0.61345,0.43246 0.76113,1.28601 0.32945,1.90625c-0.27264,0.38125 -0.69297,0.58041 -1.11898,0.58041zm25.37296,13.63964c-4.24871,0 -8.24181,-1.65588 -11.24658,-4.66604c-3.00477,-3.01017 -4.65767,-7.01045 -4.65767,-11.26679s1.65291,-8.25662 4.65767,-11.26679c3.00477,-3.01017 6.99787,-4.66604 11.24658,-4.66604s8.24181,1.65588 11.24658,4.66604c3.00477,3.01017 4.65767,7.01045 4.65767,11.26679s-1.65291,8.25662 -4.65767,11.26679c-3.00477,3.01017 -6.99787,4.66604 -11.24658,4.66604zm0,-29.13432c-3.52166,0 -6.82747,1.37136 -9.31535,3.8694c-2.48788,2.49235 -3.86246,5.80979 -3.86246,9.33209s1.3689,6.83974 3.86246,9.33209c2.48788,2.49235 5.79937,3.8694 9.31535,3.8694s6.82747,-1.37136 9.31535,-3.8694s3.86246,-5.80979 3.86246,-9.33209s-1.3689,-6.83974 -3.86246,-9.33209c-2.48788,-2.49804 -5.79937,-3.8694 -9.31535,-3.8694zm0,34.4832c-0.75545,0 -1.36322,-0.60886 -1.36322,-1.36567l0,-5.34888c0,-0.75681 0.60777,-1.36567 1.36322,-1.36567s1.36322,0.60886 1.36322,1.36567l0,5.34888c0,0.75681 -0.61345,1.36567 -1.36322,1.36567zm6.1061,-14.61837l-12.21219,0c-0.48849,0 -0.93721,-0.26175 -1.18146,-0.68284s-0.24424,-0.94459 0,-1.36567l6.1061,-10.59533c0.24424,-0.42108 0.69297,-0.68284 1.18146,-0.68284s0.93721,0.26175 1.18146,0.68284l6.1061,10.59533c0.24424,0.42108 0.24424,0.94459 0,1.36567s-0.69865,0.68284 -1.18146,0.68284l0,0zm-9.85495,-2.73134l7.49204,0l-3.74318,-6.49832l-3.74886,6.49832z" fill="#ff0000"/>
|
||||
<line fill="none" x1="1481.32917" y1="481.56031" x2="1538.74638" y2="480.63726" id="svg_103" stroke-width="2" stroke="#ff0000"/>
|
||||
<path id="svg_104" d="m1489.88504,594.81712l-13.00005,0l0,-49.2947l13.00005,0l0,49.2947zm-10.52385,-3.99013l8.04765,0l0,-41.31444l-8.04765,0l0,41.31444zm2.78572,-52.67799l2.4762,0l0,11.30536l-2.4762,0l0,-11.30536zm0,52.69462l2.4762,0l0,11.30536l-2.4762,0l0,-11.30536z" stroke-width="0" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line transform="rotate(90 1483.04 511.099)" fill="none" x1="1454.32917" y1="511.56031" x2="1511.74638" y2="510.63726" id="svg_105" stroke-width="2" stroke="#ff0000"/>
|
||||
<line stroke-width="2" id="svg_106" y2="582" x2="1496" y1="554" x1="1472" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(90 1970.8 580.857)" fill="none" x1="1742.68249" y1="581.31872" x2="2198.91899" y2="580.39567" id="svg_292" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1970.68715" y1="351.76014" x2="1958.18719" y2="319.06794" id="svg_293"/>
|
||||
<g id="svg_296">
|
||||
<line transform="rotate(90 1970.17 225.77)" fill="none" x1="1870.87694" y1="226.23046" x2="2069.47284" y2="225.30741" id="svg_294" stroke-width="2" stroke="#ff0000"/>
|
||||
<path transform="rotate(180 1969.67 241.731)" fill="#ff0000" stroke-width="0" d="m1957.04536,228.09993l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_295" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_299">
|
||||
<line id="svg_297" y2="335.38578" x2="1964.40411" y1="323.71911" x1="1974.95967" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_298" y2="336.49689" x2="1975.51522" y1="323.71911" x1="1965.51522" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="1870.99489" y1="475.48469" x2="2031.29066" y2="474.61513" id="svg_300" stroke="#ff0000"/>
|
||||
<g id="svg_306">
|
||||
<rect stroke="#ff0000" fill="none" x="1920.2977" y="507.94171" width="14" height="36" stroke-width="2" id="svg_301"/>
|
||||
<path transform="rotate(-178.14 1926.76 520.18)" stroke="#ff0000" fill="#7f0000" stroke-width="1.5" d="m1924.26638,525.17988l2.5,-10l2.50001,10l-5.00001,0z" id="svg_302"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1919.15445,555.85409l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" id="svg_303"/>
|
||||
<line fill="none" x1="1926.74206" y1="477.19765" x2="1926.63099" y2="514.35767" stroke-width="2" id="svg_304" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2" d="m1931.08777,503.97442l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" id="svg_305"/>
|
||||
</g>
|
||||
<g id="svg_315">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1860.20739,537.73434l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" id="svg_312"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1873.39489,507.27292c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_313"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1864.78092,489.03566l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" id="svg_314"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1971.67 612.622)" fill="none" stroke-width="2" d="m1960.85435,622.69691l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" id="svg_316" stroke="#ff0000"/>
|
||||
<path transform="rotate(-1.89756 1970.93 835.89)" d="m1970.89766,858.7463a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z" fill="#ff0000" id="svg_318" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1974.64431" y1="849.17899" x2="2051.2057" y2="848.25594" id="svg_319" stroke-width="2" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m2045.00842,872.05169l13.75002,0l0,1.83206l-13.75002,0l0,-1.83206zm1.14303,7.78626l11.46395,0l0,1.83206l-11.46395,0l0,-1.83206zm5.32855,-30.38166l0.80684,0l0,23.51144l-0.80684,0l0,-23.51144zm-1.91626,38.16791l4.57213,0l0,1.83207l-4.57213,0l0,-1.83207z" id="svg_320"/>
|
||||
<line transform="rotate(90 1971.72 887.129)" fill="none" stroke-width="2" x1="1950.32597" y1="887.56267" x2="1993.12175" y2="886.69311" id="svg_322" stroke="#ff0000"/>
|
||||
<g id="svg_330">
|
||||
<line fill="none" x1="2030.48449" y1="475.50474" x2="2030.41236" y2="513.72189" stroke-width="2" id="svg_327" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m2022.13799,541.95098l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73037,0l0,16.4985l-0.73037,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28562l-4.13874,0l0,-1.28562z" id="svg_328" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2028.09388" y1="525.99056" x2="2041.60739" y2="513.15273" id="svg_329"/>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke-width="0" d="m1958.57274,373.91725l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_383" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1846.82756" y="2221.77553" id="svg_492" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)">630kVA</text>
|
||||
<g id="svg_110">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1942.83536" cy="416.00008" id="svg_107" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1942.83536" cy="440.00008" id="svg_108" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="1943.33536" y1="394.00008" x2="1941.33536" y2="468.00008" id="svg_109" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_134">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2000.33568" cy="421.00011" id="svg_111" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2000.33568" cy="445.00011" id="svg_112" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="2000.83568" y1="399.00011" x2="1998.83568" y2="473.00011" id="svg_119" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_138">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1971.58552" cy="424.75013" id="svg_135" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1971.58552" cy="448.75013" id="svg_136" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="1972.08552" y1="402.75013" x2="1970.08552" y2="476.75013" id="svg_137" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="11.25006" rx="21.87512" id="svg_139" cy="692.50664" cx="1971.66588" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="none" stroke-width="2" d="m1959.60434,751.44763l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" id="svg_140" stroke="#ff0000"/>
|
||||
<line id="svg_146" y2="781.25714" x2="1903.5405" y1="755.00699" x1="1969.79087" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_193">
|
||||
<line transform="rotate(90 2411.15 579.493)" fill="none" x1="2183.02569" y1="579.95506" x2="2639.26219" y2="579.03201" id="svg_148" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2411.03035" y1="350.39648" x2="2398.53039" y2="317.70428" id="svg_149"/>
|
||||
<g id="svg_152">
|
||||
<line transform="rotate(90 2410.52 224.406)" fill="none" x1="2311.22014" y1="224.8668" x2="2509.81604" y2="223.94375" id="svg_150" stroke-width="2" stroke="#ff0000"/>
|
||||
<path transform="rotate(180 2410.02 240.367)" fill="#ff0000" stroke-width="0" d="m2397.38856,226.73627l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_151" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_155">
|
||||
<line id="svg_153" y2="334.02212" x2="2404.74731" y1="322.35545" x1="2415.30287" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_154" y2="335.13323" x2="2415.85842" y1="322.35545" x1="2405.85842" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="2311.33809" y1="474.12103" x2="2471.63386" y2="473.25147" id="svg_156" stroke="#ff0000"/>
|
||||
<g id="svg_162">
|
||||
<rect stroke="#ff0000" fill="none" x="2360.6409" y="506.57805" width="14" height="36" stroke-width="2" id="svg_157"/>
|
||||
<path transform="rotate(-178.14 2367.11 518.816)" stroke="#ff0000" fill="#7f0000" stroke-width="1.5" d="m2364.60958,523.81622l2.5,-10l2.50001,10l-5.00001,0z" id="svg_158"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m2359.49765,554.49043l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" id="svg_159"/>
|
||||
<line fill="none" x1="2367.08526" y1="475.83399" x2="2366.97419" y2="512.99401" stroke-width="2" id="svg_160" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2" d="m2371.43097,502.61076l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" id="svg_161"/>
|
||||
</g>
|
||||
<g id="svg_166">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m2300.55059,536.37068l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" id="svg_163"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m2313.73809,505.90926c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_164"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m2305.12412,487.672l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" id="svg_165"/>
|
||||
</g>
|
||||
<path transform="rotate(180 2412.02 611.258)" fill="none" stroke-width="2" d="m2401.19755,621.33325l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" id="svg_167" stroke="#ff0000"/>
|
||||
<path transform="rotate(-1.89756 2411.28 834.526)" d="m2411.24086,857.38264a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z" fill="#ff0000" id="svg_168" stroke="#ff0000"/>
|
||||
<line fill="none" x1="2414.98752" y1="847.81533" x2="2491.54891" y2="846.89228" id="svg_169" stroke-width="2" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m2485.35162,870.68803l13.75002,0l0,1.83205l-13.75002,0l0,-1.83205zm1.14304,7.78625l11.46395,0l0,1.83206l-11.46395,0l0,-1.83206zm5.32855,-30.38166l0.80684,0l0,23.51144l-0.80684,0l0,-23.51144zm-1.91626,38.16791l4.57213,0l0,1.83207l-4.57213,0l0,-1.83207z" id="svg_170"/>
|
||||
<line transform="rotate(90 2412.07 885.765)" fill="none" stroke-width="2" x1="2390.66917" y1="886.19901" x2="2433.46495" y2="885.32945" id="svg_171" stroke="#ff0000"/>
|
||||
<g id="svg_175">
|
||||
<line fill="none" x1="2470.82769" y1="474.14108" x2="2470.75556" y2="512.35823" stroke-width="2" id="svg_172" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m2462.48119,540.58732l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73037,0l0,16.4985l-0.73037,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28562l-4.13874,0l0,-1.28562z" id="svg_173" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2468.43708" y1="524.6269" x2="2481.95059" y2="511.78907" id="svg_174"/>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke-width="0" d="m2398.91594,372.55359l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" id="svg_176" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2650.37958" y="2172.9187" id="svg_177" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)">2#</text>
|
||||
<g id="svg_181">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2383.17857" cy="414.63642" id="svg_178" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2383.17857" cy="438.63642" id="svg_179" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="2383.67857" y1="392.63642" x2="2381.67857" y2="466.63642" id="svg_180" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_185">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2440.67889" cy="419.63645" id="svg_182" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2440.67889" cy="443.63645" id="svg_183" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="2441.17889" y1="397.63645" x2="2439.17889" y2="471.63645" id="svg_184" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_189">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2411.92873" cy="423.38647" id="svg_186" rx="10.5" ry="12"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2411.92873" cy="447.38647" id="svg_187" rx="10.5" ry="12"/>
|
||||
<line fill="none" stroke-width="2" x1="2412.42873" y1="401.38647" x2="2410.42873" y2="475.38647" id="svg_188" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="11.25006" rx="21.87512" id="svg_190" cy="691.14298" cx="2412.00909" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="none" stroke-width="2" d="m2399.94754,750.08397l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" id="svg_191" stroke="#ff0000"/>
|
||||
<line id="svg_192" y2="779.89347" x2="2343.88371" y1="753.64333" x1="2410.13408" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_213">
|
||||
<line fill="none" x1="27.15596" y1="666.46467" x2="179.01747" y2="665.54162" id="svg_345" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 27.6671 420.404)" fill="none" x1="-219.16583" y1="420.86681" x2="274.50066" y2="419.94376" id="svg_47" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 27.6671 419.293)" fill="none" x1="-219.16583" y1="419.7557" x2="274.50066" y2="418.83265" id="svg_70" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="28.10834" y1="172.18049" x2="179.96985" y2="171.25744" id="svg_194" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-467.32648" y="1709.53581" id="svg_195" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV真空断路器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-468.55026" y="1736.9124" id="svg_196" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">12kV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-466.10269" y="1763.27505" id="svg_197" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">630A 25kA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-463.65512" y="1788.62375" id="svg_198" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">弹簧机构</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-464.8789" y="1811.94455" id="svg_199" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">安装10kV备自投</text>
|
||||
<line fill="none" x1="30.01309" y1="316.94195" x2="181.8746" y2="316.0189" id="svg_200" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-468.55026" y="1860.61406" id="svg_201" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-469.77405" y="1889.00461" id="svg_202" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">100/5</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-467.32648" y="1915.36725" id="svg_203" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">0.5/5P20</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-464.8789" y="1940.71595" id="svg_204" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">微机保护</text>
|
||||
<line stroke="#ff0000" fill="none" x1="25.2512" y1="515.03657" x2="151.39851" y2="514.11352" id="svg_206" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-474.6692" y="2074.55708" id="svg_207" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">GSN-10</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-479.56435" y="2102.94762" id="svg_208" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV避雷器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-473.44541" y="2132.35212" id="svg_211" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">HY5WZ-17/45</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-474.6692" y="2154.65897" id="svg_212" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">零序电流互感器50/5A</text>
|
||||
</g>
|
||||
<line fill="none" x1="342.39309" y1="666.46467" x2="494.2546" y2="665.54162" id="svg_215" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 342.904 420.404)" fill="none" x1="96.0713" y1="420.86681" x2="589.73779" y2="419.94376" id="svg_216" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 342.904 419.293)" fill="none" x1="96.0713" y1="419.7557" x2="589.73779" y2="418.83265" id="svg_217" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="343.34547" y1="172.18049" x2="495.20698" y2="171.25744" id="svg_218" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-62.25296" y="1709.53581" id="svg_219" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV真空断路器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-63.47675" y="1736.9124" id="svg_220" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">12kV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-61.02917" y="1763.27505" id="svg_221" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">630A 25kA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-58.5816" y="1788.62375" id="svg_222" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">弹簧机构</text>
|
||||
<line fill="none" x1="345.25022" y1="316.94195" x2="497.11173" y2="316.0189" id="svg_224" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-63.47675" y="1860.61406" id="svg_225" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-64.70054" y="1889.00461" id="svg_226" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">100/5</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-62.25296" y="1915.36725" id="svg_227" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">0.5/5P20</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-59.80539" y="1940.71595" id="svg_228" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">微机保护</text>
|
||||
<line stroke="#ff0000" fill="none" x1="340.48833" y1="515.03657" x2="466.63564" y2="514.11352" id="svg_229" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-69.59568" y="2074.55708" id="svg_230" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">GSN-10</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-74.49083" y="2102.94762" id="svg_231" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV避雷器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-68.3719" y="2132.35212" id="svg_232" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">HY5WZ-17/45</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="-69.59568" y="2154.65897" id="svg_233" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">零序电流互感器50/5A</text>
|
||||
<g id="svg_257">
|
||||
<line fill="none" x1="681.43966" y1="661.70278" x2="833.30117" y2="660.77973" id="svg_236" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 681.951 415.642)" fill="none" x1="435.11787" y1="416.10492" x2="928.78436" y2="415.18187" id="svg_237" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 681.951 414.531)" fill="none" x1="435.11787" y1="414.99381" x2="928.78436" y2="414.07076" id="svg_238" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="682.39204" y1="167.4186" x2="834.25355" y2="166.49555" id="svg_239" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="372.19143" y="1731.84266" id="svg_241" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">75/5 0.2S级,</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="374.639" y="1758.20531" id="svg_242" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">20VA</text>
|
||||
<line fill="none" x1="684.29679" y1="312.18006" x2="836.1583" y2="311.25701" id="svg_244" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="370.96764" y="1883.93487" id="svg_246" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">高压熔断器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="375.86279" y="1935.64621" id="svg_248" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">1A 12.5kA</text>
|
||||
<line stroke="#ff0000" fill="none" x1="679.5349" y1="510.27468" x2="805.68221" y2="509.35163" id="svg_249" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="361.17734" y="2097.87788" id="svg_251" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10/0.1KV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="364.84871" y="2133.36606" id="svg_253" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">0.2级,30VA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="367.29628" y="1704.46607" id="svg_255" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="358.72977" y="2064.4176" id="svg_256" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" x1="1336.4325" y1="627.52842" x2="1468.90214" y2="626.73831" id="svg_258" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1336.47466" y1="205.6185" x2="1337.27984" y2="628.18978" id="svg_259" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1336.47476" y1="204.66751" x2="1337.27994" y2="627.23879" id="svg_260" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1337.26326" y1="204.42841" x2="1469.7329" y2="203.63829" id="svg_262" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1338.92479" y1="328.3421" x2="1471.39443" y2="327.55198" id="svg_265" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1190.90494" y="1853.64863" id="svg_266" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.678847 0 0 0.804007 543.051 -1134.8)">高压熔断器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1195.80008" y="1889.96097" id="svg_268" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.678847 0 0 0.804007 543.051 -1134.8)">1A 12.5kA</text>
|
||||
<line stroke="#ff0000" fill="none" x1="1334.77097" y1="497.90819" x2="1444.80997" y2="497.11807" id="svg_269" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1181.11464" y="2094.83604" id="svg_270" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.678847 0 0 0.804007 543.051 -1134.8)">LXQ-10KV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1187.23357" y="1701.42422" id="svg_272" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.678847 0 0 0.804007 543.051 -1134.8)">10kV避雷器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1178.66707" y="2061.37575" id="svg_273" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.678847 0 0 0.804007 543.051 -1134.8)">消谐器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1205.59037" y="1779.49823" id="svg_275" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.602145 0 0 0.711525 621.641 -999.674)">HY5WZ-17/45</text>
|
||||
<line stroke="#ff0000" fill="none" x1="1337.97241" y1="405.48471" x2="1470.44205" y2="404.6946" id="svg_276" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1200.69521" y="1946.63655" id="svg_277" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.741678 0 0 0.809133 453.754 -1149.33)">10kV电压互感器</text>
|
||||
<g id="svg_325">
|
||||
<line fill="none" x1="1698.06502" y1="728.28285" x2="1849.92653" y2="727.3598" id="svg_278" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 1698.58 482.222)" fill="none" x1="1451.74323" y1="482.68499" x2="1945.40972" y2="481.76194" id="svg_279" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 1698.58 481.111)" fill="none" x1="1451.74323" y1="481.57388" x2="1945.40972" y2="480.65083" id="svg_280" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1699.01739" y1="233.99867" x2="1850.8789" y2="233.07562" id="svg_281" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1679.75881" y="1775.35045" id="svg_282" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV真空断路器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1678.53502" y="1802.72705" id="svg_283" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">12kV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1680.9826" y="1829.08969" id="svg_284" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">630A 25kA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1683.43017" y="1854.43839" id="svg_285" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">弹簧机构</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1682.20638" y="1877.7592" id="svg_286" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">安装10kV备自投</text>
|
||||
<line fill="none" x1="1700.92215" y1="378.76013" x2="1852.78366" y2="377.83708" id="svg_288" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1678.53502" y="1926.4287" id="svg_289" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1677.31124" y="1954.81925" id="svg_290" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">100/5</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1679.75881" y="1981.18189" id="svg_291" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">0.5/5P20</text>
|
||||
<line stroke="#ff0000" fill="none" x1="1696.16026" y1="576.85475" x2="1822.30757" y2="575.9317" id="svg_308" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1680.44716" y="2017.938" id="svg_309" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">GSN-10</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1670.73337" y="2037.01293" id="svg_310" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV避雷器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1673.63987" y="2059.76343" id="svg_311" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV接地闸刀</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1670.80987" y="2197.84999" id="svg_317" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">零序电流互感器50/5A</text>
|
||||
<line stroke="#ff0000" fill="none" x1="1697.41025" y1="474.35548" x2="1823.55756" y2="473.43243" id="svg_323" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1673.63987" y="2083.71785" id="svg_324" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">EK-12</text>
|
||||
</g>
|
||||
<g id="svg_353">
|
||||
<line fill="none" x1="2124.31196" y1="734.53281" x2="2276.17347" y2="733.60976" id="svg_326" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 2124.83 488.472)" fill="none" x1="1877.99017" y1="488.93495" x2="2371.65666" y2="488.0119" id="svg_331" stroke-width="2" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 2124.83 487.361)" fill="none" x1="1877.99017" y1="487.82384" x2="2371.65666" y2="486.90079" id="svg_332" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" x1="2125.26434" y1="240.24863" x2="2277.12585" y2="239.32558" id="svg_333" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2227.47776" y="1782.00446" id="svg_334" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV真空断路器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2226.25397" y="1809.38105" id="svg_335" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">12kV</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2228.70154" y="1835.7437" id="svg_336" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">630A 25kA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2231.14912" y="1861.0924" id="svg_337" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">弹簧机构</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2229.92533" y="1884.4132" id="svg_338" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">安装10kV备自投</text>
|
||||
<line fill="none" x1="2127.1691" y1="385.01009" x2="2279.03061" y2="384.08704" id="svg_339" stroke-width="2" stroke="#ff0000"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2226.25397" y="1933.08271" id="svg_340" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV电流互感器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2225.03018" y="1961.47325" id="svg_341" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">100/5</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2227.47776" y="1987.8359" id="svg_342" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">0.5/5P20</text>
|
||||
<line stroke="#ff0000" fill="none" x1="2122.40721" y1="583.10471" x2="2248.55452" y2="582.18166" id="svg_346" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2228.1661" y="2024.59201" id="svg_347" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">GSN-10</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2218.45232" y="2043.66694" id="svg_348" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV避雷器</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2221.35882" y="2066.41744" id="svg_349" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">10kV接地闸刀</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2218.52882" y="2204.50399" id="svg_350" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">零序电流互感器50/5A</text>
|
||||
<line stroke="#ff0000" fill="none" x1="2123.6572" y1="480.60544" x2="2249.80451" y2="479.68239" id="svg_351" stroke-width="2"/>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2221.35882" y="2090.37186" id="svg_352" font-size="17" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 0.939277 410.01 -1399.99)">EK-12</text>
|
||||
</g>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2445.94533" y="2221.77553" id="svg_354" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)">630kVA</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="1766.3033" y="2168.01386" id="svg_355" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.597212 0 0 0.751079 748.848 -821.193)">YJV22-8.7/15-3*70</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="2536.54342" y="2166.3496" id="svg_356" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.597212 0 0 0.751079 748.848 -821.193)">YJV22-8.7/15-3*70</text>
|
||||
<text stroke="#fff" fill="#ce1010" stroke-width="0" x="170.1587" y="2122.22905" id="svg_357" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)">110kV薛岗变10kV薛务173线</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 64 KiB |
|
@ -0,0 +1,447 @@
|
|||
<svg width="2700" height="1000" xmlns="http://www.w3.org/2000/svg" style="vector-effect: non-scaling-stroke;">
|
||||
<title style="vector-effect: non-scaling-stroke;">宿迁市泗洪县融媒体中心配电房</title>
|
||||
|
||||
<g id="Layer_1" stroke="null">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" stroke-width="0" id="svg_39" y="120.69848" x="1436.53804" fill="#ff0000" stroke="#fff"/>
|
||||
<text transform="matrix(0.449079 0 0 0.516979 3436.9 698.676)" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_1399" y="406.61275" x="-661.78912" stroke-width="0" fill="#ce1010" stroke="#fff"/>
|
||||
<path transform="rotate(-90 1370.94 2003.14)" id="svg_752" d="m1362.1911,2004.52223l17.49236,0l0,0.97573l-17.49236,0l0,-0.97573zm1.45413,4.14688l14.58409,0l0,0.97574l-14.58409,0l0,-0.97574zm6.77882,-16.181l1.02645,0l0,12.52198l-1.02645,0l0,-12.52198zm-2.43781,20.32789l5.81653,0l0,0.97575l-5.81653,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_457" y2="126.11635" x2="2158.36333" y1="127.0394" x1="1242.54544" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_458" y2="110.11635" x2="2159.55683" y1="111.0394" x1="1242.54544" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="1243.48911" y1="109.82923" x2="1243.41267" y2="127.96285" id="svg_459" stroke="#ff0000"/>
|
||||
<ellipse fill="#ff0000" stroke-width="2" cx="1310.315" cy="118.48674" id="svg_461" rx="7.5" ry="8.5" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1596.99587" cy="119.80252" id="svg_514" rx="7.5" ry="8.5" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1862.00207" cy="120.02813" id="svg_572" rx="7.5" ry="8.5" stroke="#ff0000"/>
|
||||
<text transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_602" y="2186.36765" x="1041.8824" stroke-width="0" fill="#ce1010" stroke="#fff">低压联络</text>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_24" y2="125.20387" x2="1221.09354" y1="126.12692" x1="407.79911" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_25" y2="109.20387" x2="1221.26048" y1="110.12692" x1="407.79911" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="407.35116" y1="108.8298" x2="407.29161" y2="126.96342" id="svg_26"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="468.74021" cy="118.4146" id="svg_27" rx="7.52363" ry="8.5"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="605.27882" cy="117.57426" id="svg_28" rx="6.68329" ry="8.5"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1221.39802" y1="108.03553" x2="1221.33847" y2="126.16915" id="svg_29"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="747.72684" cy="115.19606" id="svg_94" rx="6.68329" ry="8.5"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="950.92203" cy="116.2248" id="svg_118" rx="6.68329" ry="8.5"/>
|
||||
<line transform="rotate(90 953.045 758.392)" stroke="#ff0000" id="svg_148" y2="757.95657" x2="974.44253" y1="758.82613" x1="931.64675" stroke-width="2" fill="none"/>
|
||||
<g id="svg_151">
|
||||
<line stroke="#ff0000" id="svg_418" y2="147.272" x2="604.14429" y1="148.14156" x1="564.38658" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 607.095 304.498)" stroke="#ff0000" stroke-width="2" id="svg_70" y2="304.03663" x2="784.75848" y1="304.95968" x1="429.43236" fill="none"/>
|
||||
<path transform="rotate(180 606.592 242.095)" stroke="#ff0000" id="svg_71" d="m593.96587,228.46444l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<g id="svg_76">
|
||||
<path id="svg_73" d="m554.01353,210.23154l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_74" d="m567.20103,179.77012c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_75" d="m558.58706,161.53286l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<rect id="svg_77" height="46.15368" width="27.88452" y="370.39382" x="594.14616" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_81">
|
||||
<ellipse stroke="#ff0000" fill="none" cx="601.84633" cy="488.98456" id="svg_79" rx="11.11898" ry="10.97694" stroke-width="2"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="596.07712" cy="496.86499" id="svg_80" rx="10.15745" ry="10.49617" stroke-width="2"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_119">
|
||||
<path transform="rotate(-1.89756 747.933 846.585)" stroke="#ff0000" id="svg_366" fill="#ff0000" d="m747.89659,869.4412a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line transform="rotate(90 747.13 583.779)" stroke="#ff0000" stroke-width="2" id="svg_84" y2="583.31702" x2="981.80693" y1="584.24007" x1="512.45403" fill="none"/>
|
||||
<line id="svg_85" y2="315.43246" x2="734.51725" y1="348.12465" x1="747.01721" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_89">
|
||||
<line transform="rotate(90 746.505 222.133)" stroke="#ff0000" stroke-width="2" id="svg_86" y2="221.67193" x2="845.8029" y1="222.59498" x1="647.207" fill="none"/>
|
||||
<path transform="rotate(180 746.001 238.095)" stroke="#ff0000" id="svg_88" d="m733.37543,224.46444l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_92">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="751.28973" y1="320.08363" x2="740.73417" y2="331.7503" id="svg_90"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="741.84528" y1="320.08363" x2="751.84528" y2="332.86141" id="svg_91"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_96" y2="470.97965" x2="807.62072" y1="471.84921" x1="647.32496" stroke-width="2" fill="none"/>
|
||||
<g id="svg_102">
|
||||
<rect id="svg_97" stroke-width="2" height="36" width="14" y="504.30623" x="696.62777" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 703.096 516.543)" id="svg_98" d="m700.59645,521.5444l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_99" d="m695.48452,552.21861l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_100" stroke-width="2" y2="510.72219" x2="702.96106" y1="473.56217" x1="703.07213" fill="none"/>
|
||||
<path id="svg_101" d="m707.41784,500.33894l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g stroke="null" id="svg_104">
|
||||
<line stroke="#ff0000" id="svg_419" stroke-width="2" y2="508.91675" x2="649.10038" y1="470.6996" x1="649.17251" fill="none"/>
|
||||
<g stroke="null" id="svg_422">
|
||||
<path stroke="#ff0000" id="svg_420" d="m641.50169,537.14585l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73036,0l0,16.4985l-0.73036,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28561l-4.13874,0l0,-1.28561z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_421" y2="519.63932" x2="649.42972" y1="502.24298" x1="635.63015" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_83" y2="847.22545" x2="738.99634" y1="848.1485" x1="662.43495" fill="none"/>
|
||||
<g id="svg_109">
|
||||
<path id="svg_106" d="m794.52065,534.9392l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_107" d="m807.70815,504.47778c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_108" d="m799.09418,486.24052l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path transform="rotate(180 748.006 556.486)" stroke="#ff0000" id="svg_110" d="m737.18442,566.56114l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<path id="svg_111" d="m652.79864,876.50787l22.50002,0l0,2.17557l-22.50002,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17557l-7.48167,0l0,-2.17557z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line transform="rotate(90 748.723 896.414)" stroke="#ff0000" id="svg_112" y2="895.97956" x2="770.12068" y1="896.84912" x1="727.3249" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="1153.58869" cy="117.55813" id="svg_154" rx="6.68329" ry="8.5"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_55" y2="629.57921" x2="2128.49821" y1="630.50226" x1="2294.07204" fill="none"/>
|
||||
<g id="svg_58">
|
||||
<path id="svg_414" d="m2065.88141,554.86916l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_415" d="m2079.06891,524.40774c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_416" d="m2070.45494,506.17048l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_54" y2="342.54544" x2="2216.90402" y1="343.46849" x1="2140.34263" fill="none"/>
|
||||
<line transform="rotate(90 2129.26 492.676)" stroke="#ff0000" stroke-width="2" id="svg_56" y2="492.21463" x2="2270.38323" y1="493.13768" x1="1988.1328" fill="none"/>
|
||||
<g id="svg_66">
|
||||
<line transform="rotate(90 2128.63 224.582)" stroke="#ff0000" stroke-width="2" id="svg_64" y2="224.12066" x2="2227.93107" y1="225.04371" x1="2029.33517" fill="none"/>
|
||||
<path transform="rotate(180 2128.13 240.544)" stroke="#ff0000" id="svg_65" d="m2115.50359,226.91317l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_69">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2133.4179" y1="322.53236" x2="2122.86234" y2="334.19903" id="svg_67"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2123.97345" y1="322.53236" x2="2133.97345" y2="335.31014" id="svg_68"/>
|
||||
</g>
|
||||
<line id="svg_371" y2="490.90962" x2="2178.34883" y1="491.77918" x1="2079.59112" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_59">
|
||||
<rect id="svg_372" stroke-width="2" height="36" width="14" y="519.51923" x="2171.27426" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 2177.74 531.756)" id="svg_373" d="m2175.24294,536.75739l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_374" d="m2170.13101,567.4316l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_375" stroke-width="2" y2="525.93519" x2="2177.60755" y1="488.77517" x1="2177.71862" fill="none"/>
|
||||
<path id="svg_43" d="m2182.06433,515.55193l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09255,0.11313l-0.50499,0.61727l-0.09255,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_156" y2="615.97002" x2="1316.6364" y1="616.89307" x1="1152.77489" fill="none"/>
|
||||
<g id="svg_160">
|
||||
<path id="svg_157" d="m1187.3729,556.75595l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_158" d="m1200.5604,526.29453c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_159" d="m1191.94643,508.05727l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_161" d="m1129.40021,455.8466l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_162" d="m1173.63082,455.8466l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_163" d="m1215.93836,453.92353l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<line transform="rotate(90 1153.58 483.481)" stroke="#ff0000" stroke-width="2" id="svg_165" y2="483.01922" x2="1285.50979" y1="483.94227" x1="1021.65017" fill="none"/>
|
||||
<line id="svg_166" y2="317.88119" x2="1140.96738" y1="350.57338" x1="1153.46734" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_169">
|
||||
<line transform="rotate(90 1152.96 224.582)" stroke="#ff0000" stroke-width="2" id="svg_167" y2="224.12066" x2="1252.25303" y1="225.04371" x1="1053.65713" fill="none"/>
|
||||
<path transform="rotate(180 1152.45 240.544)" stroke="#ff0000" id="svg_168" d="m1139.82555,226.91317l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_172">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1157.73986" y1="322.53236" x2="1147.1843" y2="334.19903" id="svg_170"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1148.29541" y1="322.53236" x2="1158.29541" y2="335.31014" id="svg_171"/>
|
||||
</g>
|
||||
<g id="svg_180">
|
||||
<line id="svg_173" y2="492.7964" x2="1202.67079" y1="493.66596" x1="1103.91308" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_179">
|
||||
<rect id="svg_174" stroke-width="2" height="36" width="14" y="526.12299" x="1099.37009" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 1105.84 538.36)" id="svg_175" d="m1103.33877,543.36115l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_176" d="m1098.22684,574.03536l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_177" stroke-width="2" y2="532.53894" x2="1105.70338" y1="495.37892" x1="1105.81445" fill="none"/>
|
||||
<path id="svg_178" d="m1110.16016,522.15569l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line transform="rotate(90 1314.02 373.152)" stroke="#ff0000" stroke-width="2" id="svg_184" y2="372.69058" x2="1560.77273" y1="373.61363" x1="1067.26762" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_185" d="m1301.90069,412.87827l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path transform="rotate(180 1313.52 241.659)" stroke="#ff0000" id="svg_186" d="m1300.89058,228.02856l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_188" y2="506.5358" x2="1355.31817" y1="507.45885" x1="1316.0901" fill="none"/>
|
||||
<line transform="rotate(90 1354.05 528.09)" stroke="#ff0000" id="svg_189" y2="527.65484" x2="1375.45037" y1="528.5244" x1="1332.65459" stroke-width="2" fill="none"/>
|
||||
<line id="svg_190" y2="548.5118" x2="1365.77517" y1="549.5219" x1="1341.53288" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path id="svg_191" d="m1344.99653,594.04124l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke-width="2" id="svg_192" y2="567.70361" x2="1355.67421" y1="551.54209" x1="1331.43193" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_456" y2="915.79119" x2="1255.2952" y1="916.66075" x1="748.71815" stroke-width="2" fill="none"/>
|
||||
<g id="svg_115">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1281.75572" y1="900.87656" x2="1271.20016" y2="912.54323" id="svg_113"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1272.31127" y1="900.87656" x2="1282.31127" y2="913.65434" id="svg_114"/>
|
||||
</g>
|
||||
<line id="svg_116" y2="929.87627" x2="1279.3826" y1="911.12627" x1="1294.3826" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_117" y2="910.33415" x2="1866.58411" y1="911.20371" x1="1292.93416" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_194" y2="781.44851" x2="1258.32558" y1="782.31807" x1="952.7574" stroke-width="2" fill="none"/>
|
||||
<g id="svg_200">
|
||||
<g id="svg_197">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1273.30503" y1="764.5421" x2="1262.74947" y2="776.20877" id="svg_195"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1263.86058" y1="764.5421" x2="1273.86058" y2="777.31988" id="svg_196"/>
|
||||
</g>
|
||||
<line id="svg_198" y2="793.54181" x2="1270.9319" y1="774.79181" x1="1285.9319" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_199" y2="773.99969" x2="1598.13227" y1="774.86925" x1="1284.48343" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_202" d="m713.90726,429.08604l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_203" d="m792.7805,433.31139l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<g id="svg_206">
|
||||
<line transform="rotate(90 952.601 514.722)" stroke="#ff0000" stroke-width="2" id="svg_121" y2="514.26012" x2="1116.01349" y1="515.18317" x1="789.18935" fill="none"/>
|
||||
<line id="svg_122" y2="317.63936" x2="939.98853" y1="350.33155" x1="952.48849" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_125">
|
||||
<line transform="rotate(90 951.976 224.341)" stroke="#ff0000" stroke-width="2" id="svg_123" y2="223.87883" x2="1051.27418" y1="224.80188" x1="852.67828" fill="none"/>
|
||||
<path transform="rotate(180 951.472 240.303)" stroke="#ff0000" id="svg_124" d="m938.8467,226.67134l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_128">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="956.76101" y1="322.29053" x2="946.20545" y2="333.9572" id="svg_126"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="947.31656" y1="322.29053" x2="957.31656" y2="335.06831" id="svg_127"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_129" y2="473.18654" x2="1013.092" y1="474.0561" x1="852.79623" stroke-width="2" fill="none"/>
|
||||
<g id="svg_135">
|
||||
<rect id="svg_130" stroke-width="2" height="36" width="14" y="506.51313" x="902.09904" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 908.567 518.751)" id="svg_131" d="m906.06772,523.75129l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_132" d="m900.95579,554.4255l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_133" stroke-width="2" y2="512.92908" x2="908.43233" y1="475.76906" x1="908.5434" fill="none"/>
|
||||
<path id="svg_134" d="m912.88911,502.54583l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g stroke="null" id="svg_140">
|
||||
<line stroke="#ff0000" id="svg_136" stroke-width="2" y2="511.12365" x2="854.57166" y1="472.9065" x1="854.64379" fill="none"/>
|
||||
<g stroke="null" id="svg_139">
|
||||
<path stroke="#ff0000" id="svg_137" d="m846.97296,539.35274l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73037,0l0,16.4985l-0.73037,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28562l-4.13874,0l0,-1.28562z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_138" y2="521.84621" x2="854.901" y1="504.44988" x1="841.10143" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_145">
|
||||
<path id="svg_142" d="m999.99192,537.14609l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_143" d="m1013.17942,506.68467c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_144" d="m1004.56545,488.44741l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path transform="rotate(180 953.477 558.693)" stroke="#ff0000" id="svg_146" d="m942.65569,568.76803l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_204" d="m937.85092,430.49449l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_205" d="m998.4143,430.49449l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_235">
|
||||
<path transform="rotate(-1.89756 952.255 705.745)" stroke="#ff0000" id="svg_120" fill="#ff0000" d="m952.21844,728.6013a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_141" y2="710.61091" x2="936.27594" y1="711.53396" x1="859.71455" fill="none"/>
|
||||
<path id="svg_147" d="m850.07823,739.89332l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_239">
|
||||
<path transform="rotate(-1.89756 952.255 705.744)" stroke="#ff0000" id="svg_236" fill="#ff0000" d="m952.21844,728.6013a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_237" y2="710.61091" x2="936.27594" y1="711.53396" x1="859.71455" fill="none"/>
|
||||
<path id="svg_238" d="m850.07824,739.89332l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_243">
|
||||
<path transform="rotate(-1.89756 952.255 705.745)" stroke="#ff0000" id="svg_240" fill="#ff0000" d="m952.21844,728.6013a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_241" y2="710.61091" x2="936.27594" y1="711.53396" x1="859.71455" fill="none"/>
|
||||
<path id="svg_242" d="m850.07823,739.89332l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_247">
|
||||
<path transform="rotate(-1.89756 952.255 705.745)" stroke="#ff0000" id="svg_244" fill="#ff0000" d="m952.21844,728.6013a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_245" y2="710.61091" x2="936.27594" y1="711.53396" x1="859.71455" fill="none"/>
|
||||
<path id="svg_246" d="m850.07823,739.89332l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<line transform="rotate(90 1599.06 516.151)" stroke="#ff0000" stroke-width="2" id="svg_207" y2="515.6887" x2="1762.47217" y1="516.61175" x1="1435.64803" fill="none"/>
|
||||
<line id="svg_208" y2="319.06794" x2="1586.44721" y1="351.76014" x1="1598.94717" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_211">
|
||||
<line transform="rotate(90 1598.43 225.77)" stroke="#ff0000" stroke-width="2" id="svg_209" y2="225.30741" x2="1697.73286" y1="226.23046" x1="1499.13696" fill="none"/>
|
||||
<path transform="rotate(180 1597.93 241.731)" stroke="#ff0000" id="svg_210" d="m1585.30538,228.09993l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_214">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1603.21969" y1="323.71911" x2="1592.66413" y2="335.38578" id="svg_212"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1593.77524" y1="323.71911" x2="1603.77524" y2="336.49689" id="svg_213"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_215" y2="474.61513" x2="1659.55068" y1="475.48469" x1="1499.25492" stroke-width="2" fill="none"/>
|
||||
<g id="svg_221">
|
||||
<rect id="svg_216" stroke-width="2" height="36" width="14" y="507.94171" x="1548.55772" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 1555.03 520.18)" id="svg_217" d="m1552.5264,525.17988l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_218" d="m1547.41447,555.85409l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_219" stroke-width="2" y2="514.35767" x2="1554.89101" y1="477.19765" x1="1555.00208" fill="none"/>
|
||||
<path id="svg_220" d="m1559.34779,503.97442l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_230">
|
||||
<path id="svg_227" d="m1488.46742,537.73434l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_228" d="m1501.65492,507.27292c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_229" d="m1493.04095,489.03566l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1599.94 560.122)" stroke="#ff0000" id="svg_231" d="m1589.11437,570.19662l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1570.4 423.421)" stroke="#ff0000" id="svg_232" d="m1584.3096,431.92308l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<g id="svg_251">
|
||||
<path transform="rotate(-1.89756 1594.49 702.947)" stroke="#ff0000" id="svg_248" fill="#ff0000" d="m1594.45178,725.80453a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_249" y2="707.81414" x2="1578.50928" y1="708.73719" x1="1501.94789" fill="none"/>
|
||||
<path id="svg_250" d="m1492.31158,737.09655l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<line transform="rotate(90 1595.28 754.187)" stroke="#ff0000" id="svg_256" y2="753.75135" x2="1616.67587" y1="754.62091" x1="1573.88009" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1623.92 426.237)" stroke="#ff0000" id="svg_257" d="m1637.83073,434.73998l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<line transform="rotate(90 1599.06 516.151)" stroke="#ff0000" stroke-width="2" id="svg_259" y2="515.6887" x2="1762.47217" y1="516.61175" x1="1435.64803" fill="none"/>
|
||||
<line id="svg_260" y2="319.06794" x2="1586.44721" y1="351.76014" x1="1598.94717" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_263">
|
||||
<line transform="rotate(90 1598.43 225.77)" stroke="#ff0000" stroke-width="2" id="svg_261" y2="225.30741" x2="1697.73286" y1="226.23046" x1="1499.13696" fill="none"/>
|
||||
<path transform="rotate(180 1597.93 241.731)" stroke="#ff0000" id="svg_262" d="m1585.30538,228.09993l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_266">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1603.21969" y1="323.71911" x2="1592.66413" y2="335.38578" id="svg_264"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1593.77524" y1="323.71911" x2="1603.77524" y2="336.49689" id="svg_265"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_267" y2="474.61513" x2="1659.55068" y1="475.48469" x1="1499.25492" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1599.93 560.122)" stroke="#ff0000" id="svg_283" d="m1589.11437,570.19662l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_288">
|
||||
<path transform="rotate(-1.89756 1594.49 702.948)" stroke="#ff0000" id="svg_285" fill="#ff0000" d="m1594.45178,725.80454a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_286" y2="707.81414" x2="1578.50928" y1="708.73719" x1="1501.94789" fill="none"/>
|
||||
<path id="svg_287" d="m1492.31158,737.09656l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<line transform="rotate(90 1595.28 754.187)" stroke="#ff0000" id="svg_289" y2="753.75135" x2="1616.67587" y1="754.62091" x1="1573.88009" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1864.78 580.857)" stroke="#ff0000" stroke-width="2" id="svg_292" y2="580.39567" x2="2092.89593" y1="581.31872" x1="1636.65943" fill="none"/>
|
||||
<line id="svg_293" y2="319.06794" x2="1852.16413" y1="351.76014" x1="1864.66409" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_296">
|
||||
<line transform="rotate(90 1864.15 225.77)" stroke="#ff0000" stroke-width="2" id="svg_294" y2="225.30741" x2="1963.44978" y1="226.23046" x1="1764.85388" fill="none"/>
|
||||
<path transform="rotate(180 1863.65 241.731)" stroke="#ff0000" id="svg_295" d="m1851.0223,228.09993l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_299">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1868.93661" y1="323.71911" x2="1858.38105" y2="335.38578" id="svg_297"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1859.49216" y1="323.71911" x2="1869.49216" y2="336.49689" id="svg_298"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_300" y2="474.61513" x2="1925.2676" y1="475.48469" x1="1764.97183" stroke-width="2" fill="none"/>
|
||||
<g id="svg_306">
|
||||
<rect id="svg_301" stroke-width="2" height="36" width="14" y="507.94171" x="1814.27464" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 1820.74 520.18)" id="svg_302" d="m1818.24332,525.17988l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_303" d="m1813.13139,555.85409l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_304" stroke-width="2" y2="514.35767" x2="1820.60793" y1="477.19765" x1="1820.719" fill="none"/>
|
||||
<path id="svg_305" d="m1825.06471,503.97442l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_315">
|
||||
<path id="svg_312" d="m1754.18433,537.73434l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_313" d="m1767.37183,507.27292c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_314" d="m1758.75786,489.03566l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1865.65 560.122)" stroke="#ff0000" id="svg_316" d="m1854.83129,570.19662l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1836.12 423.421)" stroke="#ff0000" id="svg_317" d="m1850.02652,431.92308l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path transform="rotate(-1.89756 1864.91 835.89)" stroke="#ff0000" id="svg_318" fill="#ff0000" d="m1864.8746,858.7463a0.71331,0.596 0 0 1 -0.7133,-0.59599l0,-9.74447a0.71331,0.596 0 0 1 1.42662,0l0,9.74447a0.71331,0.596 0 0 1 -0.7133,0.59599l0,0l-0.00002,0zm0,-9.86368a0.71331,0.596 0 0 1 -0.46365,0l-6.59813,-5.24474a0.71331,0.596 0 1 1 0.96297,-0.71519l6.59813,5.06595a0.71331,0.596 0 0 1 -0.49932,1.04298l0,-0.149l0.00002,-0.00002l-0.00002,0.00002zm0,0a0.71331,0.596 0 0 1 -0.46365,-1.04298l6.45548,-4.91694a0.71331,0.596 0 0 1 0.96297,0.894l-6.45548,5.06593a0.71331,0.596 0 0 1 -0.49932,0l0,0l0.00002,0l-0.00002,-0.00001zm0.07134,-10.01268a18.97409,15.85341 0 1 1 18.97409,-15.85341a18.97409,15.85341 0 0 1 -18.97409,15.85341zm0,-30.51483a17.54746,14.66142 0 1 0 17.54746,14.66142a17.54746,14.66142 0 0 0 -17.54746,-14.66142zm6.70512,10.22129l-13.44594,0a0.71331,0.596 0 1 1 0,-1.19199l13.44594,0a0.71331,0.596 0 0 1 0,1.19199zm-6.84779,10.07228l-0.35665,0a0.71331,0.596 0 0 1 -0.24967,-0.80459l6.84778,-10.16167a0.71331,0.596 0 1 1 1.2483,0.59598l-6.84779,10.07229a0.71331,0.596 0 0 1 -0.64197,0.29799l0,0zm0,0a0.71331,0.596 0 0 1 -0.64197,-0.29799l-6.56247,-10.10209a0.71331,0.596 0 0 1 1.24829,-0.56618l6.59814,10.07228a0.71331,0.596 0 0 1 -0.28534,0.80459l-0.35665,0.0894l0,-0.00001zm0.07133,35.96816a18.97409,15.85341 0 1 1 18.97409,-15.73422a18.97409,15.85341 0 0 1 -18.97409,15.73422zm0,-30.63403a17.54746,14.66142 0 1 0 17.5118,14.89981a17.54746,14.66142 0 0 0 -17.5118,-14.89981z"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_319" y2="840.7559" x2="1848.9321" y1="841.67895" x1="1772.37071" fill="none"/>
|
||||
<path id="svg_320" d="m1762.7344,870.03832l22.50003,0l0,2.17557l-22.50003,0l0,-2.17557zm1.87042,9.24619l18.75919,0l0,2.17557l-18.75919,0l0,-2.17557zm8.71945,-36.07826l1.32029,0l0,27.91986l-1.32029,0l0,-27.91986zm-3.1357,45.32444l7.48167,0l0,2.17558l-7.48167,0l0,-2.17558z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line transform="rotate(90 1865.7 887.129)" stroke="#ff0000" id="svg_322" y2="886.69311" x2="1887.09869" y1="887.56267" x1="1844.30291" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1889.64 426.238)" stroke="#ff0000" id="svg_323" d="m1903.54765,434.73998l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<g id="svg_326">
|
||||
<line stroke="#ff0000" id="svg_222" stroke-width="2" y2="513.72189" x2="1658.17319" y1="475.50474" x1="1658.24532" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_223" d="m1649.89882,541.95098l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73037,0l0,16.4985l-0.73037,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28562l-4.13874,0l0,-1.28562z" fill="#ff0000"/>
|
||||
<line id="svg_325" y2="513.15273" x2="1669.36822" y1="525.99056" x1="1655.85471" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_330">
|
||||
<line stroke="#ff0000" id="svg_327" stroke-width="2" y2="513.72189" x2="1924.3893" y1="475.50474" x1="1924.46143" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_328" d="m1916.11493,541.95098l12.44666,0l0,1.28558l-12.44666,0l0,-1.28558zm1.03469,5.46377l10.37728,0l0,1.2856l-10.37728,0l0,-1.2856zm4.82346,-21.31949l0.73037,0l0,16.4985l-0.73037,0l0,-16.4985zm-1.73462,26.78328l4.13874,0l0,1.28562l-4.13874,0l0,-1.28562z" fill="#ff0000"/>
|
||||
<line id="svg_329" y2="513.15273" x2="1935.58433" y1="525.99056" x1="1922.07082" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_331" y2="148.25239" x2="2062.96765" y1="149.12195" x1="2023.20994" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 2023.76 304.498)" stroke="#ff0000" stroke-width="2" id="svg_332" y2="304.03663" x2="2201.4251" y1="304.95968" x1="1846.09899" fill="none"/>
|
||||
<path transform="rotate(180 2023.26 242.095)" stroke="#ff0000" id="svg_333" d="m2010.6325,228.46444l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<g id="svg_337">
|
||||
<path id="svg_334" d="m2049.1113,211.21193l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_335" d="m2062.2988,180.75051c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_336" d="m2053.68483,162.51325l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<rect id="svg_338" height="46.15368" width="27.88452" y="370.39382" x="2010.81279" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="2018.51295" cy="488.98456" id="svg_339" rx="11.11898" ry="10.97694" stroke-width="2"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="2028.42997" cy="497.84538" id="svg_340" rx="10.15745" ry="10.49617" stroke-width="2"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="2127.68756" cy="120.02813" id="svg_343" rx="7.5" ry="8.5" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="2159.17398" y1="109.82923" x2="2158.11684" y2="127.96285" id="svg_344"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_345" y2="614.63668" x2="468.63643" y1="615.55973" x1="316.77492" fill="none"/>
|
||||
<g id="svg_349">
|
||||
<path id="svg_346" d="m502.03959,556.75595l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path id="svg_347" d="m515.22709,526.29453c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" stroke="#ff0000"/>
|
||||
<path id="svg_348" d="m506.61312,508.05727l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_350" d="m444.0669,455.8466l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_351" d="m488.29751,455.8466l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_352" d="m530.60506,453.92353l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<line transform="rotate(90 468.249 483.481)" stroke="#ff0000" stroke-width="2" id="svg_354" y2="483.01922" x2="600.17648" y1="483.94227" x1="336.31686" fill="none"/>
|
||||
<line id="svg_355" y2="317.88119" x2="455.63407" y1="350.57338" x1="468.13402" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_358">
|
||||
<line transform="rotate(90 467.619 224.582)" stroke="#ff0000" stroke-width="2" id="svg_356" y2="224.12066" x2="566.91972" y1="225.04371" x1="368.32382" fill="none"/>
|
||||
<path transform="rotate(180 467.119 240.544)" stroke="#ff0000" id="svg_357" d="m454.49224,226.91317l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_361">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="472.40655" y1="322.53236" x2="461.85099" y2="334.19903" id="svg_359"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="462.9621" y1="322.53236" x2="472.9621" y2="335.31014" id="svg_360"/>
|
||||
</g>
|
||||
<g id="svg_370">
|
||||
<line id="svg_362" y2="492.7964" x2="517.33748" y1="493.66596" x1="418.57977" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_369">
|
||||
<rect id="svg_363" stroke-width="2" height="36" width="14" y="526.12299" x="414.03678" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 420.509 538.36)" id="svg_364" d="m418.00546,543.36115l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_365" d="m412.89353,574.03536l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_367" stroke-width="2" y2="532.53894" x2="420.37007" y1="495.37892" x1="420.48114" fill="none"/>
|
||||
<path id="svg_368" d="m424.82685,522.15569l0.09254,-0.11313l0.50499,0.61729l-0.09254,0.11313l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.61729l-0.09255,-0.11315zm-0.41236,0.00648l0.09255,-0.11313l0.50499,0.61729l-0.09255,0.11313l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11312l-0.50499,0.61727l-0.09254,-0.1131zm0.00934,-1.12845l0.13089,0l0,0.60739l-0.13089,0l0,-0.60739z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_377" y2="334.5525" x2="2150.28983" y1="352.37425" x1="2129.49779" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_378" d="m455.148,368.72245l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_379" d="m733.06991,362.22895l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_380" d="m939.56327,359.63155l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_381" d="m1140.86184,370.02115l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_382" d="m1587.6148,370.02115l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_383" d="m1852.54968,373.91725l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_444" y2="371.38109" x2="314.01594" y1="372.25065" x1="265.34555" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_450" stroke-width="2" y2="508.93816" x2="265.56274" y1="371.69134" x1="265.67381" fill="none"/>
|
||||
<rect id="svg_452" stroke-width="2" height="36" width="14" y="400.77453" x="258.09309" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(180 200.581 480.501)" stroke="#ff0000" id="svg_45" d="m189.75985,490.57627l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 253.65 265.587)" stroke="#ff0000" stroke-width="2" id="svg_48" y2="265.12505" x2="318.70339" y1="266.0481" x1="188.59634" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_49" y2="200.47816" x2="383.35029" y1="201.40121" x1="253.24324" fill="none"/>
|
||||
<line transform="rotate(90 382.944 265.587)" stroke="#ff0000" stroke-width="2" id="svg_50" y2="265.12505" x2="447.99718" y1="266.0481" x1="317.89014" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_51" d="m360.41335,277.96262l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.2753l-1.22293,3.47165l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92885,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l1.74988,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.9231,0a8.94826,12.75299 0 0 0 -7.89435,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l1.74988,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92527,-17.00399a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17585,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83397zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17585,2.28137a6.95976,9.91899 0 0 1 4.17585,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17585,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83397zm7.95401,9.80563l0,-14.16999a8.78918,12.52627 0 0 0 4.17585,-2.28137a6.95976,9.91899 0 0 1 -4.17585,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_52" d="m308.49045,278.92416l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.2753l-1.22293,3.47165l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.502a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22292,-3.47165l1.74989,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16997l0,4.33601a0.99425,1.417 0 0 0 1.9885,0l0,-4.33601a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22292,-3.47164l1.74989,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00399a6.95976,9.91899 0 0 1 -1.78965,6.61739a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83397zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30363l0,2.60727zm1.9885,-2.60727a6.82056,9.72061 0 0 1 2.57511,1.30363a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60727zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61739a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83397zm7.95401,9.80563l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<g id="svg_78">
|
||||
<ellipse stroke="#ff0000" fill="none" cx="263.33496" cy="521.08702" id="svg_8" rx="11.11898" ry="10.97694" stroke-width="2"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="257.56576" cy="528.96744" id="svg_11" rx="10.15745" ry="10.49617" stroke-width="2"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_18" y2="327.75111" x2="254.0562" y1="328.67416" x1="197.68704" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_42" d="m187.2341,408.87827l2.31364,-3.03613l12.62477,16.56717l-2.31364,3.03613l-12.62477,-16.56717zm10.31166,13.54409l12.62477,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31364,-3.03682zm-10.30904,0.17383l2.31364,-3.03613l12.62477,16.56717l-2.31364,3.03613l-12.62477,-16.56717zm10.31166,13.54409l12.62477,-16.56717l2.31364,3.03613l-12.62477,16.56648l-2.31364,-3.03545zm0.23351,-30.28577l3.27229,0l0,16.30127l-3.27229,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path transform="rotate(180 198.85 237.659)" stroke="#ff0000" id="svg_44" d="m186.22399,224.02856l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_353" y2="329.67418" x2="458.86315" y1="330.59723" x1="382.30177" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_385" y2="384.51207" x2="2294.85782" y1="385.38163" x1="2349.36198" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 2418.88 502.968)" stroke="#ff0000" id="svg_388" d="m2408.05857,513.04368l10.82089,-20.14928l10.82089,20.14928l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 2294.95 380.329)" stroke="#ff0000" stroke-width="2" id="svg_389" y2="379.86768" x2="2545.08848" y1="380.79073" x1="2044.81824" fill="none"/>
|
||||
<line transform="rotate(90 2231.32 278.718)" stroke="#ff0000" stroke-width="2" id="svg_390" y2="278.25603" x2="2296.37062" y1="279.17908" x1="2166.26357" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_391" y2="213.60914" x2="2361.01752" y1="214.53219" x1="2230.91047" fill="none"/>
|
||||
<line transform="rotate(90 2360.61 278.718)" stroke="#ff0000" stroke-width="2" id="svg_392" y2="278.25603" x2="2425.66441" y1="279.17908" x1="2295.55737" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_398" y2="340.88209" x2="2231.72343" y1="341.80514" x1="2175.35427" fill="none"/>
|
||||
<line transform="rotate(90 2418.8 372.011)" stroke="#ff0000" stroke-width="2" id="svg_399" y2="371.54984" x2="2660.88758" y1="372.47289" x1="2176.71578" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_400" d="m2407.83167,431.34568l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<path transform="rotate(180 2418.3 245.184)" stroke="#ff0000" id="svg_401" d="m2405.67214,231.55345l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03614l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17382l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31364,3.03614l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28577l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_402" y2="342.80516" x2="2417.66246" y1="343.72821" x1="2359.969" fill="none"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="137.14194" y1="107.98947" x2="137.08239" y2="126.12309" id="svg_13"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="372.92121" y1="107.86827" x2="372.86166" y2="126.00189" id="svg_17"/>
|
||||
<g id="svg_413">
|
||||
<line stroke="#ff0000" id="svg_386" stroke-width="2" y2="522.06914" x2="2350.12652" y1="384.82232" x1="2350.23759" fill="none"/>
|
||||
<rect id="svg_387" stroke-width="2" height="36" width="14" y="413.90551" x="2342.65687" fill="none" stroke="#ff0000"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="2347.89874" cy="534.218" id="svg_395" rx="11.11898" ry="10.97694" stroke-width="2"/>
|
||||
<ellipse stroke="#ff0000" fill="none" cx="2357.07206" cy="540.949" id="svg_396" rx="10.15745" ry="10.49617" stroke-width="2"/>
|
||||
</g>
|
||||
<path transform="rotate(180 2267.8 276.813)" stroke="#ff0000" id="svg_417" d="m2281.70854,285.3147l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path transform="rotate(180 2318.37 276.813)" stroke="#ff0000" id="svg_423" d="m2332.28325,285.3147l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path transform="rotate(180 2078.14 453.824)" stroke="#ff0000" id="svg_424" d="m2092.05338,462.32618l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path transform="rotate(180 2122.97 456.123)" stroke="#ff0000" id="svg_425" d="m2136.88096,464.62503l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<path transform="rotate(180 2165.5 452.674)" stroke="#ff0000" id="svg_426" d="m2179.4097,461.17675l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.27529l-1.22293,3.47164l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76977,-1.27529l-1.22293,3.47164l-2.86344,0a8.88861,12.66797 0 0 0 -2.29672,-8.50199a8.94826,12.75299 0 0 0 2.23707,-7.08499l1.92884,0l-0.76557,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47164l1.74988,0l-0.76558,2.19634a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47164l2.86344,0a0.99425,1.417 0 0 0 0,-2.834l-1.86919,0l0.76557,-2.19635a0.99425,1.417 0 0 0 -1.76976,-1.2753l-1.22293,3.47165l-1.74988,0l0.76557,-2.19635a0.99425,1.417 0 1 0 -1.76977,-1.2753l-1.22293,3.47165l-2.92309,0a8.94826,12.75299 0 0 0 -7.89436,-11.25097l0,-4.33602a0.99425,1.417 0 0 0 -1.9885,0l0,4.33602a8.94826,12.75299 0 0 0 -5.65729,21.16996a8.94826,12.75299 0 0 0 5.65729,21.16996l0,4.33602a0.99425,1.417 0 0 0 1.9885,0l0,-4.33602a8.94826,12.75299 0 0 0 7.72533,-9.83397l2.09787,0l-0.76557,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44741,0.15587a0.99425,1.417 0 0 0 0.88489,-0.77935l1.22293,-3.47165l1.74988,0l-0.76558,2.19635a0.99425,1.417 0 0 0 0.43747,1.89878a0.92465,1.31781 0 0 0 0.44742,0.15587a0.99425,1.417 0 0 0 0.88488,-0.77935l1.22293,-3.47165l2.86344,0a0.99425,1.417 0 0 0 0,-2.834zm-12.92526,-17.00398a6.95976,9.91899 0 0 1 -1.78965,6.61738a8.78918,12.52627 0 0 0 -4.17586,-2.28137l0,-14.16999a6.95976,9.91899 0 0 1 5.96551,9.83398zm-7.95401,9.80563a6.82056,9.72061 0 0 1 -2.57511,-1.30364a6.82056,9.72061 0 0 1 2.57511,-1.30364l0,2.60728zm1.9885,-2.60728a6.82056,9.72061 0 0 1 2.57511,1.30364a6.82056,9.72061 0 0 1 -2.57511,1.30364l0,-2.60728zm-1.9885,-17.00399l0,14.16999a8.78918,12.52627 0 0 0 -4.17586,2.28137a6.95976,9.91899 0 0 1 4.17586,-16.45136zm-5.96551,26.80962a6.95976,9.91899 0 0 1 1.78965,-6.61738a8.78918,12.52627 0 0 0 4.17586,2.28137l0,14.16999a6.95976,9.91899 0 0 1 -5.96551,-9.83398zm7.95401,9.80564l0,-14.16999a8.78918,12.52627 0 0 0 4.17586,-2.28137a6.95976,9.91899 0 0 1 -4.17586,16.45136l0,0z" fill="#ff0000"/>
|
||||
<g id="svg_427">
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_10" y2="124.36354" x2="372.60344" y1="125.28659" x1="137.58989" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_12" y2="108.36354" x2="373.45672" y1="109.28659" x1="137.58989" fill="none"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="198.531" cy="117.57426" id="svg_14" rx="7.52363" ry="8.5"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="316.20033" cy="113.7036" id="svg_15" rx="6.68329" ry="8.5"/>
|
||||
<line transform="rotate(90 317.286 370.5)" stroke="#ff0000" stroke-width="2" id="svg_47" y2="370.03882" x2="564.11962" y1="370.96187" x1="70.45313" fill="none"/>
|
||||
<line transform="rotate(90 199.354 364.486)" stroke="#ff0000" stroke-width="2" id="svg_40" y2="364.02496" x2="441.43942" y1="364.94801" x1="-42.73237" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_434">
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_428" y2="124.36354" x2="372.60344" y1="125.28659" x1="137.58989" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_429" y2="108.36354" x2="373.45672" y1="109.28659" x1="137.58989" fill="none"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="198.531" cy="117.57426" id="svg_430" rx="7.52363" ry="8.5"/>
|
||||
<ellipse stroke="#ff0000" fill="#ff0000" stroke-width="2" cx="316.20033" cy="113.7036" id="svg_431" rx="6.68329" ry="8.5"/>
|
||||
<line transform="rotate(90 317.286 370.5)" stroke="#ff0000" stroke-width="2" id="svg_432" y2="370.03882" x2="564.11962" y1="370.96187" x1="70.45313" fill="none"/>
|
||||
<line transform="rotate(90 199.354 364.486)" stroke="#ff0000" stroke-width="2" id="svg_433" y2="364.02496" x2="441.43942" y1="364.94801" x1="-42.73237" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_463">
|
||||
<line fill="none" stroke-width="2" x1="2470.27127" y1="112.79338" x2="2470.19483" y2="130.927" id="svg_460" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_443" y2="130.78584" x2="2469.91826" y1="131.70889" x1="2234.90471" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_445" y2="114.78584" x2="2470.77155" y1="115.70889" x1="2234.90471" fill="none"/>
|
||||
<ellipse stroke="#ff0000" fill="none" stroke-width="2" cx="2295.84582" cy="123.99657" id="svg_446" rx="7.52363" ry="8.5"/>
|
||||
<ellipse stroke="#ff0000" fill="none" stroke-width="2" cx="2418.48696" cy="121.16639" id="svg_455" rx="7.52363" ry="8.5"/>
|
||||
<line fill="none" stroke-width="2" x1="2235.36631" y1="114.68017" x2="2235.28987" y2="132.81379" id="svg_462" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_464" d="m2116.69983,385.23797l2.31364,-3.03613l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56717zm10.31165,13.54409l12.62478,-16.56717l2.31417,3.03682l-12.6253,16.56717l-2.31365,-3.03682zm-10.30903,0.17383l2.31364,-3.03614l12.62478,16.56717l-2.31365,3.03613l-12.62477,-16.56716zm10.31165,13.54408l12.62478,-16.56716l2.31364,3.03613l-12.62477,16.56648l-2.31365,-3.03545zm0.23351,-30.28576l3.2723,0l0,16.30127l-3.2723,0l0,-16.30127z" stroke-width="0" fill="#ff0000"/>
|
||||
<g id="svg_465">
|
||||
<line id="svg_31" y2="120.3081" x2="95.74233" y1="121.14844" x1="20.95242" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_32" y2="156.44255" x2="107.50704" y1="120.3081" x1="94.90199" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="12.60504" rx="10.92437" id="svg_33" cy="167.36692" cx="110.02804" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(90 109.537 395.928)" stroke="#ff0000" stroke-width="2" id="svg_35" y2="395.46603" x2="324.8546" y1="396.38908" x1="-105.78148" fill="none"/>
|
||||
<path transform="rotate(180 108.572 213.744)" stroke="#ff0000" id="svg_37" d="m97.75126,223.81902l10.82089,-20.14927l10.82089,20.14927l-21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_38" y2="608.86747" x2="199.40662" y1="609.79052" x1="111.00642" fill="none"/>
|
||||
</g>
|
||||
<ellipse ry="12.60504" rx="10.92437" id="svg_468" cy="165.61253" cx="2585.47848" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_471" y2="612.37626" x2="2586.56746" y1="613.29931" x1="2419.78948" fill="none"/>
|
||||
<g id="svg_475">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2591.05233" y1="265.61132" x2="2580.49677" y2="277.27799" id="svg_473"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2581.60788" y1="265.61132" x2="2591.60788" y2="278.3891" id="svg_474"/>
|
||||
</g>
|
||||
<line transform="rotate(90 2585.61 223.651)" stroke="#ff0000" stroke-width="2" id="svg_476" y2="223.18913" x2="2629.81057" y1="224.11218" x1="2541.41037" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_469" y2="610.84246" x2="2585.44955" y1="291.01661" x1="2584.5265" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_470" d="m2594.84322,358.03364l-10.82089,19.95959l-10.82089,-19.95959l21.64178,0z" stroke-width="2" fill="none"/>
|
||||
<line id="svg_478" y2="280.26536" x2="2571.14959" y1="292.42745" x1="2586.01438" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g transform="rotate(90 2541.98 314.525)" id="svg_484">
|
||||
<rect id="svg_479" stroke-width="2" height="36" width="14" y="301.95283" x="2534.78582" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(-178.14 2541.25 314.189)" id="svg_480" d="m2538.75451,319.19098l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" fill="#7f0000" stroke="#ff0000"/>
|
||||
<path id="svg_481" d="m2533.64258,349.86519l16.66666,0l0,0.83969l-16.66666,0l0,-0.83969zm1.3855,3.5687l13.89566,0l0,0.83969l-13.89566,0l0,-0.83969zm6.45883,-13.92494l0.978,0l0,10.77608l-0.978,0l0,-10.77608zm-2.32274,17.49364l5.54197,0l0,0.8397l-5.54197,0l0,-0.8397z" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_482" stroke-width="2" y2="308.36878" x2="2541.11911" y1="271.20876" x1="2541.23018" fill="none"/>
|
||||
<path id="svg_483" d="m2545.5759,297.98552l0.09254,-0.11312l0.50499,0.61729l-0.09254,0.11312l-0.50499,-0.61729zm0.41246,0.50465l0.50499,-0.61729l0.09257,0.11315l-0.50501,0.6173l-0.09255,-0.11316zm-0.41236,0.00648l0.09255,-0.11312l0.50499,0.61729l-0.09255,0.11312l-0.50499,-0.61729zm0.41247,0.50465l0.50499,-0.61729l0.09254,0.11313l-0.50499,0.61727l-0.09254,-0.11311zm0.00934,-1.12844l0.13089,0l0,0.60738l-0.13089,0l0,-0.60738z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
</g>
|
||||
<text transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_491" y="2295.95146" x="1054.03755" stroke-width="0" fill="#ce1010" stroke="#fff">低压联络</text>
|
||||
<text transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_492" y="2173.96193" x="1948.30967" stroke-width="0" fill="#ce1010" stroke="#fff">2#</text>
|
||||
<text transform="matrix(0.778222 0 0 1.30715 410.01 -2021.99)" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_493" y="2179.13098" x="286.52634" stroke-width="0" fill="#ce1010" stroke="#fff">1#</text>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="33" id="svg_494" y="51.88819" x="1185.66139" style="cursor: move; pointer-events: inherit;" stroke-width="0" stroke="#ff0000" fill="#ff0000">宿迁市泗洪县融媒体中心配电房</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 124 KiB |
|
@ -0,0 +1,260 @@
|
|||
<svg width="2000" height="800" xmlns="http://www.w3.org/2000/svg" style="vector-effect: non-scaling-stroke;">
|
||||
<title style="vector-effect: non-scaling-stroke;">宿迁市泗阳文化馆</title>
|
||||
|
||||
<g id="Layer_1" stroke="null">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text fill="#ff0000" stroke-width="0" x="797.57621" y="66.41395" id="svg_1" font-size="33" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff">一 次 主 结 线 图</text>
|
||||
<text fill="#ff0000" x="-78.24244" y="139.35397" id="svg_39" stroke-width="0" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff"/>
|
||||
<g id="svg_685" stroke="null">
|
||||
<ellipse stroke-width="2" ry="5.96489" rx="7.23913" cy="391.8085" cx="-490.28506" fill="none" id="svg_683" stroke="#ff0000"/>
|
||||
<ellipse stroke-width="2" ry="5.96489" rx="7.23913" cy="398.79178" cx="-490.28506" fill="none" id="svg_684" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text fill="#ce1010" stroke-width="0" x="-559.01467" y="400.66101" id="svg_1399" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" transform="matrix(0.449079 0 0 0.516979 1875.96 720.408)" stroke="#fff"/>
|
||||
<text fill="#ce1010" stroke-width="0" x="-1225.6769" y="221.81849" id="svg_53" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#fff">3005</text>
|
||||
<path id="svg_416" d="m-509.6874,580.05494l0.745,-0.43667l0.745,0.43667l-1.49,0z" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse fill-opacity="0" fill="#000000" stroke-width="2" cx="-486.50772" cy="998.91454" rx="6.64495" ry="7.9656" id="svg_1505" stroke="#ff0000"/>
|
||||
<ellipse fill-opacity="0" fill="#000000" stroke-width="2" cx="-486.50772" cy="1007.17142" rx="6.64495" ry="7.9656" id="svg_1506" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" x1="49.9463" y1="157.28134" x2="385.39278" y2="157.28133" id="svg_110" stroke-width="4"/>
|
||||
<line stroke="#ff0000" fill="none" x1="455.98315" y1="155.8729" x2="890.20255" y2="155.87289" id="svg_105" stroke-width="4"/>
|
||||
<g id="svg_59">
|
||||
<line stroke="#ff0000" id="svg_56" y2="213.32748" x2="864.91829" y1="158.86475" x1="865.69348" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 864.337 224.375)" stroke="#ff0000" id="svg_57" d="m852.63557,237.14067l11.70219,-25.53202l11.70219,25.53202l-23.40438,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_58" y2="264.47125" x2="864.9714" y1="236.81158" x1="843.69472" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_60" y2="729.3042" x2="863.0481" y1="260.73839" x1="863.82329" stroke-width="2" fill="none"/>
|
||||
<g stroke="null" id="svg_68">
|
||||
<line stroke="#ff0000" fill="none" x1="804.77596" y1="473.41652" x2="803.93502" y2="496.14262" id="svg_62" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_66">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m804.97996,521.22163c-5.46642,0 -9.89743,6.29208 -9.89743,14.05448s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05448 -9.89743,-14.05448zm0,27.02783c-5.04008,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53295,0l-10.24765,-14.53016c-0.15227,-0.21622 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01524,0.75678zm0,-15.30856c0.15227,0.21622 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.2324,-14.53015c0.13705,-0.19461 0.38067,-0.19461 0.53295,0z" id="svg_63"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m798.89609,502.70585l10.72222,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87372,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72222,3.69855l-10.72222,0a0.48738,0.92463 0 0 0 0,1.84927l4.87373,0l0,12.94492a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94492l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_64"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m798.83221,574.11601l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91712l-11.8134,0l0,-1.91712zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91715l-4.71151,0l0,-1.91715z" id="svg_67"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="804.22136" y1="474.75017" x2="863.01086" y2="473.88061" id="svg_69"/>
|
||||
<line stroke="#ff0000" fill="none" x1="860.89498" y1="728.63131" x2="1007.32498" y2="727.70826" id="svg_70" stroke-width="2"/>
|
||||
<line stroke="#ff0000" fill="none" x1="933.64447" y1="155.8729" x2="1367.86386" y2="155.87289" id="svg_71" stroke-width="4"/>
|
||||
<line stroke="#ff0000" id="svg_72" y2="729.3042" x2="1005.60181" y1="157.54654" x1="1006.377" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_73" d="m974.25378,590.85445l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_74" d="m974.25378,590.85445l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_75" d="m1064.67965,592.98212l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<g id="svg_76">
|
||||
<rect stroke="#ff0000" fill="none" stroke-width="2" x="661.25782" y="287.66814" width="13.79657" height="50.36583" id="svg_201"/>
|
||||
<ellipse stroke="#ff0000" ry="7.45707" rx="4.19316" id="svg_206" cy="573.60424" cx="711.50154" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_199" y2="304.45225" x2="614.19391" y1="255.04937" x1="614.9691" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_209" y2="565.97253" x2="711.21873" y1="466.46971" x1="711.99392" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 666.997 709.483)" stroke="#ff0000" id="svg_32" d="m654.76251,724.3765l12.23411,-29.78735l12.2341,29.78735l-24.46821,0z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 668.837 255.283)" id="svg_33" y2="307.64374" x2="668.44942" y1="202.92152" x1="669.22461" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_34" y2="361.89926" x2="718.4496" y1="257.17704" x1="719.22479" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 637.986 304.219)" stroke="#ff0000" id="svg_35" y2="328.92042" x2="637.59825" y1="279.51755" x1="638.37344" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_36" y2="722.9212" x2="667.30271" y1="254.35539" x1="668.0779" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_38" d="m649.78453,655.74831l-2.41578,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26822l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13772a1.28499,1.25202 0 0 0 1.14364,-0.68861l1.58054,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.57825,0.13772a1.28499,1.25202 0 0 0 1.14364,-0.68861l1.58054,-3.06746l3.70077,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25202a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.56489,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_42" d="m723.18905,656.81214l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="601.02914" y1="465.17566" x2="711.94648" y2="464.3061" id="svg_44"/>
|
||||
<g stroke="null" id="svg_51">
|
||||
<line stroke="#ff0000" fill="none" x1="602.64756" y1="465.96969" x2="601.80662" y2="488.69578" id="svg_46" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_49">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m602.85156,513.7748c-5.46642,0 -9.89743,6.29208 -9.89743,14.05448s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05448 -9.89743,-14.05448zm0,27.02783c-5.04008,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53295,0l-10.24765,-14.53016c-0.15227,-0.21622 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01524,0.75678zm0,-15.30856c0.15227,0.21622 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.2324,-14.53015c0.13705,-0.19461 0.38067,-0.19461 0.53295,0z" id="svg_47"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m596.76769,495.25902l10.72222,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87372,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72222,3.69855l-10.72222,0a0.48738,0.92463 0 0 0 0,1.84927l4.87373,0l0,12.94492a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94492l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_48"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m596.70381,566.66918l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91712l-11.8134,0l0,-1.91712zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91715l-4.71151,0l0,-1.91715z" id="svg_50"/>
|
||||
</g>
|
||||
<g id="svg_55">
|
||||
<line stroke="#ff0000" id="svg_90" y2="206.94448" x2="668.10906" y1="152.48175" x1="668.88425" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 667.528 217.992)" stroke="#ff0000" id="svg_7" d="m655.82634,230.75767l11.70219,-25.53202l11.70219,25.53202l-23.40437,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_54" y2="258.08825" x2="668.16216" y1="230.42858" x1="646.88549" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="601.02914" y1="465.17566" x2="711.94648" y2="464.3061" id="svg_61"/>
|
||||
</g>
|
||||
<g id="svg_101">
|
||||
<rect stroke="#ff0000" fill="none" stroke-width="2" x="1167.64265" y="294.05114" width="13.79657" height="50.36583" id="svg_77"/>
|
||||
<ellipse stroke="#ff0000" ry="7.45707" rx="4.19316" id="svg_78" cy="579.98724" cx="1217.88636" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_79" y2="310.83525" x2="1120.57873" y1="261.43237" x1="1121.35392" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_80" y2="572.35553" x2="1217.60355" y1="472.85271" x1="1218.37874" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1173.38 715.866)" stroke="#ff0000" id="svg_81" d="m1161.14734,730.7595l12.23411,-29.78735l12.2341,29.78735l-24.46821,0z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1175.22 261.666)" id="svg_82" y2="314.02675" x2="1174.83425" y1="209.30453" x1="1175.60944" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_83" y2="368.28226" x2="1224.83443" y1="263.56004" x1="1225.60962" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 1144.37 310.602)" stroke="#ff0000" id="svg_84" y2="335.30342" x2="1143.98307" y1="285.90055" x1="1144.75826" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_85" y2="729.3042" x2="1173.68754" y1="260.73839" x1="1174.46273" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_86" d="m1156.16935,662.13131l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_87" d="m1229.57388,663.19514l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1107.41396" y1="471.55866" x2="1218.3313" y2="470.6891" id="svg_88"/>
|
||||
<g stroke="null" id="svg_95">
|
||||
<line stroke="#ff0000" fill="none" x1="1109.03238" y1="472.35269" x2="1108.19145" y2="495.07879" id="svg_89" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_93">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1109.23638,520.1578c-5.46642,0 -9.89743,6.29208 -9.89743,14.05448s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05448 -9.89743,-14.05448zm0,27.02783c-5.04008,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53295,0l-10.24765,-14.53016c-0.15227,-0.21622 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01524,0.75678zm0,-15.30856c0.15227,0.21622 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.2324,-14.53015c0.13705,-0.19461 0.38067,-0.19461 0.53295,0z" id="svg_91"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1103.15251,501.64202l10.72222,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87372,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72222,3.69855l-10.72222,0a0.48738,0.92463 0 0 0 0,1.84927l4.87373,0l0,12.94492a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94492l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_92"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1103.08863,573.05218l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91712l-11.8134,0l0,-1.91712zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91715l-4.71151,0l0,-1.91715z" id="svg_94"/>
|
||||
</g>
|
||||
<g id="svg_99">
|
||||
<line stroke="#ff0000" id="svg_96" y2="213.32748" x2="1174.49389" y1="158.86475" x1="1175.26908" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1173.91 224.375)" stroke="#ff0000" id="svg_97" d="m1162.21116,237.14067l11.70219,-25.53202l11.70219,25.53202l-23.40438,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_98" y2="264.47125" x2="1174.54699" y1="236.81158" x1="1153.27032" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1107.41396" y1="471.55866" x2="1218.3313" y2="470.6891" id="svg_100"/>
|
||||
</g>
|
||||
<g id="svg_102">
|
||||
<line stroke="#ff0000" id="svg_19" y2="713.34668" x2="483.25948" y1="159.67419" x1="484.03467" stroke-width="2" fill="none"/>
|
||||
<g id="svg_31">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="483.27064" y1="272.16346" x2="432.14031" y2="271.2939" id="svg_24"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_26" cy="442.2042" cx="432.87681" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 432.705 349.388)" stroke="#ff0000" fill="none" stroke-width="2" x1="355.61056" y1="349.82332" x2="509.80015" y2="348.95376" id="svg_27"/>
|
||||
<rect id="svg_28" height="40.42568" width="18.08517" y="326.1736" x="423.48043" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_29" cy="461.35321" cx="432.87681" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_112">
|
||||
<line stroke="#ff0000" id="svg_103" y2="711.21902" x2="1365.17757" y1="157.54652" x1="1365.95276" stroke-width="2" fill="none"/>
|
||||
<g id="svg_111">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1365.18873" y1="270.0358" x2="1314.0584" y2="269.16624" id="svg_104"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_106" cy="440.07654" cx="1314.7949" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1314.62 347.26)" stroke="#ff0000" fill="none" stroke-width="2" x1="1237.52865" y1="347.69566" x2="1391.71824" y2="346.8261" id="svg_107"/>
|
||||
<rect id="svg_108" height="40.42568" width="18.08517" y="324.04594" x="1305.39852" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_109" cy="459.22554" cx="1314.7949" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_113">
|
||||
<line stroke="#ff0000" fill="none" x1="336.42501" y1="709.48231" x2="482.85501" y2="708.55926" id="svg_45" stroke-width="2"/>
|
||||
<line stroke="#ff0000" id="svg_65" y2="710.15518" x2="337.51427" y1="156.48269" x1="338.28946" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" stroke-width="0" id="svg_17" d="m305.86968,330.92066l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-3.57687,0a11.10321,12.51404 0 0 0 -2.86895,-8.39868a11.17773,12.59803 0 0 0 2.79443,-6.9989l2.40942,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.87571a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.87571a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79956l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 1 0 -2.21071,-1.2598l-1.52762,3.42946l-3.65139,0a11.17773,12.59803 0 0 0 -9.86124,-11.11426l0,-4.28333a1.24197,1.39978 0 0 0 -2.48394,0l0,4.28333a11.17773,12.59803 0 0 0 -7.06681,20.91272a11.17773,12.59803 0 0 0 7.06681,20.91272l0,4.28333a1.24197,1.39978 0 0 0 2.48394,0l0,-4.28333a11.17773,12.59803 0 0 0 9.6501,-9.71448l2.62056,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.87571a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.87571a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79956zm-16.1456,-16.79737a8.69379,9.79847 0 0 1 -2.23555,6.53698a10.97901,12.37406 0 0 0 -5.21627,-2.25365l0,-13.99781a8.69379,9.79847 0 0 1 7.45182,9.71448zm-9.93576,9.68648a8.51991,9.6025 0 0 1 -3.2167,-1.2878a8.51991,9.6025 0 0 1 3.2167,-1.2878l0,2.5756zm2.48394,-2.5756a8.51991,9.6025 0 0 1 3.2167,1.2878a8.51991,9.6025 0 0 1 -3.2167,1.2878l0,-2.5756zm-2.48394,-16.79737l0,13.99781a10.97901,12.37406 0 0 0 -5.21627,2.25365a8.69379,9.79847 0 0 1 5.21627,-16.25145zm-7.45182,26.48385a8.69379,9.79847 0 0 1 2.23554,-6.53698a10.97901,12.37406 0 0 0 5.21627,2.25365l0,13.99781a8.69379,9.79847 0 0 1 -7.45182,-9.71448zm9.93576,9.68648l0,-13.99781a10.97901,12.37406 0 0 0 5.21627,-2.25365a8.69379,9.79847 0 0 1 -5.21627,16.25146l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" stroke-width="0" id="svg_18" d="m392.0402,334.11216l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-3.57687,0a11.10321,12.51404 0 0 0 -2.86895,-8.39868a11.17773,12.59803 0 0 0 2.79443,-6.9989l2.40942,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 1 0 -2.21071,-1.2598l-1.52762,3.42946l-3.65139,0a11.17773,12.59803 0 0 0 -9.86123,-11.11425l0,-4.28333a1.24197,1.39978 0 0 0 -2.48394,0l0,4.28333a11.17773,12.59803 0 0 0 -7.06681,20.91272a11.17773,12.59803 0 0 0 7.06681,20.91272l0,4.28333a1.24197,1.39978 0 0 0 2.48394,0l0,-4.28333a11.17773,12.59803 0 0 0 9.6501,-9.71447l2.62055,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957zm-16.1456,-16.79737a8.69379,9.79847 0 0 1 -2.23554,6.53698a10.97901,12.37406 0 0 0 -5.21627,-2.25365l0,-13.9978a8.69379,9.79847 0 0 1 7.45181,9.71447zm-9.93575,9.68649a8.51991,9.6025 0 0 1 -3.2167,-1.2878a8.51991,9.6025 0 0 1 3.2167,-1.2878l0,2.5756zm2.48394,-2.5756a8.51991,9.6025 0 0 1 3.2167,1.2878a8.51991,9.6025 0 0 1 -3.2167,1.2878l0,-2.5756zm-2.48394,-16.79737l0,13.99781a10.97901,12.37406 0 0 0 -5.21628,2.25365a8.69379,9.79847 0 0 1 5.21628,-16.25146zm-7.45182,26.48385a8.69379,9.79847 0 0 1 2.23554,-6.53697a10.97901,12.37406 0 0 0 5.21628,2.25365l0,13.9978a8.69379,9.79847 0 0 1 -7.45182,-9.71448zm9.93576,9.68649l0,-13.99781a10.97901,12.37406 0 0 0 5.21627,-2.25365a8.69379,9.79847 0 0 1 -5.21627,16.25146l0,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" x1="1364.08835" y1="710.54614" x2="1474.34799" y2="709.62309" id="svg_114" stroke-width="2"/>
|
||||
<line stroke="#ff0000" id="svg_115" y2="708.02752" x2="1471.56097" y1="154.35502" x1="1472.33616" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" stroke-width="0" id="svg_116" d="m1439.91638,328.79299l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-3.57687,0a11.10321,12.51404 0 0 0 -2.86895,-8.39868a11.17773,12.59803 0 0 0 2.79443,-6.9989l2.40942,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 1 0 -2.21071,-1.2598l-1.52762,3.42946l-3.65139,0a11.17773,12.59803 0 0 0 -9.86123,-11.11425l0,-4.28333a1.24197,1.39978 0 0 0 -2.48394,0l0,4.28333a11.17773,12.59803 0 0 0 -7.06681,20.91272a11.17773,12.59803 0 0 0 7.06681,20.91272l0,4.28333a1.24197,1.39978 0 0 0 2.48394,0l0,-4.28333a11.17773,12.59803 0 0 0 9.6501,-9.71447l2.62055,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957zm-16.1456,-16.79737a8.69379,9.79847 0 0 1 -2.23554,6.53698a10.97901,12.37406 0 0 0 -5.21627,-2.25365l0,-13.9978a8.69379,9.79847 0 0 1 7.45181,9.71447zm-9.93575,9.68649a8.51991,9.6025 0 0 1 -3.2167,-1.2878a8.51991,9.6025 0 0 1 3.2167,-1.2878l0,2.5756zm2.48394,-2.5756a8.51991,9.6025 0 0 1 3.2167,1.2878a8.51991,9.6025 0 0 1 -3.2167,1.2878l0,-2.5756zm-2.48394,-16.79737l0,13.99781a10.97901,12.37406 0 0 0 -5.21628,2.25365a8.69379,9.79847 0 0 1 5.21628,-16.25146zm-7.45182,26.48385a8.69379,9.79847 0 0 1 2.23554,-6.53697a10.97901,12.37406 0 0 0 5.21628,2.25365l0,13.9978a8.69379,9.79847 0 0 1 -7.45182,-9.71448zm9.93576,9.68649l0,-13.99781a10.97901,12.37406 0 0 0 5.21627,-2.25365a8.69379,9.79847 0 0 1 -5.21627,16.25146l0,0z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" stroke-width="0" id="svg_117" d="m1526.0869,331.98449l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-3.57687,0a11.10321,12.51404 0 0 0 -2.86895,-8.39868a11.17773,12.59803 0 0 0 2.79443,-6.9989l2.40942,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957l-2.3349,0l0.95632,-2.16966a1.24197,1.39978 0 0 0 -2.21071,-1.2598l-1.52762,3.42946l-2.18587,0l0.95632,-2.16966a1.24197,1.39978 0 1 0 -2.21071,-1.2598l-1.52762,3.42946l-3.65139,0a11.17773,12.59803 0 0 0 -9.86123,-11.11425l0,-4.28333a1.24197,1.39978 0 0 0 -2.48394,0l0,4.28333a11.17773,12.59803 0 0 0 -7.06681,20.91272a11.17773,12.59803 0 0 0 7.06681,20.91272l0,4.28333a1.24197,1.39978 0 0 0 2.48394,0l0,-4.28333a11.17773,12.59803 0 0 0 9.6501,-9.71447l2.62055,0l-0.95631,2.16966a1.24197,1.39978 0 0 0 0.54646,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l2.18587,0l-0.95632,2.16966a1.24197,1.39978 0 0 0 0.54647,1.8757a1.15503,1.3018 0 0 0 0.55889,0.15398a1.24197,1.39978 0 0 0 1.10535,-0.76988l1.52762,-3.42946l3.57687,0a1.24197,1.39978 0 0 0 0,-2.79957zm-16.1456,-16.79737a8.69379,9.79847 0 0 1 -2.23554,6.53698a10.97901,12.37406 0 0 0 -5.21627,-2.25365l0,-13.9978a8.69379,9.79847 0 0 1 7.45181,9.71447zm-9.93575,9.68649a8.51991,9.6025 0 0 1 -3.2167,-1.2878a8.51991,9.6025 0 0 1 3.2167,-1.2878l0,2.5756zm2.48394,-2.5756a8.51991,9.6025 0 0 1 3.2167,1.2878a8.51991,9.6025 0 0 1 -3.2167,1.2878l0,-2.5756zm-2.48394,-16.79737l0,13.99781a10.97901,12.37406 0 0 0 -5.21628,2.25365a8.69379,9.79847 0 0 1 5.21628,-16.25146zm-7.45182,26.48385a8.69379,9.79847 0 0 1 2.23554,-6.53697a10.97901,12.37406 0 0 0 5.21628,2.25365l0,13.9978a8.69379,9.79847 0 0 1 -7.45182,-9.71448zm9.93576,9.68649l0,-13.99781a10.97901,12.37406 0 0 0 5.21627,-2.25365a8.69379,9.79847 0 0 1 -5.21627,16.25146l0,0z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1829.67476" y1="155.8729" x2="1424.2471" y2="155.87289" id="svg_119" stroke-width="4"/>
|
||||
<line stroke="#ff0000" id="svg_3" y2="274.61876" x2="121.89086" y1="158.94153" x1="122.66605" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_10" y2="669.57885" x2="118.07399" y1="338.64648" x1="118.84918" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="99.43635" y1="275.73862" x2="118.43635" y2="292.73862" id="svg_25" stroke="#ff0000"/>
|
||||
<g id="svg_23" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="114.62496" y1="277.80939" x2="124.99636" y2="290.58406" id="svg_21" stroke="#ff0000"/>
|
||||
<line fill="none" x1="125.60644" y1="278.32038" x2="114.01488" y2="290.07308" id="svg_22" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_8" y2="347.78221" x2="118.36976" y1="292.74351" x1="119.14495" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" fill="none" x="157.89142" y="532.84144" width="18.8137" height="50.89929" stroke-width="2" id="svg_140"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m170.16074,543.19419l-3.794,14.01651l-2.92166,-14.24596l6.71564,0.22945l0.00003,0z" id="svg_141"/>
|
||||
<path stroke="#ff0000" id="svg_5" fill="#ff0000" d="m157.08276,603.86409l17.7504,0l0,1.62575l-17.7504,0l0,-1.62575zm1.47558,6.90943l14.79924,0l0,1.62575l-14.79924,0l0,-1.62575zm6.87882,-26.96029l1.04159,0l0,20.86374l-1.04159,0l0,-20.86374zm-2.47377,33.86968l5.90234,0l0,1.62575l-5.90234,0l0,-1.62575z"/>
|
||||
<line stroke="#ff0000" id="svg_6" fill="none" x1="166.55162" y1="499.84427" x2="166.40239" y2="541.08214" stroke-width="2"/>
|
||||
<path stroke="#ff0000" id="svg_11" d="m105.82436,655.22727l12.2341,-29.78735l12.2341,29.78735l-24.4682,0z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_20">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="121.56714" y1="357.27016" x2="233.20339" y2="356.4006" id="svg_197"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_203" cy="527.3109" cx="233.93991" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 233.768 434.495)" stroke="#ff0000" fill="none" stroke-width="2" x1="156.67365" y1="434.93002" x2="310.86324" y2="434.06046" id="svg_12"/>
|
||||
<rect id="svg_13" height="40.42568" width="18.08517" y="411.2803" x="224.54352" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_14" cy="546.45991" cx="233.93991" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_43">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="56.34629" y1="499.21834" x2="167.26363" y2="498.34878" id="svg_1170"/>
|
||||
<g stroke="null" id="svg_40">
|
||||
<line stroke="#ff0000" fill="none" x1="57.96471" y1="500.01237" x2="57.12377" y2="522.73846" id="svg_1479" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_1482">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m58.16871,547.81748c-5.46642,0 -9.89743,6.29208 -9.89743,14.05447s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05447 -9.89743,-14.05447zm0,27.02783c-5.04007,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0l-10.24765,-14.53015c-0.15227,-0.21623 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01523,0.75677zm0,-15.30856c0.15227,0.21623 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.23241,-14.53015c0.13704,-0.19461 0.38067,-0.19461 0.53294,0z" id="svg_1480"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m52.08484,529.3017l10.72223,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87373,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72223,3.69855l-10.72223,0a0.48738,0.92463 0 0 0 0,1.84927l4.87374,0l0,12.94491a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94491l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_1481"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m52.02096,600.71186l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91713l-11.8134,0l0,-1.91713zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91716l-4.71151,0l0,-1.91716z" id="svg_1483"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_120" y2="274.61876" x2="121.89086" y1="158.94153" x1="122.66605" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_121" y2="669.57885" x2="118.07399" y1="338.64648" x1="118.84918" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="99.43635" y1="275.73862" x2="118.43635" y2="292.73862" id="svg_122" stroke="#ff0000"/>
|
||||
<g id="svg_125" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="114.62496" y1="277.80939" x2="124.99636" y2="290.58406" id="svg_123" stroke="#ff0000"/>
|
||||
<line fill="none" x1="125.60644" y1="278.32038" x2="114.01488" y2="290.07308" id="svg_124" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_126" y2="347.78221" x2="118.36976" y1="292.74351" x1="119.14495" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" fill="none" x="157.89142" y="532.84144" width="18.8137" height="50.89929" stroke-width="2" id="svg_127"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m170.16074,543.19419l-3.794,14.01651l-2.92167,-14.24597l6.71564,0.22946l0.00003,0z" id="svg_128"/>
|
||||
<path stroke="#ff0000" id="svg_129" fill="#ff0000" d="m157.08276,603.86409l17.7504,0l0,1.62575l-17.7504,0l0,-1.62575zm1.47558,6.90942l14.79924,0l0,1.62576l-14.79924,0l0,-1.62576zm6.87882,-26.96029l1.04159,0l0,20.86374l-1.04159,0l0,-20.86374zm-2.47376,33.86969l5.90234,0l0,1.62575l-5.90234,0l0,-1.62575z"/>
|
||||
<line stroke="#ff0000" id="svg_130" fill="none" x1="166.55162" y1="499.84427" x2="166.40239" y2="541.08214" stroke-width="2"/>
|
||||
<path stroke="#ff0000" id="svg_131" d="m105.82436,655.22727l12.2341,-29.78735l12.2341,29.78735l-24.4682,0z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_137">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="121.56714" y1="357.27016" x2="233.20339" y2="356.4006" id="svg_132"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_133" cy="527.3109" cx="233.93991" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 233.768 434.495)" stroke="#ff0000" fill="none" stroke-width="2" x1="156.67365" y1="434.93002" x2="310.86324" y2="434.06046" id="svg_134"/>
|
||||
<rect id="svg_135" height="40.42568" width="18.08517" y="411.2803" x="224.54352" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_136" cy="546.45991" cx="233.93991" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_193">
|
||||
<line stroke="#ff0000" id="svg_149" y2="274.61876" x2="1607.43297" y1="158.94153" x1="1608.20816" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_150" y2="669.57885" x2="1603.6161" y1="338.64648" x1="1604.39129" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="1584.97846" y1="275.73862" x2="1603.97846" y2="292.73862" id="svg_151" stroke="#ff0000"/>
|
||||
<g id="svg_154" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1600.16707" y1="277.80939" x2="1610.53847" y2="290.58406" id="svg_152" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1611.14855" y1="278.32038" x2="1599.55699" y2="290.07308" id="svg_153" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_155" y2="347.78221" x2="1603.91187" y1="292.74351" x1="1604.68706" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" fill="none" x="1643.43354" y="532.84144" width="18.8137" height="50.89929" stroke-width="2" id="svg_156"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m1655.70285,543.19419l-3.794,14.01651l-2.92167,-14.24597l6.71564,0.22946l0.00003,0z" id="svg_157"/>
|
||||
<path stroke="#ff0000" id="svg_158" fill="#ff0000" d="m1642.62487,603.86409l17.7504,0l0,1.62575l-17.7504,0l0,-1.62575zm1.47558,6.90942l14.79924,0l0,1.62576l-14.79924,0l0,-1.62576zm6.87882,-26.96029l1.04159,0l0,20.86374l-1.04159,0l0,-20.86374zm-2.47376,33.86969l5.90234,0l0,1.62575l-5.90234,0l0,-1.62575z"/>
|
||||
<line stroke="#ff0000" id="svg_159" fill="none" x1="1652.09374" y1="499.84427" x2="1651.9445" y2="541.08214" stroke-width="2"/>
|
||||
<path stroke="#ff0000" id="svg_160" d="m1591.36647,655.22727l12.2341,-29.78735l12.2341,29.78735l-24.4682,0z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_166">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1607.10926" y1="357.27016" x2="1718.7455" y2="356.4006" id="svg_161"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_162" cy="527.3109" cx="1719.48202" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1719.31 434.495)" stroke="#ff0000" fill="none" stroke-width="2" x1="1642.21577" y1="434.93002" x2="1796.40536" y2="434.06046" id="svg_163"/>
|
||||
<rect id="svg_164" height="40.42568" width="18.08517" y="411.2803" x="1710.08564" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_165" cy="546.45991" cx="1719.48202" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_174">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1541.8884" y1="499.21834" x2="1652.80574" y2="498.34878" id="svg_167"/>
|
||||
<g stroke="null" id="svg_173">
|
||||
<line stroke="#ff0000" fill="none" x1="1543.50682" y1="500.01237" x2="1542.66589" y2="522.73846" id="svg_168" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_171">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1543.71082,547.81748c-5.46642,0 -9.89743,6.29208 -9.89743,14.05448s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05448 -9.89743,-14.05448zm0,27.02783c-5.04008,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53295,0l-10.24765,-14.53016c-0.15227,-0.21622 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01524,0.75678zm0,-15.30856c0.15227,0.21622 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.2324,-14.53015c0.13705,-0.19461 0.38067,-0.19461 0.53295,0z" id="svg_169"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1537.62695,529.3017l10.72222,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87372,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72222,3.69855l-10.72222,0a0.48738,0.92463 0 0 0 0,1.84927l4.87373,0l0,12.94492a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94492l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_170"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1537.56307,600.71186l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91712l-11.8134,0l0,-1.91712zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91715l-4.71151,0l0,-1.91715z" id="svg_172"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_175" y2="274.61876" x2="1607.43297" y1="158.94153" x1="1608.20816" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_176" y2="669.57885" x2="1603.6161" y1="338.64648" x1="1604.39129" stroke-width="2" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="1584.97846" y1="275.73862" x2="1603.97846" y2="292.73862" id="svg_177" stroke="#ff0000"/>
|
||||
<g id="svg_180" stroke-width="2" stroke="null">
|
||||
<line fill="none" x1="1600.16707" y1="277.80939" x2="1610.53847" y2="290.58406" id="svg_178" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1611.14855" y1="278.32038" x2="1599.55699" y2="290.07308" id="svg_179" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_181" y2="347.78221" x2="1603.91187" y1="292.74351" x1="1604.68706" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" fill="none" x="1643.43354" y="532.84144" width="18.8137" height="50.89929" stroke-width="2" id="svg_182"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m1655.70285,543.19419l-3.794,14.01651l-2.92167,-14.24597l6.71564,0.22946l0.00003,0z" id="svg_183"/>
|
||||
<path stroke="#ff0000" id="svg_184" fill="#ff0000" d="m1642.62487,603.86409l17.7504,0l0,1.62575l-17.7504,0l0,-1.62575zm1.47558,6.90942l14.79924,0l0,1.62576l-14.79924,0l0,-1.62576zm6.87882,-26.96029l1.04159,0l0,20.86374l-1.04159,0l0,-20.86374zm-2.47376,33.86969l5.90234,0l0,1.62575l-5.90234,0l0,-1.62575z"/>
|
||||
<line stroke="#ff0000" id="svg_185" fill="none" x1="1652.09374" y1="499.84427" x2="1651.9445" y2="541.08214" stroke-width="2"/>
|
||||
<path stroke="#ff0000" id="svg_186" d="m1591.36647,655.22727l12.2341,-29.78735l12.2341,29.78735l-24.4682,0z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_192">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1607.10926" y1="357.27016" x2="1718.7455" y2="356.4006" id="svg_187"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_188" cy="527.3109" cx="1719.48202" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1719.31 434.495)" stroke="#ff0000" fill="none" stroke-width="2" x1="1642.21577" y1="434.93002" x2="1796.40536" y2="434.06046" id="svg_189"/>
|
||||
<rect id="svg_190" height="40.42568" width="18.08517" y="411.2803" x="1710.08564" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="18.09541" rx="14.8315" id="svg_191" cy="546.45991" cx="1719.48202" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_223">
|
||||
<rect stroke="#ff0000" fill="none" stroke-width="2" x="1823.90833" y="292.48742" width="13.79657" height="50.36583" id="svg_194"/>
|
||||
<ellipse stroke="#ff0000" ry="7.45707" rx="4.19316" id="svg_195" cy="578.42351" cx="1874.15205" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_196" y2="309.27152" x2="1776.84442" y1="259.86865" x1="1777.61961" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_198" y2="570.7918" x2="1873.86924" y1="471.28898" x1="1874.64443" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1829.65 714.302)" stroke="#ff0000" id="svg_200" d="m1817.41302,729.19578l12.23411,-29.78735l12.2341,29.78735l-24.46821,0z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(90 1831.49 260.102)" id="svg_202" y2="312.46302" x2="1831.09993" y1="207.7408" x1="1831.87512" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_204" y2="366.71854" x2="1881.10012" y1="261.99632" x1="1881.87531" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 1800.64 309.038)" stroke="#ff0000" id="svg_205" y2="333.7397" x2="1800.24876" y1="284.33682" x1="1801.02395" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_207" y2="727.74048" x2="1829.95322" y1="259.17467" x1="1830.72841" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_208" d="m1812.43504,660.56759l-2.41578,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-3.70076,0a12.84988,12.52025 0 0 0 -11.5649,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56997,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51214a1.28499,1.25202 0 0 0 2.56997,0l0,-7.51214a12.84988,12.52025 0 0 0 11.5649,-11.26823l2.48002,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.51399,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.57825,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l3.70077,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85711a10.27991,10.0162 0 0 1 -8.99492,-9.92855zm11.56489,9.92855l0,-19.85711a10.27991,10.0162 0 0 1 0,19.85711z" fill="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_210" d="m1885.83956,661.63142l-2.41578,0l0.98945,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58054,3.06746l-2.26158,0l0.98944,-1.94064a1.28499,1.25202 0 0 0 -2.28728,-1.12682l-1.58053,3.06746l-3.70077,0a12.84988,12.52025 0 0 0 -11.56489,-11.20562l0,-7.57475a1.28499,1.25202 0 0 0 -2.56998,0l0,7.57475a12.84988,12.52025 0 0 0 0,24.9779l0,7.51215a1.28499,1.25202 0 0 0 2.56998,0l0,-7.51215a12.84988,12.52025 0 0 0 11.56489,-11.26823l2.48003,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.56539,1.67771a1.19504,1.16438 0 0 0 0.514,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58053,-3.06746l2.26158,0l-0.98944,1.94064a1.28499,1.25202 0 0 0 0.5654,1.67771a1.19504,1.16438 0 0 0 0.57824,0.13773a1.28499,1.25202 0 0 0 1.14364,-0.68862l1.58054,-3.06746l3.70076,0a1.28499,1.25202 0 0 0 0,-2.50405zm-37.26466,1.25203a10.27991,10.0162 0 0 1 8.99492,-9.92856l0,19.85712a10.27991,10.0162 0 0 1 -8.99492,-9.92856zm11.5649,9.92856l0,-19.85712a10.27991,10.0162 0 0 1 0,19.85712z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1763.67965" y1="469.99494" x2="1874.59699" y2="469.12538" id="svg_211"/>
|
||||
<g stroke="null" id="svg_217">
|
||||
<line stroke="#ff0000" fill="none" x1="1765.29807" y1="470.78897" x2="1764.45713" y2="493.51506" id="svg_212" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_215">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1765.50207,518.59408c-5.46642,0 -9.89743,6.29208 -9.89743,14.05448s4.431,14.05446 9.89743,14.05446s9.89743,-6.29208 9.89743,-14.05446s-4.43101,-14.05448 -9.89743,-14.05448zm0,27.02783c-5.04008,0 -9.13609,-5.81639 -9.13609,-12.97335s4.09601,-12.97337 9.13609,-12.97337s9.13609,5.81639 9.13609,12.97337s-4.09601,12.97335 -9.13609,12.97335zm5.3903,-5.31907c-0.15227,0.21623 -0.3959,0.21623 -0.53295,0l-10.24765,-14.53016c-0.15227,-0.21622 -0.15227,-0.56217 0,-0.75677c0.15227,-0.21623 0.3959,-0.21623 0.53294,0l10.23242,14.53015c0.15227,0.19461 0.15227,0.54055 0.01524,0.75678zm0,-15.30856c0.15227,0.21622 0.15227,0.56217 0,0.75677l-10.23241,14.53015c-0.15227,0.21623 -0.3959,0.21623 -0.53294,0c-0.15227,-0.21621 -0.15227,-0.56217 0,-0.75677l10.2324,-14.53015c0.13705,-0.19461 0.38067,-0.19461 0.53295,0z" id="svg_213"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1759.4182,500.0783l10.72222,0a0.48738,0.92463 0 0 0 0,-1.84927l-4.87372,0l0,-12.9449a0.48738,0.92463 0 0 0 -0.97475,0l0,12.9449l-4.87374,0a0.48738,0.92463 0 0 0 0,1.84927l-0.00001,0zm10.72222,3.69855l-10.72222,0a0.48738,0.92463 0 0 0 0,1.84927l4.87373,0l0,12.94492a0.48738,0.92463 0 0 0 0.97475,0l0,-12.94492l4.87373,0a0.48738,0.92463 0 0 0 0,-1.84927l0.00001,0z" id="svg_214"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1759.35432,571.48846l14.16916,0l0,1.91713l-14.16916,0l0,-1.91713zm1.17788,8.14786l11.8134,0l0,1.91712l-11.8134,0l0,-1.91712zm5.49097,-31.79264l0.83145,0l0,24.60333l-0.83145,0l0,-24.60333zm-1.97468,39.9405l4.71151,0l0,1.91715l-4.71151,0l0,-1.91715z" id="svg_216"/>
|
||||
</g>
|
||||
<g id="svg_221">
|
||||
<line stroke="#ff0000" id="svg_218" y2="211.76376" x2="1830.75957" y1="157.30102" x1="1831.53476" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(180 1830.18 222.811)" stroke="#ff0000" id="svg_219" d="m1818.47685,235.57695l11.70219,-25.53202l11.70218,25.53202l-23.40437,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_220" y2="262.90753" x2="1830.81268" y1="235.24785" x1="1809.536" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1763.67965" y1="469.99494" x2="1874.59699" y2="469.12538" id="svg_222"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 188 KiB |
|
@ -0,0 +1,945 @@
|
|||
<svg width="2000" height="1000" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>该图元没有绑定事件</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<rect id="svg_6" height="0" width="1" y="0" x="454" stroke-width="3" stroke="#ffff00" fill="none"/>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_28" y="36" x="522" stroke-width="0" fill="#ff0000" stroke="#fff" transform="matrix(2.31726 0 0 1.8698 -705.61 -10.2836)">中桥水厂35kV变电所一次系统模拟图</text>
|
||||
<line stroke="#ff0000" stroke-width="3" id="svg_29" y2="91" x2="430.99999" y1="91" x1="37.99999" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_39" height="7" width="12" y="124" x="90" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_41" height="18" width="12" y="151" x="91" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_42" height="9" width="12" y="156" x="106" stroke-width="2" fill="#000000"/>
|
||||
<rect stroke="#ff0000" id="svg_43" height="6" width="12" y="184" x="91" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="6" rx="6.5" id="svg_44" cy="213" cx="97.5" stroke-width="2" fill="none"/>
|
||||
<ellipse id="svg_45" cy="287" cx="255" stroke-width="2" stroke="#ff0000" fill="#ffff00"/>
|
||||
<rect stroke="#ff0000" id="svg_48" height="21" width="11" y="257" x="93" stroke-width="3" fill="none"/>
|
||||
<line id="svg_56" y2="321" x2="189" y1="69" x1="187" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_58" y2="320" x2="261" y1="320" x1="190" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_76" y2="226" x2="374" y1="92" x1="372" stroke-width="3" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_77" height="18" width="12" y="136" x="366" stroke-width="2" fill="none"/>
|
||||
<line id="svg_80" y2="120" x2="441" y1="120" x1="372" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_81" y2="321" x2="444" y1="121" x1="441" stroke-width="2" fill="none"/>
|
||||
<line id="svg_90" y2="86" x2="983" y1="87" x1="546" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_116" y2="320" x2="581" y1="320" x1="445" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_32" y2="113.5" x2="58" y1="113.5" x1="96" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_34" y2="126.5" x2="59" y1="113.5" x1="59" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_35" height="24" width="10" y="127.5" x="54" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_36" height="0" width="5" y="229.5" x="365" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8" rx="7.5" id="svg_78" cy="234" cx="374.5" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8" rx="7.5" id="svg_79" cy="244" cx="374.5" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_140" height="6" width="12" y="184" x="91" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_30" y2="324.99999" x2="98" y1="91" x1="98" stroke-width="3" fill="none"/>
|
||||
<rect id="svg_47" height="7" width="14" y="233" x="90" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_2" y2="313" x2="956" y1="86" x1="956" fill="none"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_5" y2="217" x2="997" y1="217" x1="998" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_10" height="7" width="12" y="111" x="949" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_15" height="6" width="12" y="145" x="950" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_20" height="7" width="12" y="174" x="950" stroke-width="2" fill="none"/>
|
||||
<ellipse id="svg_82" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="238.76957" cx="943.25823" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_89" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="219.00777" cx="942.91368" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_115" stroke="#ff0000" stroke-width="2" y2="256.99764" x2="943.55169" y1="205.00233" x1="942.84746" fill="none"/>
|
||||
<ellipse id="svg_123" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="238.76957" cx="970.25823" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_131" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="219.00777" cx="969.91368" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_132" stroke="#ff0000" stroke-width="2" y2="256.99764" x2="970.55169" y1="205.00233" x1="969.84746" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_166" y2="85" x2="1410.50001" y1="85" x1="1068.5" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_168" y2="314" x2="955.5" y1="314" x1="1103.49999" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_117" y2="228" x2="701" y1="89" x1="699" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_119" y2="108.5" x2="669" y1="108.5" x1="699" stroke-width="2" fill="none"/>
|
||||
<line id="svg_120" y2="120.5" x2="669" y1="107.5" x1="669" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#333333" id="svg_121" height="24" width="10" y="121.5" x="664" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_125" height="7" width="12" y="116" x="693" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_126" height="11" width="14" y="176" x="692" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_127" height="9" width="12" y="140" x="709" stroke-width="2" fill="#000000"/>
|
||||
<rect stroke="#ff0000" id="svg_128" height="11" width="12" y="139" x="693" stroke-width="2" fill="#ff0000"/>
|
||||
<ellipse stroke="#ff0000" ry="8" rx="6" id="svg_129" cy="237" cx="700" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_130" y2="283" x2="701" y1="246" x1="701" stroke-width="2" fill="none"/>
|
||||
<line id="svg_143" y2="234.5" x2="746" y1="234.5" x1="706" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_144" y2="279.5" x2="745" y1="279.5" x1="702" stroke-width="2" fill="none"/>
|
||||
<line id="svg_145" y2="297.5" x2="747" y1="233.5" x1="747" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_146" y2="243.5" x2="746" y1="243.5" x1="704" stroke-width="2" fill="none"/>
|
||||
<path fill="#ff0000" d="m741.97036,292.62552l1.04146,-1.45718l5.6829,7.95135l-1.04146,1.45718l-5.6829,-7.95135zm4.64168,6.50043l5.6829,-7.95135l1.0417,1.45751l-5.68314,7.95135l-1.04146,-1.45751zm-4.6405,0.08343l1.04146,-1.45718l5.6829,7.95135l-1.04146,1.45718l-5.6829,-7.95135zm4.64168,6.50043l5.6829,-7.95135l1.04146,1.45718l-5.6829,7.95102l-1.04146,-1.45685zm0.10511,-14.53554l1.47299,0l0,7.82373l-1.47299,0l0,-7.82373z" id="svg_3" stroke="#ff0000" transform="rotate(-0.0316011 747.654 299.167)"/>
|
||||
<line stroke="#ff0000" id="svg_217" y2="223" x2="1289" y1="84" x1="1287" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_218" y2="102.5" x2="1257" y1="102.5" x1="1287" stroke-width="2" fill="none"/>
|
||||
<line id="svg_219" y2="114.5" x2="1258" y1="101.5" x1="1258" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_220" height="24" width="10" y="114.5" x="1253" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_222" height="7" width="12" y="111" x="1281" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_223" height="11" width="14" y="171" x="1280" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_224" height="9" width="12" y="135" x="1297" stroke-width="2" fill="#000000"/>
|
||||
<rect stroke="#ff0000" id="svg_225" height="11" width="12" y="134" x="1281" stroke-width="2" fill="none"/>
|
||||
<ellipse stroke="#ff0000" ry="8" rx="6" id="svg_226" cy="232" cx="1288" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_227" y2="278" x2="1289" y1="241" x1="1289" stroke-width="2" fill="none"/>
|
||||
<line id="svg_228" y2="229.5" x2="1334" y1="229.5" x1="1294" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_229" y2="274.5" x2="1333" y1="274.5" x1="1290" stroke-width="2" fill="none"/>
|
||||
<line id="svg_230" y2="292.5" x2="1335" y1="228.5" x1="1335" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_231" y2="238.5" x2="1334" y1="238.5" x1="1292" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(-0.0316011 1335.65 294.167)" fill="#ff0000" d="m1329.97036,287.62552l1.04146,-1.45718l5.6829,7.95135l-1.04146,1.45718l-5.6829,-7.95135zm4.64168,6.50043l5.6829,-7.95135l1.0417,1.45751l-5.68314,7.95135l-1.04146,-1.45751zm-4.6405,0.08343l1.04146,-1.45718l5.6829,7.95135l-1.04146,1.45718l-5.6829,-7.95135zm4.64168,6.50043l5.6829,-7.95135l1.04146,1.45718l-5.6829,7.95102l-1.04146,-1.45685zm0.10511,-14.53554l1.47299,0l0,7.82373l-1.47299,0l0,-7.82373z" id="svg_232" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_91" y2="319.00002" x2="582" y1="86" x1="581" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_101" height="12" width="14" y="115" x="575" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_102" height="11" width="14" y="132" x="575" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_103" height="6" width="12" y="155" x="575" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_104" height="9" width="22" y="179" x="570" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_106" y2="254.20635" x2="610" y1="254.20635" x1="583" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_107" y2="279.20635" x2="609" y1="254.20635" x1="609" fill="none"/>
|
||||
<g id="svg_142">
|
||||
<line stroke="#ff0000" id="svg_108" y2="280.20635" x2="617" y1="280.20635" x1="599" fill="none"/>
|
||||
<line id="svg_109" y2="291.20635" x2="608" y1="280.20635" x1="608" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_110" cy="298.70635" cx="608.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_111" y2="320.20635" x2="608" y1="306.20635" x1="608" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_112" y2="312.20635" x2="615" y1="312.20635" x1="601" fill="none"/>
|
||||
<line id="svg_113" y2="303.20635" x2="613" y1="292.20635" x1="604" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_114" y2="303.20635" x2="605" y1="293.20635" x1="612" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_235" y2="325.00001" x2="1385" y1="85" x1="1385" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_244" height="12" width="14" y="114" x="1378" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_245" height="11" width="14" y="131" x="1378" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_246" height="6" width="12" y="154" x="1378" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_247" height="9" width="22" y="178" x="1373" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_248" y2="254" x2="1413" y1="254" x1="1386" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_249" y2="279" x2="1412" y1="254" x1="1412" fill="none"/>
|
||||
<g id="svg_257">
|
||||
<line stroke="#ff0000" id="svg_250" y2="280" x2="1420" y1="280" x1="1402" fill="none"/>
|
||||
<line id="svg_251" y2="291" x2="1411" y1="280" x1="1411" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_252" cy="298.5" cx="1411.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_253" y2="320" x2="1411" y1="306" x1="1411" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_254" y2="312" x2="1418" y1="312" x1="1404" fill="none"/>
|
||||
<line id="svg_255" y2="303" x2="1416" y1="292" x1="1407" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_256" y2="303" x2="1408" y1="293" x1="1415" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_260" y2="85" x2="1809" y1="84" x1="1493" stroke-width="3" fill="none"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_261" y2="247" x2="1536" y1="83" x1="1535" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect id="svg_263" height="11" width="14" y="145" x="1527" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_264" y2="120" x2="1536" y1="120" x1="1488" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_266" y2="323.99999" x2="1490" y1="119" x1="1489" stroke-width="2" fill="none"/>
|
||||
<line id="svg_267" y2="324" x2="1491" y1="324" x1="1385" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_169" height="7" width="12" y="107" x="1612" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_170" height="7" width="12" y="173" x="1613" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_171" height="9" width="12" y="138" x="1624" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_278" y2="319.99998" x2="1617.5" y1="84" x1="1617.5" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_279" height="7" width="12" y="112" x="1773" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_280" height="7" width="12" y="175" x="1773" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_281" height="9" width="12" y="148" x="1791" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_172" y2="219" x2="1646" y1="219" x1="1619" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_173" y2="244" x2="1645" y1="219" x1="1645" fill="none"/>
|
||||
<g id="svg_181">
|
||||
<line stroke="#ff0000" id="svg_174" y2="245" x2="1654" y1="245" x1="1636" fill="none"/>
|
||||
<line id="svg_175" y2="256" x2="1645" y1="245" x1="1645" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_176" cy="263.5" cx="1645.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_177" y2="285" x2="1645" y1="271" x1="1645" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_178" y2="277" x2="1652" y1="277" x1="1638" fill="none"/>
|
||||
<line id="svg_179" y2="268" x2="1650" y1="257" x1="1641" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_180" y2="268" x2="1642" y1="258" x1="1649" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_295" y2="321" x2="1700" y1="53" x1="1701" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(5.68313 1657.97 319.296)" stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_296" y2="316.29562" x2="1698.95584" y1="322.29562" x1="1616.98532" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-0.956731 1779 204)" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_298" y2="324" x2="1776.5" y1="84" x1="1781.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_300" y2="100" x2="1810.5" y1="100" x1="1778.5" stroke-width="2" fill="none"/>
|
||||
<line id="svg_301" y2="116" x2="1809.5" y1="99" x1="1809.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_303" height="24" width="10" y="116.5" x="1805" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_304" height="11" width="14" y="147" x="1772" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_305" height="15" width="14" y="218" x="1771" stroke-width="2" fill="none"/>
|
||||
<g id="svg_306">
|
||||
<line id="svg_53" y2="311" x2="98" y1="271" x1="136" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" d="m148.74508,265.72149l4.49999,-16.97812l4.49999,16.97812l-8.99998,0z" id="svg_1" stroke="#ff0000" transform="rotate(179.358 153.245 257.232)"/>
|
||||
<line stroke="#ff0000" id="svg_49" y2="237" x2="154" y1="237" x1="99" stroke-width="2" fill="none"/>
|
||||
<line id="svg_51" y2="273" x2="135" y1="237" x1="135" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_55" y2="263" x2="154" y1="237" x1="153" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_307" y2="300" x2="1780" y1="260" x1="1818" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path transform="rotate(179.358 1835.25 246.233)" fill="#ff0000" d="m1830.74508,254.72149l4.49999,-16.97812l4.49999,16.97812l-8.99998,0z" id="svg_308" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_309" y2="226" x2="1836" y1="226" x1="1779" stroke-width="2" fill="none"/>
|
||||
<line id="svg_310" y2="262" x2="1817" y1="226" x1="1817" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_311" y2="252" x2="1836" y1="226" x1="1835" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_57" y2="321" x2="261" y1="92" x1="258" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_59" height="8" width="15" y="122" x="251" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_60" height="8" width="15" y="181" x="251" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_61" height="9" width="12" y="152" x="263" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_62" y2="208" x2="279" y1="208" x1="259" stroke-width="2" fill="none"/>
|
||||
<line stroke-width="2" id="svg_64" y2="228" x2="278" y1="209" x1="278" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_66" y2="228" x2="287" y1="228" x1="269" fill="none"/>
|
||||
<line id="svg_68" y2="239" x2="278" y1="228" x1="278" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_69" cy="246.5" cx="278.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_70" y2="268" x2="278" y1="254" x1="278" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_72" y2="260" x2="285" y1="260" x1="271" fill="none"/>
|
||||
<line id="svg_73" y2="251" x2="283" y1="240" x1="274" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_75" y2="251" x2="275" y1="241" x1="282" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(0.514773 1101.5 199.5)" stroke="#ff0000" id="svg_314" y2="314" x2="1103" y1="85" x1="1100" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_315" height="8" width="15" y="115" x="1093" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_316" height="8" width="15" y="174" x="1093" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_317" height="9" width="12" y="145" x="1105" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_318" y2="251" x2="1123" y1="251" x1="1103" stroke-width="2" fill="none"/>
|
||||
<line stroke-width="2" id="svg_319" y2="271" x2="1122" y1="252" x1="1122" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_320" y2="271" x2="1131" y1="271" x1="1113" fill="none"/>
|
||||
<line id="svg_321" y2="282" x2="1122" y1="271" x1="1122" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_322" cy="289.5" cx="1122.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_323" y2="311" x2="1122" y1="297" x1="1122" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_324" y2="303" x2="1129" y1="303" x1="1115" fill="none"/>
|
||||
<line id="svg_325" y2="294" x2="1127" y1="283" x1="1118" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_326" y2="294" x2="1119" y1="284" x1="1126" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_334" y2="518" x2="845.5" y1="480" x1="845.5" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-0.53314 440 520)" id="svg_335" y2="523" x2="846.5" y1="517" x1="33.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_343" y2="520" x2="1199.5" y1="482" x1="1199.5" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(1.87481 1580 521)" stroke="#ff0000" id="svg_344" y2="508.46343" x2="1961.40943" y1="533.53657" x1="1198.59059" opacity="NaN" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.967953 34.4135 674.431)" stroke="#ff0000" id="svg_345" y2="828.85421" x2="38.41353" y1="520.00772" x1="30.41353" opacity="NaN" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_348" y2="581" x2="983" y1="581" x1="108.99999" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_350" y2="829" x2="110.5" y1="829" x1="36.5" stroke-width="2" fill="none"/>
|
||||
<g id="svg_444"/>
|
||||
<line stroke="#ff0000" id="svg_662" y2="577" x2="1915.00004" y1="577" x1="1062" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-6.69683 955 597)" stroke="#ff0000" id="svg_636" y2="612" x2="953.5" y1="582" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_637" d="m954.8515,615.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_638" y2="654" x2="956.5" y1="622" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_639" d="m950.14479,653.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 957.039 749.514)" stroke="#ff0000" id="svg_640" y2="832.00025" x2="958.53947" y1="667.02722" x1="955.53947" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_641"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.91368" cy="691.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_642"/>
|
||||
<line stroke="#ff0000" fill="none" x1="939.8475" y1="678.00233" x2="939.55173" y2="725.99763" stroke-width="2" id="svg_643"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="971.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_644"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="970.91368" cy="692.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_645"/>
|
||||
<line stroke="#ff0000" fill="none" x1="970.8475" y1="679.00234" x2="970.55173" y2="725.99763" stroke-width="2" id="svg_646"/>
|
||||
<line stroke="#ff0000" id="svg_647" y2="759" x2="985" y1="759" x1="956" stroke-width="2" fill="none"/>
|
||||
<g id="svg_655">
|
||||
<path stroke="#ffff00" id="svg_648" d="m976.91017,771.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_654">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_649" cy="796.5" cx="983.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_650" y2="819" x2="983" y1="805" x1="983" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_651" y2="812" x2="990" y1="812" x1="976" fill="none"/>
|
||||
<line id="svg_652" y2="802" x2="988" y1="791" x1="979" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_653" y2="802" x2="981" y1="792" x1="988" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line transform="rotate(-6.69683 955 597)" stroke="#ff0000" id="svg_663" y2="612" x2="953.5" y1="582" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_664" d="m954.8515,615.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_665" y2="654" x2="956.5" y1="622" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_666" d="m950.14479,653.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_668"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.91368" cy="691.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_669"/>
|
||||
<line stroke="#ff0000" fill="none" x1="939.8475" y1="678.00233" x2="939.55173" y2="725.99763" stroke-width="2" id="svg_670"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="971.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_671"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="970.91368" cy="692.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_672"/>
|
||||
<line stroke="#ff0000" fill="none" x1="970.8475" y1="679.00234" x2="970.55173" y2="725.99763" stroke-width="2" id="svg_673"/>
|
||||
<line stroke="#ff0000" id="svg_674" y2="759" x2="985" y1="759" x1="956" stroke-width="2" fill="none"/>
|
||||
<g id="svg_682">
|
||||
<path stroke="#ffff00" id="svg_675" d="m976.91017,771.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_681">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_676" cy="796.5" cx="983.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_677" y2="819" x2="983" y1="805" x1="983" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_678" y2="812" x2="990" y1="812" x1="976" fill="none"/>
|
||||
<line id="svg_679" y2="802" x2="988" y1="791" x1="979" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_680" y2="802" x2="981" y1="792" x1="988" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line transform="rotate(-6.69683 955 597)" stroke="#ff0000" id="svg_683" y2="612" x2="953.5" y1="582" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_684" d="m954.8515,615.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_685" y2="654" x2="956.5" y1="622" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_686" d="m950.14479,653.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_688"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.91368" cy="691.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_689"/>
|
||||
<line stroke="#ff0000" fill="none" x1="939.8475" y1="678.00233" x2="939.55173" y2="725.99763" stroke-width="2" id="svg_690"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="971.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_691"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="970.91368" cy="692.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_692"/>
|
||||
<line stroke="#ff0000" fill="none" x1="970.8475" y1="679.00234" x2="970.55173" y2="725.99763" stroke-width="2" id="svg_693"/>
|
||||
<line stroke="#ff0000" id="svg_694" y2="759" x2="985" y1="759" x1="956" stroke-width="2" fill="none"/>
|
||||
<g id="svg_702">
|
||||
<path stroke="#ffff00" id="svg_695" d="m976.91017,771.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_701">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_696" cy="796.5" cx="983.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_697" y2="819" x2="983" y1="805" x1="983" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_698" y2="812" x2="990" y1="812" x1="976" fill="none"/>
|
||||
<line id="svg_699" y2="802" x2="988" y1="791" x1="979" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_700" y2="802" x2="981" y1="792" x1="988" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line transform="rotate(-6.69683 955 597)" stroke="#ff0000" id="svg_703" y2="612" x2="953.5" y1="582" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_704" d="m954.8515,615.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_705" y2="654" x2="956.5" y1="622" x1="956.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_706" d="m950.14479,653.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_707"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="939.91368" cy="691.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_708"/>
|
||||
<line stroke="#ff0000" fill="none" x1="939.8475" y1="678.00233" x2="939.55173" y2="725.99763" stroke-width="2" id="svg_709"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="971.25823" cy="711.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_710"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="970.91368" cy="692.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_711"/>
|
||||
<line stroke="#ff0000" fill="none" x1="970.8475" y1="679.00234" x2="970.55173" y2="725.99763" stroke-width="2" id="svg_712"/>
|
||||
<line stroke="#ff0000" id="svg_713" y2="759" x2="985" y1="759" x1="956" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_714" d="m976.91017,771.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_720">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_715" cy="796.5" cx="983.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_716" y2="819" x2="983" y1="805" x1="983" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_717" y2="812" x2="990" y1="812" x1="976" fill="none"/>
|
||||
<line id="svg_718" y2="802" x2="988" y1="791" x1="979" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_719" y2="802" x2="981" y1="792" x1="988" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line transform="rotate(-6.69683 1111 593)" stroke="#ff0000" id="svg_723" y2="608" x2="1109.5" y1="578" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_724" d="m1110.8515,611.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_725" y2="650" x2="1112.5" y1="618" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_726" d="m1106.14479,649.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1113.03 746.014)" stroke="#ff0000" id="svg_727" y2="829.00013" x2="1114.53286" y1="663.02718" x1="1111.53286" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-6.69683 1111 593)" stroke="#ff0000" id="svg_743" y2="608" x2="1109.5" y1="578" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_744" d="m1110.8515,611.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_745" y2="650" x2="1112.5" y1="618" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_746" d="m1106.14479,649.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-6.69683 1111 593)" stroke="#ff0000" id="svg_762" y2="608" x2="1109.5" y1="578" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_763" d="m1110.8515,611.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_764" y2="650" x2="1112.5" y1="618" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_765" d="m1106.14479,649.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-6.69683 1111 593)" stroke="#ff0000" id="svg_781" y2="608" x2="1109.5" y1="578" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_782" d="m1110.8515,611.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_783" y2="650" x2="1112.5" y1="618" x1="1112.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_784" d="m1106.14479,649.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line id="svg_801" y2="830" x2="1115" y1="830" x1="958" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_373" y2="759" x2="111.5" y1="759" x1="89.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(-6.69683 109 596)" stroke="#ff0000" id="svg_349" y2="611" x2="107.5" y1="581" x1="110.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_351" d="m108.8515,614.66243l1.6846,0l0,5.5314l-1.6846,0l0,-5.5314zm-0.4229,0.04649l1.19108,-0.81851l6.49933,4.46635l-1.19135,0.81851l-6.49906,-4.46635zm-5.30878,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187zm5.30959,-7.33735l1.19108,-0.81851l6.49933,4.46635l-1.19108,0.81851l-6.49933,-4.46635zm-5.30878,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_352" y2="653" x2="110.5" y1="621" x1="110.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_353" d="m104.14479,652.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.3084,5.28215l6.49919,-6.46115l1.19132,1.18435l-6.49946,6.46115l-1.19106,-1.18435l0.00001,0zm-5.30706,0.06779l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.3084,5.28215l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18382l0,0.00001zm0.12021,-11.81136l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 111.039 748.514)" stroke="#ff0000" id="svg_355" y2="831.00025" x2="112.53947" y1="666.02722" x1="109.53947" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="109.25823" cy="707.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_366"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="109.91368" cy="687.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_367"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="109.25823" cy="727.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_369"/>
|
||||
<path stroke="#ff0000" id="svg_371" d="m84.91017,772.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_382">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_376" cy="797.5" cx="91.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_377" y2="820" x2="91" y1="806" x1="91" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_378" y2="813" x2="98" y1="813" x1="84" fill="none"/>
|
||||
<line id="svg_379" y2="803" x2="96" y1="792" x1="87" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_380" y2="803" x2="89" y1="793" x1="96" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_1033" y2="754" x2="1873.5" y1="754" x1="1851.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line transform="rotate(-6.69683 1871 591)" stroke="#ff0000" id="svg_1034" y2="606" x2="1869.5" y1="576" x1="1872.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_1035" d="m1870.8515,609.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_1036" y2="648" x2="1872.5" y1="616" x1="1872.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_1037" d="m1866.14479,647.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1873.04 743.514)" stroke="#ff0000" id="svg_1038" y2="826.00025" x2="1874.53947" y1="661.02722" x1="1871.53947" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1871.25823" cy="702.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_1049"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1871.91368" cy="682.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_1050"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1871.25823" cy="722.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_1051"/>
|
||||
<path stroke="#ff0000" id="svg_1053" d="m1846.91017,767.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_1059">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_1054" cy="792.5" cx="1853.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_1055" y2="815" x2="1853" y1="801" x1="1853" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_1056" y2="808" x2="1860" y1="808" x1="1846" fill="none"/>
|
||||
<line id="svg_1057" y2="798" x2="1858" y1="787" x1="1849" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_1058" y2="798" x2="1851" y1="788" x1="1858" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_1062" y2="823" x2="1964" y1="823" x1="1874" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_1063" y2="825" x2="1964" y1="520" x1="1960" stroke-width="2" fill="none"/>
|
||||
<g id="svg_162">
|
||||
<line transform="rotate(-6.69683 266 594.858)" stroke="#ff0000" id="svg_74" y2="609.85768" x2="264.50026" y1="579.85768" x1="267.50026" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_118" d="m265.85176,613.52011l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_122" y2="651.85768" x2="267.50026" y1="619.85768" x1="267.50026" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_133" d="m261.14505,651.33602l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 268.039 747.372)" stroke="#ff0000" id="svg_134" y2="829.85793" x2="269.53973" y1="664.8849" x1="266.53973" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="250.25849" cy="709.62725" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_135"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="250.91394" cy="688.86545" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_136"/>
|
||||
<line stroke="#ff0000" fill="none" x1="250.84776" y1="675.86001" x2="250.55199" y2="723.85531" stroke-width="2" id="svg_139"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="282.25849" cy="709.62725" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_141"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="281.91394" cy="689.86545" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_147"/>
|
||||
<line stroke="#ff0000" fill="none" x1="281.84776" y1="676.86002" x2="281.55199" y2="723.85531" stroke-width="2" id="svg_148"/>
|
||||
<line stroke="#ff0000" id="svg_149" y2="756.85768" x2="296.00026" y1="756.85768" x1="267.00026" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_150" d="m287.91043,769.08808l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_156">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_151" cy="794.35768" cx="294.50026" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_152" y2="816.85768" x2="294.00026" y1="802.85768" x1="294.00026" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_153" y2="809.85768" x2="301.00026" y1="809.85768" x1="287.00026" fill="none"/>
|
||||
<line id="svg_154" y2="799.85768" x2="299.00026" y1="788.85768" x1="290.00026" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_155" y2="799.85768" x2="292.00026" y1="789.85768" x1="299.00026" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_157" y2="756.85768" x2="269.00026" y1="756.85768" x1="247.00026" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_158" y2="778.85768" x2="248.00026" y1="755.85768" x1="248.00026" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_159" y2="785.85768" x2="256.50026" y1="785.85768" x1="239.50026" stroke-width="2" fill="none"/>
|
||||
<line id="svg_160" y2="795.85768" x2="247.50026" y1="784.85768" x1="247.50026" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 247.851 799.936)" stroke="#ff0000" id="svg_161" d="m244.42042,804.56262l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_293">
|
||||
<line transform="rotate(-6.69683 354.97 597.206)" stroke="#ff0000" id="svg_163" y2="612.20588" x2="353.47072" y1="582.20588" x1="356.47072" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_164" d="m354.82222,615.86831l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_165" y2="654.20588" x2="356.47072" y1="622.20588" x1="356.47072" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_167" d="m350.11551,653.68422l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 357.009 749.72)" stroke="#ff0000" id="svg_182" y2="832.20613" x2="358.51019" y1="667.2331" x1="355.51019" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="339.22895" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_183"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="339.8844" cy="691.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_221"/>
|
||||
<line stroke="#ff0000" fill="none" x1="339.81822" y1="678.20821" x2="339.52245" y2="726.20351" stroke-width="2" id="svg_233"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="371.22895" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_259"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="370.8844" cy="692.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_262"/>
|
||||
<line stroke="#ff0000" fill="none" x1="370.81822" y1="679.20822" x2="370.52245" y2="726.20351" stroke-width="2" id="svg_265"/>
|
||||
<line stroke="#ff0000" id="svg_276" y2="759.20588" x2="384.97072" y1="759.20588" x1="355.97072" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_277" d="m376.88089,771.43628l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_287">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_282" cy="796.70588" cx="383.47072" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_283" y2="819.20588" x2="382.97072" y1="805.20588" x1="382.97072" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_284" y2="812.20588" x2="389.97072" y1="812.20588" x1="375.97072" fill="none"/>
|
||||
<line id="svg_285" y2="802.20588" x2="387.97072" y1="791.20588" x1="378.97072" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_286" y2="802.20588" x2="380.97072" y1="792.20588" x1="387.97072" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_288" y2="759.20588" x2="357.97072" y1="759.20588" x1="335.97072" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_289" y2="781.20588" x2="336.97072" y1="758.20588" x1="336.97072" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_290" y2="788.20588" x2="345.47072" y1="788.20588" x1="328.47072" stroke-width="2" fill="none"/>
|
||||
<line id="svg_291" y2="798.20588" x2="336.47072" y1="787.20588" x1="336.47072" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 336.821 802.284)" stroke="#ff0000" id="svg_292" d="m333.39088,806.91082l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_437">
|
||||
<g id="svg_67">
|
||||
<line transform="rotate(-6.69683 441 595)" stroke="#ff0000" id="svg_480" y2="610" x2="439.5" y1="580" x1="442.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_481" d="m440.8515,613.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_482" y2="652" x2="442.5" y1="620" x1="442.5" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_483" d="m436.14479,651.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 443.039 747.514)" stroke="#ff0000" id="svg_484" y2="830.00025" x2="444.53947" y1="665.02722" x1="441.53947" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="425.25823" cy="709.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_485"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="425.91368" cy="689.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_486"/>
|
||||
<line stroke="#ff0000" fill="none" x1="425.8475" y1="676.00233" x2="425.55173" y2="723.99763" stroke-width="2" id="svg_487"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="457.25823" cy="709.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_488"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="456.91368" cy="690.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_489"/>
|
||||
<line stroke="#ff0000" fill="none" x1="456.8475" y1="677.00234" x2="456.55173" y2="723.99763" stroke-width="2" id="svg_490"/>
|
||||
<line stroke="#ff0000" id="svg_491" y2="757" x2="471" y1="757" x1="442" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_492" d="m462.91017,769.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_498">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_493" cy="794.5" cx="469.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_494" y2="817" x2="469" y1="803" x1="469" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_495" y2="810" x2="476" y1="810" x1="462" fill="none"/>
|
||||
<line id="svg_496" y2="800" x2="474" y1="789" x1="465" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_497" y2="800" x2="467" y1="790" x1="474" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_500" y2="757" x2="444" y1="757" x1="422" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_501" y2="779" x2="423" y1="756" x1="423" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_502" y2="786" x2="431.5" y1="786" x1="414.5" stroke-width="2" fill="none"/>
|
||||
<line id="svg_503" y2="796" x2="422.5" y1="785" x1="422.5" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 422.851 800.078)" stroke="#ff0000" id="svg_504" d="m419.42016,804.70494l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_410">
|
||||
<line transform="rotate(-6.69683 513.059 597.206)" stroke="#ff0000" id="svg_294" y2="612.20588" x2="511.55872" y1="582.20588" x1="514.55872" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_297" d="m512.91022,615.86831l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_299" y2="654.20588" x2="514.55872" y1="622.20588" x1="514.55872" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_302" d="m508.20351,653.68422l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 515.098 749.72)" stroke="#ff0000" id="svg_312" y2="832.20613" x2="516.59819" y1="667.2331" x1="513.59819" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="497.31695" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_328"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="497.9724" cy="691.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_336"/>
|
||||
<line stroke="#ff0000" fill="none" x1="497.90622" y1="678.20821" x2="497.61045" y2="726.20351" stroke-width="2" id="svg_346"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="529.31695" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_347"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="528.9724" cy="692.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_354"/>
|
||||
<line stroke="#ff0000" fill="none" x1="528.90622" y1="679.20822" x2="528.61045" y2="726.20351" stroke-width="2" id="svg_368"/>
|
||||
<line stroke="#ff0000" id="svg_370" y2="759.20588" x2="543.05872" y1="759.20588" x1="514.05872" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_372" d="m534.96889,771.43628l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_397">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_374" cy="796.70588" cx="541.55872" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_375" y2="819.20588" x2="541.05872" y1="805.20588" x1="541.05872" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_381" y2="812.20588" x2="548.05872" y1="812.20588" x1="534.05872" fill="none"/>
|
||||
<line id="svg_393" y2="802.20588" x2="546.05872" y1="791.20588" x1="537.05872" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_396" y2="802.20588" x2="539.05872" y1="792.20588" x1="546.05872" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_398" y2="759.20588" x2="516.05872" y1="759.20588" x1="494.05872" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_399" y2="781.20588" x2="495.05872" y1="758.20588" x1="495.05872" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_400" y2="788.20588" x2="503.55872" y1="788.20588" x1="486.55872" stroke-width="2" fill="none"/>
|
||||
<line id="svg_402" y2="798.20588" x2="494.55872" y1="787.20588" x1="494.55872" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 494.91 802.284)" stroke="#ff0000" id="svg_409" d="m491.47888,806.91082l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_436">
|
||||
<line transform="rotate(-6.69683 606.441 597.206)" stroke="#ff0000" id="svg_411" y2="612.20588" x2="604.94093" y1="582.20588" x1="607.94093" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_412" d="m606.29244,615.86831l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_413" y2="654.20588" x2="607.94093" y1="622.20588" x1="607.94093" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_414" d="m601.58573,653.68422l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 608.48 749.72)" stroke="#ff0000" id="svg_415" y2="832.20613" x2="609.9804" y1="667.2331" x1="606.9804" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="590.69916" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_416"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="591.35461" cy="691.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_417"/>
|
||||
<line stroke="#ff0000" fill="none" x1="591.28843" y1="678.20821" x2="590.99266" y2="726.20351" stroke-width="2" id="svg_418"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="622.69916" cy="711.97545" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_419"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="622.35461" cy="692.21365" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_420"/>
|
||||
<line stroke="#ff0000" fill="none" x1="622.28843" y1="679.20822" x2="621.99266" y2="726.20351" stroke-width="2" id="svg_421"/>
|
||||
<line stroke="#ff0000" id="svg_422" y2="759.20588" x2="636.44093" y1="759.20588" x1="607.44093" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_423" d="m628.35111,771.43628l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_430">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_424" cy="796.70588" cx="634.94093" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_425" y2="819.20588" x2="634.44093" y1="805.20588" x1="634.44093" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_426" y2="812.20588" x2="641.44093" y1="812.20588" x1="627.44093" fill="none"/>
|
||||
<line id="svg_427" y2="802.20588" x2="639.44093" y1="791.20588" x1="630.44093" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_428" y2="802.20588" x2="632.44093" y1="792.20588" x1="639.44093" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_431" y2="759.20588" x2="609.44093" y1="759.20588" x1="587.44093" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_432" y2="781.20588" x2="588.44093" y1="758.20588" x1="588.44093" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_433" y2="788.20588" x2="596.94093" y1="788.20588" x1="579.94093" stroke-width="2" fill="none"/>
|
||||
<line id="svg_434" y2="798.20588" x2="587.94093" y1="787.20588" x1="587.94093" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 588.292 802.284)" stroke="#ff0000" id="svg_435" d="m584.8611,806.91082l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_538">
|
||||
<g id="svg_463">
|
||||
<line transform="rotate(-6.69683 686.588 595.735)" stroke="#ff0000" id="svg_438" y2="610.73529" x2="685.08788" y1="580.73529" x1="688.08788" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_439" d="m686.43938,614.39772l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_440" y2="652.73529" x2="688.08788" y1="620.73529" x1="688.08788" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_441" d="m681.73267,652.21363l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 688.627 748.249)" stroke="#ff0000" id="svg_442" y2="830.73554" x2="690.12735" y1="665.76251" x1="687.12735" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="670.84611" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_443"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="671.50156" cy="689.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_445"/>
|
||||
<line stroke="#ff0000" fill="none" x1="671.43538" y1="676.73762" x2="671.13961" y2="724.73292" stroke-width="2" id="svg_446"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="702.84611" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_447"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="702.50156" cy="690.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_448"/>
|
||||
<line stroke="#ff0000" fill="none" x1="702.43538" y1="677.73763" x2="702.13961" y2="724.73292" stroke-width="2" id="svg_449"/>
|
||||
<line stroke="#ff0000" id="svg_450" y2="757.73529" x2="716.58788" y1="757.73529" x1="687.58788" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_451" d="m708.49805,769.96569l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_457">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_452" cy="795.23529" cx="715.08788" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_453" y2="817.73529" x2="714.58788" y1="803.73529" x1="714.58788" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_454" y2="810.73529" x2="721.58788" y1="810.73529" x1="707.58788" fill="none"/>
|
||||
<line id="svg_455" y2="800.73529" x2="719.58788" y1="789.73529" x1="710.58788" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_456" y2="800.73529" x2="712.58788" y1="790.73529" x1="719.58788" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_458" y2="757.73529" x2="689.58788" y1="757.73529" x1="667.58788" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_459" y2="779.73529" x2="668.58788" y1="756.73529" x1="668.58788" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_460" y2="786.73529" x2="677.08788" y1="786.73529" x1="660.08788" stroke-width="2" fill="none"/>
|
||||
<line id="svg_461" y2="796.73529" x2="668.08788" y1="785.73529" x1="668.08788" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 668.439 800.813)" stroke="#ff0000" id="svg_462" d="m665.00804,805.44023l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_512">
|
||||
<line transform="rotate(-6.69683 758.647 597.941)" stroke="#ff0000" id="svg_464" y2="612.94117" x2="757.14659" y1="582.94117" x1="760.14659" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_465" d="m758.4981,616.6036l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_466" y2="654.94117" x2="760.14659" y1="622.94117" x1="760.14659" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_467" d="m753.79139,654.41951l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 760.686 750.455)" stroke="#ff0000" id="svg_468" y2="832.94142" x2="762.18606" y1="667.96839" x1="759.18606" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="742.90482" cy="712.71074" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_469"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="743.56027" cy="691.94894" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_470"/>
|
||||
<line stroke="#ff0000" fill="none" x1="743.49409" y1="678.9435" x2="743.19832" y2="726.9388" stroke-width="2" id="svg_471"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="774.90482" cy="712.71074" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_472"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="774.56027" cy="692.94894" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_473"/>
|
||||
<line stroke="#ff0000" fill="none" x1="774.49409" y1="679.94351" x2="774.19832" y2="726.9388" stroke-width="2" id="svg_474"/>
|
||||
<line stroke="#ff0000" id="svg_475" y2="759.94117" x2="788.64659" y1="759.94117" x1="759.64659" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_476" d="m780.55677,772.17157l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_506">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_477" cy="797.44117" cx="787.14659" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_478" y2="819.94117" x2="786.64659" y1="805.94117" x1="786.64659" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_479" y2="812.94117" x2="793.64659" y1="812.94117" x1="779.64659" fill="none"/>
|
||||
<line id="svg_499" y2="802.94117" x2="791.64659" y1="791.94117" x1="782.64659" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_505" y2="802.94117" x2="784.64659" y1="792.94117" x1="791.64659" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_507" y2="759.94117" x2="761.64659" y1="759.94117" x1="739.64659" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_508" y2="781.94117" x2="740.64659" y1="758.94117" x1="740.64659" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_509" y2="788.94117" x2="749.14659" y1="788.94117" x1="732.14659" stroke-width="2" fill="none"/>
|
||||
<line id="svg_510" y2="798.94117" x2="740.14659" y1="787.94117" x1="740.14659" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 740.498 803.019)" stroke="#ff0000" id="svg_511" d="m737.06676,807.64611l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_537">
|
||||
<line transform="rotate(-6.69683 852.029 597.941)" stroke="#ff0000" id="svg_513" y2="612.94117" x2="850.52881" y1="582.94117" x1="853.52881" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_514" d="m851.88032,616.6036l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_515" y2="654.94117" x2="853.52881" y1="622.94117" x1="853.52881" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_516" d="m847.17361,654.41951l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 854.068 750.455)" stroke="#ff0000" id="svg_517" y2="832.94142" x2="855.56828" y1="667.96839" x1="852.56828" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="836.28704" cy="712.71074" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_518"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="836.94249" cy="691.94894" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_519"/>
|
||||
<line stroke="#ff0000" fill="none" x1="836.87631" y1="678.9435" x2="836.58054" y2="726.9388" stroke-width="2" id="svg_520"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="868.28704" cy="712.71074" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_521"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="867.94249" cy="692.94894" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_522"/>
|
||||
<line stroke="#ff0000" fill="none" x1="867.87631" y1="679.94351" x2="867.58054" y2="726.9388" stroke-width="2" id="svg_523"/>
|
||||
<line stroke="#ff0000" id="svg_524" y2="759.94117" x2="882.02881" y1="759.94117" x1="853.02881" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_525" d="m873.93899,772.17157l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_531">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_526" cy="797.44117" cx="880.52881" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_527" y2="819.94117" x2="880.02881" y1="805.94117" x1="880.02881" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_528" y2="812.94117" x2="887.02881" y1="812.94117" x1="873.02881" fill="none"/>
|
||||
<line id="svg_529" y2="802.94117" x2="885.02881" y1="791.94117" x1="876.02881" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_530" y2="802.94117" x2="878.02881" y1="792.94117" x1="885.02881" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_532" y2="759.94117" x2="855.02881" y1="759.94117" x1="833.02881" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_533" y2="781.94117" x2="834.02881" y1="758.94117" x1="834.02881" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_534" y2="788.94117" x2="842.52881" y1="788.94117" x1="825.52881" stroke-width="2" fill="none"/>
|
||||
<line id="svg_535" y2="798.94117" x2="833.52881" y1="787.94117" x1="833.52881" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 833.88 803.019)" stroke="#ff0000" id="svg_536" d="m830.44898,807.64611l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_539">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="125.25823" cy="706.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_361"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="124.91368" cy="687.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_362"/>
|
||||
<line fill="none" x1="125.8475" y1="673.00234" x2="124.55172" y2="741.99764" stroke-width="2" id="svg_363" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="124.25823" cy="724.56369" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_364"/>
|
||||
</g>
|
||||
<g id="svg_544">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="90.69946" cy="704.56369" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_540"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="90.35491" cy="684.80189" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_541"/>
|
||||
<line fill="none" x1="91.28873" y1="670.79646" x2="89.99295" y2="739.79176" stroke-width="2" id="svg_542" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="89.69946" cy="722.35781" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_543"/>
|
||||
</g>
|
||||
<g id="svg_620">
|
||||
<g id="svg_569">
|
||||
<line transform="rotate(-6.69683 1152.76 593.529)" stroke="#ff0000" id="svg_545" y2="608.52941" x2="1151.26367" y1="578.52941" x1="1154.26367" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_546" d="m1152.61518,612.19184l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_547" y2="650.52941" x2="1154.26367" y1="618.52941" x1="1154.26367" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_548" d="m1147.90847,650.00775l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1154.8 746.043)" stroke="#ff0000" id="svg_549" y2="828.52966" x2="1156.30314" y1="663.55663" x1="1153.30314" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1137.0219" cy="708.29898" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_550"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1137.67735" cy="687.53718" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_551"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1137.61117" y1="674.53174" x2="1137.3154" y2="722.52704" stroke-width="2" id="svg_552"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1169.0219" cy="708.29898" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_553"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1168.67735" cy="688.53718" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_554"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1168.61117" y1="675.53175" x2="1168.3154" y2="722.52704" stroke-width="2" id="svg_555"/>
|
||||
<line stroke="#ff0000" id="svg_556" y2="755.52941" x2="1182.76367" y1="755.52941" x1="1153.76367" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_557" d="m1174.67385,767.75981l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_563">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_558" cy="793.02941" cx="1181.26367" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_559" y2="815.52941" x2="1180.76367" y1="801.52941" x1="1180.76367" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_560" y2="808.52941" x2="1187.76367" y1="808.52941" x1="1173.76367" fill="none"/>
|
||||
<line id="svg_561" y2="798.52941" x2="1185.76367" y1="787.52941" x1="1176.76367" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_562" y2="798.52941" x2="1178.76367" y1="788.52941" x1="1185.76367" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_564" y2="755.52941" x2="1155.76367" y1="755.52941" x1="1133.76367" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_565" y2="777.52941" x2="1134.76367" y1="754.52941" x1="1134.76367" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_566" y2="784.52941" x2="1143.26367" y1="784.52941" x1="1126.26367" stroke-width="2" fill="none"/>
|
||||
<line id="svg_567" y2="794.52941" x2="1134.26367" y1="783.52941" x1="1134.26367" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1134.61 798.607)" stroke="#ff0000" id="svg_568" d="m1131.18384,803.23435l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_594">
|
||||
<line transform="rotate(-6.69683 1224.82 595.735)" stroke="#ff0000" id="svg_570" y2="610.73529" x2="1223.32239" y1="580.73529" x1="1226.32239" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_571" d="m1224.6739,614.39772l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_572" y2="652.73529" x2="1226.32239" y1="620.73529" x1="1226.32239" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_573" d="m1219.96719,652.21363l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1226.86 748.249)" stroke="#ff0000" id="svg_574" y2="830.73554" x2="1228.36186" y1="665.76251" x1="1225.36186" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1209.08062" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_575"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1209.73607" cy="689.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_576"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1209.66989" y1="676.73762" x2="1209.37412" y2="724.73292" stroke-width="2" id="svg_577"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1241.08062" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_578"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1240.73607" cy="690.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_579"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1240.66989" y1="677.73763" x2="1240.37412" y2="724.73292" stroke-width="2" id="svg_580"/>
|
||||
<line stroke="#ff0000" id="svg_581" y2="757.73529" x2="1254.82239" y1="757.73529" x1="1225.82239" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_582" d="m1246.73257,769.96569l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_588">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_583" cy="795.23529" cx="1253.32239" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_584" y2="817.73529" x2="1252.82239" y1="803.73529" x1="1252.82239" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_585" y2="810.73529" x2="1259.82239" y1="810.73529" x1="1245.82239" fill="none"/>
|
||||
<line id="svg_586" y2="800.73529" x2="1257.82239" y1="789.73529" x1="1248.82239" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_587" y2="800.73529" x2="1250.82239" y1="790.73529" x1="1257.82239" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_589" y2="757.73529" x2="1227.82239" y1="757.73529" x1="1205.82239" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_590" y2="779.73529" x2="1206.82239" y1="756.73529" x1="1206.82239" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_591" y2="786.73529" x2="1215.32239" y1="786.73529" x1="1198.32239" stroke-width="2" fill="none"/>
|
||||
<line id="svg_592" y2="796.73529" x2="1206.32239" y1="785.73529" x1="1206.32239" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1206.67 800.813)" stroke="#ff0000" id="svg_593" d="m1203.24256,805.44023l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_619">
|
||||
<line transform="rotate(-6.69683 1318.2 595.735)" stroke="#ff0000" id="svg_595" y2="610.73529" x2="1316.70461" y1="580.73529" x1="1319.70461" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_596" d="m1318.05612,614.39772l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_597" y2="652.73529" x2="1319.70461" y1="620.73529" x1="1319.70461" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_598" d="m1313.34941,652.21363l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1320.24 748.249)" stroke="#ff0000" id="svg_599" y2="830.73554" x2="1321.74408" y1="665.76251" x1="1318.74408" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1302.46284" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_600"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1303.11829" cy="689.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_601"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1303.05211" y1="676.73762" x2="1302.75634" y2="724.73292" stroke-width="2" id="svg_602"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1334.46284" cy="710.50486" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_603"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1334.11829" cy="690.74306" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_604"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1334.05211" y1="677.73763" x2="1333.75634" y2="724.73292" stroke-width="2" id="svg_605"/>
|
||||
<line stroke="#ff0000" id="svg_606" y2="757.73529" x2="1348.20461" y1="757.73529" x1="1319.20461" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_607" d="m1340.11479,769.96569l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_613">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_608" cy="795.23529" cx="1346.70461" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_609" y2="817.73529" x2="1346.20461" y1="803.73529" x1="1346.20461" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_610" y2="810.73529" x2="1353.20461" y1="810.73529" x1="1339.20461" fill="none"/>
|
||||
<line id="svg_611" y2="800.73529" x2="1351.20461" y1="789.73529" x1="1342.20461" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_612" y2="800.73529" x2="1344.20461" y1="790.73529" x1="1351.20461" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_614" y2="757.73529" x2="1321.20461" y1="757.73529" x1="1299.20461" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_615" y2="779.73529" x2="1300.20461" y1="756.73529" x1="1300.20461" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_616" y2="786.73529" x2="1308.70461" y1="786.73529" x1="1291.70461" stroke-width="2" fill="none"/>
|
||||
<line id="svg_617" y2="796.73529" x2="1299.70461" y1="785.73529" x1="1299.70461" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1300.06 800.813)" stroke="#ff0000" id="svg_618" d="m1296.62478,805.44023l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_790">
|
||||
<g id="svg_722">
|
||||
<line transform="rotate(-6.69683 1402.77 592.059)" stroke="#ff0000" id="svg_621" y2="607.05883" x2="1401.26331" y1="577.05883" x1="1404.26331" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_622" d="m1402.61481,610.72126l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_623" y2="649.05883" x2="1404.26331" y1="617.05883" x1="1404.26331" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_624" d="m1397.9081,648.53717l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1404.8 744.573)" stroke="#ff0000" id="svg_625" y2="827.05908" x2="1406.30278" y1="662.08605" x1="1403.30278" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1387.02154" cy="706.8284" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_626"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1387.67699" cy="686.0666" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_627"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1387.61081" y1="673.06116" x2="1387.31504" y2="721.05646" stroke-width="2" id="svg_628"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1419.02154" cy="706.8284" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_629"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1418.67699" cy="687.0666" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_630"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1418.61081" y1="674.06117" x2="1418.31504" y2="721.05646" stroke-width="2" id="svg_631"/>
|
||||
<line stroke="#ff0000" id="svg_632" y2="754.05883" x2="1432.76331" y1="754.05883" x1="1403.76331" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_633" d="m1424.67348,766.28923l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_659">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_634" cy="791.55883" cx="1431.26331" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_635" y2="814.05883" x2="1430.76331" y1="800.05883" x1="1430.76331" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_656" y2="807.05883" x2="1437.76331" y1="807.05883" x1="1423.76331" fill="none"/>
|
||||
<line id="svg_657" y2="797.05883" x2="1435.76331" y1="786.05883" x1="1426.76331" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_658" y2="797.05883" x2="1428.76331" y1="787.05883" x1="1435.76331" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_660" y2="754.05883" x2="1405.76331" y1="754.05883" x1="1383.76331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_661" y2="776.05883" x2="1384.76331" y1="753.05883" x1="1384.76331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_667" y2="783.05883" x2="1393.26331" y1="783.05883" x1="1376.26331" stroke-width="2" fill="none"/>
|
||||
<line id="svg_687" y2="793.05883" x2="1384.26331" y1="782.05883" x1="1384.26331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1384.62 797.137)" stroke="#ff0000" id="svg_721" d="m1381.18347,801.76377l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_756">
|
||||
<line transform="rotate(-6.69683 1474.82 594.265)" stroke="#ff0000" id="svg_728" y2="609.26471" x2="1473.32202" y1="579.26471" x1="1476.32202" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_729" d="m1474.67353,612.92714l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_730" y2="651.26471" x2="1476.32202" y1="619.26471" x1="1476.32202" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_731" d="m1469.96682,650.74305l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1476.86 746.779)" stroke="#ff0000" id="svg_732" y2="829.26496" x2="1478.36149" y1="664.29193" x1="1475.36149" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1459.08025" cy="709.03428" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_733"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1459.7357" cy="688.27248" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_734"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1459.66952" y1="675.26704" x2="1459.37375" y2="723.26234" stroke-width="2" id="svg_735"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1491.08025" cy="709.03428" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_736"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1490.7357" cy="689.27248" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_737"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1490.66952" y1="676.26705" x2="1490.37375" y2="723.26234" stroke-width="2" id="svg_738"/>
|
||||
<line stroke="#ff0000" id="svg_739" y2="756.26471" x2="1504.82202" y1="756.26471" x1="1475.82202" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_740" d="m1496.7322,768.49511l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_750">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_741" cy="793.76471" cx="1503.32202" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_742" y2="816.26471" x2="1502.82202" y1="802.26471" x1="1502.82202" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_747" y2="809.26471" x2="1509.82202" y1="809.26471" x1="1495.82202" fill="none"/>
|
||||
<line id="svg_748" y2="799.26471" x2="1507.82202" y1="788.26471" x1="1498.82202" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_749" y2="799.26471" x2="1500.82202" y1="789.26471" x1="1507.82202" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_751" y2="756.26471" x2="1477.82202" y1="756.26471" x1="1455.82202" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_752" y2="778.26471" x2="1456.82202" y1="755.26471" x1="1456.82202" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_753" y2="785.26471" x2="1465.32202" y1="785.26471" x1="1448.32202" stroke-width="2" fill="none"/>
|
||||
<line id="svg_754" y2="795.26471" x2="1456.32202" y1="784.26471" x1="1456.32202" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1456.68 799.343)" stroke="#ff0000" id="svg_755" d="m1453.24219,803.96965l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_789">
|
||||
<line transform="rotate(-6.69683 1568.21 594.265)" stroke="#ff0000" id="svg_757" y2="609.26471" x2="1566.70424" y1="579.26471" x1="1569.70424" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_758" d="m1568.05575,612.92714l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_759" y2="651.26471" x2="1569.70424" y1="619.26471" x1="1569.70424" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_760" d="m1563.34904,650.74305l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1570.25 746.779)" stroke="#ff0000" id="svg_761" y2="829.26496" x2="1571.74371" y1="664.29193" x1="1568.74371" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1552.46247" cy="709.03428" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_766"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1553.11792" cy="688.27248" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_767"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1553.05174" y1="675.26704" x2="1552.75597" y2="723.26234" stroke-width="2" id="svg_768"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1584.46247" cy="709.03428" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_769"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1584.11792" cy="689.27248" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_770"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1584.05174" y1="676.26705" x2="1583.75597" y2="723.26234" stroke-width="2" id="svg_771"/>
|
||||
<line stroke="#ff0000" id="svg_772" y2="756.26471" x2="1598.20424" y1="756.26471" x1="1569.20424" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_773" d="m1590.11442,768.49511l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_779">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_774" cy="793.76471" cx="1596.70424" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_775" y2="816.26471" x2="1596.20424" y1="802.26471" x1="1596.20424" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_776" y2="809.26471" x2="1603.20424" y1="809.26471" x1="1589.20424" fill="none"/>
|
||||
<line id="svg_777" y2="799.26471" x2="1601.20424" y1="788.26471" x1="1592.20424" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_778" y2="799.26471" x2="1594.20424" y1="789.26471" x1="1601.20424" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_780" y2="756.26471" x2="1571.20424" y1="756.26471" x1="1549.20424" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_785" y2="778.26471" x2="1550.20424" y1="755.26471" x1="1550.20424" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_786" y2="785.26471" x2="1558.70424" y1="785.26471" x1="1541.70424" stroke-width="2" fill="none"/>
|
||||
<line id="svg_787" y2="795.26471" x2="1549.70424" y1="784.26471" x1="1549.70424" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1550.06 799.343)" stroke="#ff0000" id="svg_788" d="m1546.62441,803.96965l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_816">
|
||||
<line transform="rotate(-6.69683 1641 592.794)" stroke="#ff0000" id="svg_791" y2="607.79412" x2="1639.49825" y1="577.79412" x1="1642.49825" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_792" d="m1640.84975,611.45655l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_793" y2="649.79412" x2="1642.49825" y1="617.79412" x1="1642.49825" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_794" d="m1636.14304,649.27246l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1643.04 745.308)" stroke="#ff0000" id="svg_795" y2="827.79437" x2="1644.53772" y1="662.82134" x1="1641.53772" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1625.25648" cy="707.56369" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_796"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1625.91193" cy="686.80189" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_797"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1625.84575" y1="673.79645" x2="1625.54998" y2="721.79175" stroke-width="2" id="svg_798"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1657.25648" cy="707.56369" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_799"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1656.91193" cy="687.80189" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_800"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1656.84575" y1="674.79646" x2="1656.54998" y2="721.79175" stroke-width="2" id="svg_802"/>
|
||||
<line stroke="#ff0000" id="svg_803" y2="754.79412" x2="1670.99825" y1="754.79412" x1="1641.99825" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_804" d="m1662.90842,767.02452l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_810">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_805" cy="792.29412" cx="1669.49825" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_806" y2="814.79412" x2="1668.99825" y1="800.79412" x1="1668.99825" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_807" y2="807.79412" x2="1675.99825" y1="807.79412" x1="1661.99825" fill="none"/>
|
||||
<line id="svg_808" y2="797.79412" x2="1673.99825" y1="786.79412" x1="1664.99825" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_809" y2="797.79412" x2="1666.99825" y1="787.79412" x1="1673.99825" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_811" y2="754.79412" x2="1643.99825" y1="754.79412" x1="1621.99825" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_812" y2="776.79412" x2="1622.99825" y1="753.79412" x1="1622.99825" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_813" y2="783.79412" x2="1631.49825" y1="783.79412" x1="1614.49825" stroke-width="2" fill="none"/>
|
||||
<line id="svg_814" y2="793.79412" x2="1622.49825" y1="782.79412" x1="1622.49825" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1622.85 797.872)" stroke="#ff0000" id="svg_815" d="m1619.41841,802.49906l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_841">
|
||||
<line transform="rotate(-6.69683 1713.05 595)" stroke="#ff0000" id="svg_817" y2="610" x2="1711.55696" y1="580" x1="1714.55696" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_818" d="m1712.90847,613.66243l1.6846,0l0,5.53141l-1.6846,0l0,-5.53141zm-0.4229,0.0465l1.19108,-0.81852l6.49932,4.46636l-1.19135,0.81851l-6.49905,-4.46635zm-5.30879,3.64432l6.49933,-4.46636l1.19108,0.81852l-6.49933,4.46653l-1.19108,-0.81869zm5.3096,-7.33736l1.19108,-0.81851l6.49932,4.46635l-1.19108,0.81851l-6.49932,-4.46635zm-5.30879,3.64432l6.49933,-4.46635l1.19108,0.81851l-6.49933,4.46654l-1.19108,-0.8187z" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_819" y2="652" x2="1714.55696" y1="620" x1="1714.55696" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_820" d="m1708.20176,651.47834l1.19106,-1.18408l6.49919,6.46115l-1.19106,1.18408l-6.49919,-6.46115zm5.30841,5.28216l6.49918,-6.46115l1.19133,1.18435l-6.49946,6.46115l-1.19105,-1.18435zm-5.30706,0.06779l1.19105,-1.18408l6.49919,6.46114l-1.19105,1.18409l-6.49919,-6.46115zm5.3084,5.28216l6.49919,-6.46115l1.19106,1.18408l-6.49919,6.46088l-1.19106,-1.18381zm0.12021,-11.81137l1.68457,0l0,6.35745l-1.68457,0l0,-6.35745z" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(0.757223 1715.09 747.514)" stroke="#ff0000" id="svg_821" y2="830.00025" x2="1716.59643" y1="665.02722" x1="1713.59643" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1697.31519" cy="709.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_822"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1697.97064" cy="689.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_823"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1697.90446" y1="676.00233" x2="1697.60869" y2="723.99763" stroke-width="2" id="svg_824"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1729.31519" cy="709.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_825"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1728.97064" cy="690.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_826"/>
|
||||
<line stroke="#ff0000" fill="none" x1="1728.90446" y1="677.00234" x2="1728.60869" y2="723.99763" stroke-width="2" id="svg_827"/>
|
||||
<line stroke="#ff0000" id="svg_828" y2="757" x2="1743.05696" y1="757" x1="1714.05696" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_829" d="m1734.96714,769.2304l12.83328,0a0.58333,0.73685 0 0 0 0,-1.4737l-5.83331,0l0,-10.31591a0.58333,0.73685 0 0 0 -1.16666,0l0,10.31591l-5.83331,0a0.58333,0.73685 0 0 0 0,1.4737zm12.83328,2.9474l-12.83328,0a0.58333,0.73685 0 0 0 0,1.4737l5.83331,0l0,10.31591a0.58333,0.73685 0 0 0 1.16666,0l0,-10.31591l5.83331,0a0.58333,0.73685 0 0 0 0,-1.4737z" stroke-width="2" fill="none"/>
|
||||
<g id="svg_835">
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_830" cy="794.5" cx="1741.55696" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_831" y2="817" x2="1741.05696" y1="803" x1="1741.05696" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_832" y2="810" x2="1748.05696" y1="810" x1="1734.05696" fill="none"/>
|
||||
<line id="svg_833" y2="800" x2="1746.05696" y1="789" x1="1737.05696" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_834" y2="800" x2="1739.05696" y1="790" x1="1746.05696" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_836" y2="757" x2="1716.05696" y1="757" x1="1694.05696" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_837" y2="779" x2="1695.05696" y1="756" x1="1695.05696" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_838" y2="786" x2="1703.55696" y1="786" x1="1686.55696" stroke-width="2" fill="none"/>
|
||||
<line id="svg_839" y2="796" x2="1694.55696" y1="785" x1="1694.55696" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(-180.56 1694.91 800.078)" stroke="#ff0000" id="svg_840" d="m1691.47713,804.70494l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_868">
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_383" y2="611.6129" x2="202.72581" y1="582.6129" x1="202.72581" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_384" d="m201.9767,617.75727l1.55501,0l0,6.08456l-1.55501,0l0,-6.08456zm-0.39037,0.05114l1.09946,-0.90037l5.99937,4.913l-1.09971,0.90037l-5.99912,-4.913zm-4.90041,4.00876l5.99937,-4.913l1.09946,0.90037l-5.99937,4.9132l-1.09946,-0.90057zm4.90116,-8.07111l1.09946,-0.90037l5.99937,4.913l-1.09946,0.90037l-5.99937,-4.913zm-4.90041,4.00876l5.99937,-4.913l1.09946,0.90037l-5.99937,4.9132l-1.09946,-0.90057z" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_385" y2="685.6129" x2="203.72581" y1="622.6129" x1="202.72581" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_386" d="m197.68088,687.84016l1.19105,-1.09301l6.49918,5.96417l-1.19105,1.09301l-6.49918,-5.96417zm5.3084,4.87586l6.49918,-5.96417l1.19132,1.09325l-6.49945,5.96417l-1.19105,-1.09325zm-5.30705,0.06258l1.19105,-1.09301l6.49918,5.96417l-1.19105,1.09301l-6.49918,-5.96417zm5.3084,4.87586l6.49918,-5.96417l1.19105,1.09301l-6.49918,5.96392l-1.19105,-1.09276zm0.12021,-10.90285l1.68456,0l0,5.86844l-1.68456,0l0,-5.86844z" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_387" height="18" width="12" y="652.6129" x="197.22581" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_388" y2="635.6129" x2="203.22581" y1="635.6129" x1="176.22581" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_389" y2="669.6129" x2="177.22581" y1="635.6129" x1="177.22581" stroke-width="2" fill="none"/>
|
||||
<rect transform="rotate(-0.527199 177.055 678.811)" stroke="#ff0000" id="svg_391" height="18.00143" width="10" y="669.8105" x="172.05452" stroke-width="2" fill="#ff0000"/>
|
||||
<path transform="rotate(-180.56 177.076 693.691)" stroke="#ff0000" id="svg_392" d="m173.64597,698.31784l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_394" y2="720.6129" x2="204.22581" y1="697.6129" x1="204.22581" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path id="svg_395" d="m204.16579,741.47546c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67724c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12161,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67723 7.63161,-2.67723s5.59266,0.95009 7.63161,2.67723c2.03895,1.72714 3.16057,4.02238 3.16057,6.46454s-1.12161,4.7374 -3.16057,6.46454c-2.03895,1.72714 -4.74856,2.67724 -7.63161,2.67724zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447c1.6882,1.43004 3.93529,2.22015 6.32113,2.22015c2.3897,0 4.63293,-0.78685 6.32113,-2.22015s2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93143,-2.22015 -6.32113,-2.22015zm0,0c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41242,0.78358 -0.92504,0.78358zm0.01927,10.70894c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-4.97247c0,-0.43423 0.41241,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,4.97247c0,0.43423 -0.41241,0.78358 -0.92504,0.78358zm0.10407,-4.99533c-0.28908,0 -0.5743,-0.11427 -0.75545,-0.33302c-0.29293,-0.35261 -0.19657,-0.84235 0.22355,-1.09375l3.92758,-2.35074c0.41627,-0.24813 0.99442,-0.16651 1.29121,0.18937c0.29293,0.35261 0.19657,0.84235 -0.22355,1.09375l-3.92758,2.35074c-0.16574,0.09795 -0.35075,0.14366 -0.53575,0.14366l-0.00001,-0.00001zm-0.24668,0c-0.18501,0 -0.37002,-0.04571 -0.5319,-0.14366l-3.92758,-2.35074c-0.41627,-0.24813 -0.51648,-0.73787 -0.22355,-1.09375c0.29293,-0.35261 0.87108,-0.4375 1.29121,-0.18937l3.92758,2.35074c0.41627,0.24813 0.51648,0.73787 0.22355,1.09375c-0.18501,0.21875 -0.47023,0.33302 -0.75931,0.33302l0,0.00001zm-9.74379,24.65015c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41242,0.78358 -0.92504,0.78358zm1.60341,-3.06903c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67723c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12161,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67724 7.63161,-2.67724s5.59266,0.95009 7.63161,2.67724c2.03895,1.72714 3.16057,4.02238 3.16057,6.46454s-1.12161,4.7374 -3.16057,6.46454c-2.03895,1.72714 -4.74856,2.67723 -7.63161,2.67723zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447s3.93529,2.22015 6.32113,2.22015c2.3897,0 4.63293,-0.78685 6.32113,-2.22015c1.6882,-1.43004 2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93143,-2.22015 -6.32113,-2.22015zm-0.65909,13.88571c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-4.97247c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,4.97247c0,0.43423 -0.41241,0.78358 -0.92504,0.78358l0,0zm0.10407,-4.99533c-0.28908,0 -0.5743,-0.11427 -0.75545,-0.33302c-0.29293,-0.35261 -0.19657,-0.84235 0.22355,-1.09375l3.92758,-2.35074c0.41627,-0.24813 0.99442,-0.16651 1.29121,0.18937c0.29293,0.35261 0.19657,0.84235 -0.22355,1.09375l-3.92758,2.35074c-0.16574,0.09795 -0.35075,0.14366 -0.53575,0.14366l-0.00001,-0.00001zm-0.24668,0c-0.18501,0 -0.37002,-0.04571 -0.5319,-0.14366l-3.92758,-2.35074c-0.41627,-0.24813 -0.51648,-0.73787 -0.22355,-1.09375c0.29293,-0.35261 0.87108,-0.4375 1.29121,-0.18937l3.92758,2.35074c0.41627,0.24813 0.51648,0.73787 0.22355,1.09375c-0.18501,0.21875 -0.47023,0.33302 -0.75931,0.33302l0,0.00001zm17.21737,7.82602c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67723c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12162,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67724 7.63161,-2.67724s5.59266,0.95009 7.63161,2.67724c2.03895,1.72714 3.16056,4.02238 3.16056,6.46454s-1.12161,4.7374 -3.16056,6.46454c-2.03895,1.72714 -4.74856,2.67723 -7.63161,2.67723zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447c1.6882,1.43004 3.93529,2.22015 6.32113,2.22015s4.63293,-0.78685 6.32113,-2.22015s2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93529,-2.22015 -6.32113,-2.22015zm0,19.78542c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41627,0.78358 -0.92504,0.78358zm4.14342,-8.38758l-8.28685,0c-0.33147,0 -0.63597,-0.15019 -0.8017,-0.39179s-0.16574,-0.54198 0,-0.78358l4.14342,-6.07928c0.16574,-0.2416 0.47023,-0.39179 0.8017,-0.39179s0.63597,0.15019 0.8017,0.39179l4.14342,6.07928c0.16574,0.2416 0.16574,0.54198 0,0.78358s-0.47408,0.39179 -0.8017,0.39179l0,0l0.00001,0zm-6.68729,-1.56716l5.08388,0l-2.54001,-3.72854l-2.54387,3.72854z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_401" y2="776.6129" x2="212.22581" y1="754.6129" x1="212.22581" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_403" y2="730.6129" x2="202.22581" y1="730.6129" x1="157.22581" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_404" y2="743.6129" x2="196.22581" y1="744.6129" x1="157.22581" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_405" y2="791.6129" x2="157.22581" y1="729.6129" x1="157.22581" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-4.15964 184.726 775.613)" stroke="#ff0000" id="svg_406" y2="777.6129" x2="212.22581" y1="773.6129" x1="157.22581" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(-180.56 158.076 794.691)" stroke="#ff0000" id="svg_407" d="m154.64597,799.31784l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_904">
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_887" y2="610" x2="1817.24146" y1="581" x1="1817.24146" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_888" d="m1816.49235,616.14437l1.55501,0l0,6.08456l-1.55501,0l0,-6.08456zm-0.39037,0.05114l1.09946,-0.90037l5.99937,4.913l-1.09971,0.90037l-5.99912,-4.913zm-4.90041,4.00876l5.99937,-4.913l1.09946,0.90037l-5.99937,4.9132l-1.09946,-0.90057zm4.90116,-8.07111l1.09946,-0.90037l5.99937,4.913l-1.09946,0.90037l-5.99937,-4.913zm-4.90041,4.00876l5.99937,-4.913l1.09946,0.90037l-5.99937,4.9132l-1.09946,-0.90057z" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_889" y2="684" x2="1818.24146" y1="621" x1="1817.24146" stroke-width="2" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_890" d="m1812.19653,686.22726l1.19105,-1.09301l6.49918,5.96417l-1.19105,1.09301l-6.49918,-5.96417zm5.3084,4.87586l6.49918,-5.96417l1.19132,1.09325l-6.49945,5.96417l-1.19105,-1.09325zm-5.30705,0.06258l1.19105,-1.09301l6.49918,5.96417l-1.19105,1.09301l-6.49918,-5.96417zm5.3084,4.87586l6.49918,-5.96417l1.19105,1.09301l-6.49918,5.96392l-1.19105,-1.09276zm0.12021,-10.90285l1.68456,0l0,5.86844l-1.68456,0l0,-5.86844z" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_891" height="18" width="12" y="651" x="1811.74146" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_892" y2="634" x2="1817.74146" y1="634" x1="1790.74146" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_893" y2="668" x2="1791.74146" y1="634" x1="1791.74146" stroke-width="2" fill="none"/>
|
||||
<rect transform="rotate(-0.527199 1791.57 677.198)" stroke="#ff0000" id="svg_894" height="18.00143" width="10" y="668.1976" x="1786.57017" stroke-width="2" fill="#ff0000"/>
|
||||
<path transform="rotate(-180.56 1791.59 692.078)" stroke="#ff0000" id="svg_895" d="m1788.16162,696.70494l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line id="svg_896" y2="719" x2="1818.74146" y1="696" x1="1818.74146" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path id="svg_897" d="m1818.68144,739.86256c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67724c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12161,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67723 7.63161,-2.67723s5.59266,0.95009 7.63161,2.67723c2.03895,1.72714 3.16057,4.02238 3.16057,6.46454s-1.12161,4.7374 -3.16057,6.46454c-2.03895,1.72714 -4.74856,2.67724 -7.63161,2.67724zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447c1.6882,1.43004 3.93529,2.22015 6.32113,2.22015c2.3897,0 4.63293,-0.78685 6.32113,-2.22015s2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93143,-2.22015 -6.32113,-2.22015zm0,0c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41242,0.78358 -0.92504,0.78358zm0.01927,10.70894c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-4.97247c0,-0.43423 0.41241,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,4.97247c0,0.43423 -0.41241,0.78358 -0.92504,0.78358zm0.10407,-4.99533c-0.28908,0 -0.5743,-0.11427 -0.75545,-0.33302c-0.29293,-0.35261 -0.19657,-0.84235 0.22355,-1.09375l3.92758,-2.35074c0.41627,-0.24813 0.99442,-0.16651 1.29121,0.18937c0.29293,0.35261 0.19657,0.84235 -0.22355,1.09375l-3.92758,2.35074c-0.16574,0.09795 -0.35075,0.14366 -0.53575,0.14366l-0.00001,-0.00001zm-0.24668,0c-0.18501,0 -0.37002,-0.04571 -0.5319,-0.14366l-3.92758,-2.35074c-0.41627,-0.24813 -0.51648,-0.73787 -0.22355,-1.09375c0.29293,-0.35261 0.87108,-0.4375 1.29121,-0.18937l3.92758,2.35074c0.41627,0.24813 0.51648,0.73787 0.22355,1.09375c-0.18501,0.21875 -0.47023,0.33302 -0.75931,0.33302l0,0.00001zm-9.74379,24.65015c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41242,0.78358 -0.92504,0.78358zm1.60341,-3.06903c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67723c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12161,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67724 7.63161,-2.67724s5.59266,0.95009 7.63161,2.67724c2.03895,1.72714 3.16057,4.02238 3.16057,6.46454s-1.12161,4.7374 -3.16057,6.46454c-2.03895,1.72714 -4.74856,2.67723 -7.63161,2.67723zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447s3.93529,2.22015 6.32113,2.22015c2.3897,0 4.63293,-0.78685 6.32113,-2.22015c1.6882,-1.43004 2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93143,-2.22015 -6.32113,-2.22015zm-0.65909,13.88571c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-4.97247c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,4.97247c0,0.43423 -0.41241,0.78358 -0.92504,0.78358l0,0zm0.10407,-4.99533c-0.28908,0 -0.5743,-0.11427 -0.75545,-0.33302c-0.29293,-0.35261 -0.19657,-0.84235 0.22355,-1.09375l3.92758,-2.35074c0.41627,-0.24813 0.99442,-0.16651 1.29121,0.18937c0.29293,0.35261 0.19657,0.84235 -0.22355,1.09375l-3.92758,2.35074c-0.16574,0.09795 -0.35075,0.14366 -0.53575,0.14366l-0.00001,-0.00001zm-0.24668,0c-0.18501,0 -0.37002,-0.04571 -0.5319,-0.14366l-3.92758,-2.35074c-0.41627,-0.24813 -0.51648,-0.73787 -0.22355,-1.09375c0.29293,-0.35261 0.87108,-0.4375 1.29121,-0.18937l3.92758,2.35074c0.41627,0.24813 0.51648,0.73787 0.22355,1.09375c-0.18501,0.21875 -0.47023,0.33302 -0.75931,0.33302l0,0.00001zm17.21737,7.82602c-2.88305,0 -5.59266,-0.95009 -7.63161,-2.67723c-2.03895,-1.72714 -3.16057,-4.02238 -3.16057,-6.46454s1.12162,-4.7374 3.16057,-6.46454c2.03895,-1.72714 4.74856,-2.67724 7.63161,-2.67724s5.59266,0.95009 7.63161,2.67724c2.03895,1.72714 3.16056,4.02238 3.16056,6.46454s-1.12161,4.7374 -3.16056,6.46454c-2.03895,1.72714 -4.74856,2.67723 -7.63161,2.67723zm0,-16.71639c-2.3897,0 -4.63293,0.78685 -6.32113,2.22015c-1.6882,1.43004 -2.62096,3.33348 -2.62096,5.35447s0.9289,3.92443 2.62096,5.35447c1.6882,1.43004 3.93529,2.22015 6.32113,2.22015s4.63293,-0.78685 6.32113,-2.22015s2.62096,-3.33348 2.62096,-5.35447s-0.9289,-3.92443 -2.62096,-5.35447c-1.6882,-1.4333 -3.93529,-2.22015 -6.32113,-2.22015zm0,19.78542c-0.51263,0 -0.92504,-0.34935 -0.92504,-0.78358l0,-3.06903c0,-0.43423 0.41242,-0.78358 0.92504,-0.78358s0.92504,0.34935 0.92504,0.78358l0,3.06903c0,0.43423 -0.41627,0.78358 -0.92504,0.78358zm4.14342,-8.38758l-8.28685,0c-0.33147,0 -0.63597,-0.15019 -0.8017,-0.39179s-0.16574,-0.54198 0,-0.78358l4.14342,-6.07928c0.16574,-0.2416 0.47023,-0.39179 0.8017,-0.39179s0.63597,0.15019 0.8017,0.39179l4.14342,6.07928c0.16574,0.2416 0.16574,0.54198 0,0.78358s-0.47408,0.39179 -0.8017,0.39179l0,0l0.00001,0zm-6.68729,-1.56716l5.08388,0l-2.54001,-3.72854l-2.54387,3.72854z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_898" y2="775" x2="1826.74146" y1="753" x1="1826.74146" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_899" y2="729" x2="1816.74146" y1="729" x1="1771.74146" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_900" y2="742" x2="1810.74146" y1="743" x1="1771.74146" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_901" y2="790" x2="1771.74146" y1="728" x1="1771.74146" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(-4.15964 1799.24 774)" stroke="#ff0000" id="svg_902" y2="776" x2="1826.74146" y1="772" x1="1771.74146" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(-180.56 1772.59 793.078)" stroke="#ff0000" id="svg_903" d="m1769.16162,797.70494l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_905">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1887.25823" cy="701.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_1044"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1886.91368" cy="682.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_1045"/>
|
||||
<line fill="none" x1="1887.8475" y1="668.00234" x2="1886.55172" y2="736.99764" stroke-width="2" id="svg_1046" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1886.25823" cy="721.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_1047"/>
|
||||
</g>
|
||||
<g id="svg_910">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1855.00018" cy="703.38247" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_906"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1854.65563" cy="683.62067" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_907"/>
|
||||
<line fill="none" x1="1855.58945" y1="669.61524" x2="1854.29367" y2="738.61054" stroke-width="2" id="svg_908" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1854.00018" cy="723.38247" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_909"/>
|
||||
</g>
|
||||
<g id="svg_911">
|
||||
<ellipse id="svg_83" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="213.76957" cx="420.25823" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_84" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="194.00777" cx="419.91368" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_85" stroke="#ff0000" stroke-width="2" y2="231.99764" x2="420.55169" y1="180.00233" x1="419.84746" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_915">
|
||||
<ellipse id="svg_912" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="212.97592" cx="457.55976" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_913" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="193.21412" cx="457.21521" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_914" stroke="#ff0000" stroke-width="2" y2="231.20399" x2="457.85322" y1="179.20868" x1="457.14899" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_919">
|
||||
<ellipse id="svg_916" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="232.02351" cx="606.76587" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_917" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="212.26171" cx="606.42132" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_918" stroke="#ff0000" stroke-width="2" y2="250.25158" x2="607.05933" y1="198.25627" x1="606.3551" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_923">
|
||||
<ellipse id="svg_920" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="229.64256" cx="553.59135" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_921" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="209.88076" cx="553.2468" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_922" stroke="#ff0000" stroke-width="2" y2="247.87063" x2="553.88481" y1="195.87532" x1="553.18058" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_930">
|
||||
<line fill="none" x1="845" y1="86" x2="845" y2="367.99999" id="svg_4" stroke-width="2" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_7" height="7" width="12" y="112" x="838" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_8" height="6" width="12" y="150" x="838" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_9" height="7" width="12" y="174" x="839" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="844.25823" cy="240.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_22"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="843.91368" cy="221.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_23"/>
|
||||
<line fill="none" x1="845.8475" y1="207.00234" x2="844.55172" y2="275.99764" stroke-width="2" id="svg_24" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="844.25823" cy="260.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_25"/>
|
||||
<line stroke="#ff0000" id="svg_33" y2="285" x2="873" y1="285" x1="846" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_37" y2="310" x2="872" y1="285" x1="872" fill="none"/>
|
||||
<g id="svg_65">
|
||||
<line stroke="#ff0000" id="svg_38" y2="311" x2="880" y1="311" x1="862" fill="none"/>
|
||||
<line id="svg_40" y2="322" x2="871" y1="311" x1="871" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_46" cy="329.5" cx="871.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_50" y2="351" x2="871" y1="337" x1="871" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_52" y2="343" x2="878" y1="343" x1="864" fill="none"/>
|
||||
<line id="svg_54" y2="334" x2="876" y1="323" x1="867" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_63" y2="334" x2="868" y1="324" x1="875" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="m845.25809,406.82836a0.45029,0.43568 0 0 1 -0.45029,-0.43568l0,-7.12345a0.45029,0.43568 0 0 1 0.90058,0l0,7.12345a0.45029,0.43568 0 0 1 -0.45029,0.43568l0,0zm0,-7.21058a0.45029,0.43568 0 0 1 -0.29269,0l-4.16517,-3.83403a0.45029,0.43568 0 1 1 0.60789,-0.52282l4.16517,3.70332a0.45029,0.43568 0 0 1 -0.3152,0.76245l0,-0.10892zm0,0a0.45029,0.43568 0 0 1 -0.29269,-0.76245l4.07511,-3.5944a0.45029,0.43568 0 0 1 0.60789,0.65353l-4.07511,3.70332a0.45029,0.43568 0 0 1 -0.3152,0l0,0zm0.04503,-7.3195a11.97767,11.58921 0 1 1 11.97767,-11.58921a11.97767,11.58921 0 0 1 -11.97767,11.58921zm0,-22.30706a11.0771,10.71784 0 1 0 11.0771,10.71784a11.0771,10.71784 0 0 0 -11.0771,-10.71784zm4.23271,7.47199l-8.48794,0a0.45029,0.43568 0 1 1 0,-0.87137l8.48794,0a0.45029,0.43568 0 0 1 0,0.87137zm-4.32277,7.36307l-0.22514,0a0.45029,0.43568 0 0 1 -0.1576,-0.58817l4.32277,-7.42842a0.45029,0.43568 0 1 1 0.788,0.43568l-4.32277,7.36307a0.45029,0.43568 0 0 1 -0.40526,0.21784l0,0zm0,0a0.45029,0.43568 0 0 1 -0.40526,-0.21784l-4.14265,-7.38486a0.45029,0.43568 0 0 1 0.788,-0.4139l4.16517,7.36307a0.45029,0.43568 0 0 1 -0.18012,0.58817l-0.22514,0.06535l0,0.00001zm0.04503,26.29357a11.97767,11.58921 0 1 1 11.97767,-11.50208a11.97767,11.58921 0 0 1 -11.97767,11.50208zm0,-22.3942a11.0771,10.71784 0 1 0 11.05458,10.89212a11.0771,10.71784 0 0 0 -11.05458,-10.89212z" id="svg_71"/>
|
||||
<line id="svg_329" y2="457" x2="845" y1="412" x1="845" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(179.946 845.127 466.265)" stroke="#ff0000" id="svg_330" d="m839.12668,474.76603l5.99998,-17.00286l5.99998,17.00286l-11.99996,0z" stroke-width="2" fill="none"/>
|
||||
<line id="svg_331" y2="433" x2="845" y1="433" x1="817" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect transform="rotate(88.7508 809.999 434.435)" stroke="#ff0000" id="svg_332" height="18.00143" width="10" y="425.43391" x="804.99861" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(-91.2824 795.121 434.644)" stroke="#ff0000" id="svg_333" d="m791.69048,439.27088l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<g id="svg_924">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="824.25823" cy="240.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_11"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="823.91368" cy="221.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_12"/>
|
||||
<line fill="none" x1="824.8475" y1="207.00234" x2="823.55172" y2="275.99764" stroke-width="2" id="svg_13" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="823.25823" cy="260.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_14"/>
|
||||
</g>
|
||||
<g id="svg_929">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="867.1153" cy="240.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_925"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="866.77075" cy="221.00777" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_926"/>
|
||||
<line fill="none" x1="867.70457" y1="207.00234" x2="866.40879" y2="275.99764" stroke-width="2" id="svg_927" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="866.1153" cy="260.76957" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_928"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_965">
|
||||
<line fill="none" x1="1198.33426" y1="89.80953" x2="1198.33426" y2="371.80952" id="svg_931" stroke-width="2" stroke="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_932" height="7" width="12" y="115.80953" x="1191.33426" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_933" height="6" width="12" y="153.80953" x="1191.33426" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_934" height="7" width="12" y="177.80953" x="1192.33426" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1197.59249" cy="244.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_935"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1197.24794" cy="224.8173" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_936"/>
|
||||
<line fill="none" x1="1199.18176" y1="210.81187" x2="1197.88598" y2="279.80717" stroke-width="2" id="svg_937" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1197.59249" cy="264.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_938"/>
|
||||
<line stroke="#ff0000" id="svg_939" y2="288.80953" x2="1226.33426" y1="288.80953" x1="1199.33426" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-width="2" id="svg_940" y2="313.80953" x2="1225.33426" y1="288.80953" x1="1225.33426" fill="none"/>
|
||||
<g id="svg_948">
|
||||
<line stroke="#ff0000" id="svg_941" y2="314.80953" x2="1233.33426" y1="314.80953" x1="1215.33426" fill="none"/>
|
||||
<line id="svg_942" y2="325.80953" x2="1224.33426" y1="314.80953" x1="1224.33426" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="7.5" rx="7.5" id="svg_943" cy="333.30953" cx="1224.83426" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_944" y2="354.80953" x2="1224.33426" y1="340.80953" x1="1224.33426" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_945" y2="346.80953" x2="1231.33426" y1="346.80953" x1="1217.33426" fill="none"/>
|
||||
<line id="svg_946" y2="337.80953" x2="1229.33426" y1="326.80953" x1="1220.33426" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_947" y2="337.80953" x2="1221.33426" y1="327.80953" x1="1228.33426" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<path fill="none" stroke="#ff0000" stroke-width="2" d="m1198.59235,410.63789a0.45029,0.43568 0 0 1 -0.45029,-0.43568l0,-7.12345a0.45029,0.43568 0 0 1 0.90058,0l0,7.12345a0.45029,0.43568 0 0 1 -0.45029,0.43568l0,0zm0,-7.21058a0.45029,0.43568 0 0 1 -0.29269,0l-4.16517,-3.83403a0.45029,0.43568 0 1 1 0.60789,-0.52282l4.16517,3.70332a0.45029,0.43568 0 0 1 -0.3152,0.76245l0,-0.10892zm0,0a0.45029,0.43568 0 0 1 -0.29269,-0.76245l4.07511,-3.5944a0.45029,0.43568 0 0 1 0.60789,0.65353l-4.07511,3.70332a0.45029,0.43568 0 0 1 -0.3152,0l0,0zm0.04503,-7.3195a11.97767,11.58921 0 1 1 11.97767,-11.58921a11.97767,11.58921 0 0 1 -11.97767,11.58921zm0,-22.30706a11.0771,10.71784 0 1 0 11.0771,10.71784a11.0771,10.71784 0 0 0 -11.0771,-10.71784zm4.23271,7.47199l-8.48794,0a0.45029,0.43568 0 1 1 0,-0.87137l8.48794,0a0.45029,0.43568 0 0 1 0,0.87137zm-4.32277,7.36307l-0.22514,0a0.45029,0.43568 0 0 1 -0.1576,-0.58817l4.32277,-7.42842a0.45029,0.43568 0 1 1 0.788,0.43568l-4.32277,7.36307a0.45029,0.43568 0 0 1 -0.40526,0.21784l0,0zm0,0a0.45029,0.43568 0 0 1 -0.40526,-0.21784l-4.14265,-7.38486a0.45029,0.43568 0 0 1 0.788,-0.4139l4.16517,7.36307a0.45029,0.43568 0 0 1 -0.18012,0.58817l-0.22514,0.06535l0,0.00001zm0.04503,26.29357a11.97767,11.58921 0 1 1 11.97767,-11.50208a11.97767,11.58921 0 0 1 -11.97767,11.50208zm0,-22.3942a11.0771,10.71784 0 1 0 11.05458,10.89212a11.0771,10.71784 0 0 0 -11.05458,-10.89212z" id="svg_949"/>
|
||||
<line id="svg_950" y2="460.80953" x2="1198.33426" y1="415.80953" x1="1198.33426" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(179.946 1198.46 470.075)" stroke="#ff0000" id="svg_951" d="m1192.46094,478.57556l5.99998,-17.00286l5.99998,17.00286l-11.99996,0z" stroke-width="2" fill="none"/>
|
||||
<line id="svg_952" y2="436.80953" x2="1198.33426" y1="436.80953" x1="1170.33426" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect transform="rotate(88.7508 1163.33 438.245)" stroke="#ff0000" id="svg_953" height="18.00143" width="10" y="429.24344" x="1158.33287" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(-91.2824 1148.46 438.454)" stroke="#ff0000" id="svg_954" d="m1145.02474,443.08041l3.43044,-9.2537l3.43044,9.2537l-6.86088,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<g id="svg_959">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1177.59249" cy="244.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_955"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1177.24794" cy="224.8173" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_956"/>
|
||||
<line fill="none" x1="1178.18176" y1="210.81187" x2="1176.88598" y2="279.80717" stroke-width="2" id="svg_957" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1176.59249" cy="264.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_958"/>
|
||||
</g>
|
||||
<g id="svg_964">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1220.44956" cy="244.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_960"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1220.10501" cy="224.8173" rx="5.44069" ry="5.49181" stroke="#ff0000" id="svg_961"/>
|
||||
<line fill="none" x1="1221.03883" y1="210.81187" x2="1219.74305" y2="279.80717" stroke-width="2" id="svg_962" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="2" cx="1219.44956" cy="264.5791" rx="5.2688" ry="5.67202" stroke="#ff0000" id="svg_963"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_969">
|
||||
<ellipse id="svg_966" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="222.97588" cx="1403.11741" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_967" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="203.21408" cx="1402.77286" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_968" stroke="#ff0000" stroke-width="2" y2="241.20395" x2="1403.41087" y1="189.20864" x1="1402.70664" fill="none"/>
|
||||
</g>
|
||||
<g stroke="null" id="svg_973">
|
||||
<ellipse stroke="#ff0000" id="svg_970" ry="5.67202" rx="5.2688" cy="224.88064" cx="1365.02208" stroke-width="2" fill="#000000"/>
|
||||
<ellipse stroke="#ff0000" id="svg_971" ry="5.49181" rx="5.44069" cy="205.11884" cx="1364.67753" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_972" stroke-width="2" y2="243.10871" x2="1365.31554" y1="191.1134" x1="1364.61131" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_977">
|
||||
<ellipse id="svg_974" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="221.07111" cx="1511.68913" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_975" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="201.30931" cx="1511.34458" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_976" stroke="#ff0000" stroke-width="2" y2="239.29918" x2="1511.98259" y1="187.30387" x1="1511.27836" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_981">
|
||||
<ellipse id="svg_978" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="221.07111" cx="1471.68902" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_979" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="201.30931" cx="1471.34447" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_980" stroke="#ff0000" stroke-width="2" y2="239.29918" x2="1471.98248" y1="187.30387" x1="1471.27825" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 138 KiB |
After Width: | Height: | Size: 325 KiB |
After Width: | Height: | Size: 323 KiB |
After Width: | Height: | Size: 234 KiB |
|
@ -258,7 +258,7 @@
|
|||
<path stroke="#ff0000" id="svg_216" d="m958.23193,191.91981c-3.25671,0 -5.89655,3.80538 -5.89655,8.49999s2.63984,8.49999 5.89655,8.49999s5.89656,-3.80538 5.89656,-8.49999s-2.63984,-8.49999 -5.89656,-8.49999zm0,16.34614c-3.0027,0 -5.44297,-3.51769 -5.44297,-7.84615s2.44027,-7.84615 5.44297,-7.84615s5.44298,3.51769 5.44298,7.84615s-2.44026,7.84615 -5.44298,7.84615zm3.21136,-3.21692c-0.09071,0.13076 -0.23586,0.13076 -0.31751,0l-6.1052,-8.78769c-0.09071,-0.13077 -0.09071,-0.34 0,-0.45769c0.09072,-0.13077 0.23586,-0.13077 0.31751,0l6.09613,8.78768c0.09071,0.1177 0.09071,0.32693 0.00907,0.4577zm0,-9.25846c0.09072,0.13077 0.09072,0.34 0,0.4577l-6.09613,8.78768c-0.09072,0.13077 -0.23586,0.13077 -0.31751,0c-0.09071,-0.13077 -0.09071,-0.34 0,-0.45769l6.09613,-8.78769c0.08165,-0.11769 0.2268,-0.11769 0.31751,0z" fill="#bf0000"/>
|
||||
<path stroke="#ff0000" id="svg_217" d="m952.5883,173.68255l10.79113,0a0.49051,0.84211 0 0 0 0,-1.68421l-4.90507,0l0,-11.78947a0.49051,0.84211 0 0 0 -0.98101,0l0,11.78947l-4.90505,0a0.49051,0.84211 0 0 0 0,1.68421zm10.79113,3.36842l-10.79113,0a0.49051,0.84211 0 0 0 0,1.68421l4.90505,0l0,11.78947a0.49051,0.84211 0 0 0 0.98101,0l0,-11.78947l4.90507,0a0.49051,0.84211 0 0 0 0,-1.68421z" fill="#bf0000"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_220" stroke-width="0.5" d="m911.87614,433.82713c-2.72414,0 -5.2844,-1.09714 -7.21097,-3.0916c-1.92656,-1.99446 -2.98636,-4.64494 -2.98636,-7.46509s1.05979,-5.47063 2.98636,-7.46509c1.92656,-1.99446 4.48682,-3.0916 7.21097,-3.0916s5.2844,1.09714 7.21097,3.0916c1.92656,1.99446 2.98635,4.64494 2.98635,7.46509s-1.05979,5.47063 -2.98635,7.46509c-1.92656,1.99446 -4.48682,3.0916 -7.21097,3.0916zm0,-19.30366c-2.25798,0 -4.37757,0.90862 -5.97273,2.56376c-1.59515,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53184 2.47649,6.1832c1.59516,1.65137 3.71839,2.56377 5.97273,2.56377c2.25798,0 4.37757,-0.90863 5.97272,-2.56377s2.47649,-3.84941 2.47649,-6.1832s-0.8777,-4.53184 -2.47649,-6.18321c-1.59515,-1.65514 -3.71473,-2.56376 -5.97272,-2.56376zm0,0c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90487l0,-3.54403c0,-0.50145 0.38968,-0.90487 0.87406,-0.90487s0.87406,0.40342 0.87406,0.90487l0,3.54403c0,0.50145 -0.38968,0.90487 -0.87406,0.90487zm0.01821,12.36641c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90487l0,-5.74208c0,-0.50145 0.38968,-0.90487 0.87406,-0.90487s0.87406,0.40342 0.87406,0.90487l0,5.74208c0,0.50145 -0.38968,0.90487 -0.87406,0.90487zm0.09833,-5.76849c-0.27314,0 -0.54264,-0.13195 -0.71381,-0.38457c-0.27678,-0.40718 -0.18573,-0.97271 0.21123,-1.26303l3.71111,-2.71458c0.39332,-0.28654 0.9396,-0.19228 1.22003,0.21868c0.27679,0.40718 0.18573,0.97271 -0.21123,1.26303l-3.71109,2.71458c-0.1566,0.11312 -0.33142,0.16589 -0.50623,0.16589zm-0.23308,0c-0.17481,0 -0.34962,-0.05277 -0.50258,-0.16589l-3.71109,-2.71458c-0.39334,-0.28654 -0.48802,-0.85208 -0.21123,-1.26303c0.27678,-0.4072 0.82307,-0.50521 1.22003,-0.21868l3.71111,2.71458c0.39332,0.28654 0.48801,0.85208 0.21122,1.26303c-0.1748,0.25261 -0.4443,0.38457 -0.71745,0.38457zm-9.20673,28.46537c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-3.54404c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,3.54404c0,0.50144 -0.38968,0.90485 -0.87406,0.90485zm1.51503,-3.54403c-2.72414,0 -5.2844,-1.09715 -7.21097,-3.09161c-1.92656,-1.99445 -2.98636,-4.64494 -2.98636,-7.46508s1.0598,-5.47063 2.98636,-7.46509c1.92656,-1.99446 4.48682,-3.09161 7.21097,-3.09161s5.2844,1.09715 7.21097,3.09161c1.92656,1.99446 2.98636,4.64494 2.98636,7.46509s-1.0598,5.47063 -2.98636,7.46508c-1.92656,1.99446 -4.48682,3.09161 -7.21097,3.09161zm0,-19.30367c-2.25798,0 -4.37757,0.90863 -5.97272,2.56377c-1.59516,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53183 2.47649,6.1832s3.71839,2.56377 5.97272,2.56377c2.25798,0 4.37757,-0.90863 5.97273,-2.56377c1.59515,-1.65137 2.47649,-3.84943 2.47649,-6.1832s-0.87771,-4.53184 -2.47649,-6.18321c-1.59516,-1.65514 -3.71475,-2.56377 -5.97273,-2.56377zm-0.62277,16.03486c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-5.74209c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,5.74209c0,0.50144 -0.38968,0.90485 -0.87406,0.90485l0,0zm0.09834,-5.76847c-0.27315,0 -0.54265,-0.13197 -0.71381,-0.38457c-0.27679,-0.40718 -0.18574,-0.97273 0.21122,-1.26303l3.71111,-2.71459c0.39332,-0.28654 0.93961,-0.19228 1.22003,0.21868c0.27679,0.40718 0.18574,0.97273 -0.21122,1.26304l-3.71111,2.71458c-0.1566,0.1131 -0.33141,0.16589 -0.50622,0.16589zm-0.23308,0c-0.17481,0 -0.34963,-0.05279 -0.50259,-0.16589l-3.71109,-2.71458c-0.39332,-0.28655 -0.48801,-0.85208 -0.21123,-1.26304c0.27679,-0.40718 0.82307,-0.50521 1.22004,-0.21868l3.71109,2.71459c0.39332,0.28654 0.48801,0.85207 0.21123,1.26303c-0.17481,0.2526 -0.44431,0.38457 -0.71745,0.38457zm16.26837,9.03729c-2.72414,0 -5.28439,-1.09715 -7.21097,-3.09161c-1.92656,-1.99445 -2.98635,-4.64494 -2.98635,-7.46508s1.05979,-5.47063 2.98635,-7.46509c1.92658,-1.99446 4.48682,-3.09161 7.21097,-3.09161s5.2844,1.09715 7.21097,3.09161c1.92658,1.99446 2.98636,4.64494 2.98636,7.46509s-1.05979,5.47063 -2.98636,7.46508c-1.92656,1.99446 -4.48682,3.09161 -7.21097,3.09161zm0,-19.30367c-2.25797,0 -4.37756,0.90863 -5.97272,2.56377c-1.59516,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53183 2.47649,6.1832c1.59516,1.65137 3.71839,2.56377 5.97272,2.56377s4.37757,-0.90863 5.97273,-2.56377s2.47649,-3.84943 2.47649,-6.1832s-0.8777,-4.53184 -2.47649,-6.18321c-1.59516,-1.65514 -3.71839,-2.56377 -5.97273,-2.56377zm0,22.8477c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-3.54404c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,3.54404c0,0.50144 -0.39332,0.90485 -0.87406,0.90485zm3.91505,-9.68576l-7.83009,0c-0.3132,0 -0.60091,-0.17343 -0.75751,-0.45243s-0.1566,-0.62587 0,-0.90487l3.91505,-7.02019c0.1566,-0.27901 0.44431,-0.45244 0.75751,-0.45244s0.60092,0.17343 0.75752,0.45244l3.91505,7.02019c0.1566,0.27899 0.1566,0.62586 0,0.90487s-0.44795,0.45243 -0.75752,0.45243l0,0zm-6.3187,-1.80972l4.80367,0l-2.40002,-4.30562l-2.40366,4.30562z" fill="#bf0000"/>
|
||||
<path stroke="#ff0000" id="svg_220" stroke-width="0.5" d="m911.87614,433.82713c-2.72414,0 -5.2844,-1.09714 -7.21097,-3.0916c-1.92656,-1.99446 -2.98636,-4.64494 -2.98636,-7.46509s1.05979,-5.47063 2.98636,-7.46509c1.92656,-1.99446 4.48682,-3.0916 7.21097,-3.0916s5.2844,1.09714 7.21097,3.0916c1.92656,1.99446 2.98635,4.64494 2.98635,7.46509s-1.05979,5.47063 -2.98635,7.46509c-1.92656,1.99446 -4.48682,3.0916 -7.21097,3.0916zm0,-19.30366c-2.25798,0 -4.37757,0.90862 -5.97273,2.56376c-1.59515,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53184 2.47649,6.1832c1.59516,1.65137 3.71839,2.56377 5.97273,2.56377c2.25798,0 4.37757,-0.90863 5.97272,-2.56377s2.47649,-3.84941 2.47649,-6.1832s-0.8777,-4.53184 -2.47649,-6.18321c-1.59515,-1.65514 -3.71473,-2.56376 -5.97272,-2.56376zm0,0c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90487l0,-3.54403c0,-0.50145 0.38968,-0.90487 0.87406,-0.90487s0.87406,0.40342 0.87406,0.90487l0,3.54403c0,0.50145 -0.38968,0.90487 -0.87406,0.90487zm0.01821,12.36641c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90487l0,-5.74208c0,-0.50145 0.38968,-0.90487 0.87406,-0.90487s0.87406,0.40342 0.87406,0.90487l0,5.74208c0,0.50145 -0.38968,0.90487 -0.87406,0.90487zm0.09833,-5.76849c-0.27314,0 -0.54264,-0.13195 -0.71381,-0.38457c-0.27678,-0.40718 -0.18573,-0.97271 0.21123,-1.26303l3.71111,-2.71458c0.39332,-0.28654 0.9396,-0.19228 1.22003,0.21868c0.27679,0.40718 0.18573,0.97271 -0.21123,1.26303l-3.71109,2.71458c-0.1566,0.11312 -0.33142,0.16589 -0.50623,0.16589l-0.00001,0zm-0.23308,0c-0.17481,0 -0.34962,-0.05277 -0.50258,-0.16589l-3.71109,-2.71458c-0.39334,-0.28654 -0.48802,-0.85208 -0.21123,-1.26303c0.27678,-0.4072 0.82307,-0.50521 1.22003,-0.21868l3.71111,2.71458c0.39332,0.28654 0.48801,0.85208 0.21122,1.26303c-0.1748,0.25261 -0.4443,0.38457 -0.71745,0.38457l-0.00001,0zm-9.20673,28.46537c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-3.54404c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,3.54404c0,0.50144 -0.38968,0.90485 -0.87406,0.90485zm1.51503,-3.54403c-2.72414,0 -5.2844,-1.09715 -7.21097,-3.09161c-1.92656,-1.99445 -2.98636,-4.64494 -2.98636,-7.46508s1.0598,-5.47063 2.98636,-7.46509c1.92656,-1.99446 4.48682,-3.09161 7.21097,-3.09161s5.2844,1.09715 7.21097,3.09161c1.92656,1.99446 2.98636,4.64494 2.98636,7.46509s-1.0598,5.47063 -2.98636,7.46508c-1.92656,1.99446 -4.48682,3.09161 -7.21097,3.09161zm0,-19.30367c-2.25798,0 -4.37757,0.90863 -5.97272,2.56377c-1.59516,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53183 2.47649,6.1832s3.71839,2.56377 5.97272,2.56377c2.25798,0 4.37757,-0.90863 5.97273,-2.56377c1.59515,-1.65137 2.47649,-3.84943 2.47649,-6.1832s-0.87771,-4.53184 -2.47649,-6.18321c-1.59516,-1.65514 -3.71475,-2.56377 -5.97273,-2.56377zm-0.62277,16.03486c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-5.74209c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,5.74209c0,0.50144 -0.38968,0.90485 -0.87406,0.90485l0,0zm0.09834,-5.76847c-0.27315,0 -0.54265,-0.13197 -0.71381,-0.38457c-0.27679,-0.40718 -0.18574,-0.97273 0.21122,-1.26303l3.71111,-2.71459c0.39332,-0.28654 0.93961,-0.19228 1.22003,0.21868c0.27679,0.40718 0.18574,0.97273 -0.21122,1.26304l-3.71111,2.71458c-0.1566,0.1131 -0.33141,0.16589 -0.50622,0.16589zm-0.23308,0c-0.17481,0 -0.34963,-0.05279 -0.50259,-0.16589l-3.71109,-2.71458c-0.39332,-0.28655 -0.48801,-0.85208 -0.21123,-1.26304c0.27679,-0.40718 0.82307,-0.50521 1.22004,-0.21868l3.71109,2.71459c0.39332,0.28654 0.48801,0.85207 0.21123,1.26303c-0.17481,0.2526 -0.44431,0.38457 -0.71745,0.38457zm16.26837,9.03729c-2.72414,0 -5.28439,-1.09715 -7.21097,-3.09161c-1.92656,-1.99445 -2.98635,-4.64494 -2.98635,-7.46508s1.05979,-5.47063 2.98635,-7.46509c1.92658,-1.99446 4.48682,-3.09161 7.21097,-3.09161s5.2844,1.09715 7.21097,3.09161c1.92658,1.99446 2.98636,4.64494 2.98636,7.46509s-1.05979,5.47063 -2.98636,7.46508c-1.92656,1.99446 -4.48682,3.09161 -7.21097,3.09161zm0,-19.30367c-2.25797,0 -4.37756,0.90863 -5.97272,2.56377c-1.59516,1.65137 -2.47649,3.84943 -2.47649,6.18321s0.8777,4.53183 2.47649,6.1832c1.59516,1.65137 3.71839,2.56377 5.97272,2.56377s4.37757,-0.90863 5.97273,-2.56377s2.47649,-3.84943 2.47649,-6.1832s-0.8777,-4.53184 -2.47649,-6.18321c-1.59516,-1.65514 -3.71839,-2.56377 -5.97273,-2.56377zm0,22.8477c-0.48437,0 -0.87406,-0.40342 -0.87406,-0.90485l0,-3.54404c0,-0.50144 0.38968,-0.90485 0.87406,-0.90485s0.87406,0.40342 0.87406,0.90485l0,3.54404c0,0.50144 -0.39332,0.90485 -0.87406,0.90485zm3.91505,-9.68576l-7.83009,0c-0.3132,0 -0.60091,-0.17343 -0.75751,-0.45243s-0.1566,-0.62587 0,-0.90487l3.91505,-7.02019c0.1566,-0.27901 0.44431,-0.45244 0.75751,-0.45244s0.60092,0.17343 0.75752,0.45244l3.91505,7.02019c0.1566,0.27899 0.1566,0.62586 0,0.90487s-0.44795,0.45243 -0.75752,0.45243l0,0l-0.00001,0zm-6.3187,-1.80972l4.80367,0l-2.40002,-4.30562l-2.40366,4.30562l0.00001,0z" fill="#bf0000"/>
|
||||
<line stroke="#ff0000" id="svg_222" y2="427.44341" x2="903.42424" y1="427.44341" x1="881.73035" stroke-width="2" fill="none"/>
|
||||
<g id="svg_288">
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1023.32465" y1="144.19829" x2="1022.54945" y2="734.96926" id="svg_584"/>
|
||||
|
@ -293,11 +293,11 @@
|
|||
<path stroke="#ff0000" id="svg_248" d="m1064.69773,546.30834l8.75625,0l0,1.38657l-8.75625,0l0,-1.38657zm0.7279,5.89296l7.30044,0l0,1.38657l-7.30044,0l0,-1.38657zm3.39332,-22.99412l0.51381,0l0,17.79444l-0.51381,0l0,-17.79444zm-1.22031,28.88708l2.91161,0l0,1.38659l-2.91161,0l0,-1.38659z" fill="#ff0000"/>
|
||||
<line stroke-width="2" id="svg_249" y2="519.83748" x2="1069.13857" y1="483.38331" x1="1069.78792" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-width="4" id="svg_250" y2="525.40154" x2="1083.3116" y1="526.14781" x1="1066.89366" fill="none"/>
|
||||
<g stroke="null">
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="26.83964" rx="31.50433" cy="798.97275" cx="1024.01129" fill="none"/>
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="26.83964" rx="31.50433" cy="759.44812" cx="1022.82909" fill="none"/>
|
||||
<path stroke="#ff0000" d="m1008.26846,806.93037l15.72319,-19.22297l15.72319,19.22297l-31.44638,0z" stroke-width="2" fill="none"/>
|
||||
<g stroke="null">
|
||||
<g stroke="null" id="svg_7">
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="26.83964" rx="31.50433" cy="798.97275" cx="1024.01129" fill="none" id="svg_8"/>
|
||||
<ellipse stroke="#ff0000" stroke-width="2" ry="26.83964" rx="31.50433" cy="759.44812" cx="1022.82909" fill="none" id="svg_9"/>
|
||||
<path stroke="#ff0000" d="m1008.26846,806.93037l15.72319,-19.22297l15.72319,19.22297l-31.44638,0z" stroke-width="2" fill="none" id="svg_10"/>
|
||||
<g stroke="null" id="svg_11">
|
||||
<line stroke="#ff0000" id="svg_270" y2="754.69664" x2="1023.86313" y1="742.89231" x1="1008.51823" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_271" y2="742.89231" x2="1036.41804" y1="753.51621" x1="1023.86313" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_272" y2="770.04228" x2="1022.93313" y1="754.40153" x1="1022.93313" stroke-width="2" fill="none"/>
|
||||
|
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
@ -1,5 +1,5 @@
|
|||
<svg width="2850" height="1300" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<title>无锡市雪浪水厂配电房</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
|
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 181 KiB |
After Width: | Height: | Size: 239 KiB |
|
@ -1,5 +1,5 @@
|
|||
<svg width="2250" height="1800.0000000000002" xmlns="http://www.w3.org/2000/svg" style="vector-effect: non-scaling-stroke;">
|
||||
<title style="vector-effect: non-scaling-stroke;">该图元没有绑定事件</title>
|
||||
<title style="vector-effect: non-scaling-stroke;">泰州市兴化人民医院配电房</title>
|
||||
|
||||
<g id="Layer_1" stroke="null">
|
||||
<title>该图元没有绑定事件</title>
|
||||
|
|
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 290 KiB |
After Width: | Height: | Size: 295 KiB |
After Width: | Height: | Size: 175 KiB |
|
@ -45,7 +45,7 @@
|
|||
<line stroke="#ff0000" fill="none" x1="880.42655" y1="600.79591" x2="879.87074" y2="616.38032" id="svg_85" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_88">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m880.56138,633.57825c-3.61291,0 -6.54149,4.31479 -6.54149,9.63785s2.92857,9.63784 6.54149,9.63784s6.54149,-4.31479 6.54149,-9.63784s-2.92858,-9.63785 -6.54149,-9.63785zm0,18.53432c-3.33113,0 -6.03829,-3.98859 -6.03829,-8.89647s2.70717,-8.89648 6.03829,-8.89648s6.03829,3.98859 6.03829,8.89648s-2.70716,8.89647 -6.03829,8.89647zm3.56259,-3.64755c-0.10064,0.14828 -0.26166,0.14828 -0.35223,0l-6.77295,-9.96405c-0.10065,-0.14828 -0.10065,-0.38551 0,-0.51896c0.10064,-0.14828 0.26166,-0.14828 0.35223,0l6.76289,9.96405c0.10065,0.13345 0.10065,0.37068 0.01006,0.51896zm0,-10.49784c0.10065,0.14828 0.10065,0.38551 0,0.51896l-6.76288,9.96405c-0.10065,0.14828 -0.26166,0.14828 -0.35223,0c-0.10065,-0.14827 -0.10065,-0.38551 0,-0.51896l6.76288,-9.96405c0.09057,-0.13345 0.2516,-0.13345 0.35223,0z" id="svg_86"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m876.54038,620.88106l7.08662,0a0.32213,0.63406 0 0 0 0,-1.26814l-3.22118,0l0,-8.87696a0.32213,0.63406 0 0 0 -0.64423,0l0,8.87696l-3.22119,0a0.32213,0.63406 0 0 0 0,1.26814l-0.00001,0zm7.08662,2.53628l-7.08662,0a0.32213,0.63406 0 0 0 0,1.26814l3.22119,0l0,8.87697a0.32213,0.63406 0 0 0 0.64423,0l0,-8.87697l3.22118,0a0.32213,0.63406 0 0 0 0,-1.26814l0.00001,0z" id="svg_87"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m876.54038,620.88106l7.08662,0a0.32213,0.63406 0 0 0 0,-1.26814l-3.22118,0l0,-8.87696a0.32213,0.63406 0 0 0 -0.64423,0l0,8.87696l-3.22119,0a0.32213,0.63406 0 0 0 0,1.26814l-0.00001,0l-0.00001,0zm7.08662,2.53628l-7.08662,0a0.32213,0.63406 0 0 0 0,1.26814l3.22119,0l0,8.87697a0.32213,0.63406 0 0 0 0.64423,0l0,-8.87697l3.22118,0a0.32213,0.63406 0 0 0 0,-1.26814l0.00001,0l0.00001,0z" id="svg_87"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m874.66822,663.307l12.43435,0l0,0.80928l-12.43435,0l0,-0.80928zm1.03366,3.43946l10.36704,0l0,0.80928l-10.36704,0l0,-0.80928zm4.8187,-13.42065l0.72964,0l0,10.38582l-0.72964,0l0,-10.38582zm-1.73291,16.86011l4.13465,0l0,0.80929l-4.13465,0l0,-0.80929z" id="svg_89"/>
|
||||
</g>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<line stroke="#ff0000" fill="none" x1="781.02087" y1="602.25199" x2="780.91149" y2="631.41866" stroke-width="2" id="svg_91"/>
|
||||
<g stroke="null" id="svg_94">
|
||||
<rect stroke="#ff0000" fill="#000000" x="774.67444" y="624.08532" width="13.78716" height="36" stroke-width="2" id="svg_92"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m783.6525,631.40609l-2.78034,9.91359l-2.14107,-10.07588l4.9214,0.16229z" id="svg_93"/>
|
||||
<path stroke="#ff0000" fill="none" stroke-width="1.5" d="m783.6525,631.40609l-2.78034,9.91359l-2.14107,-10.07588l4.9214,0.16229l0.00001,0z" id="svg_93"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m773.54857,671.99768l16.41328,0l0,0.83969l-16.41328,0l0,-0.83969zm1.36444,3.5687l13.68441,0l0,0.83969l-13.68441,0l0,-0.83969zm6.36064,-13.92494l0.96313,0l0,10.77608l-0.96313,0l0,-10.77608zm-2.28743,17.49364l5.45772,0l0,0.8397l-5.45772,0l0,-0.8397z" id="svg_97"/>
|
||||
</g>
|
||||
|
@ -193,7 +193,7 @@
|
|||
<line stroke="#ff0000" fill="none" x1="1393.87265" y1="604.79591" x2="1393.26063" y2="619.49231" id="svg_187" stroke-width="2"/>
|
||||
<g stroke="null" id="svg_190">
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1394.02113,635.71029c-3.97837,0 -7.20319,4.06893 -7.20319,9.08868s3.22481,9.08867 7.20319,9.08867s7.20319,-4.06893 7.20319,-9.08867s-3.22482,-9.08868 -7.20319,-9.08868zm0,17.47822c-3.66809,0 -6.6491,-3.76132 -6.6491,-8.38954s2.98101,-8.38955 6.6491,-8.38955s6.6491,3.76132 6.6491,8.38955s-2.981,8.38954 -6.6491,8.38954zm3.92297,-3.43971c-0.11082,0.13983 -0.28813,0.13983 -0.38786,0l-7.45807,-9.39629c-0.11083,-0.13983 -0.11083,-0.36354 0,-0.48939c0.11082,-0.13983 0.28813,-0.13983 0.38786,0l7.44699,9.39629c0.11083,0.12585 0.11083,0.34956 0.01108,0.48939zm0,-9.89967c0.11083,0.13983 0.11083,0.36354 0,0.48939l-7.44698,9.39629c-0.11083,0.13983 -0.28813,0.13983 -0.38786,0c-0.11083,-0.13982 -0.11083,-0.36354 0,-0.48939l7.44698,-9.39629c0.09973,-0.12585 0.27705,-0.12585 0.38786,0z" id="svg_188"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1389.59338,623.7366l7.80347,0a0.35471,0.59793 0 0 0 0,-1.19588l-3.54702,0l0,-8.37115a0.35471,0.59793 0 0 0 -0.7094,0l0,8.37115l-3.54703,0a0.35471,0.59793 0 0 0 0,1.19588l-0.00001,0zm7.80347,2.39176l-7.80347,0a0.35471,0.59793 0 0 0 0,1.19588l3.54703,0l0,8.37116a0.35471,0.59793 0 0 0 0.7094,0l0,-8.37116l3.54702,0a0.35471,0.59793 0 0 0 0,-1.19588l0.00001,0z" id="svg_189"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1389.59338,623.7366l7.80347,0a0.35471,0.59793 0 0 0 0,-1.19588l-3.54702,0l0,-8.37115a0.35471,0.59793 0 0 0 -0.7094,0l0,8.37115l-3.54703,0a0.35471,0.59793 0 0 0 0,1.19588l-0.00001,0l-0.00001,0zm7.80347,2.39176l-7.80347,0a0.35471,0.59793 0 0 0 0,1.19588l3.54703,0l0,8.37116a0.35471,0.59793 0 0 0 0.7094,0l0,-8.37116l3.54702,0a0.35471,0.59793 0 0 0 0,-1.19588l0.00001,0l0.00001,0z" id="svg_189"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m1387.53184,663.74508l13.69215,0l0,0.76317l-13.69215,0l0,-0.76317zm1.13822,3.24348l11.41572,0l0,0.76317l-11.41572,0l0,-0.76317zm5.30614,-12.65593l0.80344,0l0,9.79403l-0.80344,0l0,-9.79403zm-1.9082,15.89941l4.55289,0l0,0.76318l-4.55289,0l0,-0.76318z" id="svg_191"/>
|
||||
</g>
|
||||
|
@ -262,9 +262,9 @@
|
|||
<rect id="svg_13" height="30" width="12" y="391" x="254" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_19">
|
||||
<ellipse ry="18.5" rx="14" id="svg_14" cy="505.5" cx="257" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(180 256.856 507.345)" stroke="#ff0000" id="svg_16" d="m261.47381,507.22029a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 1 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 1 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044zm-9.2354,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 0 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 0 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044zm4.6177,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 0 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 0 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044zm9.2354,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 1 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 1 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044zm-18.44921,5.61657a0.26461,0.50044 0 0 1 -0.26461,-0.50044l0,-5.92044a0.26461,0.50044 0 1 1 0.52921,0l0,5.92044a0.26461,0.50044 0 0 1 -0.26461,0.50044zm18.44815,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044l0,-5.92044a0.26461,0.50044 0 1 1 0.52921,0l0,5.92044a0.26461,0.50044 0 0 1 -0.26461,0.50044z" fill="none"/>
|
||||
<path transform="rotate(180 256.856 507.345)" stroke="#ff0000" id="svg_16" d="m261.47381,507.22029a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 1 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 1 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0zm-9.2354,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 0 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 0 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0zm4.6177,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 0 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 0 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0zm9.2354,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044a2.04424,3.86622 0 1 0 -4.08849,0a0.26461,0.50044 0 0 1 -0.52921,0a2.57346,4.86711 0 1 1 5.14691,0a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0zm-18.44921,5.61657a0.26461,0.50044 0 0 1 -0.26461,-0.50044l0,-5.92044a0.26461,0.50044 0 1 1 0.52921,0l0,5.92044a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0zm18.44815,0a0.26461,0.50044 0 0 1 -0.26461,-0.50044l0,-5.92044a0.26461,0.50044 0 1 1 0.52921,0l0,5.92044a0.26461,0.50044 0 0 1 -0.26461,0.50044l0.00001,0z" fill="none"/>
|
||||
<ellipse ry="18.5" rx="14" id="svg_17" cy="535.5" cx="256" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(180 255.856 534.345)" stroke="#ff0000" id="svg_18" d="m259.98749,534.24332a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 1 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 1 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm-8.26325,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 0 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 0 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm4.13163,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 0 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 0 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm8.26325,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 1 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 1 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm-16.50719,4.5939a0.23676,0.40932 0 0 1 -0.23675,-0.40932l0,-4.84244a0.23676,0.40932 0 1 1 0.4735,0l0,4.84244a0.23676,0.40932 0 0 1 -0.23676,0.40932zm16.50624,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932l0,-4.84244a0.23676,0.40932 0 1 1 0.47351,0l0,4.84244a0.23676,0.40932 0 0 1 -0.23676,0.40932z" fill="none"/>
|
||||
<path transform="rotate(180 255.856 534.345)" stroke="#ff0000" id="svg_18" d="m259.98749,534.24332a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 1 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 1 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm-8.26325,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 0 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 0 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm4.13163,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 0 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 0 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm8.26325,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932a1.82906,3.16226 0 1 0 -3.65811,0a0.23676,0.40932 0 0 1 -0.47351,0a2.30257,3.9809 0 1 1 4.60514,0a0.23676,0.40932 0 0 1 -0.23676,0.40932zm-16.50719,4.5939a0.23676,0.40932 0 0 1 -0.23675,-0.40932l0,-4.84244a0.23676,0.40932 0 1 1 0.4735,0l0,4.84244a0.23676,0.40932 0 0 1 -0.23676,0.40932l0.00001,0zm16.50624,0a0.23676,0.40932 0 0 1 -0.23676,-0.40932l0,-4.84244a0.23676,0.40932 0 1 1 0.47351,0l0,4.84244a0.23676,0.40932 0 0 1 -0.23676,0.40932l0.00001,0z" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_48">
|
||||
<g stroke="null" id="svg_35">
|
||||
|
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
@ -0,0 +1,661 @@
|
|||
<svg width="2000" height="1200" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<defs>
|
||||
<filter id="svg_174_blur">
|
||||
<feGaussianBlur stdDeviation="0"/>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text transform="matrix(3.24256 0 0 2.78806 -791.234 -899.505)" stroke="#fff" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_15" y="364.45174" x="291.22658" stroke-width="0" fill="#bf0000">泰兴市广播电视台10KV电气主接线图</text>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_16" y="186.66664" x="84.66664" stroke-width="0" stroke="#fff" fill="#fff">10KV石配1#117线政法小区支线2#杆</text>
|
||||
<g id="svg_20">
|
||||
<rect stroke="#ff0000" id="svg_17" height="21.1864" width="19.49149" y="357.79451" x="274.17888" stroke-width="2" fill="#191919"/>
|
||||
<ellipse ry="2.9661" rx="3.38982" id="svg_18" cy="364.99788" cx="283.5009" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<ellipse stroke="#ff0000" ry="2.9661" rx="3.38982" id="svg_19" cy="373.47244" cx="283.5009" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<text transform="matrix(0.557743 0 0 0.812675 118.321 78.1206)" stroke="#ff0000" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_33" y="279.90342" x="311.35129" stroke-width="0" fill="#fff">1171</text>
|
||||
<text transform="matrix(0.587564 0 0 0.842717 162.014 55.331)" stroke="#ff0000" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_34" y="380.14469" x="231.28279" stroke-width="0" fill="#fff">117</text>
|
||||
<line stroke="#ff0000" id="svg_37" y2="591.0571" x2="496.75474" y1="591.0571" x1="284.43179" stroke-width="2" fill="none"/>
|
||||
<path transform="rotate(179.666 283.635 513.239)" id="svg_24" d="m278.55025,517.4762l5.08473,-8.47454l5.08473,8.47454l-10.16947,0l0.00001,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_26" stroke-width="2" y2="509.32055" x2="283.51764" y1="377.81613" x1="282.58434" fill="none"/>
|
||||
<g id="svg_28">
|
||||
<rect id="svg_336" stroke-width="2" height="36" width="14" y="452.03178" x="227.19361" stroke="#ff0000" fill="#000000"/>
|
||||
<path transform="rotate(-178.14 233.662 464.27)" id="svg_337" d="m231.16229,469.26993l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<path id="svg_29" d="m221.05036,498.20501l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_30" stroke="#ff0000" stroke-width="2" y2="459.36511" x2="233.52693" y1="430.19845" x1="233.638" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_31" stroke-width="2" y2="429.36511" x2="282.33852" y1="429.36511" x1="232.80468" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_35" stroke-width="2" y2="591.52378" x2="284.36509" y1="521.88365" x1="283.4318" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_60" y2="201.22734" x2="705.22892" y1="201.22734" x1="492.90598" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_142" y2="696.14164" x2="709.46622" y1="696.14164" x1="64.09321" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_143" stroke-width="2" y2="762.8378" x2="64.87402" y1="695.61214" x1="63.94073" fill="none"/>
|
||||
<g id="svg_155">
|
||||
<line stroke="#ff0000" id="svg_3" stroke-width="2" y2="286.43961" x2="283.51764" y1="196.46054" x1="282.58434" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_23" stroke-width="2" y2="358.47337" x2="283.51764" y1="313.40945" x1="282.58434" fill="none"/>
|
||||
<g id="svg_61">
|
||||
<ellipse id="svg_118" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="301.86996" cx="281.17514" stroke-width="2" fill="#ff0000"/>
|
||||
<line transform="rotate(-6.63805 279.987 298.422)" stroke="#ff0000" id="svg_123" stroke-width="2" y2="316.41923" x2="280.33869" y1="280.42392" x1="279.63446" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_170" y2="764.06601" x2="903.2473" y1="764.06601" x1="226.67771" stroke-width="3" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_171" stroke-width="2" y2="1042.37744" x2="252.77364" y1="765.38327" x1="251.84035" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_172" y2="1040.40926" x2="253.27717" y1="1040.40926" x1="176.60602" stroke-width="2" fill="none"/>
|
||||
<text transform="matrix(0.456879 0 0 0.674682 130.878 315.054)" stroke="#ff0000" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_173" y="1114.83099" x="129.66882" stroke-width="0" fill="#fff">受电柜</text>
|
||||
<line id="svg_205" y2="895.27071" x2="1336.71868" y1="893.53159" x1="1336.71868" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path id="svg_212" d="m1427.88006,870.61648l0,-0.896a0.1113,0.1113 0 0 0 -0.22261,0l0,0.896a1.11304,1.11304 0 0 0 -1.00174,1.11304a0.1113,0.1113 0 0 0 0.1113,0.1113l1.00174,0a0.1113,0.1113 0 0 0 0.1113,-0.1113l0,-0.88821a0.89043,0.89043 0 0 1 -0.1113,1.77308a0.1113,0.1113 0 0 0 -0.1113,0.1113l0,1.00174a0.1113,0.1113 0 0 0 0.22261,0l0,-0.89043a1.11304,1.11304 0 0 0 0,-2.21496l0,-0.00557l0,0.00001zm-0.22261,0.22261l0,0.77357l-0.77245,0a0.89043,0.89043 0 0 1 0.77245,-0.77134l0,-0.00223z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<path id="svg_221" d="m89.32193,996.73202l0.298,-0.99333l1.192,0l-0.298,0.99333l-1.192,0z" stroke-width="0.1" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_226" stroke-width="2" y2="953.66778" x2="680.99925" y1="765.38329" x1="680.06596" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_261" stroke-width="2" y2="1063.34519" x2="898.74111" y1="765.38327" x1="897.80782" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m899.12369,1064.25661a13.54113,14.92998 0 1 1 -13.54113,14.92998a13.54113,14.92998 0 0 1 13.54113,-14.92998m0,-2.40875a15.72581,17.33873 0 1 0 15.72581,17.33873a15.72581,17.33873 0 0 0 -15.72581,-17.33873zm9.25162,20.14761a0.83226,0.91762 0 0 0 -0.72581,0.46548a5.44355,6.00187 0 0 1 -7.7746,1.54181a7.09355,7.8211 0 0 0 -10.6621,1.5098a0.80565,0.88828 0 0 0 -0.07258,0.13337a0.32903,0.36278 0 0 0 -0.0375,0.08803a0.83105,0.91629 0 0 0 1.36936,0.98031a0.35565,0.39212 0 0 0 0.07258,-0.09336a5.49073,6.05388 0 0 1 0.75121,-1.03099a5.43024,5.9872 0 0 1 7.06694,-0.58151a7.09234,7.81977 0 0 0 10.73226,-1.63651a0.33024,0.36411 0 0 0 0.03871,-0.09336a0.82984,0.91495 0 0 0 -0.7621,-1.27773l0.00363,-0.00533l0,-0.00001zm-4.61129,-7.01152l-0.72581,0.09736c-0.01089,0.85493 -0.02177,1.73387 -0.02177,2.70084l0,0.60152a5.08065,5.60174 0 0 1 -2.68186,0.80025a4.31855,4.76148 0 0 1 0.06653,-9.5203a4.59678,5.06824 0 0 1 2.41936,0.66687l-0.02298,2.11399l-0.66048,0l-0.46573,-2.0273a2.32984,2.5688 0 0 0 -1.0754,-0.25741c-1.66331,0 -2.88266,1.44445 -2.88266,4.25466c0,2.6675 1.1746,4.268 2.81492,4.268a3.69073,4.06927 0 0 0 1.00887,-0.14404l0,-0.80025c0,-0.89228 -0.01089,-1.74721 -0.03387,-2.62748l-1.21694,-0.13337l0,-0.42813l3.48024,0l-0.00242,0.4348l0,-0.00001z" id="svg_262" stroke="#ff0000"/>
|
||||
<line id="svg_268" y2="764.06601" x2="1577.01811" y1="764.06601" x1="900.44852" stroke-width="3" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_291">
|
||||
<g id="svg_246">
|
||||
<line fill="none" stroke-width="2.5" x1="681.02091" y1="883.49398" x2="692.31124" y2="883.64516" id="svg_236" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_237" d="m699.43833,882.43403l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 700.756 883.413)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_238" d="m834.12111,882.39193l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 835.439 883.372)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="708.44026" y1="883.49398" x2="826.9886" y2="883.64516" id="svg_239"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_240" cy="884.27056" cx="794.26657" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="843.92408" y1="883.49398" x2="864.08537" y2="883.64516" id="svg_241" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m866.90703,889.72023l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_242" transform="rotate(90.7914 869.729 883.672)"/>
|
||||
<g id="svg_245">
|
||||
<rect stroke="#ff0000" id="svg_243" height="21.1864" width="19.49149" y="872.842" x="731.2848" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_244" height="9.43394" width="18.86788" y="883.22103" x="731.00292" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_258">
|
||||
<line fill="none" stroke-width="2.5" x1="680.21446" y1="952.04234" x2="691.50479" y2="952.19351" id="svg_247" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_248" d="m698.63188,950.98239l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 699.95 951.961)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_249" d="m833.31466,950.94029l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 834.633 951.92)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="707.63381" y1="952.04234" x2="826.18215" y2="952.19351" id="svg_250"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_251" cy="952.81891" cx="793.46012" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="843.11763" y1="952.04234" x2="863.27892" y2="952.19351" id="svg_252" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m866.10058,958.26859l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_253" transform="rotate(90.7914 868.923 952.22)"/>
|
||||
<g id="svg_257">
|
||||
<rect stroke="#ff0000" id="svg_255" height="21.1864" width="19.49149" y="941.39035" x="730.47835" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_256" height="9.43394" width="18.86788" y="951.76938" x="730.19647" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_285">
|
||||
<line fill="none" stroke-width="2.5" x1="681.02091" y1="817.92019" x2="692.31124" y2="818.07136" id="svg_270" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_276" d="m699.43833,816.86023l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 700.756 817.839)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_277" d="m834.12111,816.81813l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 835.439 817.798)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="708.44026" y1="817.92019" x2="826.9886" y2="818.07136" id="svg_278"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_279" cy="818.69676" cx="794.26657" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="843.92408" y1="817.92019" x2="864.08537" y2="818.07136" id="svg_280" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m866.90703,824.14643l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_281" transform="rotate(90.7914 869.729 818.098)"/>
|
||||
<g id="svg_284">
|
||||
<rect stroke="#ff0000" id="svg_282" height="21.1864" width="19.49149" y="807.2682" x="731.2848" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_283" height="9.43394" width="18.86788" y="817.64723" x="731.00292" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_330">
|
||||
<g id="svg_307">
|
||||
<line fill="none" stroke-width="2.5" x1="900.69314" y1="880.21529" x2="911.98346" y2="880.36647" id="svg_297" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_298" d="m919.11056,879.15534l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 920.428 880.134)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_299" d="m1053.79334,879.11324l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1055.11 880.093)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="928.11249" y1="880.21529" x2="1046.66082" y2="880.36647" id="svg_300"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_301" cy="880.99187" cx="1013.93879" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1063.59631" y1="880.21529" x2="1083.75759" y2="880.36647" id="svg_302" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1086.57926,886.44154l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_303" transform="rotate(90.7914 1089.4 880.393)"/>
|
||||
<g id="svg_306">
|
||||
<rect stroke="#ff0000" id="svg_304" height="21.1864" width="19.49149" y="869.56331" x="950.95702" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_305" height="9.43394" width="18.86788" y="879.94234" x="950.67514" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_318">
|
||||
<line fill="none" stroke-width="2.5" x1="899.88669" y1="948.76365" x2="911.17701" y2="948.91482" id="svg_308" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_309" d="m918.30411,947.7037l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 919.622 948.682)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_310" d="m1052.98689,947.6616l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1054.31 948.641)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="927.30604" y1="948.76365" x2="1045.85437" y2="948.91482" id="svg_311"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_312" cy="949.54022" cx="1013.13234" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1062.78985" y1="948.76365" x2="1082.95114" y2="948.91482" id="svg_313" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1085.77281,954.9899l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_314" transform="rotate(90.7914 1088.6 948.941)"/>
|
||||
<g id="svg_317">
|
||||
<rect stroke="#ff0000" id="svg_315" height="21.1864" width="19.49149" y="938.11166" x="950.15057" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_316" height="9.43394" width="18.86788" y="948.49069" x="949.86869" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_329">
|
||||
<line fill="none" stroke-width="2.5" x1="900.69314" y1="814.6415" x2="911.98346" y2="814.79267" id="svg_319" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_320" d="m919.11056,813.58154l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 920.428 814.56)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_321" d="m1053.79334,813.53944l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1055.11 814.519)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="928.11249" y1="814.6415" x2="1046.66082" y2="814.79267" id="svg_322"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_323" cy="815.41807" cx="1013.93879" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1063.59631" y1="814.6415" x2="1083.75759" y2="814.79267" id="svg_324" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1086.57926,820.86774l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_325" transform="rotate(90.7914 1089.4 814.819)"/>
|
||||
<g id="svg_328">
|
||||
<rect stroke="#ff0000" id="svg_326" height="21.1864" width="19.49149" y="803.98951" x="950.95702" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_327" height="9.43394" width="18.86788" y="814.36854" x="950.67514" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_331">
|
||||
<line id="svg_21" stroke-width="2" y2="1100.44192" x2="462.45096" y1="765.38328" x1="461.51767" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_196">
|
||||
<line fill="none" stroke-width="2.5" x1="463.27908" y1="1030.26812" x2="474.5694" y2="1030.41929" id="svg_166" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_167" d="m481.69649,1029.20816l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 483.014 1030.19)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_175" d="m616.37927,1029.16606l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 617.697 1030.15)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="490.69843" y1="1030.26812" x2="609.24676" y2="1030.41929" id="svg_176"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_177" cy="1031.04469" cx="576.52473" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="626.18224" y1="1030.26812" x2="646.34353" y2="1030.41929" id="svg_187" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m649.16519,1036.49436l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_189" transform="rotate(90.7914 651.987 1030.45)"/>
|
||||
<g id="svg_195">
|
||||
<rect stroke="#ff0000" id="svg_193" height="21.1864" width="19.49149" y="1019.61613" x="513.54296" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_194" height="9.43394" width="18.86788" y="1029.99516" x="513.26108" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_224">
|
||||
<line fill="none" stroke-width="2.5" x1="462.47263" y1="1098.81647" x2="473.76295" y2="1098.96765" id="svg_200" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_203" d="m480.89004,1097.75652l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 482.207 1098.73)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_206" d="m615.57282,1097.71442l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 616.89 1098.69)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="489.89198" y1="1098.81647" x2="608.44031" y2="1098.96765" id="svg_211"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_213" cy="1099.59305" cx="575.71828" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="625.37579" y1="1098.81647" x2="645.53708" y2="1098.96765" id="svg_215" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m648.35874,1105.04272l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_218" transform="rotate(90.7914 651.18 1098.99)"/>
|
||||
<g id="svg_223">
|
||||
<rect stroke="#ff0000" id="svg_220" height="21.1864" width="19.49149" y="1088.16449" x="512.73651" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_222" height="9.43394" width="18.86788" y="1098.54352" x="512.45463" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_225">
|
||||
<g id="svg_102">
|
||||
<line fill="none" stroke-width="2.5" x1="461.66617" y1="817.36498" x2="472.9565" y2="817.51615" id="svg_87" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_22" d="m480.08359,816.30502l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 481.401 817.284)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_73" d="m614.76637,816.26292l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 616.084 817.242)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="489.08552" y1="817.36498" x2="607.63386" y2="817.51615" id="svg_83"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_98" cy="818.14155" cx="574.91183" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2" x="517.31132" y="809.30047" width="14.51612" height="13.70967" id="svg_99"/>
|
||||
<line fill="none" stroke-width="2.5" x1="624.56934" y1="817.36498" x2="644.73063" y2="817.51615" id="svg_100" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m647.55228,823.59122l2.82258,-12.09672l2.82258,12.09672l-5.64515,0l-0.00001,0z" id="svg_101" transform="rotate(90.7914 650.375 817.543)"/>
|
||||
</g>
|
||||
<g id="svg_129">
|
||||
<line fill="none" stroke-width="2.5" x1="461.66617" y1="884.30044" x2="472.9565" y2="884.45161" id="svg_112" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_113" d="m480.08359,883.24048l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 481.401 884.219)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_114" d="m614.76637,883.19838l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 616.084 884.178)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="489.08552" y1="884.30044" x2="607.63386" y2="884.45161" id="svg_115"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_116" cy="885.07701" cx="574.91183" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="624.56934" y1="884.30044" x2="644.73063" y2="884.45161" id="svg_119" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m647.55229,890.52668l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_120" transform="rotate(90.7914 650.374 884.478)"/>
|
||||
<g id="svg_128">
|
||||
<rect stroke="#ff0000" id="svg_126" height="21.1864" width="19.49149" y="873.64845" x="511.93006" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_127" height="9.43394" width="18.86788" y="884.02748" x="511.64818" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_165">
|
||||
<line fill="none" stroke-width="2.5" x1="460.85972" y1="952.84879" x2="472.15005" y2="952.99996" id="svg_130" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_134" d="m479.27714,951.78884l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 480.595 952.767)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_138" d="m613.95992,951.74674l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 615.278 952.726)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="488.27907" y1="952.84879" x2="606.82741" y2="952.99996" id="svg_145"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_146" cy="953.62536" cx="574.10538" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="623.76289" y1="952.84879" x2="643.92418" y2="952.99996" id="svg_147" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m646.74584,959.07504l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_148" transform="rotate(90.7914 649.568 953.026)"/>
|
||||
<g id="svg_162">
|
||||
<rect stroke="#ff0000" id="svg_152" height="21.1864" width="19.49149" y="942.1968" x="511.12361" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_161" height="9.43394" width="18.86788" y="952.57583" x="510.84173" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_332" stroke-width="2" y2="1102.08127" x2="1118.18893" y1="767.02262" x1="1117.25564" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_345">
|
||||
<line fill="none" stroke-width="2.5" x1="1119.01705" y1="1031.90746" x2="1130.30737" y2="1032.05863" id="svg_333" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_334" d="m1137.43446,1030.84751l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 1138.75 1031.83)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_335" d="m1272.11724,1030.80541l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1273.43 1031.79)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="1146.4364" y1="1031.90746" x2="1264.98473" y2="1032.05863" id="svg_338"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_339" cy="1032.68403" cx="1232.2627" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1281.92022" y1="1031.90746" x2="1302.0815" y2="1032.05863" id="svg_340" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1304.90316,1038.13371l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_341" transform="rotate(90.7914 1307.72 1032.09)"/>
|
||||
<g id="svg_344">
|
||||
<rect stroke="#ff0000" id="svg_342" height="21.1864" width="19.49149" y="1021.25547" x="1169.28093" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_343" height="9.43394" width="18.86788" y="1031.6345" x="1168.99905" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_356">
|
||||
<line fill="none" stroke-width="2.5" x1="1118.2106" y1="1100.45582" x2="1129.50092" y2="1100.60699" id="svg_346" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_347" d="m1136.62801,1099.39587l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 1137.94 1100.37)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_348" d="m1271.31079,1099.35377l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1272.63 1100.33)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="1145.62995" y1="1100.45582" x2="1264.17828" y2="1100.60699" id="svg_349"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_350" cy="1101.23239" cx="1231.45625" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1281.11377" y1="1100.45582" x2="1301.27505" y2="1100.60699" id="svg_351" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1304.09671,1106.68207l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_352" transform="rotate(90.7914 1306.92 1100.63)"/>
|
||||
<g id="svg_355">
|
||||
<rect stroke="#ff0000" id="svg_353" height="21.1864" width="19.49149" y="1089.80383" x="1168.47448" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_354" height="9.43394" width="18.86788" y="1100.18286" x="1168.1926" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_376">
|
||||
<line fill="none" stroke-width="2.5" x1="1117.40415" y1="885.93978" x2="1128.69447" y2="886.09095" id="svg_366" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_367" d="m1135.82156,884.87983l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 1137.14 885.858)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_368" d="m1270.50434,884.83773l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1271.82 885.817)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="1144.8235" y1="885.93978" x2="1263.37183" y2="886.09095" id="svg_369"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_370" cy="886.71635" cx="1230.6498" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1280.30731" y1="885.93978" x2="1300.4686" y2="886.09095" id="svg_371" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1303.29026,892.16603l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_372" transform="rotate(90.7914 1306.11 886.117)"/>
|
||||
<g id="svg_375">
|
||||
<rect stroke="#ff0000" id="svg_373" height="21.1864" width="19.49149" y="875.28779" x="1167.66803" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_374" height="9.43394" width="18.86788" y="885.66682" x="1167.38615" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_387">
|
||||
<line fill="none" stroke-width="2.5" x1="1116.5977" y1="954.48814" x2="1127.88802" y2="954.63931" id="svg_377" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_378" d="m1135.01511,953.42819l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 1136.33 954.406)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_379" d="m1269.69789,953.38609l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1271.02 954.365)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="1144.01704" y1="954.48814" x2="1262.56538" y2="954.63931" id="svg_380"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_381" cy="955.26471" cx="1229.84335" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1279.50086" y1="954.48814" x2="1299.66215" y2="954.63931" id="svg_382" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1302.48381,960.71439l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_383" transform="rotate(90.7914 1305.31 954.665)"/>
|
||||
<g id="svg_386">
|
||||
<rect stroke="#ff0000" id="svg_384" height="21.1864" width="19.49149" y="943.83615" x="1166.86158" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_385" height="9.43394" width="18.86788" y="954.21518" x="1166.5797" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_390">
|
||||
<g transform="rotate(-89.2522 359.788 817.804)" id="svg_181">
|
||||
<rect stroke="#ff0000" id="svg_179" height="21.1864" width="19.49149" y="807.21101" x="350.18353" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_180" height="9.43394" width="18.86788" y="817.59004" x="349.90165" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_183">
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_174" d="m359.1159,781.62762l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_182" stroke-width="2" y2="827.19741" x2="361.46898" y1="790.60061" x1="360.53569" fill="none"/>
|
||||
</g>
|
||||
<g transform="rotate(179.885 361.303 838.557)" id="svg_186">
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_184" d="m359.98546,819.88838l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_185" stroke-width="2" y2="865.45816" x2="362.33854" y1="828.86137" x1="361.40525" fill="none"/>
|
||||
</g>
|
||||
<line transform="rotate(88.8449 363.017 924.783)" stroke="#ff0000" id="svg_188" y2="924.7834" x2="423.99742" y1="924.7834" x1="302.03591" stroke-width="2" fill="none"/>
|
||||
<ellipse transform="rotate(88.379 361.726 882.411)" stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_191" cy="882.41054" cx="361.72558" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_197" y2="898.88229" x2="413.35624" y1="898.88229" x1="313.12737" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_198" height="26.27113" width="14.40675" y="913.19211" x="356.16874" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_199" height="26.27113" width="14.40675" y="957.53981" x="357.0383" stroke-width="2" fill="#000000"/>
|
||||
<line transform="rotate(-153.855 364.113 971.792)" stroke="#ff0000" id="svg_201" y2="979.44949" x2="359.95646" y1="964.13473" x1="368.26919" stroke-width="2" fill="none"/>
|
||||
<path id="svg_202" d="m351.48476,995.5949l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_204" y2="783.09712" x2="361.06931" y1="764.8363" x1="360.26151" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_207">
|
||||
<ellipse transform="rotate(88.379 382.152 882.776)" stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_190" cy="882.77544" cx="382.15234" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(88.379 382.026 882.926)" stroke="#ff0000" id="svg_192" y2="882.92613" x2="393.38264" y1="882.92613" x1="370.66955" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_210">
|
||||
<ellipse transform="rotate(88.379 339.543 884.515)" stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_208" cy="884.51456" cx="339.54377" stroke-width="2" fill="none"/>
|
||||
<line transform="rotate(88.379 339.417 884.665)" stroke="#ff0000" id="svg_209" y2="884.66526" x2="350.77407" y1="884.66526" x1="328.06098" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.282262 -0.325648 0.504718 -0.182118 -161.103 1345.36)" id="svg_32">
|
||||
<line stroke="#ff0000" id="svg_271" y2="1116.87579" x2="300.97603" y1="1082.91539" x1="320.55935" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.93378 -0.257944 0.258344 0.932333 -5.52834 384.929)" id="svg_274">
|
||||
<line stroke="#ff0000" id="svg_272" y2="821.5194" x2="108.30773" y1="808.75345" x1="96.6056" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_273" y2="826.83855" x2="104.05241" y1="814.0726" x1="92.35028" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_275" y2="1142.60338" x2="285.51552" y1="1125.10862" x1="295.82253" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_36" y2="1027.20176" x2="321.24946" y1="1021.24783" x1="315.7127" fill="none"/>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.142464 0.361613 -0.56046 -0.0919187 937.445 1008.76)" id="svg_38">
|
||||
<line stroke="#ff0000" id="svg_266" y2="1021.01753" x2="322.1958" y1="1008.19672" x1="310.49367" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_267" y2="1026.35953" x2="317.94048" y1="1013.53872" x1="306.23835" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_39" y2="1043.83001" x2="333.99819" y1="1030.48711" x1="323.26541" fill="none"/>
|
||||
<g stroke-width="2" stroke="null" id="svg_40">
|
||||
<line stroke="#ff0000" id="svg_254" y2="1033.83962" x2="303.74953" y1="1020.74099" x1="315.43823" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.557346 -0.0994898 0.154198 0.359604 -40.6211 684.428)" id="svg_264">
|
||||
<line stroke="#ff0000" id="svg_260" y2="1069.27455" x2="329.39818" y1="1056.50859" x1="317.69606" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_263" y2="1074.5937" x2="325.14286" y1="1061.82774" x1="313.44074" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_265" y2="1043.76284" x2="294.5216" y1="1037.01505" x1="300.67355" fill="none"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.282262 -0.325648 0.504718 -0.182118 -161.103 1345.36)" id="svg_41">
|
||||
<line stroke="#ff0000" id="svg_286" y2="1116.87579" x2="300.97603" y1="1082.91539" x1="320.55935" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.93378 -0.257944 0.258344 0.932333 -5.52834 384.929)" id="svg_289">
|
||||
<line stroke="#ff0000" id="svg_287" y2="821.5194" x2="108.30773" y1="808.75345" x1="96.6056" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_288" y2="826.83855" x2="104.05241" y1="814.0726" x1="92.35028" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_290" y2="1142.60338" x2="285.51552" y1="1125.10862" x1="295.82253" fill="none"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" id="svg_42">
|
||||
<line stroke="#ff0000" id="svg_292" y2="1033.83962" x2="303.74953" y1="1020.74099" x1="315.43823" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.557346 -0.0994898 0.154198 0.359604 -40.6211 684.428)" id="svg_295">
|
||||
<line stroke="#ff0000" id="svg_293" y2="1069.27455" x2="329.39818" y1="1056.50859" x1="317.69606" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_294" y2="1074.5937" x2="325.14286" y1="1061.82774" x1="313.44074" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_296" y2="1043.76284" x2="294.5216" y1="1037.01505" x1="300.67355" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_43">
|
||||
<path stroke="#ff0000" id="svg_214" d="m315.76272,975.07439l0,-13.0833a0.95646,1.62525 0 0 0 -1.91292,0l0,13.0833a9.56458,16.25255 0 0 0 -8.60812,16.25255a0.95646,1.62525 0 0 0 0.95646,1.62525l8.60812,0a0.95646,1.62525 0 0 0 0.95646,-1.62525l0,-12.96953a7.65166,13.00204 0 0 1 -0.95646,25.89031a0.95646,1.62525 0 0 0 -0.95646,1.62525l0,14.62729a0.95646,1.62525 0 0 0 1.91292,0l0,-13.00204a9.56458,16.25255 0 0 0 0,-32.34257l0,-0.08126zm-1.91292,3.25051l0,11.29552l-6.63782,0a7.65166,13.00204 0 0 1 6.63782,-11.26301l0,-0.0325l0,-0.00001z" stroke-width="0.1" fill="#ff0000"/>
|
||||
<line transform="rotate(88.8449 313.611 924.336)" stroke="#ff0000" id="svg_216" y2="924.33599" x2="339.35508" y1="924.33599" x1="287.86642" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_217" height="26.27113" width="14.40675" y="910.58342" x="305.7341" stroke-width="2" fill="none"/>
|
||||
<path id="svg_219" d="m306.02134,959.90399l3.13043,-9.56519l12.52171,0l-3.13043,9.56519l-12.52171,0z" stroke-width="2" stroke="#ff0000" fill="#b2b2b2"/>
|
||||
</g>
|
||||
<g id="svg_95">
|
||||
<g id="svg_48">
|
||||
<path stroke="#ff0000" id="svg_44" d="m415.15311,975.68415l0,-13.0833a0.95646,1.62525 0 0 0 -1.91292,0l0,13.0833a9.56458,16.25255 0 0 0 -8.60812,16.25255a0.95646,1.62525 0 0 0 0.95646,1.62525l8.60812,0a0.95646,1.62525 0 0 0 0.95646,-1.62525l0,-12.96953a7.65166,13.00204 0 0 1 -0.95646,25.89031a0.95646,1.62525 0 0 0 -0.95646,1.62525l0,14.62729a0.95646,1.62525 0 0 0 1.91292,0l0,-13.00204a9.56458,16.25255 0 0 0 0,-32.34257l0,-0.08126zm-1.91292,3.25051l0,11.29552l-6.63782,0a7.65166,13.00204 0 0 1 6.63782,-11.26301l0,-0.0325l0,-0.00001z" stroke-width="0.1" fill="#ff0000"/>
|
||||
<line transform="rotate(88.8449 413.001 924.946)" stroke="#ff0000" id="svg_45" y2="924.94575" x2="438.74547" y1="924.94575" x1="387.25681" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_46" height="26.27113" width="14.40675" y="911.19318" x="405.12449" stroke-width="2" fill="none"/>
|
||||
<path id="svg_47" d="m405.41173,960.51375l3.13043,-9.56519l12.52171,0l-3.13043,9.56519l-12.52171,0z" stroke-width="2" stroke="#ff0000" fill="#b2b2b2"/>
|
||||
</g>
|
||||
<g id="svg_68">
|
||||
<line id="svg_57" y2="1022.15711" x2="418.70092" y1="1022.15711" x1="408.33505" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_59" y2="1027.64493" x2="418.70092" y1="1027.64493" x1="408.33505" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_88">
|
||||
<g transform="rotate(-33.3629 421.445 1039.54)" id="svg_71">
|
||||
<line id="svg_69" y2="1036.79128" x2="426.62776" y1="1036.79128" x1="416.26189" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_70" y2="1042.27909" x2="426.62776" y1="1042.27909" x1="416.26189" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_82" y2="1036.18153" x2="420.53019" y1="1028.25468" x1="413.21311" stroke-width="1.5" fill="none"/>
|
||||
<line id="svg_84" y2="1047.76691" x2="428.45703" y1="1041.66934" x1="422.96922" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g transform="rotate(88.0908 403.762 1036.79)" id="svg_94">
|
||||
<g transform="rotate(-33.3629 404.371 1038.32)" id="svg_91">
|
||||
<line id="svg_89" y2="1035.57176" x2="409.55456" y1="1035.57176" x1="399.18869" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_90" y2="1041.05958" x2="409.55456" y1="1041.05958" x1="399.18869" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_92" y2="1034.96201" x2="403.45699" y1="1027.03516" x1="396.13991" stroke-width="1.5" fill="none"/>
|
||||
<line id="svg_93" y2="1046.54739" x2="411.38383" y1="1040.44982" x1="405.89602" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_469">
|
||||
<g id="svg_393" transform="rotate(-89.2522 1417.17 821.083)">
|
||||
<rect stroke="#ff0000" id="svg_391" height="21.1864" width="19.49149" y="810.4897" x="1407.56109" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_392" height="9.43394" width="18.86788" y="820.86873" x="1407.27921" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_396">
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_394" d="m1416.49346,784.90631l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_395" stroke-width="2" y2="830.4761" x2="1418.84654" y1="793.8793" x1="1417.91325" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_399" transform="rotate(179.885 1418.68 841.836)">
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_397" d="m1417.36302,823.16707l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_398" stroke-width="2" y2="868.73685" x2="1419.7161" y1="832.14006" x1="1418.78281" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_400" y2="928.06209" x2="1481.37498" y1="928.06209" x1="1359.41347" stroke-width="2" fill="none" transform="rotate(88.8449 1420.39 928.062)"/>
|
||||
<ellipse stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_401" cy="885.68923" cx="1419.10314" stroke-width="2" fill="none" transform="rotate(88.379 1419.1 885.69)"/>
|
||||
<line stroke="#ff0000" id="svg_402" y2="902.16098" x2="1470.7338" y1="902.16098" x1="1370.50493" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_403" height="26.27113" width="14.40675" y="916.4708" x="1413.5463" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_404" height="26.27113" width="14.40675" y="960.8185" x="1414.41586" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_405" y2="982.72818" x2="1417.33402" y1="967.41342" x1="1425.64675" stroke-width="2" fill="none" transform="rotate(-153.855 1421.49 975.071)"/>
|
||||
<path id="svg_406" d="m1408.86232,998.87359l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_407" y2="786.37581" x2="1418.44687" y1="768.11499" x1="1417.63907" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_410">
|
||||
<ellipse stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_408" cy="886.05413" cx="1439.5299" stroke-width="2" fill="none" transform="rotate(88.379 1439.53 886.055)"/>
|
||||
<line stroke="#ff0000" id="svg_409" y2="886.20482" x2="1450.7602" y1="886.20482" x1="1428.04711" stroke-width="2" fill="none" transform="rotate(88.379 1439.4 886.205)"/>
|
||||
</g>
|
||||
<g id="svg_413">
|
||||
<ellipse stroke="#ff0000" ry="7.54218" rx="8.01182" id="svg_411" cy="887.79325" cx="1396.92133" stroke-width="2" fill="none" transform="rotate(88.379 1396.92 887.794)"/>
|
||||
<line stroke="#ff0000" id="svg_412" y2="887.94395" x2="1408.15163" y1="887.94395" x1="1385.43854" stroke-width="2" fill="none" transform="rotate(88.379 1396.79 887.944)"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.282262 -0.325648 0.504718 -0.182118 -161.103 1345.36)" id="svg_419">
|
||||
<line stroke="#ff0000" id="svg_414" y2="2708.45367" x2="-599.179" y1="2674.49327" x1="-579.59568" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.93378 -0.257944 0.258344 0.932333 -5.52834 384.929)" id="svg_417">
|
||||
<line stroke="#ff0000" id="svg_415" y2="2159.49523" x2="-1225.85328" y1="2146.72928" x1="-1237.55541" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_416" y2="2164.81438" x2="-1230.1086" y1="2152.04843" x1="-1241.81073" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_418" y2="2734.18126" x2="-614.63951" y1="2716.6865" x1="-604.3325" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_420" y2="1030.48045" x2="1378.62702" y1="1024.52652" x1="1373.09026" fill="none"/>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.142464 0.361613 -0.56046 -0.0919187 937.445 1008.76)" id="svg_423">
|
||||
<line stroke="#ff0000" id="svg_421" y2="-753.26946" x2="-119.74478" y1="-766.09027" x1="-131.44691" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_422" y2="-747.92746" x2="-124.0001" y1="-760.74827" x1="-135.70223" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_424" y2="1047.1087" x2="1391.37575" y1="1033.7658" x1="1380.64297" fill="none"/>
|
||||
<g stroke-width="2" stroke="null" id="svg_430">
|
||||
<line stroke="#ff0000" id="svg_425" y2="1037.11831" x2="1361.12709" y1="1024.01968" x1="1372.81579" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.557346 -0.0994898 0.154198 0.359604 -40.6211 684.428)" id="svg_428">
|
||||
<line stroke="#ff0000" id="svg_426" y2="1565.3033" x2="2089.32982" y1="1552.53734" x1="2077.6277" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_427" y2="1570.62245" x2="2085.0745" y1="1557.85649" x1="2073.37238" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_429" y2="1047.04153" x2="1351.89916" y1="1040.29374" x1="1358.05111" fill="none"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" transform="matrix(-0.282262 -0.325648 0.504718 -0.182118 -161.103 1345.36)" id="svg_436">
|
||||
<line stroke="#ff0000" id="svg_431" y2="2708.45367" x2="-599.179" y1="2674.49327" x1="-579.59568" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.93378 -0.257944 0.258344 0.932333 -5.52834 384.929)" id="svg_434">
|
||||
<line stroke="#ff0000" id="svg_432" y2="2159.49523" x2="-1225.85328" y1="2146.72928" x1="-1237.55541" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_433" y2="2164.81438" x2="-1230.1086" y1="2152.04843" x1="-1241.81073" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_435" y2="2734.18126" x2="-614.63951" y1="2716.6865" x1="-604.3325" fill="none"/>
|
||||
</g>
|
||||
<g stroke-width="2" stroke="null" id="svg_442">
|
||||
<line stroke="#ff0000" id="svg_437" y2="1037.11831" x2="1361.12709" y1="1024.01968" x1="1372.81579" fill="none"/>
|
||||
<g stroke="null" transform="matrix(0.557346 -0.0994898 0.154198 0.359604 -40.6211 684.428)" id="svg_440">
|
||||
<line stroke="#ff0000" id="svg_438" y2="1565.3033" x2="2089.32982" y1="1552.53734" x1="2077.6277" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_439" y2="1570.62245" x2="2085.0745" y1="1557.85649" x1="2073.37238" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_441" y2="1047.04153" x2="1351.89916" y1="1040.29374" x1="1358.05111" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_447">
|
||||
<path stroke="#ff0000" id="svg_443" d="m1373.14028,978.35308l0,-13.0833a0.95646,1.62525 0 0 0 -1.91292,0l0,13.0833a9.56458,16.25255 0 0 0 -8.60812,16.25255a0.95646,1.62525 0 0 0 0.95646,1.62525l8.60812,0a0.95646,1.62525 0 0 0 0.95646,-1.62525l0,-12.96953a7.65166,13.00204 0 0 1 -0.95646,25.89031a0.95646,1.62525 0 0 0 -0.95646,1.62525l0,14.62729a0.95646,1.62525 0 0 0 1.91292,0l0,-13.00204a9.56458,16.25255 0 0 0 0,-32.34257l0,-0.08126zm-1.91292,3.25051l0,11.29552l-6.63782,0a7.65166,13.00204 0 0 1 6.63782,-11.26301l0,-0.0325l0,-0.00001z" stroke-width="0.1" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_444" y2="927.61468" x2="1396.73264" y1="927.61468" x1="1345.24398" stroke-width="2" fill="none" transform="rotate(88.8449 1370.99 927.615)"/>
|
||||
<rect stroke="#ff0000" id="svg_445" height="26.27113" width="14.40675" y="913.86211" x="1363.11166" stroke-width="2" fill="none"/>
|
||||
<path id="svg_446" d="m1363.3989,963.18268l3.13043,-9.56519l12.52171,0l-3.13043,9.56519l-12.52171,0z" stroke-width="2" stroke="#ff0000" fill="#b2b2b2"/>
|
||||
</g>
|
||||
<g id="svg_468">
|
||||
<g id="svg_452">
|
||||
<path stroke="#ff0000" id="svg_448" d="m1472.53067,978.96284l0,-13.0833a0.95646,1.62525 0 0 0 -1.91292,0l0,13.0833a9.56458,16.25255 0 0 0 -8.60812,16.25255a0.95646,1.62525 0 0 0 0.95646,1.62525l8.60812,0a0.95646,1.62525 0 0 0 0.95646,-1.62525l0,-12.96953a7.65166,13.00204 0 0 1 -0.95646,25.89031a0.95646,1.62525 0 0 0 -0.95646,1.62525l0,14.62729a0.95646,1.62525 0 0 0 1.91292,0l0,-13.00204a9.56458,16.25255 0 0 0 0,-32.34257l0,-0.08126zm-1.91292,3.25051l0,11.29552l-6.63782,0a7.65166,13.00204 0 0 1 6.63782,-11.26301l0,-0.0325l0,-0.00001z" stroke-width="0.1" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_449" y2="928.22444" x2="1496.12303" y1="928.22444" x1="1444.63437" stroke-width="2" fill="none" transform="rotate(88.8449 1470.38 928.225)"/>
|
||||
<rect stroke="#ff0000" id="svg_450" height="26.27113" width="14.40675" y="914.47187" x="1462.50205" stroke-width="2" fill="none"/>
|
||||
<path id="svg_451" d="m1462.78929,963.79244l3.13043,-9.56519l12.52171,0l-3.13043,9.56519l-12.52171,0z" stroke-width="2" stroke="#ff0000" fill="#b2b2b2"/>
|
||||
</g>
|
||||
<g id="svg_455">
|
||||
<line id="svg_453" y2="1025.4358" x2="1476.07848" y1="1025.4358" x1="1465.71261" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_454" y2="1030.92362" x2="1476.07848" y1="1030.92362" x1="1465.71261" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_461">
|
||||
<g id="svg_458" transform="rotate(-33.3629 1478.82 1042.82)">
|
||||
<line id="svg_456" y2="1040.06997" x2="1484.00532" y1="1040.06997" x1="1473.63945" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_457" y2="1045.55778" x2="1484.00532" y1="1045.55778" x1="1473.63945" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_459" y2="1039.46022" x2="1477.90775" y1="1031.53337" x1="1470.59067" stroke-width="1.5" fill="none"/>
|
||||
<line id="svg_460" y2="1051.0456" x2="1485.83459" y1="1044.94803" x1="1480.34678" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_467" transform="rotate(88.0908 1461.14 1040.07)">
|
||||
<g id="svg_464" transform="rotate(-33.3629 1461.75 1041.6)">
|
||||
<line id="svg_462" y2="1038.85045" x2="1466.93212" y1="1038.85045" x1="1456.56625" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_463" y2="1044.33827" x2="1466.93212" y1="1044.33827" x1="1456.56625" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_465" y2="1038.2407" x2="1460.83455" y1="1030.31385" x1="1453.51747" stroke-width="1.5" fill="none"/>
|
||||
<line id="svg_466" y2="1049.82608" x2="1468.76139" y1="1043.72851" x1="1463.27358" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_470" stroke-width="2" y2="1042.98586" x2="1534.74141" y1="765.99169" x1="1533.80812" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_471" y2="1042.47111" x2="1612.03775" y1="1042.47111" x1="1535.3666" stroke-width="2" fill="none"/>
|
||||
<g id="svg_472">
|
||||
<g id="svg_163">
|
||||
<line stroke="#ff0000" id="svg_156" stroke-width="2" y2="800.58933" x2="177.85751" y1="762.49691" x1="176.92421" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_157" stroke-width="2" y2="856.58539" x2="177.85751" y1="827.55915" x1="176.92421" fill="none"/>
|
||||
<g stroke="null" id="svg_160">
|
||||
<ellipse stroke="#ff0000" id="svg_158" ry="5.49181" rx="5.44069" cy="816.01967" cx="175.51501" stroke-width="2" fill="#ff0000"/>
|
||||
<line transform="rotate(-6.63805 174.327 812.572)" stroke="#ff0000" id="svg_159" stroke-width="2" y2="830.56894" x2="174.67855" y1="794.57362" x1="173.97433" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_169" stroke-width="2" y2="1039.66668" x2="178.0813" y1="877.68717" x1="177.148" fill="none"/>
|
||||
<g id="svg_178">
|
||||
<rect stroke="#ff0000" id="svg_164" height="21.1864" width="19.49149" y="856.71297" x="166.76891" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_168" height="9.43394" width="18.86788" y="867.092" x="166.48703" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_7" stroke="null" transform="rotate(90.8251 196.478 953.625)">
|
||||
<line id="svg_5" y2="953.76408" x2="207.84498" y1="953.76408" x1="185.11198" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_6" cy="953.62537" cx="196.33134" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_9" cy="953.62536" cx="177.33135" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_11" y2="969.12066" x2="183.00964" y1="969.12066" x1="133.27942" stroke-width="2" fill="none" stroke="#ff0000" transform="rotate(90.8251 158.145 969.121)"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_12" cy="955.47836" cx="158.47974" stroke-width="2" fill="none" stroke="#ff0000" transform="rotate(90.8251 158.48 955.478)"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_14" cy="978.62536" cx="158.33135" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_473" stroke-width="2" y2="804.71303" x2="1611.8757" y1="766.62061" x1="1610.9424" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_474" stroke-width="2" y2="860.70909" x2="1611.8757" y1="831.68285" x1="1610.9424" fill="none"/>
|
||||
<g stroke="null" id="svg_477" transform="rotate(14.8985 1614.69 817.726)">
|
||||
<ellipse stroke="#ff0000" id="svg_475" ry="5.49181" rx="5.44069" cy="821.1743" cx="1614.68783" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_476" stroke-width="2" y2="835.72357" x2="1613.85137" y1="799.72825" x1="1613.14715" fill="none" transform="rotate(-6.63805 1613.5 817.727)"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_479" stroke-width="2" y2="1043.79038" x2="1612.09949" y1="881.81087" x1="1611.16619" fill="none"/>
|
||||
<g id="svg_482">
|
||||
<rect stroke="#ff0000" id="svg_480" height="21.1864" width="19.49149" y="860.83668" x="1600.7871" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_481" height="9.43394" width="18.86788" y="871.21571" x="1600.50522" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_485" stroke="null" transform="rotate(90.8251 1591.32 957.749)">
|
||||
<line id="svg_483" y2="957.88779" x2="1602.68798" y1="957.88779" x1="1579.95498" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_484" cy="957.74908" cx="1591.17434" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_486" cy="957.74906" cx="1611.34953" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_492">
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_489" cy="980.68721" cx="1631.52473" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_491">
|
||||
<line id="svg_487" y2="971.18251" x2="1656.20302" y1="971.18251" x1="1606.4728" stroke-width="2" fill="none" stroke="#ff0000" transform="rotate(90.8251 1631.34 971.183)"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_488" cy="957.54021" cx="1631.67312" stroke-width="2" fill="none" stroke="#ff0000" transform="rotate(90.8251 1631.68 957.54)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_493">
|
||||
<line stroke="#ff0000" id="svg_144" y2="763.69821" x2="176.94418" y1="763.69821" x1="64.62099" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_150" cy="743.17264" cx="109.27475" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_151" cy="764.8707" cx="108.33135" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_153" y2="743.31134" x2="120.78839" y1="743.31134" x1="98.05539" stroke-width="2" fill="none"/>
|
||||
<g id="svg_4">
|
||||
<line stroke="#ff0000" id="svg_154" y2="785.76408" x2="119.84499" y1="785.76408" x1="97.11199" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_149" cy="785.62537" cx="108.33135" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_501">
|
||||
<line stroke="#ff0000" id="svg_494" y2="766.79099" x2="1722.30229" y1="766.79099" x1="1609.9791" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_495" cy="746.26542" cx="1654.63286" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_496" cy="767.96348" cx="1653.68946" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_497" y2="746.40412" x2="1666.1465" y1="746.40412" x1="1643.4135" stroke-width="2" fill="none"/>
|
||||
<g id="svg_500">
|
||||
<line stroke="#ff0000" id="svg_498" y2="788.85686" x2="1665.2031" y1="788.85686" x1="1642.4701" stroke-width="2" fill="none"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_499" cy="788.71815" cx="1653.68946" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_502" stroke-width="2" y2="767.99243" x2="1723.63403" y1="700.76677" x1="1722.70074" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_503" y2="701.29627" x2="1721.83563" y1="701.29627" x1="1076.46262" stroke-width="2" fill="none"/>
|
||||
<g id="svg_504">
|
||||
<line stroke="#ff0000" id="svg_65" stroke-width="2" y2="319.49043" x2="705.55074" y1="200.69784" x1="704.61744" fill="none"/>
|
||||
<path id="svg_74" stroke="#ff0000" d="m741.7499,310.76688l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<path id="svg_75" d="m754.9374,280.30546c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000"/>
|
||||
<path id="svg_76" stroke="#ff0000" d="m746.32343,262.0682l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000"/>
|
||||
<line stroke="#ff0000" id="svg_77" stroke-width="2" y2="248.00952" x2="755.21896" y1="248.00952" x1="705.68512" fill="none"/>
|
||||
<text transform="matrix(0.628838 0 0 0.843392 235.484 51.4679)" stroke="#ff0000" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_78" y="349.60246" x="762.31353" stroke-width="0" fill="#fff">101</text>
|
||||
<g transform="rotate(6.83509 705.751 336.557)" id="svg_64">
|
||||
<ellipse id="svg_62" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="340.00548" cx="705.75061" stroke-width="2" fill="#ff0000"/>
|
||||
<line transform="rotate(-6.63805 704.562 336.557)" stroke="#ff0000" id="svg_63" stroke-width="2" y2="354.55475" x2="704.91416" y1="318.55944" x1="704.20993" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_66" stroke-width="2" y2="447.45629" x2="705.55073" y1="354.08739" x1="704.61744" fill="none"/>
|
||||
<path transform="rotate(179.666 705.669 452.222)" stroke="#ff0000" id="svg_67" d="m700.58335,456.45936l5.08473,-8.47454l5.08474,8.47454l-10.16947,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<rect stroke="#ff0000" id="svg_72" height="26.27113" width="14.40675" y="389.71536" x="697.90689" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_80" stroke-width="2" y2="528.81203" x2="706.39818" y1="459.17191" x1="705.46488" fill="none"/>
|
||||
<g id="svg_135" stroke="null">
|
||||
<path id="svg_132" d="m701.73402,540.0036l5.05093,-9.61283l5.11846,9.56699l-10.16939,0.04584z" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line id="svg_133" stroke-width="2" y2="540.58017" x2="706.91098" y1="581.95247" x1="707.77664" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<text transform="matrix(0.587685 0 0 0.662446 305.697 182.228)" stroke="#ff0000" class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_136" y="590.29258" x="727.89602" stroke-width="0" fill="#fff">1#变压器</text>
|
||||
<path id="svg_137" stroke="#ff0000" d="m741.7499,310.76688l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<path id="svg_139" stroke="#ff0000" d="m747.68209,631.10524l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_140" stroke-width="2" y2="619.19526" x2="760.3037" y1="619.19526" x1="710.76986" fill="none"/>
|
||||
<line id="svg_141" stroke-width="2" y2="697.45579" x2="709.78801" y1="636.1546" x1="708.85472" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m707.11835,630.20552a0.69419,0.52905 0 0 1 -0.69419,-0.52904l0,-8.64989a0.69419,0.52905 0 0 1 1.38839,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52904l0,0l-0.00001,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63485l6.42129,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226l0.00001,-0.00001zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36462a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28246,4.49688a0.69419,0.52905 0 0 1 -0.48594,0l0,0l0.00001,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.0726a18.46556,14.0726 0 0 1 -18.46556,14.0726zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07313l-13.08556,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08556,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24297,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62477,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38658,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.42129,8.94087a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936l0,-0.00001zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.9668a18.46556,14.0726 0 0 1 -18.46556,13.9668zm0,-27.19293a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" id="svg_1"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_505" stroke-width="2" y2="322.58321" x2="1073.59135" y1="203.79062" x1="1072.65805" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_509" stroke-width="2" y2="251.1023" x2="1072.74419" y1="251.1023" x1="1023.21035" fill="none"/>
|
||||
<g id="svg_513" transform="rotate(6.83509 1073.79 339.65)">
|
||||
<ellipse id="svg_511" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="343.09826" cx="1073.79122" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_512" stroke-width="2" y2="357.64753" x2="1072.95477" y1="321.65222" x1="1072.25054" fill="none" transform="rotate(-6.63805 1072.6 339.65)"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_514" stroke-width="2" y2="450.54907" x2="1073.59134" y1="357.18017" x1="1072.65805" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_515" d="m1068.62396,459.55214l5.08473,-8.47454l5.08474,8.47454l-10.16947,0z" stroke-width="2" fill="#ff0000" transform="rotate(179.666 1073.71 455.315)"/>
|
||||
<rect stroke="#ff0000" id="svg_516" height="26.27113" width="14.40675" y="392.80814" x="1065.9475" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_517" stroke-width="2" y2="531.90481" x2="1074.43879" y1="462.26469" x1="1073.50549" fill="none"/>
|
||||
<g id="svg_520" stroke="null">
|
||||
<path id="svg_518" d="m1069.77463,543.09638l5.05093,-9.61283l5.11846,9.56699l-10.16939,0.04584z" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line id="svg_519" stroke-width="2" y2="543.67295" x2="1074.95159" y1="585.04525" x1="1075.81725" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<path id="svg_523" stroke="#ff0000" d="m1115.7227,634.19802l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_524" stroke-width="2" y2="622.28804" x2="1128.34431" y1="622.28804" x1="1078.81047" fill="none"/>
|
||||
<line id="svg_525" stroke-width="2" y2="700.54857" x2="1077.82862" y1="639.24738" x1="1076.89533" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1075.15896,633.2983a0.69419,0.52905 0 0 1 -0.69419,-0.52905l0,-8.64989a0.69419,0.52905 0 0 1 1.38838,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52905l0,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63486l6.4213,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36463a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28245,4.49689a0.69419,0.52905 0 0 1 -0.48594,0l0,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.07261a18.46556,14.0726 0 0 1 -18.46556,14.07261zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07312l-13.08555,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08555,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24296,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62478,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38659,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.4213,8.94086a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.96679a18.46556,14.0726 0 0 1 -18.46556,13.96679zm0,-27.19292a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" id="svg_526"/>
|
||||
<line stroke="#ff0000" id="svg_528" y2="204.45984" x2="1285.41316" y1="204.45984" x1="1073.09021" stroke-width="2" fill="none"/>
|
||||
<g id="svg_529">
|
||||
<g id="svg_53">
|
||||
<rect id="svg_51" stroke-width="2" height="36" width="14" y="385.08275" x="438.21016" stroke="#ff0000" fill="#000000"/>
|
||||
<path transform="rotate(-178.14 444.679 397.321)" id="svg_52" d="m442.17884,402.3209l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<path id="svg_54" d="m430.372,430.45275l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_55" stroke="#ff0000" stroke-width="2" y2="392.41609" x2="444.54348" y1="363.24942" x1="444.65455" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_56" stroke-width="2" y2="362.41609" x2="493.35507" y1="362.41609" x1="443.82122" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_58" stroke-width="2" y2="590.67632" x2="495.38164" y1="521.0362" x1="494.44835" fill="none"/>
|
||||
<g transform="rotate(-0.383914 494.653 359.525)" stroke="null" id="svg_131">
|
||||
<path transform="rotate(179.666 494.652 514.086)" stroke="#ff0000" id="svg_49" d="m489.5668,518.32366l5.08473,-8.47454l5.08474,8.47454l-10.16947,0z" stroke-width="2" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_50" stroke-width="2" y2="509.32056" x2="494.53419" y1="200.69785" x1="493.60089" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_536" stroke-width="2" y2="593.7691" x2="1288.16374" y1="524.12898" x1="1287.23045" fill="none"/>
|
||||
<g stroke="null" id="svg_539" transform="rotate(-0.383914 1287.44 362.618)">
|
||||
<path stroke="#ff0000" id="svg_537" d="m1282.3489,521.41644l5.08473,-8.47454l5.08474,8.47454l-10.16947,0z" stroke-width="2" fill="#ff0000" transform="rotate(179.666 1287.43 517.179)"/>
|
||||
<line stroke="#ff0000" id="svg_538" stroke-width="2" y2="512.41334" x2="1287.31629" y1="203.79063" x1="1286.38299" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_541" y2="592.08803" x2="1500.87673" y1="592.08803" x1="1288.55378" stroke-width="2" fill="none"/>
|
||||
<g id="svg_543">
|
||||
<g id="svg_532">
|
||||
<rect id="svg_530" stroke-width="2" height="36" width="14" y="380.95905" x="1329.96117" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_531" d="m1333.92985,398.1972l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 1336.43 393.197)"/>
|
||||
</g>
|
||||
<path id="svg_533" d="m1322.12301,426.32905l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_534" stroke="#ff0000" stroke-width="2" y2="388.29239" x2="1336.29449" y1="359.12572" x1="1336.40556" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_535" stroke-width="2" y2="359.32331" x2="1336.65255" y1="359.32331" x1="1287.1187" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_544">
|
||||
<path id="svg_506" stroke="#ff0000" d="m1011.85253,314.89058l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<path id="svg_507" d="m1025.04003,284.42916c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000"/>
|
||||
<path id="svg_508" stroke="#ff0000" d="m1016.42606,266.1919l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000"/>
|
||||
<path id="svg_522" stroke="#ff0000" d="m1011.85253,314.89058l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_555">
|
||||
<line fill="none" stroke-width="2.5" x1="1119.01706" y1="814.97143" x2="1130.30739" y2="815.1226" id="svg_545" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_546" d="m1137.43448,813.91148l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04313,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753l0.00001,0zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813zm9.10789,-13.51624l2.04313,-1.50779l11.14871,8.22753l-2.04313,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04313,1.50779l-11.14871,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(-89.8502 1138.75 814.89)"/>
|
||||
<path stroke="#ff0000" filter="url(#svg_174_blur)" id="svg_547" d="m1272.11726,813.86938l2.88971,0l0,10.18946l-2.88971,0l0,-10.18946zm-0.72543,0.08564l2.04314,-1.50779l11.14871,8.22753l-2.0436,1.50779l-11.14825,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14871,8.22787l-2.04314,-1.50813zm9.10789,-13.51624l2.04314,-1.50779l11.14871,8.22753l-2.04314,1.50779l-11.14871,-8.22753zm-9.1065,6.71325l11.14871,-8.22753l2.04314,1.50779l-11.14872,8.22787l-2.04313,-1.50813z" stroke-width="0" fill="#ff0000" transform="rotate(91.4853 1273.43 814.849)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2.5" x1="1146.43641" y1="814.97143" x2="1264.98475" y2="815.1226" id="svg_548"/>
|
||||
<ellipse ry="8.01885" rx="8.01885" id="svg_549" cy="815.748" cx="1232.26272" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1281.92023" y1="814.97143" x2="1302.08152" y2="815.1226" id="svg_550" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" stroke-width="2.5" d="m1304.90318,821.19768l2.82257,-12.09673l2.82258,12.09673l-5.64515,0z" id="svg_551" transform="rotate(90.7914 1307.72 815.149)"/>
|
||||
<g id="svg_554">
|
||||
<rect stroke="#ff0000" id="svg_552" height="21.1864" width="19.49149" y="804.31944" x="1169.28095" stroke-width="2" fill="#191919"/>
|
||||
<rect stroke="#ff0000" id="svg_553" height="9.43394" width="18.86788" y="814.69847" x="1168.99907" stroke-width="2" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="1502.27963" y="549.04221" width="188.71131" height="87.09753" id="svg_556"/>
|
||||
<text fill="#fff" stroke-width="0" x="1099.99212" y="355.41304" id="svg_557" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.590412 0 0 0.7624 435.544 78.3526)">102</text>
|
||||
<text fill="#fff" stroke-width="0" x="1098.39275" y="624.34748" id="svg_558" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.581227 0 0 0.658968 459.077 179.987)">2#变压器</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1517.60926" y="583.60278" id="svg_561" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.781488 0 0 0.9357 329.055 35.5979)">10KV石配东星112线</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1523.74051" y="615.4121" id="svg_562" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.800796 0 0 0.918549 298.785 48.0368)">石配2#线2#环网柜</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="127.4958" y="745.4116" id="svg_563" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.862261 0 0 0.96023 17.5611 28.6219)">1p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="188.74557" y="746.6616" id="svg_564" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.954043 0 0 0.96017 8.67411 28.7167)">2p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="347.49497" y="749.16159" id="svg_565" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.953812 0 0 0.879685 16.05 87.0994)">3p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="448.74458" y="750.41158" id="svg_566" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.781184 0 0 0.921852 97.8591 56.6197)">4p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="668.74375" y="750.41158" id="svg_567" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.768979 0 0 0.88373 154.494 84.2901)">5p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="886.24293" y="752.91157" id="svg_568" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.861332 0 0 0.880007 122.894 87.3087)">6p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="974.99259" y="750.41158" id="svg_569" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.819008 0 0 0.88333 176.466 84.5148)">0.4kv</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1102.49211" y="751.66158" id="svg_570" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.907588 0 0 0.961076 101.884 28.2248)">7p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1404.99096" y="751.66158" id="svg_571" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(1 0 0 0.960938 0 28.3722)">8p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1577.49031" y="752.91157" id="svg_572" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.907611 0 0 0.848081 145.742 110.334)">9p</text>
|
||||
<text fill="#ffffff" stroke-width="0" x="1667.48997" y="751.66158" id="svg_573" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.93746 0 0 0.844894 104.285 112.497)">10p</text>
|
||||
<text fill="#e5e5e5" stroke-width="0" x="1628.74011" y="879.1611" id="svg_574" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.783412 0 0 0.843263 352.421 133.797)">432</text>
|
||||
<text fill="#fff" stroke-width="0" x="191.10743" y="879.46906" id="svg_575" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.682568 0 0 0.960557 61.1065 33.358)">401</text>
|
||||
<text fill="#fff" stroke-width="0" x="327.70724" y="1083.9338" id="svg_576" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.783239 0 0 0.846585 72.0718 162.519)">电容器柜</text>
|
||||
<text fill="#fff" stroke-width="0" x="383.74483" y="827.91129" id="svg_578" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.712026 0 0 0.921969 102.547 62.6027)">400A</text>
|
||||
<text fill="#fff" stroke-width="0" x="508.74436" y="802.37615" id="svg_579" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.765638 0 0 0.844808 118.853 117.307)">4011</text>
|
||||
<text fill="#fff" stroke-width="0" x="499.34662" y="861.06771" id="svg_580" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.722844 0 0 0.961166 146.12 31.77)">4012</text>
|
||||
<text fill="#fff" stroke-width="0" x="493.68401" y="933.8439" id="svg_581" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.765434 0 0 0.923417 124.247 68.5598)">4013</text>
|
||||
<text fill="#fff" stroke-width="0" x="496.32496" y="1004.54771" id="svg_582" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.697607 0 0 1.03988 158.303 -38.1874)">4014</text>
|
||||
<text fill="#fff" stroke-width="0" x="527.49429" y="1056.66042" id="svg_583" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.788507 0 0 1 87.5021 18.7499)">4015</text>
|
||||
<text fill="#fff" stroke-width="0" x="721.13773" y="797.63276" id="svg_584" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.742146 0 0 0.920519 188.148 60.4249)">4016</text>
|
||||
<text fill="#fff" stroke-width="0" x="720.43794" y="865.34411" id="svg_585" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.790858 0 0 0.880906 153.666 98.8391)">4017</text>
|
||||
<text fill="#fff" stroke-width="0" x="717.93044" y="931.6609" id="svg_586" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.766749 0 0 1 171.676 0)">4018</text>
|
||||
<text fill="#fff" stroke-width="0" x="976.58043" y="791.66143" id="svg_587" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.742972 0 0 0.846997 214 122.127)">4019</text>
|
||||
<text fill="#fff" stroke-width="0" x="954.99267" y="846.66122" id="svg_588" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.719955 0 0 1.03847 252.027 -24.0458)">4010</text>
|
||||
<text fill="#fff" stroke-width="0" x="946.2427" y="925.41092" id="svg_589" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.718712 0 0 0.92162 260.718 73.0335)">4011</text>
|
||||
<text fill="#fff" stroke-width="0" x="1147.4193" y="794.71703" id="svg_590" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.882468 0 0 0.960216 144.346 27.5385)">4012</text>
|
||||
<text fill="#fff" stroke-width="0" x="1143.06813" y="869.30975" id="svg_591" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.765047 0 0 0.961186 284.73 27.57)">4013</text>
|
||||
<text fill="#fff" stroke-width="0" x="1115.83252" y="929.16091" id="svg_592" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.744219 0 0 1 326.268 0)">4014</text>
|
||||
<text fill="#fff" stroke-width="0" x="1278.32472" y="722.91169" id="svg_593" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.76558 0 0 0.921616 179.291 340.914)">4015</text>
|
||||
<text fill="#fff" stroke-width="0" x="1204.72186" y="1080.64021" id="svg_595" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.67201 0 0 0.922029 349.465 80.7786)">4016</text>
|
||||
<text fill="#fff" stroke-width="0" x="1373.5828" y="1074.96341" id="svg_596" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.706651 0 0 0.723232 416.43 297.007)">电容器柜</text>
|
||||
<text fill="#fff" stroke-width="0" x="1468.01967" y="1094.15798" id="svg_597" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.670651 0 0 0.802487 569.432 190.965)">受电柜</text>
|
||||
<text fill="#fff" stroke-width="0" x="1468.324" y="827.91129" id="svg_598" font-size="24" text-anchor="start" xml:space="preserve" class="valueText" stroke="#ff0000" transform="matrix(0.722629 0 0 1 374.352 3.74999)">400B</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 92 KiB |
|
@ -0,0 +1,609 @@
|
|||
<svg width="2500" height="999.9999999999999" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>该图元没有绑定事件</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<line stroke-width="4" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_1" y2="134.39998" x2="479.33331" y1="134.39998" x1="47.33331" fill="none" stroke="#ff0000"/>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_3" y="53.22079" x="160.69644" stroke-width="0" fill="#ff0000" stroke="#ff0000" transform="matrix(3.14385 0 0 2.1045 -235.145 -42.0482)">泰州港务集团有限公司配电室10KV电气一次系统模拟图</text>
|
||||
<line stroke="#ff0000" id="svg_5" y2="179.39999" x2="122.33331" y1="136.39998" x1="122.33331" stroke-width="2" fill="none"/>
|
||||
<g id="svg_12">
|
||||
<ellipse id="svg_9" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="241.76954" cx="136.25822" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_11" stroke-width="2" y2="261.99762" x2="136.00001" y1="225.00231" x1="135.84745" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_17" y2="382.39998" x2="156" y1="278.39997" x1="156.33331" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_18" height="29" width="16" y="322.39998" x="148.33331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path id="svg_19" d="m156.16945,430.84316a0.73172,0.57054 0 0 1 -0.73172,-0.57054l0,-9.32832a0.73172,0.57054 0 0 1 1.46344,0l0,9.32832a0.73172,0.57054 0 0 1 -0.73172,0.57054l0,0zm0,-9.44243a0.73172,0.57054 0 0 1 -0.47562,0l-6.76839,-5.02075a0.73172,0.57054 0 1 1 0.98782,-0.68465l6.76839,4.84959a0.73172,0.57054 0 0 1 -0.5122,0.99844l0,-0.14264l0,0.00001zm0,0a0.73172,0.57054 0 0 1 -0.47562,-0.99844l6.62205,-4.70695a0.73172,0.57054 0 0 1 0.98782,0.85581l-6.62205,4.84959a0.73172,0.57054 0 0 1 -0.5122,0l0,0l0,-0.00001zm0.07317,-9.58506a19.46369,15.17635 0 1 1 19.46369,-15.17635a19.46369,15.17635 0 0 1 -19.46369,15.17635zm0,-29.21162a18.00026,14.03527 0 1 0 18.00026,14.03527a18.00026,14.03527 0 0 0 -18.00026,-14.03527zm6.87815,9.78475l-13.79288,0a0.73172,0.57054 0 1 1 0,-1.14108l13.79288,0a0.73172,0.57054 0 0 1 0,1.14108zm-7.02449,9.64212l-0.36586,0a0.73172,0.57054 0 0 1 -0.2561,-0.77023l7.02449,-9.7277a0.73172,0.57054 0 1 1 1.28051,0.57054l-7.02449,9.64212a0.73172,0.57054 0 0 1 -0.65855,0.28527l0,0zm0,0a0.73172,0.57054 0 0 1 -0.65855,-0.28527l-6.7318,-9.67065a0.73172,0.57054 0 0 1 1.28051,-0.54201l6.76839,9.64212a0.73172,0.57054 0 0 1 -0.29269,0.77023l-0.36586,0.08558zm0.07317,34.43206a19.46369,15.17635 0 1 1 19.46369,-15.06224a19.46369,15.17635 0 0 1 -19.46369,15.06224zm0,-29.32573a18.00026,14.03527 0 1 0 17.96367,14.26349a18.00026,14.03527 0 0 0 -17.96367,-14.26349z" stroke-width="0.1" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_20" y2="690.39996" x2="123.33331" y1="347.39998" x1="123.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_22" y2="509.39997" x2="174.33331" y1="509" x1="79.33331" stroke-width="2" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_23" y2="567.39997" x2="80.33331" y1="509.39997" x1="80.33331" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_24" height="25" width="14" y="596.39997" x="72.33331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_27">
|
||||
<line id="svg_25" y2="567.39996" x2="90.33332" y1="566.99998" x1="70.33332" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_26" y2="577.39996" x2="90.33332" y1="576.99998" x1="70.33332" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_28" y2="596.39997" x2="80" y1="578.39997" x1="80.33331" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m76.69197,634.95281l3.5,-12.00001l3.5,12.00001l-7,0z" id="svg_2"/>
|
||||
<g id="svg_30">
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m174.85416,600.40775c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_21"/>
|
||||
<path fill="#bf0000" d="m166.24019,582.17049l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" stroke="#ff0000" id="svg_29"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_31" y2="567.39997" x2="174.3333" y1="509.39997" x1="174.3333" stroke-width="2" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m171.69196,630.95281l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_32"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m119.69196,703.95281l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_33"/>
|
||||
<line id="svg_34" y2="802.39996" x2="123.33331" y1="711.39996" x1="123.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_36">
|
||||
<path fill="#ff0000" d="m214.66666,271.86917l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" stroke="#ff0000" id="svg_37"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m227.85416,241.40775c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_38"/>
|
||||
<path fill="#bf0000" d="m219.24019,223.17049l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" stroke="#ff0000" id="svg_39"/>
|
||||
</g>
|
||||
<line id="svg_40" y2="188.4" x2="268.33331" y1="188.00003" x1="226.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_42">
|
||||
<path stroke="#ff0000" id="svg_4" d="m120.92106,185.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_6" y2="333.39999" x2="122.33331" y1="194.39999" x1="122.33331" stroke-width="2" fill="none"/>
|
||||
<path id="svg_7" d="m114.50421,332.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<g id="svg_15">
|
||||
<ellipse id="svg_13" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="241.76954" cx="106.25822" stroke-width="2" fill="#000000"/>
|
||||
<line stroke="#ff0000" id="svg_14" stroke-width="2" y2="261.99762" x2="106.00001" y1="225.00231" x1="105.84745" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_16" y2="279" x2="157.33331" y1="279" x1="122.33331" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<path id="svg_53" d="m267.16944,525.84315a0.73172,0.57054 0 0 1 -0.73172,-0.57054l0,-9.32832a0.73172,0.57054 0 0 1 1.46344,0l0,9.32832a0.73172,0.57054 0 0 1 -0.73172,0.57054l0,0zm0,-9.44243a0.73172,0.57054 0 0 1 -0.47562,0l-6.76839,-5.02075a0.73172,0.57054 0 1 1 0.98782,-0.68465l6.76839,4.84959a0.73172,0.57054 0 0 1 -0.5122,0.99844l0,-0.14264l0,0.00001zm0,0a0.73172,0.57054 0 0 1 -0.47562,-0.99844l6.62205,-4.70695a0.73172,0.57054 0 0 1 0.98782,0.85581l-6.62205,4.84959a0.73172,0.57054 0 0 1 -0.5122,0l0,0l0,-0.00001zm0.07317,-9.58506a19.46369,15.17635 0 1 1 19.46369,-15.17635a19.46369,15.17635 0 0 1 -19.46369,15.17635zm0,-29.21162a18.00026,14.03527 0 1 0 18.00026,14.03527a18.00026,14.03527 0 0 0 -18.00026,-14.03527zm6.87815,9.78475l-13.79288,0a0.73172,0.57054 0 1 1 0,-1.14108l13.79288,0a0.73172,0.57054 0 0 1 0,1.14108zm-7.02449,9.64212l-0.36586,0a0.73172,0.57054 0 0 1 -0.2561,-0.77023l7.02449,-9.7277a0.73172,0.57054 0 1 1 1.28051,0.57054l-7.02449,9.64212a0.73172,0.57054 0 0 1 -0.65855,0.28527l0,0zm0,0a0.73172,0.57054 0 0 1 -0.65855,-0.28527l-6.7318,-9.67065a0.73172,0.57054 0 0 1 1.28051,-0.54201l6.76839,9.64212a0.73172,0.57054 0 0 1 -0.29269,0.77023l-0.36586,0.08558zm0.07317,34.43206a19.46369,15.17635 0 1 1 19.46369,-15.06224a19.46369,15.17635 0 0 1 -19.46369,15.06224zm0,-29.32573a18.00026,14.03527 0 1 0 17.96367,14.26349a18.00026,14.03527 0 0 0 -17.96367,-14.26349z" stroke-width="0.1" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_54" y2="701.39998" x2="267.3333" y1="531.39998" x1="267.3333" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="270.59996" y1="520.73331" x2="317.59996" y2="520.73331" id="svg_55"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m320.69197,526.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_56" transform="rotate(88.545 324.192 520.953)"/>
|
||||
<line fill="none" stroke="#ff0000" x1="227.59996" y1="188.73333" x2="228" y2="209.73333" id="svg_57" stroke-width="2"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m264.69194,705.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_58" transform="rotate(178.64 268.192 699.953)"/>
|
||||
<line fill="none" x1="303.59996" y1="520.7333" x2="304.59996" y2="624.7333" id="svg_59" stroke-width="2" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" x1="303.59996" y1="624" x2="268.59996" y2="623.73331" id="svg_60" stroke-width="2"/>
|
||||
<line id="svg_74" y2="792.39994" x2="501.33329" y1="187.40001" x1="501.33329" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_150" y2="799.39997" x2="267.33331" y1="708.39996" x1="267.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="501" y1="792" x2="590.59996" y2="791.59997" id="svg_153" stroke="#ff0000"/>
|
||||
<line stroke-width="4" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_154" y2="135.39998" x2="1647.33328" y1="135.39998" x1="562.33328" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_155">
|
||||
<line id="svg_35" y2="213.4" x2="267.33331" y1="134.39999" x1="267.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_52" y2="476.39998" x2="267.3333" y1="384.39997" x1="267.3333" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_43" d="m265.92105,221.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_44" y2="369.39999" x2="267.3333" y1="230.39999" x1="267.3333" stroke-width="2" fill="none"/>
|
||||
<path id="svg_45" d="m259.5042,368.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_51" height="29" width="16" y="297.39998" x="259.3333" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_230">
|
||||
<line id="svg_192" y2="214.4" x2="747.33328" y1="135.39999" x1="747.33328" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_193" y2="636.39999" x2="747.33327" y1="385.39998" x1="747.33327" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_194" d="m745.92102,222.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_195" y2="370.39999" x2="747.33327" y1="231.39999" x1="747.33327" stroke-width="2" fill="none"/>
|
||||
<path id="svg_196" d="m739.50417,369.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_197" height="29" width="16" y="298.39998" x="739.33327" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m744.69191,649.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_199" transform="rotate(178.64 748.192 643.953)"/>
|
||||
<g id="svg_205">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="724.59995" cy="426.59999" id="svg_201" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="724.59996" cy="444.59998" id="svg_202" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="724.59996" y1="413.59998" x2="724.59996" y2="460.59998" id="svg_203" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_209">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="769.59994" cy="426.59999" id="svg_206" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="769.59995" cy="444.59998" id="svg_207" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="769.59995" y1="413.59998" x2="769.59995" y2="460.59998" id="svg_208" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="703.26665" y1="541" x2="825.26664" y2="540.59998" id="svg_210"/>
|
||||
<g id="svg_215" stroke="null">
|
||||
<path d="m691.47388,608.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_212" stroke="#ff0000"/>
|
||||
<path d="m704.6614,577.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_213" stroke="#ff0000"/>
|
||||
<path d="m696.04741,557.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_214" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_221">
|
||||
<g id="svg_218">
|
||||
<rect id="svg_216" stroke-width="2" height="36" width="14" y="563.24207" x="777.32342" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_217" d="m781.2921,580.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 783.792 575.48)"/>
|
||||
</g>
|
||||
<path id="svg_219" d="m771.18017,611.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_220" stroke="#ff0000" stroke-width="2" y2="570.5754" x2="783.65674" y1="541.40874" x1="783.76781" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_227">
|
||||
<g id="svg_224">
|
||||
<rect id="svg_222" stroke-width="2" height="36" width="14" y="562.24207" x="819.32342" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_223" d="m823.2921,579.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 825.792 574.48)"/>
|
||||
</g>
|
||||
<path id="svg_225" d="m813.18017,610.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_226" stroke="#ff0000" stroke-width="2" y2="569.5754" x2="825.65674" y1="540.40874" x1="825.76781" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_228" y2="785.39997" x2="749.33328" y1="654.39997" x1="749.33328" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="748.8333" cy="710.09997" id="svg_229" rx="11.5" ry="13.5"/>
|
||||
</g>
|
||||
<g id="svg_267">
|
||||
<line id="svg_231" y2="216.4" x2="927.33326" y1="137.39999" x1="927.33326" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_232" y2="638.39999" x2="927.33325" y1="387.39998" x1="927.33325" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_233" d="m925.921,224.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_234" y2="372.39999" x2="927.33325" y1="233.39999" x1="927.33325" stroke-width="2" fill="none"/>
|
||||
<path id="svg_235" d="m919.50415,371.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_236" height="29" width="16" y="300.39998" x="919.33326" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m924.69189,651.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_237" transform="rotate(178.64 928.192 645.953)"/>
|
||||
<g id="svg_241">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="904.59993" cy="428.59999" id="svg_238" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="904.59994" cy="446.59998" id="svg_239" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="904.59994" y1="415.59998" x2="904.59994" y2="462.59998" id="svg_240" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_245">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="949.59993" cy="428.59999" id="svg_242" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="949.59994" cy="446.59998" id="svg_243" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="949.59994" y1="415.59998" x2="949.59994" y2="462.59998" id="svg_244" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="883.26663" y1="543" x2="1005.26663" y2="542.59998" id="svg_246"/>
|
||||
<g id="svg_250" stroke="null">
|
||||
<path d="m871.47386,610.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_247" stroke="#ff0000"/>
|
||||
<path d="m884.66138,579.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_248" stroke="#ff0000"/>
|
||||
<path d="m876.04739,559.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_249" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_256">
|
||||
<g id="svg_253">
|
||||
<rect id="svg_251" stroke-width="2" height="36" width="14" y="565.24207" x="957.32341" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_252" d="m961.29208,582.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 963.792 577.48)"/>
|
||||
</g>
|
||||
<path id="svg_254" d="m951.18015,613.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_255" stroke="#ff0000" stroke-width="2" y2="572.5754" x2="963.65673" y1="543.40874" x1="963.7678" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_264">
|
||||
<g id="svg_259">
|
||||
<rect id="svg_257" stroke-width="2" height="36" width="14" y="564.24207" x="999.3234" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_258" d="m1003.29208,581.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 1005.79 576.48)"/>
|
||||
</g>
|
||||
<path id="svg_260" d="m993.18015,612.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_263" stroke="#ff0000" stroke-width="2" y2="571.5754" x2="1005.65672" y1="542.40874" x1="1005.76779" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_265" y2="787.39997" x2="929.33326" y1="656.39997" x1="929.33326" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="928.83328" cy="712.09997" id="svg_266" rx="11.5" ry="13.5"/>
|
||||
</g>
|
||||
<g id="svg_268">
|
||||
<g id="svg_64">
|
||||
<path fill="#ff0000" d="m331.66665,250.86917l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" stroke="#ff0000" id="svg_65"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m344.85415,220.40775c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_66"/>
|
||||
<path fill="#bf0000" d="m336.24018,202.17049l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" stroke="#ff0000" id="svg_67"/>
|
||||
</g>
|
||||
<line id="svg_62" y2="199.4" x2="426.33331" y1="135.39999" x1="426.33331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_63" d="m424.92104,205.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="342.59998" y1="187.73333" x2="500.59996" y2="187.73333" id="svg_71" stroke="#ff0000"/>
|
||||
<line id="svg_72" y2="603.39996" x2="426.33329" y1="214.40001" x1="426.33329" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_73" height="29" width="16" y="500.39997" x="418.33329" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_91">
|
||||
<g id="svg_81">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="427.09996" cy="659.23331" id="svg_77" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="420.59996" y="667.73331" id="svg_79" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_84">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="449.09996" cy="639.2333" id="svg_82" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="442.59996" y="647.73331" id="svg_83" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_87">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="403.09997" cy="642.2333" id="svg_85" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="396.59996" y="650.7333" id="svg_86" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_90">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="426.09996" cy="621.23331" id="svg_88" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="419.59996" y="629.73331" id="svg_89" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="svg_119" stroke-width="2" height="28.98982" width="11.622" y="665.11008" x="355.26457" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_261" y2="615.89417" x2="362.32304" y1="615.89417" x1="410.05625" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_262" y2="666.34474" x2="362.53676" y1="616.69945" x1="361.84496" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_115">
|
||||
<g id="svg_124">
|
||||
<rect id="svg_336" stroke-width="2" height="36" width="14" y="353.24208" x="378.32345" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_337" d="m382.29213,370.48023l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 384.792 365.48)"/>
|
||||
</g>
|
||||
<path id="svg_128" d="m372.1802,401.15444l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_130" stroke="#ff0000" stroke-width="2" y2="360.57541" x2="384.65677" y1="331.40875" x1="384.76784" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="365.86664" y1="673.73331" x2="357.86664" y2="686.73331" id="svg_151" transform="rotate(19.2988 361.867 680.233)"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m358.69197,707.9528l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_152"/>
|
||||
<line y2="331.66664" x2="460.5936" y1="331.66664" x1="385.6603" stroke-width="1.5" fill="none" stroke="#ff0000" id="svg_114"/>
|
||||
<g id="svg_211">
|
||||
<path stroke="#ff0000" d="m447.4739,399.72261l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_116"/>
|
||||
<path d="m460.66142,368.26118c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_117"/>
|
||||
<path stroke="#ff0000" d="m452.04743,348.26071l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_120"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_347">
|
||||
<line id="svg_156" y2="213.4" x2="591.33328" y1="134.39999" x1="591.33328" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_157" y2="792.39996" x2="591.33327" y1="384.4" x1="591.33327" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_158" d="m589.92102,221.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_159" y2="369.39999" x2="591.33327" y1="230.39999" x1="591.33327" stroke-width="2" fill="none"/>
|
||||
<path id="svg_160" d="m583.50417,368.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_161" height="29" width="16" y="297.39998" x="583.33327" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line y2="541.66663" x2="634.59358" y1="541.66663" x1="592.66028" stroke-width="1.5" fill="none" id="svg_165" stroke="#ff0000"/>
|
||||
<g id="svg_175">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="591.59996" cy="453.59998" id="svg_171" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="591.59996" cy="397.59999" id="svg_172" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="591.59997" cy="435.59999" id="svg_173" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="591.59997" cy="415.59998" id="svg_174" rx="8" ry="8"/>
|
||||
</g>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="612.59996" cy="453.59998" id="svg_176" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="612.59997" cy="435.59999" id="svg_178" rx="8" ry="8"/>
|
||||
<g id="svg_189">
|
||||
<g id="svg_187">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="567.59996" cy="453.59998" id="svg_183" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="567.59996" cy="397.59999" id="svg_184" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="567.59998" cy="435.59999" id="svg_185" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="567.59997" cy="415.59998" id="svg_186" rx="8" ry="8"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="567.59997" y1="384.59999" x2="567.59997" y2="468.59999" id="svg_188"/>
|
||||
</g>
|
||||
<g id="svg_191">
|
||||
<path stroke="#ff0000" d="m621.47388,643.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_166"/>
|
||||
<path d="m634.6614,612.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_167"/>
|
||||
<path stroke="#ff0000" d="m626.04741,592.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_168"/>
|
||||
<line id="svg_190" y2="576.39997" x2="634.33328" y1="541.39996" x1="634.33328" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_200">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="612.59996" cy="397.59999" id="svg_177" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="612.59997" cy="415.59998" id="svg_179" rx="8" ry="8"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="612.59997" y1="384.59999" x2="612.59997" y2="468.59999" id="svg_181"/>
|
||||
</g>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1407.69184,742.95281l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_385" transform="rotate(-89.7301 1411.19 736.953)"/>
|
||||
<line id="svg_388" y2="215.4" x2="1614.33323" y1="136.39999" x1="1614.33323" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_389" y2="637.39999" x2="1614.33322" y1="386.39998" x1="1614.33322" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_390" d="m1612.92097,223.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_391" y2="371.39999" x2="1614.33322" y1="232.39999" x1="1614.33322" stroke-width="2" fill="none"/>
|
||||
<path id="svg_392" d="m1606.50412,370.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_393" height="29" width="16" y="299.39998" x="1606.33323" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1611.69186,650.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_394" transform="rotate(178.64 1615.19 644.953)"/>
|
||||
<g id="svg_398">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1591.5999" cy="427.59999" id="svg_395" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1591.59991" cy="445.59998" id="svg_396" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="1591.59991" y1="414.59998" x2="1591.59991" y2="461.59998" id="svg_397" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="1573.2666" y1="542" x2="1613.26661" y2="541.59998" id="svg_399" stroke="#ff0000"/>
|
||||
<g id="svg_403" stroke="null">
|
||||
<path d="m1561.47383,609.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_400" stroke="#ff0000"/>
|
||||
<path d="m1574.66135,578.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_401" stroke="#ff0000"/>
|
||||
<path d="m1566.04736,558.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_402" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_404" y2="723.39997" x2="1616.33323" y1="655.39996" x1="1616.33323" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="1.5" cx="1614.5999" cy="447.59998" id="svg_411" rx="8" ry="8" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="1.5" cx="1614.5999" cy="427.59999" id="svg_412" rx="8" ry="8" stroke="#ff0000"/>
|
||||
<g id="svg_413">
|
||||
<ellipse fill="none" stroke-width="1.5" cx="1635.5999" cy="428.59999" id="svg_407" rx="8" ry="8" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke-width="1.5" cx="1635.59991" cy="446.59998" id="svg_408" rx="8" ry="8" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1635.59991" y1="415.59998" x2="1635.59991" y2="462.59998" id="svg_409" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_415" y2="213.4" x2="1704.33325" y1="134.39999" x1="1704.33325" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_416" y2="635.39999" x2="1704.33324" y1="384.39998" x1="1704.33324" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_417" d="m1702.92099,221.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_418" y2="369.39999" x2="1704.33324" y1="230.39999" x1="1704.33324" stroke-width="2" fill="none"/>
|
||||
<path id="svg_419" d="m1696.50414,368.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1701.69188,648.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_421" transform="rotate(178.64 1705.19 642.953)"/>
|
||||
<line fill="none" stroke-width="2" x1="1704.26661" y1="540" x2="1773.26661" y2="539.59998" id="svg_430" stroke="#ff0000"/>
|
||||
<g id="svg_434" stroke="null">
|
||||
<path d="m1759.47384,606.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_431" stroke="#ff0000"/>
|
||||
<path d="m1772.66136,575.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_432" stroke="#ff0000"/>
|
||||
<path d="m1764.04737,555.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_433" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_447" y2="723.39997" x2="1706.33325" y1="653.39996" x1="1706.33325" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1616.06676" y1="723" x2="1704.06676" y2="723.26663" id="svg_451" stroke="#ff0000"/>
|
||||
<line id="svg_348" y2="215.4" x2="1483.33322" y1="136.39999" x1="1483.33322" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_349" y2="635.39997" x2="1483.33321" y1="386.39999" x1="1483.33321" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_350" d="m1481.92096,223.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_351" y2="371.39999" x2="1483.33321" y1="232.39999" x1="1483.33321" stroke-width="2" fill="none"/>
|
||||
<path id="svg_352" d="m1475.50411,370.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_353" height="29" width="16" y="299.39998" x="1475.33321" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line y2="542.66663" x2="1482.59352" y1="542.66663" x1="1440.66022" stroke-width="1.5" fill="none" id="svg_354" stroke="#ff0000"/>
|
||||
<g id="svg_359">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1483.5999" cy="455.59998" id="svg_355" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1483.5999" cy="399.59999" id="svg_356" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1483.59991" cy="437.59999" id="svg_357" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1483.59991" cy="417.59998" id="svg_358" rx="8" ry="8"/>
|
||||
</g>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1504.5999" cy="455.59998" id="svg_360" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1504.59991" cy="437.59999" id="svg_361" rx="8" ry="8"/>
|
||||
<g id="svg_368">
|
||||
<g id="svg_366">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1459.5999" cy="455.59998" id="svg_362" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1459.5999" cy="399.59999" id="svg_363" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1459.59991" cy="437.59999" id="svg_364" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1459.59991" cy="417.59998" id="svg_365" rx="8" ry="8"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1459.59991" y1="386.59999" x2="1459.59991" y2="470.59999" id="svg_367"/>
|
||||
</g>
|
||||
<g id="svg_373">
|
||||
<path stroke="#ff0000" d="m1429.47383,644.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_369"/>
|
||||
<path d="m1442.66135,613.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_370"/>
|
||||
<path stroke="#ff0000" d="m1434.04736,593.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_371"/>
|
||||
<line id="svg_372" y2="577.39997" x2="1442.33322" y1="542.39996" x1="1442.33322" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_377">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1504.5999" cy="399.59999" id="svg_374" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1504.59991" cy="417.59998" id="svg_375" rx="8" ry="8"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1504.59991" y1="386.59999" x2="1504.59991" y2="470.59999" id="svg_376"/>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1479.69184,647.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_379" transform="rotate(178.64 1483.19 641.953)"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1482.38008,768.28562a0.84429,0.60166 0 0 1 -0.84429,-0.60166l0,-9.83714a0.84429,0.60166 0 0 1 1.68858,0l0,9.83714a0.84429,0.60166 0 0 1 -0.84429,0.60166l0,0zm0,-9.95747a0.84429,0.60166 0 0 1 -0.54879,0l-7.80969,-5.29461a0.84429,0.60166 0 1 1 1.13979,-0.72199l7.80969,5.11411a0.84429,0.60166 0 0 1 -0.591,1.0529l0,-0.15042l0,0.00001zm0,0a0.84429,0.60166 0 0 1 -0.54879,-1.0529l7.64083,-4.96369a0.84429,0.60166 0 0 1 1.13979,0.90249l-7.64083,5.11411a0.84429,0.60166 0 0 1 -0.591,0l0,0l0,-0.00001zm0.08443,-10.10789a22.45814,16.00415 0 1 1 22.45814,-16.00415a22.45814,16.00415 0 0 1 -22.45814,16.00415zm0,-30.80499a20.76955,14.80083 0 1 0 20.76955,14.80084a20.76955,14.80083 0 0 0 -20.76955,-14.80084zm7.93633,10.31847l-15.91488,0a0.84429,0.60166 0 1 1 0,-1.20332l15.91488,0a0.84429,0.60166 0 0 1 0,1.20332zm-8.10519,10.16805l-0.42215,0a0.84429,0.60166 0 0 1 -0.2955,-0.81224l8.10519,-10.2583a0.84429,0.60166 0 1 1 1.47751,0.60166l-8.10519,10.16805a0.84429,0.60166 0 0 1 -0.75986,0.30083l0,0zm0,0a0.84429,0.60166 0 0 1 -0.75986,-0.30083l-7.76748,-10.19814a0.84429,0.60166 0 0 1 1.47751,-0.57158l7.80969,10.16805a0.84429,0.60166 0 0 1 -0.33772,0.81224l-0.42215,0.09025l0.00001,0.00001zm0.08443,36.31018a22.45814,16.00415 0 1 1 22.45814,-15.88382a22.45814,16.00415 0 0 1 -22.45814,15.88382zm0,-30.92532a20.76955,14.80083 0 1 0 20.72734,15.0415a20.76955,14.80083 0 0 0 -20.72734,-15.0415z" id="svg_380"/>
|
||||
<line id="svg_381" y2="715.39996" x2="1483.33321" y1="653.39996" x1="1483.33321" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line y2="736.66661" x2="1458.59352" y1="736.66661" x1="1416.66022" stroke-width="1.5" fill="none" id="svg_386" stroke="#ff0000"/>
|
||||
<line id="svg_453" y2="217.4" x2="1867.33319" y1="138.39999" x1="1867.33319" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_454" y2="637.39997" x2="1867.33317" y1="388.39999" x1="1867.33317" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_455" d="m1865.92093,225.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_456" y2="373.39999" x2="1867.33317" y1="234.39999" x1="1867.33317" stroke-width="2" fill="none"/>
|
||||
<path id="svg_457" d="m1859.50408,372.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_458" height="29" width="16" y="301.39998" x="1859.33318" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line y2="544.66663" x2="1866.59349" y1="544.66663" x1="1824.66019" stroke-width="1.5" fill="none" id="svg_459" stroke="#ff0000"/>
|
||||
<g id="svg_464">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1867.59987" cy="457.59998" id="svg_460" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1867.59987" cy="401.59999" id="svg_461" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1867.59988" cy="439.59999" id="svg_462" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1867.59988" cy="419.59998" id="svg_463" rx="8" ry="8"/>
|
||||
</g>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1888.59987" cy="457.59998" id="svg_465" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1888.59988" cy="439.59999" id="svg_466" rx="8" ry="8"/>
|
||||
<g id="svg_473">
|
||||
<g id="svg_471">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1843.59987" cy="457.59998" id="svg_467" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1843.59987" cy="401.59999" id="svg_468" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1843.59988" cy="439.59999" id="svg_469" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1843.59988" cy="419.59998" id="svg_470" rx="8" ry="8"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1843.59988" y1="388.59999" x2="1843.59988" y2="472.59999" id="svg_472"/>
|
||||
</g>
|
||||
<g id="svg_478">
|
||||
<path stroke="#ff0000" d="m1813.4738,646.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_474"/>
|
||||
<path d="m1826.66132,615.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_475"/>
|
||||
<path stroke="#ff0000" d="m1818.04733,595.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_476"/>
|
||||
<line id="svg_477" y2="579.39997" x2="1826.33319" y1="544.39996" x1="1826.33319" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_482">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1888.59987" cy="401.59999" id="svg_479" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1888.59988" cy="419.59998" id="svg_480" rx="8" ry="8"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1888.59988" y1="388.59999" x2="1888.59988" y2="472.59999" id="svg_481"/>
|
||||
</g>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1863.69181,649.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_483" transform="rotate(178.64 1867.19 643.953)"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1866.38005,770.28562a0.84429,0.60166 0 0 1 -0.84429,-0.60166l0,-9.83714a0.84429,0.60166 0 0 1 1.68858,0l0,9.83714a0.84429,0.60166 0 0 1 -0.84429,0.60166l0,0zm0,-9.95747a0.84429,0.60166 0 0 1 -0.54879,0l-7.80969,-5.29461a0.84429,0.60166 0 1 1 1.1398,-0.72199l7.80969,5.11411a0.84429,0.60166 0 0 1 -0.59101,1.0529l0,-0.15041zm0,0a0.84429,0.60166 0 0 1 -0.54879,-1.05291l7.64083,-4.96369a0.84429,0.60166 0 0 1 1.1398,0.90249l-7.64083,5.11411a0.84429,0.60166 0 0 1 -0.59101,0l0,0zm0.08443,-10.10789a22.45814,16.00415 0 1 1 22.45814,-16.00415a22.45814,16.00415 0 0 1 -22.45814,16.00415zm0,-30.80499a20.76955,14.80083 0 1 0 20.76956,14.80084a20.76955,14.80083 0 0 0 -20.76956,-14.80084zm7.93633,10.31847l-15.91488,0a0.84429,0.60166 0 1 1 0,-1.20332l15.91488,0a0.84429,0.60166 0 0 1 0,1.20332zm-8.10519,10.16805l-0.42214,0a0.84429,0.60166 0 0 1 -0.2955,-0.81224l8.10519,-10.2583a0.84429,0.60166 0 1 1 1.47751,0.60166l-8.1052,10.16805a0.84429,0.60166 0 0 1 -0.75986,0.30083l0,0zm0,0a0.84429,0.60166 0 0 1 -0.75986,-0.30083l-7.76747,-10.19813a0.84429,0.60166 0 0 1 1.4775,-0.57158l7.80969,10.16805a0.84429,0.60166 0 0 1 -0.33771,0.81224l-0.42215,0.09025zm0.08443,36.31018a22.45814,16.00415 0 1 1 22.45814,-15.88382a22.45814,16.00415 0 0 1 -22.45814,15.88382zm0,-30.92532a20.76955,14.80083 0 1 0 20.72734,15.0415a20.76955,14.80083 0 0 0 -20.72734,-15.0415z" id="svg_484"/>
|
||||
<line id="svg_485" y2="717.39996" x2="1867.33317" y1="655.39996" x1="1867.33317" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line y2="738.66661" x2="1842.59349" y1="738.66661" x1="1800.66019" stroke-width="1.5" fill="none" id="svg_486" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1790.69181,744.95281l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_488" transform="rotate(-89.7301 1794.19 738.953)"/>
|
||||
<line id="svg_493" y2="218.4" x2="1996.33317" y1="139.4" x1="1996.33317" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_494" y2="640.39999" x2="1996.33316" y1="389.39999" x1="1996.33316" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_495" d="m1994.92091,226.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_496" y2="374.39999" x2="1996.33316" y1="235.39999" x1="1996.33316" stroke-width="2" fill="none"/>
|
||||
<path id="svg_497" d="m1988.50406,373.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_498" height="29" width="16" y="302.39999" x="1988.33316" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1993.6918,653.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_499" transform="rotate(178.64 1997.19 647.953)"/>
|
||||
<g id="svg_503">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1973.59984" cy="430.59999" id="svg_500" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1973.59985" cy="448.59998" id="svg_501" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="1973.59985" y1="417.59998" x2="1973.59985" y2="464.59998" id="svg_502" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1952.26654" y1="545" x2="2074.26653" y2="544.59998" id="svg_504"/>
|
||||
<g id="svg_508" stroke="null">
|
||||
<path d="m1940.47377,612.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_505" stroke="#ff0000"/>
|
||||
<path d="m1953.66129,581.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_506" stroke="#ff0000"/>
|
||||
<path d="m1945.0473,561.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_507" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_509" y2="757.39997" x2="1998.33317" y1="658.39997" x1="1998.33317" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1997.83319" cy="714.09998" id="svg_510" rx="11.5" ry="13.5"/>
|
||||
<g id="svg_525">
|
||||
<g id="svg_518">
|
||||
<g id="svg_515">
|
||||
<rect id="svg_513" stroke-width="2" height="36" width="14" y="567.24206" x="2027.32332" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_514" d="m2031.29199,584.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 2033.79 579.48)"/>
|
||||
</g>
|
||||
<path id="svg_516" d="m2021.18006,615.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_517" stroke="#ff0000" stroke-width="2" y2="574.57539" x2="2033.65664" y1="545.40873" x1="2033.76771" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_524">
|
||||
<g id="svg_521">
|
||||
<rect id="svg_519" stroke-width="2" height="36" width="14" y="566.24206" x="2069.32331" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_520" d="m2073.29199,583.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 2075.79 578.48)"/>
|
||||
</g>
|
||||
<path id="svg_522" d="m2063.18006,614.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_523" stroke="#ff0000" stroke-width="2" y2="573.57539" x2="2075.65663" y1="544.40873" x1="2075.7677" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_529">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2016.59984" cy="429.59999" id="svg_526" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2016.59985" cy="447.59998" id="svg_527" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="2016.59985" y1="416.59998" x2="2016.59985" y2="463.59998" id="svg_528" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_530">
|
||||
<line id="svg_273" y2="201.4" x2="1125.33325" y1="137.39999" x1="1125.33325" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_274" d="m1123.92098,207.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line id="svg_276" y2="605.39996" x2="1125.33323" y1="216.40001" x1="1125.33323" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_277" height="29" width="16" y="502.39997" x="1117.33323" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_290">
|
||||
<g id="svg_280">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1126.0999" cy="661.23331" id="svg_278" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="1119.5999" y="669.73331" id="svg_279" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_283">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1148.0999" cy="641.2333" id="svg_281" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="1141.5999" y="649.73331" id="svg_282" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_286">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1102.09991" cy="644.2333" id="svg_284" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="1095.5999" y="652.7333" id="svg_285" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_289">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1125.0999" cy="623.23331" id="svg_287" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="1118.5999" y="631.73331" id="svg_288" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_292" y2="618.89417" x2="1148.32297" y1="618.89417" x1="1196.05618" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_299">
|
||||
<g id="svg_296">
|
||||
<rect id="svg_294" stroke-width="2" height="36" width="14" y="355.24208" x="1077.32339" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_295" d="m1081.29207,372.48023l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 1083.79 367.48)"/>
|
||||
</g>
|
||||
<path id="svg_297" d="m1071.18014,403.15444l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_298" stroke="#ff0000" stroke-width="2" y2="362.57541" x2="1083.65671" y1="333.40875" x1="1083.76778" fill="none"/>
|
||||
</g>
|
||||
<line y2="333.66664" x2="1159.59354" y1="333.66664" x1="1084.66024" stroke-width="1.5" fill="none" stroke="#ff0000" id="svg_302"/>
|
||||
<g id="svg_306">
|
||||
<path stroke="#ff0000" d="m1146.47384,401.72261l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_303"/>
|
||||
<path d="m1159.66136,370.26118c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_304"/>
|
||||
<path stroke="#ff0000" d="m1151.04737,350.26071l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_305"/>
|
||||
</g>
|
||||
<g id="svg_308">
|
||||
<g id="svg_272">
|
||||
<path fill="#ff0000" d="m1034.66659,252.86917l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" stroke="#ff0000" id="svg_269"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m1047.85409,222.40775c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_270"/>
|
||||
<path fill="#bf0000" d="m1039.24012,204.17049l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" stroke="#ff0000" id="svg_271"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="1045.59995" y1="189.73333" x2="1123.59988" y2="189.73333" id="svg_275" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_309">
|
||||
<rect id="svg_291" stroke-width="2" height="28.98982" width="11.622" y="666.11008" x="1190.26449" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_293" y2="667.34474" x2="1197.53668" y1="617.69945" x1="1196.84489" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1200.86657" y1="674.73331" x2="1192.86657" y2="687.73331" id="svg_300" transform="rotate(19.2988 1196.87 681.233)"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1193.69189,708.9528l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_301"/>
|
||||
</g>
|
||||
</g>
|
||||
<line stroke-width="4" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_414" y2="137.39999" x2="2410.33326" y1="137.39999" x1="1670.3332" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_531" y2="201.4" x2="2168.33315" y1="137.39999" x1="2168.33315" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_532" d="m2166.92089,207.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line id="svg_533" y2="605.39996" x2="2168.33314" y1="216.40001" x1="2168.33314" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_534" height="29" width="16" y="502.39997" x="2160.33314" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_547">
|
||||
<g id="svg_537">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2169.09981" cy="661.23331" id="svg_535" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="2162.59981" y="669.73331" id="svg_536" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_540">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2191.09981" cy="641.2333" id="svg_538" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="2184.59981" y="649.73331" id="svg_539" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_543">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2145.09981" cy="644.2333" id="svg_541" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="2138.59981" y="652.7333" id="svg_542" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
<g id="svg_546">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2168.09981" cy="623.23331" id="svg_544" rx="20.5" ry="18.5"/>
|
||||
<text fill="#ff0000" stroke="#ff0000" stroke-width="0" x="2161.59981" y="631.73331" id="svg_545" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">Y</text>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_548" y2="618.89417" x2="2191.32288" y1="618.89417" x1="2239.05609" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_554">
|
||||
<g id="svg_551">
|
||||
<rect id="svg_549" stroke-width="2" height="36" width="14" y="355.24208" x="2120.3233" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_550" d="m2124.29198,372.48023l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 2126.79 367.48)"/>
|
||||
</g>
|
||||
<path id="svg_552" d="m2114.18005,403.15444l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_553" stroke="#ff0000" stroke-width="2" y2="362.57541" x2="2126.65662" y1="333.40875" x1="2126.76769" fill="none"/>
|
||||
</g>
|
||||
<line y2="333.66664" x2="2202.59345" y1="333.66664" x1="2127.66014" stroke-width="1.5" fill="none" stroke="#ff0000" id="svg_555"/>
|
||||
<g id="svg_559">
|
||||
<path stroke="#ff0000" d="m2189.47375,401.72261l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_556"/>
|
||||
<path d="m2202.66127,370.26118c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000" id="svg_557"/>
|
||||
<path stroke="#ff0000" d="m2194.04728,350.26071l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_558"/>
|
||||
</g>
|
||||
<g id="svg_565">
|
||||
<g id="svg_563">
|
||||
<path fill="#ff0000" d="m2077.6665,252.86917l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" stroke="#ff0000" id="svg_560"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m2090.854,222.40775c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_561"/>
|
||||
<path fill="#bf0000" d="m2082.24003,204.17049l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" stroke="#ff0000" id="svg_562"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="2088.59985" y1="189.73333" x2="2166.59979" y2="189.73333" id="svg_564" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_570">
|
||||
<rect id="svg_566" stroke-width="2" height="28.98982" width="11.622" y="666.11008" x="2233.2644" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_567" y2="667.34474" x2="2240.53659" y1="617.69945" x1="2239.8448" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2243.86647" y1="674.73331" x2="2235.86647" y2="687.73331" id="svg_568" transform="rotate(19.2988 2239.87 681.233)"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m2236.6918,708.9528l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_569"/>
|
||||
</g>
|
||||
<g id="svg_573">
|
||||
<g id="svg_324">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1339.5999" cy="425.59999" id="svg_321" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1339.59991" cy="443.59998" id="svg_322" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="1339.59991" y1="412.59998" x2="1339.59991" y2="459.59998" id="svg_323" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_310" y2="213.4" x2="1317.33323" y1="134.39999" x1="1317.33323" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_311" y2="635.39999" x2="1317.33322" y1="384.39998" x1="1317.33322" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_312" d="m1315.92097,221.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_313" y2="369.39999" x2="1317.33322" y1="230.39999" x1="1317.33322" stroke-width="2" fill="none"/>
|
||||
<path id="svg_314" d="m1309.50412,368.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_315" height="29" width="16" y="297.39998" x="1309.33323" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m1314.69186,648.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_316" transform="rotate(178.64 1318.19 642.953)"/>
|
||||
<g id="svg_320">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1294.5999" cy="425.59999" id="svg_317" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1294.59991" cy="443.59998" id="svg_318" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="1294.59991" y1="412.59998" x2="1294.59991" y2="459.59998" id="svg_319" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1273.2666" y1="540" x2="1395.2666" y2="539.59998" id="svg_325"/>
|
||||
<g id="svg_329" stroke="null">
|
||||
<path d="m1261.47383,607.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_326" stroke="#ff0000"/>
|
||||
<path d="m1274.66135,576.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_327" stroke="#ff0000"/>
|
||||
<path d="m1266.04736,556.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_328" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_344" y2="784.39997" x2="1319.33323" y1="653.39997" x1="1319.33323" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="1318.83325" cy="709.09997" id="svg_345" rx="11.5" ry="13.5"/>
|
||||
<g id="svg_492">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1339.5999" cy="425.59999" id="svg_489" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="1339.59991" cy="443.59998" id="svg_490" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="1339.59991" y1="412.59998" x2="1339.59991" y2="459.59998" id="svg_491" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_512">
|
||||
<g id="svg_335">
|
||||
<g id="svg_332">
|
||||
<rect id="svg_330" stroke-width="2" height="36" width="14" y="562.24207" x="1347.32338" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_331" d="m1351.29205,579.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 1353.79 574.48)"/>
|
||||
</g>
|
||||
<path id="svg_333" d="m1341.18012,610.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_334" stroke="#ff0000" stroke-width="2" y2="569.5754" x2="1353.6567" y1="540.40874" x1="1353.76777" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_343">
|
||||
<g id="svg_340">
|
||||
<rect id="svg_338" stroke-width="2" height="36" width="14" y="561.24207" x="1389.32337" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_339" d="m1393.29205,578.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 1395.79 573.48)"/>
|
||||
</g>
|
||||
<path id="svg_341" d="m1383.18012,609.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_342" stroke="#ff0000" stroke-width="2" y2="568.5754" x2="1395.65669" y1="539.40874" x1="1395.76776" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_577">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2369.59981" cy="428.59999" id="svg_574" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2369.59982" cy="446.59998" id="svg_575" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="2369.59982" y1="415.59998" x2="2369.59982" y2="462.59998" id="svg_576" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_578" y2="216.4" x2="2347.33314" y1="137.39999" x1="2347.33314" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line id="svg_579" y2="638.39999" x2="2347.33313" y1="387.39998" x1="2347.33313" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path stroke="#ff0000" id="svg_580" d="m2345.92088,224.89161l2.46211,0l0,8.85026l-2.46211,0l0,-8.85026zm-0.61809,0.07439l1.74081,-1.30962l9.49901,7.14618l-1.7412,1.30962l-9.49862,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001zm7.76017,-11.73979l1.74081,-1.30962l9.49901,7.14618l-1.74081,1.30962l-9.49901,-7.14618zm-7.75899,5.83092l9.49901,-7.14618l1.74081,1.30962l-9.49901,7.14647l-1.74081,-1.30992l0,0.00001z" stroke-width="0.01" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_581" y2="372.39999" x2="2347.33313" y1="233.39999" x1="2347.33313" stroke-width="2" fill="none"/>
|
||||
<path id="svg_582" d="m2339.50403,371.46874l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55789,1.63987l-8.49929,8.94621l-1.55753,-1.63987l-0.00001,0zm-6.93999,0.09387l1.55753,-1.6395l8.49894,8.94621l-1.55753,1.6395l-8.49894,-8.94621zm6.94176,7.31376l8.49894,-8.94621l1.55753,1.6395l-8.49894,8.94584l-1.55753,-1.63913zm0.1572,-16.35421l2.20289,0l0,8.80263l-2.20289,0l0,-8.80263z" stroke-width="0.01" stroke="#ff0000" fill="#ff0000"/>
|
||||
<rect id="svg_583" height="29" width="16" y="300.39998" x="2339.33313" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path fill="#ff0000" stroke="#ff0000" d="m2344.69177,651.95282l3.50001,-12.00001l3.5,12.00001l-7.00001,0z" id="svg_584" transform="rotate(178.64 2348.19 645.953)"/>
|
||||
<g id="svg_588">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2324.59981" cy="428.59999" id="svg_585" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2324.59982" cy="446.59998" id="svg_586" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="2324.59982" y1="415.59998" x2="2324.59982" y2="462.59998" id="svg_587" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2303.26651" y1="543" x2="2425.2665" y2="542.59998" id="svg_589"/>
|
||||
<g id="svg_593" stroke="null">
|
||||
<path d="m2291.47374,610.72259l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000" id="svg_590" stroke="#ff0000"/>
|
||||
<path d="m2304.66126,579.26116c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" fill="#bf0000" id="svg_591" stroke="#ff0000"/>
|
||||
<path d="m2296.04727,559.26069l16.47067,0a0.74867,0.97372 0 0 0 0,-1.94742l-7.48668,0l0,-13.63195a0.74867,0.97372 0 0 0 -1.49733,0l0,13.63195l-7.48666,0a0.74867,0.97372 0 0 0 0,1.94742zm16.47067,3.89484l-16.47067,0a0.74867,0.97372 0 0 0 0,1.94742l7.48666,0l0,13.63195a0.74867,0.97372 0 0 0 1.49733,0l0,-13.63195l7.48668,0a0.74867,0.97372 0 0 0 0,-1.94742z" fill="#bf0000" id="svg_592" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line id="svg_594" y2="787.39997" x2="2349.33314" y1="656.39997" x1="2349.33314" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="2" cx="2348.83316" cy="712.09997" id="svg_595" rx="11.5" ry="13.5"/>
|
||||
<g id="svg_599">
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2369.59981" cy="428.59999" id="svg_596" rx="8" ry="8"/>
|
||||
<ellipse fill="none" stroke="#ff0000" stroke-width="1.5" cx="2369.59982" cy="446.59998" id="svg_597" rx="8" ry="8"/>
|
||||
<line fill="none" stroke-width="2" x1="2369.59982" y1="415.59998" x2="2369.59982" y2="462.59998" id="svg_598" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_612">
|
||||
<g id="svg_605">
|
||||
<g id="svg_602">
|
||||
<rect id="svg_600" stroke-width="2" height="36" width="14" y="565.24207" x="2377.32329" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_601" d="m2381.29196,582.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 2383.79 577.48)"/>
|
||||
</g>
|
||||
<path id="svg_603" d="m2371.18003,613.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_604" stroke="#ff0000" stroke-width="2" y2="572.5754" x2="2383.65661" y1="543.40874" x1="2383.76768" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_611">
|
||||
<g id="svg_608">
|
||||
<rect id="svg_606" stroke-width="2" height="36" width="14" y="564.24207" x="2419.32328" stroke="#ff0000" fill="#000000"/>
|
||||
<path id="svg_607" d="m2423.29196,581.48021l2.5,-10l2.50001,10l-5.00001,0z" stroke-width="1.5" stroke="#ff0000" fill="none" transform="rotate(-178.14 2425.79 576.48)"/>
|
||||
</g>
|
||||
<path id="svg_609" d="m2413.18003,612.15442l26.66665,0l0,0.83969l-26.66665,0l0,-0.83969zm2.21679,3.5687l22.23307,0l0,0.83969l-22.23307,0l0,-0.83969zm10.33414,-13.92494l1.56479,0l0,10.77608l-1.56479,0l0,-10.77608zm-3.71638,17.49364l8.86715,0l0,0.8397l-8.86715,0l0,-0.8397z" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line id="svg_610" stroke="#ff0000" stroke-width="2" y2="571.5754" x2="2425.6566" y1="542.40874" x1="2425.76767" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 91 KiB |
|
@ -0,0 +1,658 @@
|
|||
<svg width="2000" height="700" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>该图元没有绑定事件</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<line fill="none" stroke-width="3" x1="36.99999" y1="158" x2="325.99997" y2="158" id="svg_31" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="3" x1="318.99999" y1="157.8" x2="318.99999" y2="192.8" id="svg_84" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 318.601 208.209)" stroke-width="2" id="svg_90" stroke="null">
|
||||
<line fill="none" x1="319.11915" y1="193.49134" x2="308.75897" y2="208.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_85" stroke="#ff0000"/>
|
||||
<line fill="none" x1="319.63716" y1="193.93734" x2="327.9253" y2="205.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_86" stroke="#ff0000"/>
|
||||
<line fill="none" x1="319.11915" y1="199.28932" x2="310.313" y2="212.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_87" stroke="#ff0000"/>
|
||||
<line fill="none" x1="319.11915" y1="199.28932" x2="328.44331" y2="211.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_88" stroke="#ff0000"/>
|
||||
<line fill="none" x1="319.63716" y1="199.73532" x2="319.11915" y2="222.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_89" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_94" stroke="null">
|
||||
<path fill="#ff0000" d="m275.66661,227.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22819,0l0,0.54377l-12.22819,0l0,-0.54377zm5.68378,-9.01741l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_91" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m282.91973,210.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_92" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m278.18205,200.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_93" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="283.99999" y1="179" x2="315.99999" y2="179" id="svg_95" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="282.99999" y1="179.8" x2="282.99999" y2="191.8" id="svg_96" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="318.99999" y1="217.8" x2="318.99999" y2="288.79999" id="svg_98" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="318.99999" y1="288.8" x2="318.99999" y2="321.8" id="svg_99" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 319.601 337.209)" stroke-width="2" id="svg_105" stroke="null">
|
||||
<line fill="none" x1="320.11915" y1="322.49134" x2="309.75897" y2="337.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_100" stroke="#ff0000"/>
|
||||
<line fill="none" x1="320.63716" y1="322.93734" x2="328.9253" y2="334.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_101" stroke="#ff0000"/>
|
||||
<line fill="none" x1="320.11915" y1="328.28932" x2="311.313" y2="341.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_102" stroke="#ff0000"/>
|
||||
<line fill="none" x1="320.11915" y1="328.28932" x2="329.44331" y2="340.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_103" stroke="#ff0000"/>
|
||||
<line fill="none" x1="320.63716" y1="328.73532" x2="320.11915" y2="351.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_104" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="283.99999" y1="279" x2="315.99999" y2="279" id="svg_106" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<path fill="none" stroke="#ff0000" d="m284.53271,417.73582a0.45029,0.47718 0 0 1 -0.45029,-0.47718l0,-7.80187a0.45029,0.47718 0 0 1 0.90058,0l0,7.80187a0.45029,0.47718 0 0 1 -0.45029,0.47718l0,0zm0,-7.8973a0.45029,0.47718 0 0 1 -0.29268,0l-4.16517,-4.19917a0.45029,0.47718 0 1 1 0.60789,-0.57262l4.16516,4.05602a0.45029,0.47718 0 0 1 -0.3152,0.83506l0,-0.11929zm0,0a0.45029,0.47718 0 0 1 -0.29268,-0.83507l4.0751,-3.93672a0.45029,0.47718 0 0 1 0.60789,0.71577l-4.07511,4.05602a0.45029,0.47718 0 0 1 -0.3152,0l0,0zm0.04503,-8.0166a11.97766,12.69294 0 1 1 11.97766,-12.69295a11.97766,12.69294 0 0 1 -11.97766,12.69295zm0,-24.43153a11.07708,11.73859 0 1 0 11.07708,11.73858a11.07708,11.73859 0 0 0 -11.07708,-11.73858zm4.23271,8.18361l-8.48793,0a0.45029,0.47718 0 1 1 0,-0.95436l8.48793,0a0.45029,0.47718 0 0 1 0,0.95436zm-4.32277,8.06431l-0.22514,0a0.45029,0.47718 0 0 1 -0.1576,-0.64419l4.32276,-8.13589a0.45029,0.47718 0 1 1 0.78801,0.47718l-4.32277,8.06431a0.45029,0.47718 0 0 1 -0.40526,0.23859l0,0zm0,0a0.45029,0.47718 0 0 1 -0.40526,-0.23859l-4.14264,-8.08817a0.45029,0.47718 0 0 1 0.788,-0.45332l4.16516,8.06431a0.45029,0.47718 0 0 1 -0.18011,0.64419l-0.22515,0.07158zm0.04503,28.79771a11.97766,12.69294 0 1 1 11.97766,-12.5975a11.97766,12.69294 0 0 1 -11.97766,12.5975zm0,-24.52696a11.07708,11.73859 0 1 0 11.05457,11.92946a11.07708,11.73859 0 0 0 -11.05457,-11.92946z" id="svg_109"/>
|
||||
<g id="svg_110" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="332.16477" cy="246.97638" rx="3.36224" ry="4.36298" id="svg_111" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="331.9449" cy="231.77541" rx="3.47193" ry="4.22435" id="svg_112" stroke="#ff0000"/>
|
||||
<line fill="none" x1="331.90264" y1="221.00229" x2="332.35204" y2="260.99759" stroke-width="2" id="svg_113" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_117" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="306.16477" cy="247.97638" rx="3.36224" ry="4.36298" id="svg_114" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="305.9449" cy="232.77541" rx="3.47193" ry="4.22435" id="svg_115" stroke="#ff0000"/>
|
||||
<line fill="none" x1="305.90264" y1="222.00229" x2="306.35204" y2="261.99759" stroke-width="2" id="svg_116" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="317.99999" y1="348.79998" x2="317.99999" y2="487.80001" id="svg_118" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line transform="rotate(90 369.5 486.8)" fill="none" stroke-width="2" x1="369.49997" y1="437.29995" x2="369.49996" y2="536.29998" id="svg_119" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="411.99998" y1="158" x2="922.99998" y2="158" id="svg_120" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" x="279.43331" y="292.4" width="9" height="22" id="svg_175" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="283.99999" y1="279.80008" x2="283.99999" y2="376.80008" id="svg_176" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_270" y2="157" x2="1500.49997" y1="157" x1="1017.5" stroke-width="3" fill="none"/>
|
||||
<line fill="none" stroke-width="3" x1="418.99999" y1="157.8" x2="418.99999" y2="190.8" id="svg_121" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 418.601 205.209)" stroke-width="2" id="svg_127" stroke="null">
|
||||
<line fill="none" x1="419.11915" y1="190.49134" x2="408.75897" y2="205.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_122" stroke="#ff0000"/>
|
||||
<line fill="none" x1="419.63716" y1="190.93734" x2="427.9253" y2="202.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_123" stroke="#ff0000"/>
|
||||
<line fill="none" x1="419.11915" y1="196.28932" x2="410.313" y2="209.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_124" stroke="#ff0000"/>
|
||||
<line fill="none" x1="419.11915" y1="196.28932" x2="428.44331" y2="208.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_125" stroke="#ff0000"/>
|
||||
<line fill="none" x1="419.63716" y1="196.73532" x2="419.11915" y2="219.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_126" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="419.99999" y1="217.8" x2="419.99999" y2="288.79999" id="svg_128" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="419.99999" y1="288.8" x2="419.99999" y2="321.8" id="svg_129" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 420.601 337.209)" stroke-width="2" id="svg_135" stroke="null">
|
||||
<line fill="none" x1="421.11915" y1="322.49134" x2="410.75897" y2="337.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_130" stroke="#ff0000"/>
|
||||
<line fill="none" x1="421.63716" y1="322.93734" x2="429.9253" y2="334.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_131" stroke="#ff0000"/>
|
||||
<line fill="none" x1="421.11915" y1="328.28932" x2="412.313" y2="341.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_132" stroke="#ff0000"/>
|
||||
<line fill="none" x1="421.11915" y1="328.28932" x2="430.44331" y2="340.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_133" stroke="#ff0000"/>
|
||||
<line fill="none" x1="421.63716" y1="328.73532" x2="421.11915" y2="351.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_134" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="419.99999" y1="352.79998" x2="419.99999" y2="486.80001" id="svg_136" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_140" stroke="null">
|
||||
<path fill="#ff0000" d="m442.66661,227.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22819,0l0,0.54377l-12.22819,0l0,-0.54377zm5.68378,-9.01741l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_137" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m449.91973,210.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_138" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m445.18205,200.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_139" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="419.99999" y1="179" x2="451.99999" y2="179" id="svg_141" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="449.99999" y1="179.8" x2="449.99999" y2="191.8" id="svg_142" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="419" y1="406" x2="436" y2="406" id="svg_143" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_151" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="411.16477" cy="382.97638" rx="3.36224" ry="4.36298" id="svg_148" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="410.9449" cy="367.77541" rx="3.47193" ry="4.22435" id="svg_149" stroke="#ff0000"/>
|
||||
<line fill="none" x1="410.90264" y1="357.00229" x2="411.35204" y2="396.99759" stroke-width="2" id="svg_150" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_155" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="431.16477" cy="382.97638" rx="3.36224" ry="4.36298" id="svg_152" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="430.9449" cy="367.77541" rx="3.47193" ry="4.22435" id="svg_153" stroke="#ff0000"/>
|
||||
<line fill="none" x1="430.90264" y1="357.00229" x2="431.35204" y2="396.99759" stroke-width="2" id="svg_154" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_308" y2="506" x2="1038.5" y1="505" x1="915.5" stroke-width="3" fill="none"/>
|
||||
<line fill="none" stroke-width="3" x1="914.99999" y1="156.8" x2="914.99999" y2="189.8" id="svg_229" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 914.601 204.209)" stroke-width="2" id="svg_235" stroke="null">
|
||||
<line fill="none" x1="915.11915" y1="189.49134" x2="904.75897" y2="204.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_230" stroke="#ff0000"/>
|
||||
<line fill="none" x1="915.63716" y1="189.93734" x2="923.9253" y2="201.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_231" stroke="#ff0000"/>
|
||||
<line fill="none" x1="915.11915" y1="195.28932" x2="906.313" y2="208.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_232" stroke="#ff0000"/>
|
||||
<line fill="none" x1="915.11915" y1="195.28932" x2="924.44331" y2="207.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_233" stroke="#ff0000"/>
|
||||
<line fill="none" x1="915.63716" y1="195.73532" x2="915.11915" y2="218.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_234" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="915.99999" y1="216.8" x2="915.99999" y2="287.79999" id="svg_236" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="915.99999" y1="287.8" x2="915.99999" y2="320.8" id="svg_237" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 916.601 336.209)" stroke-width="2" id="svg_243" stroke="null">
|
||||
<line fill="none" x1="917.11915" y1="321.49134" x2="906.75897" y2="336.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_238" stroke="#ff0000"/>
|
||||
<line fill="none" x1="917.63716" y1="321.93734" x2="925.9253" y2="333.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_239" stroke="#ff0000"/>
|
||||
<line fill="none" x1="917.11915" y1="327.28932" x2="908.313" y2="340.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_240" stroke="#ff0000"/>
|
||||
<line fill="none" x1="917.11915" y1="327.28932" x2="926.44331" y2="339.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_241" stroke="#ff0000"/>
|
||||
<line fill="none" x1="917.63716" y1="327.73532" x2="917.11915" y2="350.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_242" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="914.99999" y1="349.79998" x2="914.99999" y2="506.80001" id="svg_244" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_248" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="904.16477" cy="381.97638" rx="3.36224" ry="4.36298" id="svg_245" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="903.9449" cy="366.77541" rx="3.47193" ry="4.22435" id="svg_246" stroke="#ff0000"/>
|
||||
<line fill="none" x1="903.90264" y1="356.00229" x2="904.35204" y2="395.99759" stroke-width="2" id="svg_247" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_252" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="926.16477" cy="380.97638" rx="3.36224" ry="4.36298" id="svg_249" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="925.9449" cy="365.77541" rx="3.47193" ry="4.22435" id="svg_250" stroke="#ff0000"/>
|
||||
<line fill="none" x1="925.90264" y1="355.00229" x2="926.35204" y2="394.99759" stroke-width="2" id="svg_251" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_253" y2="433.5" x2="914" y1="433.5" x1="862" stroke-width="3" fill="none"/>
|
||||
<path fill="#bf0000" d="m888.91973,464.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_258" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m884.18205,454.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_259" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="888.99999" y1="433.8" x2="888.99999" y2="445.8" id="svg_260" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<path stroke="#ff0000" fill="#ff0000" d="m881.66661,488.31646l14.66665,0l0,1.13918l-14.66665,0l0,-1.13918zm1.21923,4.84152l12.22819,0l0,1.1392l-12.22819,0l0,-1.1392zm5.68378,-18.89147l0.86063,0l0,14.61954l-0.86063,0l0,-14.61954zm-2.04401,23.73302l4.87693,0l0,1.13919l-4.87693,0l0,-1.13919z" id="svg_269"/>
|
||||
<line fill="none" stroke-width="3" x1="1487.99999" y1="156.8" x2="1487.99999" y2="189.8" id="svg_409" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1487.6 204.209)" stroke-width="2" id="svg_415" stroke="null">
|
||||
<line fill="none" x1="1488.11915" y1="189.49134" x2="1477.75897" y2="204.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_410" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1488.63716" y1="189.93734" x2="1496.9253" y2="201.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_411" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1488.11915" y1="195.28932" x2="1479.313" y2="208.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_412" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1488.11915" y1="195.28932" x2="1497.44331" y2="207.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_413" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1488.63716" y1="195.73532" x2="1488.11915" y2="218.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_414" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1488.99999" y1="216.8" x2="1488.99999" y2="287.79999" id="svg_416" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1488.99999" y1="287.8" x2="1488.99999" y2="320.8" id="svg_417" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1489.6 336.209)" stroke-width="2" id="svg_423" stroke="null">
|
||||
<line fill="none" x1="1490.11915" y1="321.49134" x2="1479.75897" y2="336.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_418" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1490.63716" y1="321.93734" x2="1498.9253" y2="333.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_419" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1490.11915" y1="327.28932" x2="1481.313" y2="340.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_420" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1490.11915" y1="327.28932" x2="1499.44331" y2="339.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_421" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1490.63716" y1="327.73532" x2="1490.11915" y2="350.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_422" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="1487.99999" y1="349.79998" x2="1487.99999" y2="506.80001" id="svg_424" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_428" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1477.16477" cy="381.97638" rx="3.36224" ry="4.36298" id="svg_425" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1476.9449" cy="366.77541" rx="3.47193" ry="4.22435" id="svg_426" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1476.90264" y1="356.00229" x2="1477.35204" y2="395.99759" stroke-width="2" id="svg_427" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_432" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1499.16477" cy="380.97638" rx="3.36224" ry="4.36298" id="svg_429" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1498.9449" cy="365.77541" rx="3.47193" ry="4.22435" id="svg_430" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1498.90264" y1="355.00229" x2="1499.35204" y2="394.99759" stroke-width="2" id="svg_431" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_433" y2="433.5" x2="1487" y1="433.5" x1="1465" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_447" y2="175" x2="1488" y1="175" x1="1460" stroke-width="3" fill="none"/>
|
||||
<g id="svg_454">
|
||||
<g id="svg_452" stroke="null">
|
||||
<path fill="#ff0000" d="m1454.66661,222.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22819,0l0,0.54377l-12.22819,0l0,-0.54377zm5.68378,-9.01741l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_449" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1461.91973,205.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_450" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1457.18205,195.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_451" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1461.99999" y1="174.8" x2="1461.99999" y2="186.8" id="svg_453" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
</g>
|
||||
<g id="svg_455">
|
||||
<line fill="none" stroke-width="3" x1="1035.99999" y1="158.8" x2="1035.99999" y2="191.8" id="svg_272" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1035.6 206.209)" stroke-width="2" id="svg_278" stroke="null">
|
||||
<line fill="none" x1="1036.11915" y1="191.49134" x2="1025.75897" y2="206.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_273" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1036.63716" y1="191.93734" x2="1044.9253" y2="203.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_274" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1036.11915" y1="197.28932" x2="1027.313" y2="210.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_275" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1036.11915" y1="197.28932" x2="1045.44331" y2="209.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_276" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1036.63716" y1="197.73532" x2="1036.11915" y2="220.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_277" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1036.99999" y1="218.8" x2="1036.99999" y2="289.79999" id="svg_279" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1036.99999" y1="289.8" x2="1036.99999" y2="322.8" id="svg_280" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1037.6 338.209)" stroke-width="2" id="svg_286" stroke="null">
|
||||
<line fill="none" x1="1038.11915" y1="323.49134" x2="1027.75897" y2="338.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_281" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1038.63716" y1="323.93734" x2="1046.9253" y2="335.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_282" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1038.11915" y1="329.28932" x2="1029.313" y2="342.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_283" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1038.11915" y1="329.28932" x2="1047.44331" y2="341.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_284" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1038.63716" y1="329.73532" x2="1038.11915" y2="352.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_285" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="1036.99999" y1="353.79998" x2="1036.99999" y2="504.80002" id="svg_287" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1036.99999" y1="180" x2="1068.99999" y2="180" id="svg_292" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_448">
|
||||
<g id="svg_291" stroke="null">
|
||||
<path fill="#ff0000" d="m1059.66661,228.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22819,0l0,0.54377l-12.22819,0l0,-0.54377zm5.68378,-9.01741l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_288" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1066.91973,211.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_289" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1062.18205,201.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_290" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1066.99999" y1="180.8" x2="1066.99999" y2="192.8" id="svg_293" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="1587.99999" y1="156.8" x2="1587.99999" y2="189.8" id="svg_456" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1587.6 204.209)" stroke-width="2" id="svg_462" stroke="null">
|
||||
<line fill="none" x1="1588.11915" y1="189.49134" x2="1577.75897" y2="204.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_457" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1588.63716" y1="189.93734" x2="1596.9253" y2="201.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_458" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1588.11915" y1="195.28932" x2="1579.313" y2="208.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_459" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1588.11915" y1="195.28932" x2="1597.44331" y2="207.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_460" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1588.63716" y1="195.73532" x2="1588.11915" y2="218.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_461" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1588.99999" y1="216.8" x2="1588.99999" y2="287.79999" id="svg_463" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1588.99999" y1="287.8" x2="1588.99999" y2="320.8" id="svg_464" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1589.6 336.209)" stroke-width="2" id="svg_470" stroke="null">
|
||||
<line fill="none" x1="1590.11915" y1="321.49134" x2="1579.75897" y2="336.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_465" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1590.63716" y1="321.93734" x2="1598.9253" y2="333.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_466" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1590.11915" y1="327.28932" x2="1581.313" y2="340.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_467" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1590.11915" y1="327.28932" x2="1599.44331" y2="339.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_468" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1590.63716" y1="327.73532" x2="1590.11915" y2="350.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_469" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="1588.99999" y1="351.79998" x2="1588.99999" y2="504.80002" id="svg_471" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1588.99999" y1="178" x2="1620.99999" y2="178" id="svg_472" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_478">
|
||||
<g id="svg_476" stroke="null">
|
||||
<path fill="#ff0000" d="m1611.66661,226.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22819,0l0,0.54377l-12.22819,0l0,-0.54377zm5.68378,-9.01741l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_473" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1618.91973,209.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95001,-2.12067 4.95001,-4.73691s-2.21608,-4.73691 -4.95001,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37253 4.56923,-4.37253s4.56923,1.96035 4.56923,4.37253s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12515,-4.89724c-0.07616,-0.07288 -0.07616,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89723c0.07615,0.06559 0.07615,0.18219 0.00761,0.25507zm0,-5.15959c0.07616,0.07287 0.07616,0.18947 0,0.25507l-5.11754,4.89723c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0z" id="svg_474" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1614.18205,199.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93859l-4.11767,0l0,-6.57008a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57008l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93859zm9.05886,1.87716l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93859l4.11766,0l0,6.57008a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57008l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93859z" id="svg_475" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1618.99999" y1="178.8" x2="1618.99999" y2="190.8" id="svg_477" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_480" y2="154" x2="1924.49999" y1="156" x1="1579.5" stroke-width="3" fill="none"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_481" y2="505" x2="1588.5" y1="505" x1="1487.5" stroke-width="3" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_485" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1578.16477" cy="255.97638" rx="3.36224" ry="4.36298" id="svg_482" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1577.9449" cy="240.77541" rx="3.47193" ry="4.22435" id="svg_483" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1577.90264" y1="230.00229" x2="1578.35204" y2="269.99759" stroke-width="2" id="svg_484" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_489" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1601.16477" cy="255.97638" rx="3.36224" ry="4.36298" id="svg_486" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1600.9449" cy="240.77541" rx="3.47193" ry="4.22435" id="svg_487" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1600.90264" y1="230.00229" x2="1601.35204" y2="269.99759" stroke-width="2" id="svg_488" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_504">
|
||||
<line fill="none" x1="1625.99999" y1="307.79999" x2="1626" y2="367.79999" id="svg_495" stroke-width="3" stroke="#ff0000"/>
|
||||
<path fill="none" stroke="#ff0000" d="m1626.53271,409.73582a0.45029,0.47718 0 0 1 -0.45029,-0.47718l0,-7.80187a0.45029,0.47718 0 0 1 0.90058,0l0,7.80187a0.45029,0.47718 0 0 1 -0.45029,0.47718l0,0zm0,-7.8973a0.45029,0.47718 0 0 1 -0.29268,0l-4.16517,-4.19917a0.45029,0.47718 0 1 1 0.60789,-0.57262l4.16516,4.05602a0.45029,0.47718 0 0 1 -0.3152,0.83506l0,-0.11929zm0,0a0.45029,0.47718 0 0 1 -0.29268,-0.83507l4.0751,-3.93672a0.45029,0.47718 0 0 1 0.60789,0.71577l-4.07511,4.05602a0.45029,0.47718 0 0 1 -0.3152,0l0,0zm0.04503,-8.0166a11.97766,12.69294 0 1 1 11.97766,-12.69295a11.97766,12.69294 0 0 1 -11.97766,12.69295zm0,-24.43153a11.07708,11.73859 0 1 0 11.07708,11.73858a11.07708,11.73859 0 0 0 -11.07708,-11.73858zm4.23271,8.18361l-8.48793,0a0.45029,0.47718 0 1 1 0,-0.95436l8.48793,0a0.45029,0.47718 0 0 1 0,0.95436zm-4.32277,8.06431l-0.22514,0a0.45029,0.47718 0 0 1 -0.1576,-0.64419l4.32276,-8.13589a0.45029,0.47718 0 1 1 0.78801,0.47718l-4.32277,8.06431a0.45029,0.47718 0 0 1 -0.40526,0.23859l0,0zm0,0a0.45029,0.47718 0 0 1 -0.40526,-0.23859l-4.14264,-8.08817a0.45029,0.47718 0 0 1 0.788,-0.45332l4.16516,8.06431a0.45029,0.47718 0 0 1 -0.18011,0.64419l-0.22515,0.07158zm0.04503,28.79771a11.97766,12.69294 0 1 1 11.97766,-12.5975a11.97766,12.69294 0 0 1 -11.97766,12.5975zm0,-24.52696a11.07708,11.73859 0 1 0 11.05457,11.92946a11.07708,11.73859 0 0 0 -11.05457,-11.92946z" id="svg_496"/>
|
||||
<rect fill="none" x="1621.59998" y="323.4" width="9" height="22" id="svg_498" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1625.99999" y1="307.79999" x2="1626" y2="367.79999" id="svg_499" stroke-width="3" stroke="#ff0000"/>
|
||||
<path fill="none" stroke="#ff0000" d="m1626.53271,409.73582a0.45029,0.47718 0 0 1 -0.45029,-0.47718l0,-7.80187a0.45029,0.47718 0 0 1 0.90058,0l0,7.80187a0.45029,0.47718 0 0 1 -0.45029,0.47718l0,0zm0,-7.8973a0.45029,0.47718 0 0 1 -0.29268,0l-4.16517,-4.19917a0.45029,0.47718 0 1 1 0.60789,-0.57262l4.16516,4.05602a0.45029,0.47718 0 0 1 -0.3152,0.83506l0,-0.11929zm0,0a0.45029,0.47718 0 0 1 -0.29268,-0.83507l4.0751,-3.93672a0.45029,0.47718 0 0 1 0.60789,0.71577l-4.07511,4.05602a0.45029,0.47718 0 0 1 -0.3152,0l0,0zm0.04503,-8.0166a11.97766,12.69294 0 1 1 11.97766,-12.69295a11.97766,12.69294 0 0 1 -11.97766,12.69295zm0,-24.43153a11.07708,11.73859 0 1 0 11.07708,11.73858a11.07708,11.73859 0 0 0 -11.07708,-11.73858zm4.23271,8.18361l-8.48793,0a0.45029,0.47718 0 1 1 0,-0.95436l8.48793,0a0.45029,0.47718 0 0 1 0,0.95436zm-4.32277,8.06431l-0.22514,0a0.45029,0.47718 0 0 1 -0.1576,-0.64419l4.32276,-8.13589a0.45029,0.47718 0 1 1 0.78801,0.47718l-4.32277,8.06431a0.45029,0.47718 0 0 1 -0.40526,0.23859l0,0zm0,0a0.45029,0.47718 0 0 1 -0.40526,-0.23859l-4.14264,-8.08817a0.45029,0.47718 0 0 1 0.788,-0.45332l4.16516,8.06431a0.45029,0.47718 0 0 1 -0.18011,0.64419l-0.22515,0.07158zm0.04503,28.79771a11.97766,12.69294 0 1 1 11.97766,-12.5975a11.97766,12.69294 0 0 1 -11.97766,12.5975zm0,-24.52696a11.07708,11.73859 0 1 0 11.05457,11.92946a11.07708,11.73859 0 0 0 -11.05457,-11.92946z" id="svg_500"/>
|
||||
</g>
|
||||
<line stroke-width="2" id="svg_505" y2="309" x2="1627" y1="309" x1="1589" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="3" x1="86.99999" y1="157.8" x2="86.99999" y2="190.8" id="svg_34" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_36" stroke="null">
|
||||
<path fill="#ff0000" d="m47.66661,227.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22818,0l0,0.54376l-12.22818,0l0,-0.54376zm5.68377,-9.01742l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_37" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m54.91973,210.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95,-2.12068 4.95,-4.73691s-2.21608,-4.73691 -4.95,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37254 4.56923,-4.37254s4.56923,1.96035 4.56923,4.37254s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12516,-4.89724c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89724c0.07615,0.06559 0.07615,0.18219 0.00762,0.25507l0,-0.00001zm0,-5.15959c0.07615,0.07288 0.07615,0.18948 0,0.25507l-5.11754,4.89724c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0l0,-0.00001z" id="svg_38" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m50.18205,200.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93858l-4.11767,0l0,-6.57009a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57009l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93858zm9.05886,1.87717l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93858l4.11766,0l0,6.57009a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57009l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93858z" id="svg_39" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="54.99999" y1="179" x2="86.99999" y2="179" id="svg_40" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="53.99999" y1="179.8" x2="53.99999" y2="191.8" id="svg_41" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g transform="rotate(-1.37619 86.6012 205.209)" stroke-width="2" id="svg_43" stroke="null">
|
||||
<line fill="none" x1="87.11915" y1="190.49134" x2="76.75897" y2="205.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_44" stroke="#ff0000"/>
|
||||
<line fill="none" x1="87.63716" y1="190.93734" x2="95.9253" y2="202.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_45" stroke="#ff0000"/>
|
||||
<line fill="none" x1="87.11915" y1="196.28932" x2="78.313" y2="209.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_46" stroke="#ff0000"/>
|
||||
<line fill="none" x1="87.11915" y1="196.28932" x2="96.44331" y2="208.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_47" stroke="#ff0000"/>
|
||||
<line fill="none" x1="87.63716" y1="196.73532" x2="87.11915" y2="219.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_48" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" x1="87.99999" y1="217.8" x2="87.99999" y2="338.79999" id="svg_49" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" x1="87.99999" y1="317.79999" x2="88" y2="386.79999" id="svg_53" stroke-width="2" stroke="#ff0000"/>
|
||||
<path fill="none" stroke="#ff0000" d="m88.53271,428.73582a0.45029,0.47718 0 0 1 -0.45029,-0.47718l0,-7.80187a0.45029,0.47718 0 0 1 0.90058,0l0,7.80187a0.45029,0.47718 0 0 1 -0.45029,0.47718l0,0zm0,-7.8973a0.45029,0.47718 0 0 1 -0.29269,0l-4.16516,-4.19917a0.45029,0.47718 0 1 1 0.60789,-0.57261l4.16516,4.05602a0.45029,0.47718 0 0 1 -0.3152,0.83506l0,-0.11929l0,-0.00001zm0,0a0.45029,0.47718 0 0 1 -0.29269,-0.83506l4.0751,-3.93672a0.45029,0.47718 0 0 1 0.60789,0.71577l-4.0751,4.05602a0.45029,0.47718 0 0 1 -0.3152,0l0,0l0,-0.00001zm0.04503,-8.0166a11.97766,12.69294 0 1 1 11.97766,-12.69294a11.97766,12.69294 0 0 1 -11.97766,12.69294zm0,-24.43153a11.07708,11.73859 0 1 0 11.07708,11.73859a11.07708,11.73859 0 0 0 -11.07708,-11.73859zm4.23271,8.18361l-8.48793,0a0.45029,0.47718 0 1 1 0,-0.95436l8.48793,0a0.45029,0.47718 0 0 1 0,0.95436zm-4.32276,8.06431l-0.22514,0a0.45029,0.47718 0 0 1 -0.1576,-0.64419l4.32276,-8.13589a0.45029,0.47718 0 1 1 0.788,0.47718l-4.32276,8.06431a0.45029,0.47718 0 0 1 -0.40526,0.23859l0,0zm0,0a0.45029,0.47718 0 0 1 -0.40526,-0.23859l-4.14265,-8.08817a0.45029,0.47718 0 0 1 0.788,-0.45332l4.16516,8.06431a0.45029,0.47718 0 0 1 -0.18012,0.64419l-0.22514,0.07158l0.00001,0zm0.04503,28.79771a11.97766,12.69294 0 1 1 11.97766,-12.59751a11.97766,12.69294 0 0 1 -11.97766,12.59751zm0,-24.52697a11.07708,11.73859 0 1 0 11.05457,11.92946a11.07708,11.73859 0 0 0 -11.05457,-11.92946z" id="svg_55"/>
|
||||
<rect fill="none" x="83.59998" y="292.4" width="9" height="22" id="svg_177" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="166.99999" y1="399.16667" x2="198.99999" y2="399.16667" id="svg_76" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="199.99999" y1="400" x2="231.99999" y2="400" id="svg_78" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="3" x1="197.99999" y1="157.8" x2="197.99999" y2="190.8" id="svg_56" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 197.601 205.209)" stroke-width="2" id="svg_62" stroke="null">
|
||||
<line fill="none" x1="198.11915" y1="190.49134" x2="187.75897" y2="205.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_57" stroke="#ff0000"/>
|
||||
<line fill="none" x1="198.63716" y1="190.93734" x2="206.9253" y2="202.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_58" stroke="#ff0000"/>
|
||||
<line fill="none" x1="198.11915" y1="196.28932" x2="189.313" y2="209.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_59" stroke="#ff0000"/>
|
||||
<line fill="none" x1="198.11915" y1="196.28932" x2="207.44331" y2="208.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_60" stroke="#ff0000"/>
|
||||
<line fill="none" x1="198.63716" y1="196.73532" x2="198.11915" y2="219.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_61" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="198.99999" y1="217.8" x2="198.99999" y2="332.96666" id="svg_63" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g transform="rotate(-180 199.601 337.209)" stroke-width="2" id="svg_70" stroke="null">
|
||||
<line fill="none" x1="200.11915" y1="322.49134" x2="189.75897" y2="337.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_65" stroke="#ff0000"/>
|
||||
<line fill="none" x1="200.63716" y1="322.93734" x2="208.9253" y2="334.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_66" stroke="#ff0000"/>
|
||||
<line fill="none" x1="200.11915" y1="328.28932" x2="191.313" y2="341.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_67" stroke="#ff0000"/>
|
||||
<line fill="none" x1="200.11915" y1="328.28932" x2="209.44331" y2="340.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_68" stroke="#ff0000"/>
|
||||
<line fill="none" x1="200.63716" y1="328.73532" x2="200.11915" y2="351.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_69" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="2" x1="197.99999" y1="350.79998" x2="197.99999" y2="555.80001" id="svg_71" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="3" x1="1692.99999" y1="398" x2="1724.99999" y2="398" id="svg_527" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="3" x1="1725.99999" y1="398" x2="1757.99999" y2="398" id="svg_528" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_545">
|
||||
<line fill="none" stroke-width="3" x1="1723.99999" y1="155.8" x2="1723.99999" y2="188.8" id="svg_529" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1723.6 203.209)" stroke-width="2" id="svg_535" stroke="null">
|
||||
<line fill="none" x1="1724.11915" y1="188.49134" x2="1713.75897" y2="203.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_530" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1724.63716" y1="188.93734" x2="1732.9253" y2="200.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_531" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1724.11915" y1="194.28932" x2="1715.313" y2="207.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_532" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1724.11915" y1="194.28932" x2="1733.44331" y2="206.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_533" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1724.63716" y1="194.73532" x2="1724.11915" y2="217.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_534" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1724.99999" y1="215.8" x2="1724.99999" y2="286.79999" id="svg_536" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1724.99999" y1="286.8" x2="1724.99999" y2="319.8" id="svg_537" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1725.6 335.209)" stroke-width="2" id="svg_543" stroke="null">
|
||||
<line fill="none" x1="1726.11915" y1="320.49134" x2="1715.75897" y2="335.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_538" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1726.63716" y1="320.93734" x2="1734.9253" y2="332.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_539" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1726.11915" y1="326.28932" x2="1717.313" y2="339.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_540" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1726.11915" y1="326.28932" x2="1735.44331" y2="338.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_541" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1726.63716" y1="326.73532" x2="1726.11915" y2="349.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_542" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="1723.99999" y1="348.79998" x2="1723.99999" y2="553.80001" id="svg_544" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="1844.99999" y1="155.8" x2="1844.99999" y2="188.8" id="svg_507" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="3" x1="1845.99999" y1="172" x2="1877.99999" y2="172" id="svg_512" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1844.6 203.209)" stroke-width="2" id="svg_519" stroke="null">
|
||||
<line fill="none" x1="1845.11915" y1="188.49134" x2="1834.75897" y2="203.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_514" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1845.63716" y1="188.93734" x2="1853.9253" y2="200.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_515" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1845.11915" y1="194.28932" x2="1836.313" y2="207.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_516" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1845.11915" y1="194.28932" x2="1854.44331" y2="206.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_517" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1845.63716" y1="194.73532" x2="1845.11915" y2="217.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_518" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="2" x1="1845.99999" y1="215.8" x2="1845.99999" y2="384.83921" id="svg_520" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<path fill="none" stroke="#ff0000" d="m1846.53271,426.73582a0.45029,0.47718 0 0 1 -0.45029,-0.47718l0,-7.80187a0.45029,0.47718 0 0 1 0.90058,0l0,7.80187a0.45029,0.47718 0 0 1 -0.45029,0.47718l0,0zm0,-7.8973a0.45029,0.47718 0 0 1 -0.29269,0l-4.16516,-4.19917a0.45029,0.47718 0 1 1 0.60789,-0.57261l4.16516,4.05602a0.45029,0.47718 0 0 1 -0.3152,0.83506l0,-0.11929l0,-0.00001zm0,0a0.45029,0.47718 0 0 1 -0.29269,-0.83506l4.0751,-3.93672a0.45029,0.47718 0 0 1 0.60789,0.71577l-4.0751,4.05602a0.45029,0.47718 0 0 1 -0.3152,0l0,0l0,-0.00001zm0.04503,-8.0166a11.97766,12.69294 0 1 1 11.97766,-12.69294a11.97766,12.69294 0 0 1 -11.97766,12.69294zm0,-24.43153a11.07708,11.73859 0 1 0 11.07708,11.73859a11.07708,11.73859 0 0 0 -11.07708,-11.73859zm4.23271,8.18361l-8.48793,0a0.45029,0.47718 0 1 1 0,-0.95436l8.48793,0a0.45029,0.47718 0 0 1 0,0.95436zm-4.32276,8.06431l-0.22514,0a0.45029,0.47718 0 0 1 -0.1576,-0.64419l4.32276,-8.13589a0.45029,0.47718 0 1 1 0.788,0.47718l-4.32276,8.06431a0.45029,0.47718 0 0 1 -0.40526,0.23859l0,0zm0,0a0.45029,0.47718 0 0 1 -0.40526,-0.23859l-4.14265,-8.08817a0.45029,0.47718 0 0 1 0.788,-0.45332l4.16516,8.06431a0.45029,0.47718 0 0 1 -0.18012,0.64419l-0.22514,0.07158l0.00001,0zm0.04503,28.79771a11.97766,12.69294 0 1 1 11.97766,-12.59751a11.97766,12.69294 0 0 1 -11.97766,12.59751zm0,-24.52697a11.07708,11.73859 0 1 0 11.05457,11.92946a11.07708,11.73859 0 0 0 -11.05457,-11.92946z" id="svg_522"/>
|
||||
<rect fill="none" x="1841.59998" y="290.4" width="9" height="22" id="svg_523" stroke="#ff0000"/>
|
||||
<g id="svg_525">
|
||||
<g id="svg_511" stroke="null">
|
||||
<path fill="#ff0000" d="m1869.66661,218.97295l14.66665,0l0,0.54376l-14.66665,0l0,-0.54376zm1.21923,2.31099l12.22818,0l0,0.54376l-12.22818,0l0,-0.54376zm5.68377,-9.01742l0.86063,0l0,6.9783l-0.86063,0l0,-6.9783zm-2.04401,11.32841l4.87693,0l0,0.54377l-4.87693,0l0,-0.54377z" id="svg_508" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1876.91973,201.99728c-2.73392,0 -4.95,2.12068 -4.95,4.73691s2.21608,4.73691 4.95,4.73691s4.95,-2.12068 4.95,-4.73691s-2.21608,-4.73691 -4.95,-4.73691zm0,9.10945c-2.52069,0 -4.56923,-1.96035 -4.56923,-4.37254s2.04854,-4.37254 4.56923,-4.37254s4.56923,1.96035 4.56923,4.37254s-2.04853,4.37254 -4.56923,4.37254zm2.69585,-1.79274c-0.07615,0.07287 -0.198,0.07287 -0.26654,0l-5.12516,-4.89724c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506c0.07615,-0.07288 0.198,-0.07288 0.26654,0l5.11754,4.89724c0.07615,0.06559 0.07615,0.18219 0.00762,0.25507l0,-0.00001zm0,-5.15959c0.07615,0.07288 0.07615,0.18948 0,0.25507l-5.11754,4.89724c-0.07615,0.07288 -0.198,0.07288 -0.26654,0c-0.07615,-0.07288 -0.07615,-0.18948 0,-0.25506l5.11754,-4.89724c0.06854,-0.06559 0.19039,-0.06559 0.26654,0l0,-0.00001z" id="svg_509" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" d="m1872.18205,191.83395l9.05886,0a0.41177,0.46929 0 0 0 0,-0.93858l-4.11767,0l0,-6.57009a0.41177,0.46929 0 0 0 -0.82353,0l0,6.57009l-4.11766,0a0.41177,0.46929 0 0 0 0,0.93858zm9.05886,1.87717l-9.05886,0a0.41177,0.46929 0 0 0 0,0.93858l4.11766,0l0,6.57009a0.41177,0.46929 0 0 0 0.82353,0l0,-6.57009l4.11767,0a0.41177,0.46929 0 0 0 0,-0.93858z" id="svg_510" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1876.99999" y1="170.8" x2="1876.99999" y2="182.8" id="svg_513" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
</g>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_80" y="62.50259" x="710.14323" stroke-width="0" stroke="#ff0000" fill="#ff0000">泰 州 金 鹰 商 贸 有 限 公 司</text>
|
||||
<polyline stroke-linecap="round" id="svg_183" points="152.5781412379489,139.10035220959523 152.5781412379489,138.2670188645216 " stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(180 197.637 564.59)" stroke="#ff0000" id="svg_261" d="m193.05358,574.17382l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
<g stroke="null" id="svg_268">
|
||||
<g stroke="null" id="svg_264">
|
||||
<rect stroke="#ff0000" id="svg_336" stroke-width="2" height="31.36816" width="10.5" y="425.5795" x="429.98036" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_337" d="m436.82755,431.95918l-2.11744,8.63808l-1.63059,-8.77949l3.74803,0.14141z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_265" d="m425.37292,467.32734l19.99998,0l0,0.73165l-19.99998,0l0,-0.73165zm1.66259,3.10954l16.6748,0l0,0.73165l-16.6748,0l0,-0.73165zm7.7506,-12.13332l1.17359,0l0,9.3896l-1.17359,0l0,-9.3896zm-2.78728,15.24287l6.65036,0l0,0.73166l-6.65036,0l0,-0.73166z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_266" stroke-width="2" y2="431.96931" x2="434.73035" y1="406.55529" x1="434.81365" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_271">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="165.99999" y1="399.96667" x2="165.99999" y2="411.96667" id="svg_77" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="165.99999" y1="444.96668" x2="165.99999" y2="499.96668" id="svg_82" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_107">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m166.78598,435.54329c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63268 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35264,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.07731,2.43365 6.07731,5.42822s-2.72465,5.42823 -6.07731,5.42823zm3.58562,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.1013,-0.09048 -0.1013,-0.23523 0,-0.31664c0.10128,-0.09048 0.26335,-0.09048 0.35451,0l6.80659,6.0796c0.10128,0.08143 0.10128,0.22618 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80659,6.0796c-0.10128,0.09048 -0.26335,0.09048 -0.35451,0c-0.10128,-0.09048 -0.10128,-0.23523 0,-0.31664l6.80659,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_73"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m160.48463,422.92616l12.04874,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.47671,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04874,2.33038l-12.04874,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.47671,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_74"/>
|
||||
</g>
|
||||
<path transform="rotate(180 165.97 510.423)" stroke="#ff0000" id="svg_255" d="m161.38691,520.00715l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_294">
|
||||
<line fill="none" stroke-width="2" x1="232.83332" y1="399.8" x2="232.83332" y2="418.8" id="svg_79" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="232.08758" y1="459.46666" x2="231.66667" y2="515.46666" id="svg_81" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_178">
|
||||
<rect stroke="#ff0000" id="svg_336" stroke-width="2" height="25.57835" width="8.3125" y="433.73476" x="229.02048" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_337" d="m234.44118,438.93691l-1.67631,7.0437l-1.29088,-7.15901l2.96719,0.11531z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_181" stroke-width="2" y2="438.94516" x2="232.78089" y1="418.22197" x1="232.84684" fill="none"/>
|
||||
<path transform="rotate(180 231.803 523.757)" stroke="#ff0000" id="svg_262" d="m227.22024,533.34049l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_501">
|
||||
<line fill="none" stroke-width="3" x1="647.99999" y1="158.8" x2="647.99999" y2="191.8" id="svg_2" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 647.601 206.209)" stroke-width="2" id="svg_8" stroke="null">
|
||||
<line fill="none" x1="648.11915" y1="191.49134" x2="637.75897" y2="206.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_3" stroke="#ff0000"/>
|
||||
<line fill="none" x1="648.63716" y1="191.93734" x2="656.9253" y2="203.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_4" stroke="#ff0000"/>
|
||||
<line fill="none" x1="648.11915" y1="197.28932" x2="639.313" y2="210.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_5" stroke="#ff0000"/>
|
||||
<line fill="none" x1="648.11915" y1="197.28932" x2="657.44331" y2="209.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_6" stroke="#ff0000"/>
|
||||
<line fill="none" x1="648.63716" y1="197.73532" x2="648.11915" y2="220.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_7" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="648.99999" y1="218.8" x2="648.99999" y2="289.79999" id="svg_9" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="648.99999" y1="289.8" x2="648.99999" y2="322.8" id="svg_10" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 649.601 338.209)" stroke-width="2" id="svg_16" stroke="null">
|
||||
<line fill="none" x1="650.11915" y1="323.49134" x2="639.75897" y2="338.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_11" stroke="#ff0000"/>
|
||||
<line fill="none" x1="650.63716" y1="323.93734" x2="658.9253" y2="335.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_12" stroke="#ff0000"/>
|
||||
<line fill="none" x1="650.11915" y1="329.28932" x2="641.313" y2="342.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_13" stroke="#ff0000"/>
|
||||
<line fill="none" x1="650.11915" y1="329.28932" x2="659.44331" y2="341.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_14" stroke="#ff0000"/>
|
||||
<line fill="none" x1="650.63716" y1="329.73532" x2="650.11915" y2="352.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_15" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="647.99999" y1="351.79998" x2="647.99999" y2="579.80002" id="svg_17" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_22" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="637.16477" cy="383.97638" rx="3.36224" ry="4.36298" id="svg_19" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="636.9449" cy="368.77541" rx="3.47193" ry="4.22435" id="svg_20" stroke="#ff0000"/>
|
||||
<line fill="none" x1="636.90264" y1="358.00229" x2="637.35204" y2="397.99759" stroke-width="2" id="svg_21" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_26" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="659.16477" cy="382.97638" rx="3.36224" ry="4.36298" id="svg_23" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="658.9449" cy="367.77541" rx="3.47193" ry="4.22435" id="svg_24" stroke="#ff0000"/>
|
||||
<line fill="none" x1="658.90264" y1="357.00229" x2="659.35204" y2="396.99759" stroke-width="2" id="svg_25" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_27" y2="435.5" x2="647" y1="435.5" x1="595" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_97" y2="435.5" x2="692" y1="435.5" x1="649" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_169" y2="470.5" x2="690" y1="436.5" x1="690" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_185" d="m690.00305,507.60249l-0.53476,0l0,-10.81234l-2.46524,-7.12707l0.37701,-1.10636l2.623,7.58481l0,11.46097l-0.00001,-0.00001zm-0.53476,-38l0.53476,0l0,12.59849l-0.53476,0l0,-12.59849z" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_186" d="m686.97293,530.08792l6,0l0,1.83206l-6,0l0,-1.83206zm0.49878,7.78626l5.00244,0l0,1.83206l-5.00244,0l0,-1.83206zm2.32518,-30.38167l0.35208,0l0,23.51145l-0.35208,0l0,-23.51145zm-0.83619,38.16793l1.99511,0l0,1.83206l-1.99511,0l0,-1.83206z" stroke-width="3" fill="none"/>
|
||||
<g id="svg_441">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="625.16668" y1="436.63333" x2="625.16668" y2="448.63333" id="svg_435" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="625.16668" y1="481.63334" x2="625.16668" y2="536.63334" id="svg_436" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_439">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m625.95267,472.20996c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_437"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m619.65132,459.59283l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_438"/>
|
||||
</g>
|
||||
<path transform="rotate(180 625.137 547.09)" stroke="#ff0000" id="svg_440" d="m620.5536,556.67382l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_497">
|
||||
<line fill="none" stroke-width="2" x1="596.16667" y1="435.63333" x2="596.16667" y2="454.63333" id="svg_442" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="595.42092" y1="495.29999" x2="595.00001" y2="551.29999" id="svg_479" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_492">
|
||||
<rect stroke="#ff0000" id="svg_490" stroke-width="2" height="25.57835" width="8.3125" y="469.56809" x="592.35383" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_491" d="m597.77452,474.77024l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_493" stroke-width="2" y2="474.7785" x2="596.11424" y1="454.0553" x1="596.18018" fill="none"/>
|
||||
<path transform="rotate(180 595.136 559.59)" stroke="#ff0000" id="svg_494" d="m590.55358,569.17382l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_596">
|
||||
<line fill="none" stroke-width="3" x1="769.66666" y1="159.63333" x2="769.66666" y2="192.63333" id="svg_502" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 769.268 207.042)" stroke-width="2" id="svg_557" stroke="null">
|
||||
<line fill="none" x1="769.78582" y1="192.32467" x2="759.42564" y2="207.04263" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_503" stroke="#ff0000"/>
|
||||
<line fill="none" x1="770.30383" y1="192.77067" x2="778.59197" y2="204.36663" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_506" stroke="#ff0000"/>
|
||||
<line fill="none" x1="769.78582" y1="198.12265" x2="760.97967" y2="211.05662" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_524" stroke="#ff0000"/>
|
||||
<line fill="none" x1="769.78582" y1="198.12265" x2="779.10998" y2="210.61062" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_526" stroke="#ff0000"/>
|
||||
<line fill="none" x1="770.30383" y1="198.56865" x2="769.78582" y2="221.76059" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_550" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="770.66666" y1="219.63333" x2="770.66666" y2="290.63332" id="svg_559" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="770.66666" y1="290.63333" x2="770.66666" y2="323.63333" id="svg_560" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 771.268 339.042)" stroke-width="2" id="svg_566" stroke="null">
|
||||
<line fill="none" x1="771.78582" y1="324.32467" x2="761.42564" y2="339.04263" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_561" stroke="#ff0000"/>
|
||||
<line fill="none" x1="772.30383" y1="324.77067" x2="780.59197" y2="336.36663" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_562" stroke="#ff0000"/>
|
||||
<line fill="none" x1="771.78582" y1="330.12265" x2="762.97967" y2="343.05662" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_563" stroke="#ff0000"/>
|
||||
<line fill="none" x1="771.78582" y1="330.12265" x2="781.10998" y2="342.61062" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_564" stroke="#ff0000"/>
|
||||
<line fill="none" x1="772.30383" y1="330.56865" x2="771.78582" y2="353.76059" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_565" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="769.66666" y1="352.63331" x2="769.66666" y2="580.63335" id="svg_567" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_571" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="758.83144" cy="384.80971" rx="3.36224" ry="4.36298" id="svg_568" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="758.61157" cy="369.60874" rx="3.47193" ry="4.22435" id="svg_569" stroke="#ff0000"/>
|
||||
<line fill="none" x1="758.56931" y1="358.83562" x2="759.01871" y2="398.83092" stroke-width="2" id="svg_570" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_575" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="780.83144" cy="383.80971" rx="3.36224" ry="4.36298" id="svg_572" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="780.61157" cy="368.60874" rx="3.47193" ry="4.22435" id="svg_573" stroke="#ff0000"/>
|
||||
<line fill="none" x1="780.56931" y1="357.83562" x2="781.01871" y2="397.83092" stroke-width="2" id="svg_574" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_576" y2="436.33333" x2="768.66667" y1="436.33333" x1="716.66667" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_577" y2="436.33333" x2="813.66667" y1="436.33333" x1="770.66667" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_578" y2="471.33333" x2="811.66667" y1="437.33333" x1="811.66667" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_579" d="m811.66972,508.43582l-0.53476,0l0,-10.81234l-2.46524,-7.12707l0.37701,-1.10636l2.623,7.58481l0,11.46097l-0.00001,-0.00001zm-0.53476,-38l0.53476,0l0,12.59849l-0.53476,0l0,-12.59849z" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_580" d="m808.6396,530.92125l6,0l0,1.83206l-6,0l0,-1.83206zm0.49878,7.78626l5.00244,0l0,1.83206l-5.00244,0l0,-1.83206zm2.32518,-30.38167l0.35208,0l0,23.51145l-0.35208,0l0,-23.51145zm-0.83619,38.16793l1.99511,0l0,1.83206l-1.99511,0l0,-1.83206z" stroke-width="3" fill="none"/>
|
||||
<g id="svg_587">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="746.83335" y1="437.46667" x2="746.83335" y2="449.46667" id="svg_581" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="746.83335" y1="482.46668" x2="746.83335" y2="537.46668" id="svg_582" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_585">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m747.61934,473.04329c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_583"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m741.31799,460.42616l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_584"/>
|
||||
</g>
|
||||
<path transform="rotate(180 746.804 547.923)" stroke="#ff0000" id="svg_586" d="m742.22027,557.50715l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_595">
|
||||
<line fill="none" stroke-width="2" x1="717.83334" y1="436.46667" x2="717.83334" y2="455.46667" id="svg_588" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="717.08759" y1="496.13332" x2="716.66668" y2="552.13332" id="svg_589" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_592">
|
||||
<rect stroke="#ff0000" id="svg_590" stroke-width="2" height="25.57835" width="8.3125" y="470.40143" x="714.0205" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_591" d="m719.44119,475.60357l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_593" stroke-width="2" y2="475.61183" x2="717.78091" y1="454.88863" x1="717.84686" fill="none"/>
|
||||
<path transform="rotate(180 716.803 560.423)" stroke="#ff0000" id="svg_594" d="m712.22025,570.00715l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g stroke="null" id="svg_602">
|
||||
<g stroke="null" id="svg_599">
|
||||
<rect stroke="#ff0000" id="svg_597" stroke-width="2" height="31.36816" width="10.5" y="453.0795" x="859.14702" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_598" d="m865.99422,459.45918l-2.11744,8.63808l-1.63059,-8.77949l3.74803,0.14141z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_600" d="m854.53959,494.82734l19.99998,0l0,0.73165l-19.99998,0l0,-0.73165zm1.66259,3.10954l16.6748,0l0,0.73166l-16.6748,0l0,-0.73166zm7.75061,-12.13332l1.17359,0l0,9.3896l-1.17359,0l0,-9.3896zm-2.78729,15.24287l6.65036,0l0,0.73166l-6.65036,0l0,-0.73166z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_601" stroke-width="2" y2="459.46931" x2="863.89702" y1="434.05529" x1="863.98032" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_647">
|
||||
<line fill="none" stroke-width="3" x1="1133.00001" y1="156.3" x2="1133.00001" y2="189.3" id="svg_603" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1132.6 203.709)" stroke-width="2" id="svg_609" stroke="null">
|
||||
<line fill="none" x1="1133.11917" y1="188.99134" x2="1122.75899" y2="203.7093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_604" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1133.63718" y1="189.43734" x2="1141.92532" y2="201.0333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_605" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1133.11917" y1="194.78932" x2="1124.31302" y2="207.72329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_606" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1133.11917" y1="194.78932" x2="1142.44333" y2="207.27729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_607" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1133.63718" y1="195.23532" x2="1133.11917" y2="218.42726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_608" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1134.00001" y1="216.3" x2="1134.00001" y2="287.29999" id="svg_610" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1134.00001" y1="287.3" x2="1134.00001" y2="320.3" id="svg_611" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1134.6 335.709)" stroke-width="2" id="svg_617" stroke="null">
|
||||
<line fill="none" x1="1135.11917" y1="320.99134" x2="1124.75899" y2="335.7093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_612" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1135.63718" y1="321.43734" x2="1143.92532" y2="333.0333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_613" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1135.11917" y1="326.78932" x2="1126.31302" y2="339.72329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_614" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1135.11917" y1="326.78932" x2="1144.44333" y2="339.27729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_615" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1135.63718" y1="327.23532" x2="1135.11917" y2="350.42726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_616" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="1133.00001" y1="349.29998" x2="1133.00001" y2="577.30002" id="svg_618" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_622" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1122.16479" cy="381.47638" rx="3.36224" ry="4.36298" id="svg_619" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1121.94492" cy="366.27541" rx="3.47193" ry="4.22435" id="svg_620" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1121.90266" y1="355.50229" x2="1122.35206" y2="395.49759" stroke-width="2" id="svg_621" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_626" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1144.16479" cy="380.47638" rx="3.36224" ry="4.36298" id="svg_623" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1143.94492" cy="365.27541" rx="3.47193" ry="4.22435" id="svg_624" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1143.90266" y1="354.50229" x2="1144.35206" y2="394.49759" stroke-width="2" id="svg_625" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_627" y2="433" x2="1132.00002" y1="433" x1="1080.00002" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_628" y2="433" x2="1177.00002" y1="433" x1="1134.00002" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_629" y2="468" x2="1175.00002" y1="434" x1="1175.00002" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_630" d="m1175.00306,505.10249l-0.53476,0l0,-10.81234l-2.46524,-7.12707l0.37701,-1.10636l2.623,7.58481l0,11.46097l-0.00001,-0.00001zm-0.53476,-38l0.53476,0l0,12.59849l-0.53476,0l0,-12.59849z" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_631" d="m1171.97294,527.58792l6,0l0,1.83206l-6,0l0,-1.83206zm0.49878,7.78626l5.00244,0l0,1.83206l-5.00244,0l0,-1.83206zm2.32518,-30.38167l0.35208,0l0,23.51145l-0.35208,0l0,-23.51145zm-0.83619,38.16793l1.99511,0l0,1.83206l-1.99511,0l0,-1.83206z" stroke-width="3" fill="none"/>
|
||||
<g id="svg_638">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1110.16669" y1="434.13333" x2="1110.16669" y2="446.13333" id="svg_632" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1110.16669" y1="479.13334" x2="1110.16669" y2="534.13334" id="svg_633" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_636">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1110.95268,469.70996c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_634"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1104.65133,457.09283l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_635"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1110.14 544.59)" stroke="#ff0000" id="svg_637" d="m1105.55361,554.17382l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_646">
|
||||
<line fill="none" stroke-width="2" x1="1081.16668" y1="433.13333" x2="1081.16668" y2="452.13333" id="svg_639" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1080.42094" y1="492.79999" x2="1080.00003" y2="548.79999" id="svg_640" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_643">
|
||||
<rect stroke="#ff0000" id="svg_641" stroke-width="2" height="25.57835" width="8.3125" y="467.06809" x="1077.35384" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_642" d="m1082.77453,472.27024l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_644" stroke-width="2" y2="472.2785" x2="1081.11425" y1="451.5553" x1="1081.1802" fill="none"/>
|
||||
<path transform="rotate(180 1080.14 557.09)" stroke="#ff0000" id="svg_645" d="m1075.55359,566.67382l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" stroke-width="3" x1="1274.66668" y1="157.96667" x2="1274.66668" y2="190.96667" id="svg_648" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1274.27 205.376)" stroke-width="2" id="svg_654" stroke="null">
|
||||
<line fill="none" x1="1274.78584" y1="190.65801" x2="1264.42566" y2="205.37597" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_649" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1275.30385" y1="191.10401" x2="1283.59199" y2="202.69997" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_650" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1274.78584" y1="196.45599" x2="1265.97969" y2="209.38996" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_651" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1274.78584" y1="196.45599" x2="1284.11" y2="208.94396" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_652" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1275.30385" y1="196.90199" x2="1274.78584" y2="220.09393" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_653" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1275.66668" y1="217.96667" x2="1275.66668" y2="288.96666" id="svg_655" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="3" x1="1275.66668" y1="288.96667" x2="1275.66668" y2="321.96667" id="svg_656" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-180 1276.27 337.376)" stroke-width="2" id="svg_662" stroke="null">
|
||||
<line fill="none" x1="1276.78584" y1="322.65801" x2="1266.42566" y2="337.37597" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_657" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1277.30385" y1="323.10401" x2="1285.59199" y2="334.69997" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_658" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1276.78584" y1="328.45599" x2="1267.97969" y2="341.38996" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_659" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1276.78584" y1="328.45599" x2="1286.11" y2="340.94396" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_660" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1277.30385" y1="328.90199" x2="1276.78584" y2="352.09393" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_661" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" fill="none" stroke-width="3" x1="1274.66668" y1="350.96665" x2="1274.66668" y2="578.96669" id="svg_663" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<g id="svg_667" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1263.83146" cy="383.14305" rx="3.36224" ry="4.36298" id="svg_664" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1263.61159" cy="367.94208" rx="3.47193" ry="4.22435" id="svg_665" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1263.56933" y1="357.16896" x2="1264.01873" y2="397.16426" stroke-width="2" id="svg_666" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_671" stroke="null">
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1285.83146" cy="382.14305" rx="3.36224" ry="4.36298" id="svg_668" stroke="#ff0000"/>
|
||||
<ellipse fill="#000000" stroke-width="2" cx="1285.61159" cy="366.94208" rx="3.47193" ry="4.22435" id="svg_669" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1285.56933" y1="356.16896" x2="1286.01873" y2="396.16426" stroke-width="2" id="svg_670" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_672" y2="434.66667" x2="1273.66669" y1="434.66667" x1="1221.66669" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_673" y2="434.66667" x2="1318.66669" y1="434.66667" x1="1275.66669" stroke-width="3" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_674" y2="469.66667" x2="1316.66669" y1="435.66667" x1="1316.66669" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_675" d="m1316.66973,506.76916l-0.53476,0l0,-10.81234l-2.46524,-7.12707l0.37701,-1.10636l2.623,7.58481l0,11.46097l-0.00001,-0.00001zm-0.53476,-38l0.53476,0l0,12.59849l-0.53476,0l0,-12.59849z" stroke-width="3" fill="none"/>
|
||||
<path stroke="#ff0000" id="svg_676" d="m1313.63961,529.25459l6,0l0,1.83206l-6,0l0,-1.83206zm0.49878,7.78626l5.00244,0l0,1.83206l-5.00244,0l0,-1.83206zm2.32518,-30.38167l0.35208,0l0,23.51145l-0.35208,0l0,-23.51145zm-0.83619,38.16793l1.99511,0l0,1.83206l-1.99511,0l0,-1.83206z" stroke-width="3" fill="none"/>
|
||||
<g id="svg_683">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1251.83336" y1="435.8" x2="1251.83336" y2="447.8" id="svg_677" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1251.83336" y1="480.80001" x2="1251.83336" y2="535.80001" id="svg_678" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_681">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1252.61935,471.37663c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_679"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1246.318,458.7595l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_680"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1251.81 546.257)" stroke="#ff0000" id="svg_682" d="m1247.22028,555.84049l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_691">
|
||||
<line fill="none" stroke-width="2" x1="1222.83335" y1="434.8" x2="1222.83335" y2="453.8" id="svg_684" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1222.08761" y1="494.46666" x2="1221.6667" y2="550.46666" id="svg_685" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_688">
|
||||
<rect stroke="#ff0000" id="svg_686" stroke-width="2" height="25.57835" width="8.3125" y="468.73476" x="1219.02051" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_687" d="m1224.4412,473.93691l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_689" stroke-width="2" y2="473.94516" x2="1222.78092" y1="453.22197" x1="1222.84687" fill="none"/>
|
||||
<path transform="rotate(180 1221.81 558.757)" stroke="#ff0000" id="svg_690" d="m1217.22026,568.34049l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_693">
|
||||
<line fill="none" stroke-width="3" x1="523.99999" y1="157.8" x2="523.99999" y2="190.8" id="svg_156" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 523.601 205.209)" stroke-width="2" id="svg_162" stroke="null">
|
||||
<line fill="none" x1="524.11915" y1="190.49134" x2="513.75897" y2="205.2093" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_157" stroke="#ff0000"/>
|
||||
<line fill="none" x1="524.63716" y1="190.93734" x2="532.9253" y2="202.5333" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_158" stroke="#ff0000"/>
|
||||
<line fill="none" x1="524.11915" y1="196.28932" x2="515.313" y2="209.22329" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_159" stroke="#ff0000"/>
|
||||
<line fill="none" x1="524.11915" y1="196.28932" x2="533.44331" y2="208.77729" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_160" stroke="#ff0000"/>
|
||||
<line fill="none" x1="524.63716" y1="196.73532" x2="524.11915" y2="219.92726" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_161" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="524.99999" y1="217.8" x2="524.99999" y2="288.79999" id="svg_163" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="499.99999" y1="290" x2="551.99999" y2="290" id="svg_164" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_302">
|
||||
<line fill="none" stroke-width="2" x1="551.99999" y1="289.8" x2="551.99999" y2="308.8" id="svg_295" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="551.25424" y1="349.46666" x2="550.83333" y2="405.46666" id="svg_296" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_299">
|
||||
<rect stroke="#ff0000" id="svg_297" stroke-width="2" height="25.57835" width="8.3125" y="323.73476" x="548.18715" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_298" d="m553.60785,328.93691l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_300" stroke-width="2" y2="328.94516" x2="551.94756" y1="308.22197" x1="552.01351" fill="none"/>
|
||||
<path transform="rotate(180 550.97 413.757)" stroke="#ff0000" id="svg_301" d="m546.38691,423.34049l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_389">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="498.49999" y1="289.13333" x2="498.49999" y2="301.13333" id="svg_303" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="498.49999" y1="334.13334" x2="498.49999" y2="389.13334" id="svg_304" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_307">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m499.28598,324.70995c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_305"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m492.98463,312.09282l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_306"/>
|
||||
</g>
|
||||
<path transform="rotate(180 498.47 399.59)" stroke="#ff0000" id="svg_348" d="m493.88691,409.17381l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<path id="svg_434" d="m551.18581,423.66336c-5.29294,0 -9.58331,5.22307 -9.58331,11.66666s4.29038,11.66666 9.58331,11.66666s9.58331,-5.22307 9.58331,-11.66666s-4.29038,-11.66666 -9.58331,-11.66666zm0,22.43589c-4.88012,0 -8.84614,-4.8282 -8.84614,-10.76923s3.96602,-10.76923 8.84614,-10.76923s8.84614,4.8282 8.84614,10.76923s-3.96602,10.76923 -8.84614,10.76923zm5.21922,-4.41538c-0.14744,0.17949 -0.38333,0.17949 -0.51602,0l-9.92242,-12.06153c-0.14744,-0.17949 -0.14744,-0.46667 0,-0.6282c0.14744,-0.17949 0.38333,-0.17949 0.51602,0l9.90767,12.06153c0.14744,0.16154 0.14744,0.44872 0.01474,0.6282zm0,-12.70769c0.14744,0.17949 0.14744,0.46667 0,0.6282l-9.90767,12.06153c-0.14744,0.17949 -0.38333,0.17949 -0.51602,0c-0.14744,-0.17949 -0.14744,-0.46667 0,-0.6282l9.90767,-12.06153c0.13269,-0.16154 0.36859,-0.16154 0.51602,0z" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_719">
|
||||
<line fill="none" stroke-width="3" x1="1372.57403" y1="159.22858" x2="1372.57403" y2="192.22858" id="svg_694" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g transform="rotate(-1.37619 1372.18 206.638)" stroke-width="2" id="svg_700" stroke="null">
|
||||
<line fill="none" x1="1372.69319" y1="191.91992" x2="1362.33301" y2="206.63788" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_695" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1373.2112" y1="192.36592" x2="1381.49934" y2="203.96188" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_696" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1372.69319" y1="197.7179" x2="1363.88704" y2="210.65187" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_697" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1372.69319" y1="197.7179" x2="1382.01735" y2="210.20587" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_698" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1373.2112" y1="198.1639" x2="1372.69319" y2="221.35584" stroke-linejoin="undefined" stroke-linecap="undefined" id="svg_699" stroke="#ff0000"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1373.57403" y1="219.22858" x2="1373.57403" y2="290.22857" id="svg_701" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1348.57403" y1="291.42858" x2="1400.57403" y2="291.42858" id="svg_702" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_710">
|
||||
<line fill="none" stroke-width="2" x1="1400.57403" y1="291.22858" x2="1400.57403" y2="310.22858" id="svg_703" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1399.82828" y1="350.89523" x2="1399.40737" y2="406.89523" id="svg_704" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_707">
|
||||
<rect stroke="#ff0000" id="svg_705" stroke-width="2" height="25.57835" width="8.3125" y="325.16334" x="1396.76118" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_706" d="m1402.18189,330.36549l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_708" stroke-width="2" y2="330.37374" x2="1400.52159" y1="309.65054" x1="1400.58754" fill="none"/>
|
||||
<path transform="rotate(180 1399.54 415.186)" stroke="#ff0000" id="svg_709" d="m1394.96095,424.76907l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_717">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1347.07403" y1="290.56191" x2="1347.07403" y2="302.56191" id="svg_711" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1347.07403" y1="335.56192" x2="1347.07403" y2="390.56192" id="svg_712" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_715">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1347.86002,326.13853c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_713"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1341.55867,313.5214l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_714"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1347.04 401.019)" stroke="#ff0000" id="svg_716" d="m1342.46095,410.60239l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<path id="svg_718" d="m1399.75985,425.09194c-5.29294,0 -9.58331,5.22307 -9.58331,11.66666s4.29037,11.66666 9.58331,11.66666s9.58332,-5.22308 9.58332,-11.66666s-4.29038,-11.66666 -9.58332,-11.66666zm0,22.43588c-4.88012,0 -8.84613,-4.8282 -8.84613,-10.76922s3.96601,-10.76923 8.84613,-10.76923s8.84614,4.8282 8.84614,10.76923s-3.96602,10.76922 -8.84614,10.76922zm5.21922,-4.41538c-0.14743,0.17949 -0.38333,0.17949 -0.51602,0l-9.92242,-12.06153c-0.14743,-0.17949 -0.14743,-0.46667 0,-0.62821c0.14744,-0.17949 0.38333,-0.17949 0.51603,0l9.90767,12.06153c0.14743,0.16154 0.14743,0.44872 0.01474,0.62821zm0,-12.70769c0.14744,0.17949 0.14744,0.46667 0,0.62821l-9.90767,12.06153c-0.14744,0.17949 -0.38333,0.17949 -0.51602,0c-0.14744,-0.17949 -0.14744,-0.46667 0,-0.6282l9.90767,-12.06154c0.13269,-0.16154 0.36859,-0.16154 0.51602,0z" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g stroke="null" id="svg_725">
|
||||
<g stroke="null" id="svg_722">
|
||||
<rect stroke="#ff0000" id="svg_720" stroke-width="2" height="31.36816" width="10.5" y="453.0795" x="1460.12743" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_721" d="m1466.97463,459.45918l-2.11744,8.63808l-1.63059,-8.77949l3.74803,0.14141z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<path stroke="#ff0000" id="svg_723" d="m1455.52,494.82734l19.99998,0l0,0.73165l-19.99998,0l0,-0.73165zm1.66259,3.10954l16.6748,0l0,0.73166l-16.6748,0l0,-0.73166zm7.75061,-12.13332l1.17359,0l0,9.3896l-1.17359,0l0,-9.3896zm-2.78729,15.24287l6.65036,0l0,0.73166l-6.65036,0l0,-0.73166z" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_724" stroke-width="2" y2="459.46931" x2="1464.87742" y1="434.05529" x1="1464.96073" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_733">
|
||||
<line fill="none" stroke-width="2" x1="1694.40199" y1="398.52549" x2="1694.40199" y2="417.52549" id="svg_726" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1693.65624" y1="458.19215" x2="1693.23533" y2="514.19215" id="svg_727" stroke-width="2" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_730">
|
||||
<rect stroke="#ff0000" id="svg_728" stroke-width="2" height="25.57835" width="8.3125" y="432.46025" x="1690.58915" fill="#000000"/>
|
||||
<path stroke="#ff0000" id="svg_729" d="m1696.00983,437.6624l-1.67631,7.0437l-1.29088,-7.159l2.96719,0.1153z" stroke-width="1.5" fill="none"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" id="svg_731" stroke-width="2" y2="437.67065" x2="1694.34956" y1="416.94746" x1="1694.41551" fill="none"/>
|
||||
<path transform="rotate(180 1693.38 522.482)" stroke="#ff0000" id="svg_732" d="m1688.78889,532.06598l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_740">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="3" x1="1757.71572" y1="397.56471" x2="1757.71572" y2="409.56471" id="svg_734" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" stroke-width="2" x1="1757.71572" y1="442.56472" x2="1757.71572" y2="497.56472" id="svg_735" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g stroke="null" id="svg_738">
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1758.5017,433.14134c-3.63625,0 -6.58375,2.63269 -6.58375,5.88057s2.9475,5.88057 6.58375,5.88057s6.58376,-2.63267 6.58376,-5.88057s-2.9475,-5.88057 -6.58376,-5.88057zm0,11.3088c-3.35265,0 -6.07731,-2.43365 -6.07731,-5.42823s2.72466,-5.42822 6.07731,-5.42822s6.0773,2.43365 6.0773,5.42822s-2.72464,5.42823 -6.0773,5.42823zm3.58561,-2.22557c-0.10128,0.09046 -0.26335,0.09046 -0.35451,0l-6.81671,-6.07961c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664c0.10129,-0.09048 0.26335,-0.09048 0.35452,0l6.80658,6.0796c0.10129,0.08142 0.10129,0.22617 0.01012,0.31665zm0,-6.4053c0.1013,0.09046 0.1013,0.23521 0,0.31665l-6.80658,6.0796c-0.10129,0.09047 -0.26335,0.09047 -0.35451,0c-0.10129,-0.09048 -0.10129,-0.23523 0,-0.31664l6.80658,-6.07961c0.09116,-0.08143 0.25323,-0.08143 0.35451,0z" id="svg_736"/>
|
||||
<path stroke="#ff0000" fill="#bf0000" d="m1752.20035,420.52421l12.04873,0a0.54767,0.58259 0 0 0 0,-1.1652l-5.4767,0l0,-8.15634a0.54767,0.58259 0 0 0 -1.09534,0l0,8.15634l-5.47669,0a0.54767,0.58259 0 0 0 0,1.1652zm12.04873,2.33037l-12.04873,0a0.54767,0.58259 0 0 0 0,1.1652l5.47669,0l0,8.15634a0.54767,0.58259 0 0 0 1.09534,0l0,-8.15634l5.4767,0a0.54767,0.58259 0 0 0 0,-1.1652z" id="svg_737"/>
|
||||
</g>
|
||||
<path transform="rotate(180 1757.69 508.022)" stroke="#ff0000" id="svg_739" d="m1753.10263,517.6052l4.58334,-19.16667l4.58333,19.16667l-9.16667,0z" fill="#ff0000"/>
|
||||
</g>
|
||||
<text class="valueText" xml:space="preserve" text-anchor="start" font-size="24" id="svg_741" y="113.62202" x="681.46808" stroke-width="0" stroke="#ff0000" fill="#ff0000">变 、 配 电 所 10kV 一 次 系 统 模 拟 图</text>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 100 KiB |
|
@ -0,0 +1,417 @@
|
|||
<svg width="2200" height="920" xmlns="http://www.w3.org/2000/svg">
|
||||
<title>泰州市靖江城市污水处理厂配电房</title>
|
||||
|
||||
<g id="Layer_1">
|
||||
<title>该图元没有绑定事件</title>
|
||||
<text transform="matrix(4.11451 0 0 2.03132 -820 -8.59881)" stroke="#ff0000" fill="#ff0000" stroke-width="0" x="257.16701" y="35.73714" id="svg_3" font-size="24" text-anchor="start" xml:space="preserve" class="valueText">靖江市城市污水处理厂一次系统模拟图</text>
|
||||
<line stroke="#ff0000" fill="none" x1="82.39999" y1="103.46666" x2="408.39998" y2="101.46666" id="svg_1" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="4"/>
|
||||
<line fill="none" x1="486.39996" y1="101.46666" x2="916.05879" y2="99.46666" id="svg_55" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="4" stroke="#ff0000"/>
|
||||
<g id="svg_86">
|
||||
<line fill="none" stroke-width="2" x1="532" y1="254.9852" x2="532.39997" y2="484.19996" id="svg_4" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_57" stroke="null">
|
||||
<ellipse id="svg_20" ry="5.67202" rx="5.2688" cy="352.76955" cx="513.25822" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_33" ry="5.49181" rx="5.44069" cy="333.00775" cx="512.91367" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_56" stroke-width="2" y2="370.99762" x2="513.55168" y1="319.00231" x1="512.84745" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_58" ry="5.67202" rx="5.2688" cy="351.76955" cx="552.25822" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_59" ry="5.49181" rx="5.44069" cy="332.00775" cx="551.91367" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_60" stroke-width="2" y2="369.99762" x2="552.55168" y1="318.00231" x1="551.84745" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_63" ry="5.67202" rx="5.2688" cy="332.12676" cx="532.61543" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_64" ry="5.67202" rx="5.2688" cy="354.44812" cx="532.61543" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m529.7124,157.97462l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_65" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m530.60526,247.26004l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_66" stroke="#ff0000" transform="rotate(179.614 531.977 247.972)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_67" y2="153.01002" x2="530.36363" y1="102.75949" x1="529.96365" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_68" y2="243.3326" x2="531.97653" y1="164.85626" x1="531.57655" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="526.12899" y="188.76342" width="12.09677" height="19.35484" id="svg_70"/>
|
||||
</g>
|
||||
<g id="svg_187">
|
||||
<line fill="none" stroke-width="2" x1="658.6129" y1="250.95294" x2="659.01287" y2="607.58706" id="svg_87" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_91" stroke="null">
|
||||
<ellipse id="svg_88" ry="5.67202" rx="5.2688" cy="348.7373" cx="639.87112" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_89" ry="5.49181" rx="5.44069" cy="328.9755" cx="639.52657" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_90" stroke-width="2" y2="366.96537" x2="640.16458" y1="314.97006" x1="639.46035" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_92" ry="5.67202" rx="5.2688" cy="347.7373" cx="678.87112" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_93" ry="5.49181" rx="5.44069" cy="327.9755" cx="678.52657" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_94" stroke-width="2" y2="365.96537" x2="679.16458" y1="313.97006" x1="678.46035" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_95" ry="5.67202" rx="5.2688" cy="328.09451" cx="659.22833" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_96" ry="5.67202" rx="5.2688" cy="350.41586" cx="659.22833" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m656.3253,153.94236l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_97" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m657.21816,243.22778l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_98" stroke="#ff0000" transform="rotate(179.614 658.59 243.94)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_99" y2="148.97777" x2="656.97653" y1="98.72723" x1="656.57655" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_100" y2="239.30034" x2="658.58943" y1="160.824" x1="658.18945" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="652.74189" y="184.73116" width="12.09677" height="19.35484" id="svg_101"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="590.05372" y1="389.03223" x2="590.06452" y2="414.03223" id="svg_110" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="584.40856" y="414.83868" width="12.09677" height="25" id="svg_111"/>
|
||||
<rect id="svg_106" height="8.25807" width="16" y="484.24084" x="583.04511" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_113" y2="478.06016" x2="625.91608" y1="387.47953" x1="625.5161" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_114" height="8.25807" width="16" y="424.56342" x="617.72252" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m625.66057,477.05286c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_120"/>
|
||||
<g id="svg_122">
|
||||
<path id="svg_107" d="m586.02167,545.41605l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 592.022 538.917)"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_105" y2="532.89888" x2="591.23867" y1="439.89889" x1="590.83869" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="658.9247" cy="612.76879" id="svg_129" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" stroke-width="2" x1="658.9247" y1="616.39783" x2="659" y2="727.68814" id="svg_130" stroke-dasharray="5,5" stroke="#ff0000"/>
|
||||
<ellipse id="svg_131" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="645.49162" cx="659.204" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="659.73115" cy="729.70427" id="svg_132" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" x1="662.33335" y1="798.73501" x2="711.86719" y2="798.73501" stroke-width="2" stroke="#ff0000" id="svg_173"/>
|
||||
<path d="m658.68184,809.74527a0.69419,0.52905 0 0 1 -0.69419,-0.52904l0,-8.64989a0.69419,0.52905 0 0 1 1.38839,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52904l0,0l-0.00001,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63485l6.42129,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226l0.00001,-0.00001zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36462a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28246,4.49688a0.69419,0.52905 0 0 1 -0.48594,0l0,0l0.00001,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.0726a18.46556,14.0726 0 0 1 -18.46556,14.0726zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07313l-13.08556,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08556,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24297,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62477,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38658,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.42129,8.94087a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936l0,-0.00001zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.9668a18.46556,14.0726 0 0 1 -18.46556,13.9668zm0,-27.19293a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" stroke="#ff0000" fill="#ff0000" id="svg_174"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="659.19355" y1="732.5806" x2="659.1935" y2="764.03221" id="svg_175"/>
|
||||
<line fill="none" stroke="#ff0000" x1="710.8064" y1="798.17203" x2="710.8064" y2="844.13977" id="svg_176" stroke-width="2"/>
|
||||
<path id="svg_177" d="m704.57005,857.5128l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 710.571 851.014)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="658.06449" y1="815.21499" x2="658" y2="882.95692" id="svg_178"/>
|
||||
<path id="svg_179" d="m652.1507,896.22248l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 658.152 889.723)"/>
|
||||
<line fill="none" stroke-width="2.5" x1="590.05372" y1="388" x2="692.47306" y2="388.22578" id="svg_103" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="691.88165" y1="388.60211" x2="691.88165" y2="427.31179" id="svg_181" stroke="#ff0000"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="691.98922" cy="431.3172" id="svg_182" rx="4.03226" ry="4.43548"/>
|
||||
<g id="svg_183">
|
||||
<path id="svg_123" d="m620.69909,545.41605l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 626.7 538.917)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_124" y2="532.89887" x2="625.91608" y1="492.31824" x1="625.5161" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_186">
|
||||
<path id="svg_184" d="m686.82812,488.15799l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 692.829 481.659)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_185" y2="475.64081" x2="692.04511" y1="435.06018" x1="691.64513" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="4" x1="930" y1="77.96911" x2="929.72008" y2="110.89604" id="svg_233" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<line fill="none" x1="943.71842" y1="99" x2="1033.13231" y2="98.78048" id="svg_234" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="4" stroke="#ff0000"/>
|
||||
<line fill="none" x1="1099.81667" y1="99" x2="1684.35369" y2="99" id="svg_235" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="4" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1145.35116,155.16188l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_254" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_255" y2="150.19728" x2="1146.00239" y1="99.94675" x1="1145.60241" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_256" y2="508.81336" x2="1147.6153" y1="162.04352" x1="1147.21532" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="987.56629" y1="506.87806" x2="1146.10336" y2="506.99478" id="svg_258" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="1136.34723" y="270.4087" width="23.1708" height="42.68306" id="svg_259"/>
|
||||
<g id="svg_260">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="772.9811" y1="389.03223" x2="772.9919" y2="414.03223" id="svg_203" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="767.33594" y="414.83868" width="12.09677" height="25" id="svg_204"/>
|
||||
<rect id="svg_205" height="8.25807" width="16" y="484.24084" x="765.97249" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_206" y2="478.06016" x2="808.84347" y1="387.47953" x1="808.44349" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_207" height="8.25807" width="16" y="424.56342" x="800.64991" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m808.58795,477.05286c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_208"/>
|
||||
<g id="svg_211">
|
||||
<path id="svg_209" d="m768.94905,545.41605l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 774.949 538.917)"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_210" y2="532.89888" x2="774.16605" y1="439.89889" x1="773.76607" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="841.85208" cy="612.76879" id="svg_212" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" stroke-width="2" x1="841.85208" y1="616.39783" x2="841.92738" y2="727.68814" id="svg_213" stroke-dasharray="5,5" stroke="#ff0000"/>
|
||||
<ellipse id="svg_214" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="645.49162" cx="842.13139" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="842.65854" cy="729.70427" id="svg_215" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" x1="845.26074" y1="798.73501" x2="894.79458" y2="798.73501" stroke-width="2" stroke="#ff0000" id="svg_216"/>
|
||||
<path d="m841.60922,809.74527a0.69419,0.52905 0 0 1 -0.69419,-0.52904l0,-8.64989a0.69419,0.52905 0 0 1 1.38839,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52904l0,0l-0.00001,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63485l6.42129,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226l0.00001,-0.00001zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36462a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28246,4.49688a0.69419,0.52905 0 0 1 -0.48594,0l0,0l0.00001,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.0726a18.46556,14.0726 0 0 1 -18.46556,14.0726zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07313l-13.08556,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08556,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24297,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62477,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38658,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.42129,8.94087a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936l0,-0.00001zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.9668a18.46556,14.0726 0 0 1 -18.46556,13.9668zm0,-27.19293a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" stroke="#ff0000" fill="#ff0000" id="svg_217"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="842.12093" y1="732.5806" x2="842.12088" y2="764.03221" id="svg_218"/>
|
||||
<line fill="none" stroke="#ff0000" x1="893.73379" y1="798.17203" x2="893.73379" y2="844.13977" id="svg_219" stroke-width="2"/>
|
||||
<path id="svg_220" d="m887.49743,857.5128l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 893.498 851.014)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="840.99187" y1="815.21499" x2="840.92738" y2="882.95692" id="svg_221"/>
|
||||
<path id="svg_222" d="m835.07808,896.22248l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 841.079 889.723)"/>
|
||||
<line fill="none" stroke-width="2.5" x1="772.9811" y1="388" x2="875.40045" y2="388.22578" id="svg_223" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="874.80904" y1="388.60211" x2="874.80904" y2="427.31179" id="svg_224" stroke="#ff0000"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="874.9166" cy="431.3172" id="svg_225" rx="4.03226" ry="4.43548"/>
|
||||
<g id="svg_228">
|
||||
<path id="svg_226" d="m803.62647,545.41605l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 809.627 538.917)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_227" y2="532.89887" x2="808.84347" y1="492.31824" x1="808.44349" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_231">
|
||||
<path id="svg_229" d="m869.7555,488.15799l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 875.756 481.659)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_230" y2="475.64081" x2="874.97249" y1="435.06018" x1="874.57251" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_236">
|
||||
<line fill="none" stroke-width="2" x1="841.54028" y1="250.95294" x2="841.94025" y2="607.58706" id="svg_188" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_192" stroke="null">
|
||||
<ellipse id="svg_189" ry="5.67202" rx="5.2688" cy="348.7373" cx="822.7985" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_190" ry="5.49181" rx="5.44069" cy="328.9755" cx="822.45395" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_191" stroke-width="2" y2="366.96537" x2="823.09196" y1="314.97006" x1="822.38773" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_193" ry="5.67202" rx="5.2688" cy="347.7373" cx="861.7985" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_194" ry="5.49181" rx="5.44069" cy="327.9755" cx="861.45395" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_195" stroke-width="2" y2="365.96537" x2="862.09196" y1="313.97006" x1="861.38773" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_196" ry="5.67202" rx="5.2688" cy="328.09451" cx="842.15571" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_197" ry="5.67202" rx="5.2688" cy="350.41586" cx="842.15571" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m839.25268,153.94236l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_198" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m840.14554,243.22778l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_199" stroke="#ff0000" transform="rotate(179.614 841.517 243.94)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_200" y2="148.97777" x2="839.90391" y1="98.72723" x1="839.50393" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_201" y2="239.30034" x2="841.51682" y1="160.824" x1="841.11684" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="835.66928" y="184.73116" width="12.09677" height="19.35484" id="svg_202"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_306">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1218.10439" y1="390.25175" x2="1218.11519" y2="415.25175" id="svg_261" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="1212.45923" y="416.0582" width="12.09677" height="25" id="svg_262"/>
|
||||
<rect id="svg_263" height="8.25807" width="16" y="485.46035" x="1211.09578" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_264" y2="479.27968" x2="1253.96676" y1="388.69904" x1="1253.56678" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_265" height="8.25807" width="16" y="425.78293" x="1245.7732" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m1253.71124,478.27238c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_266"/>
|
||||
<g id="svg_269">
|
||||
<path id="svg_267" d="m1214.07234,546.63557l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1220.07 540.137)"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_268" y2="534.11839" x2="1219.28934" y1="441.1184" x1="1218.88936" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1286.97538" cy="613.98831" id="svg_270" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" stroke-width="2" x1="1286.97538" y1="617.61734" x2="1287.05067" y2="728.90766" id="svg_271" stroke-dasharray="5,5" stroke="#ff0000"/>
|
||||
<ellipse id="svg_272" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="646.71114" cx="1287.25468" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1287.78183" cy="730.92379" id="svg_273" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" x1="1290.38403" y1="799.95453" x2="1339.91787" y2="799.95453" stroke-width="2" stroke="#ff0000" id="svg_274"/>
|
||||
<path d="m1286.73251,810.96479a0.69419,0.52905 0 0 1 -0.69419,-0.52904l0,-8.64989a0.69419,0.52905 0 0 1 1.38839,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52904l0,0l-0.00001,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63485l6.42129,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226l0.00001,-0.00001zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36462a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28246,4.49688a0.69419,0.52905 0 0 1 -0.48594,0l0,0l0.00001,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.0726a18.46556,14.0726 0 0 1 -18.46556,14.0726zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07313l-13.08556,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08556,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24297,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62477,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38658,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.42129,8.94087a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936l0,-0.00001zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.9668a18.46556,14.0726 0 0 1 -18.46556,13.9668zm0,-27.19293a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" stroke="#ff0000" fill="#ff0000" id="svg_275"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1287.24422" y1="733.80012" x2="1287.24418" y2="765.25173" id="svg_276"/>
|
||||
<line fill="none" stroke="#ff0000" x1="1338.85708" y1="799.39155" x2="1338.85708" y2="845.35929" id="svg_277" stroke-width="2"/>
|
||||
<path id="svg_278" d="m1332.62072,858.73232l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1338.62 852.234)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1286.11516" y1="816.4345" x2="1286.05067" y2="884.17643" id="svg_279"/>
|
||||
<path id="svg_280" d="m1280.20137,897.442l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1286.2 890.943)"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1218.10439" y1="389.21952" x2="1320.52374" y2="389.4453" id="svg_281" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1319.93233" y1="389.82163" x2="1319.93233" y2="428.5313" id="svg_282" stroke="#ff0000"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1320.03989" cy="432.53671" id="svg_283" rx="4.03226" ry="4.43548"/>
|
||||
<g id="svg_286">
|
||||
<path id="svg_284" d="m1248.74976,546.63557l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1254.75 540.137)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_285" y2="534.11839" x2="1253.96676" y1="493.53776" x1="1253.56678" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_289">
|
||||
<path id="svg_287" d="m1314.87879,489.37751l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1320.88 482.879)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_288" y2="476.86033" x2="1320.09579" y1="436.2797" x1="1319.69581" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_305">
|
||||
<line fill="none" stroke-width="2" x1="1286.66357" y1="252.17245" x2="1287.06354" y2="608.80657" id="svg_290" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_294" stroke="null">
|
||||
<ellipse id="svg_291" ry="5.67202" rx="5.2688" cy="349.95681" cx="1267.92179" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_292" ry="5.49181" rx="5.44069" cy="330.19501" cx="1267.57724" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_293" stroke-width="2" y2="368.18488" x2="1268.21525" y1="316.18957" x1="1267.51102" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_295" ry="5.67202" rx="5.2688" cy="348.95681" cx="1306.92179" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_296" ry="5.49181" rx="5.44069" cy="329.19501" cx="1306.57724" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_297" stroke-width="2" y2="367.18488" x2="1307.21525" y1="315.18957" x1="1306.51102" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_298" ry="5.67202" rx="5.2688" cy="329.31402" cx="1287.279" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_299" ry="5.67202" rx="5.2688" cy="351.63537" cx="1287.279" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1284.37597,155.16188l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_300" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1285.26883,244.4473l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_301" stroke="#ff0000" transform="rotate(179.614 1286.64 245.159)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_302" y2="150.19728" x2="1285.0272" y1="99.94675" x1="1284.62722" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_303" y2="240.51986" x2="1286.64011" y1="162.04352" x1="1286.24013" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="1280.79257" y="185.95068" width="12.09677" height="19.35484" id="svg_304"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_352">
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1433.9587" y1="390.25175" x2="1433.9695" y2="415.25175" id="svg_307" stroke-linejoin="undefined" stroke-linecap="undefined"/>
|
||||
<rect fill="none" stroke="#ff0000" stroke-width="2" x="1428.31354" y="416.0582" width="12.09677" height="25" id="svg_308"/>
|
||||
<rect id="svg_309" height="8.25807" width="16" y="485.46035" x="1426.95009" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_310" y2="479.27968" x2="1469.82107" y1="388.69904" x1="1469.42109" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect id="svg_311" height="8.25807" width="16" y="425.78293" x="1461.62751" stroke-width="2" fill="#ff0000" stroke="#ff0000"/>
|
||||
<path fill="#bf0000" stroke="#ff0000" d="m1469.56555,478.27238c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" id="svg_312"/>
|
||||
<g id="svg_315">
|
||||
<path id="svg_313" d="m1429.92665,546.63557l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1435.92 540.137)"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_314" y2="534.11839" x2="1435.14365" y1="441.1184" x1="1434.74367" stroke-width="2" fill="none"/>
|
||||
</g>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1502.82968" cy="613.98831" id="svg_316" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" stroke-width="2" x1="1502.82968" y1="617.61734" x2="1502.90498" y2="728.90766" id="svg_317" stroke-dasharray="5,5" stroke="#ff0000"/>
|
||||
<ellipse id="svg_318" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="646.71114" cx="1503.10899" stroke-width="2" fill="none"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1503.63614" cy="730.92379" id="svg_319" rx="4.03226" ry="4.43548"/>
|
||||
<line fill="none" x1="1506.23834" y1="799.95453" x2="1555.77218" y2="799.95453" stroke-width="2" stroke="#ff0000" id="svg_320"/>
|
||||
<path d="m1502.58682,810.96479a0.69419,0.52905 0 0 1 -0.69419,-0.52904l0,-8.64989a0.69419,0.52905 0 0 1 1.38839,0l0,8.64989a0.69419,0.52905 0 0 1 -0.69419,0.52904l0,0l-0.00001,0zm0,-8.7557a0.69419,0.52905 0 0 1 -0.45123,0l-6.42129,-4.6556a0.69419,0.52905 0 1 1 0.93716,-0.63485l6.42129,4.49689a0.69419,0.52905 0 0 1 -0.48594,0.92583l0,-0.13226l0.00001,-0.00001zm0,0a0.69419,0.52905 0 0 1 -0.45123,-0.92583l6.28246,-4.36462a0.69419,0.52905 0 0 1 0.93716,0.79357l-6.28246,4.49688a0.69419,0.52905 0 0 1 -0.48594,0l0,0l0.00001,0zm0.06942,-8.88796a18.46556,14.0726 0 1 1 18.46556,-14.0726a18.46556,14.0726 0 0 1 -18.46556,14.0726zm0,-27.08712a17.07717,13.01451 0 1 0 17.07717,13.01451a17.07717,13.01451 0 0 0 -17.07717,-13.01451zm6.52542,9.07313l-13.08556,0a0.69419,0.52905 0 1 1 0,-1.05809l13.08556,0a0.69419,0.52905 0 0 1 0,1.05809zm-6.66426,8.94087l-0.3471,0a0.69419,0.52905 0 0 1 -0.24297,-0.71421l6.66426,-9.02022a0.69419,0.52905 0 1 1 1.21484,0.52904l-6.66426,8.94087a0.69419,0.52905 0 0 1 -0.62477,0.26452l0,0zm0,0a0.69419,0.52905 0 0 1 -0.62477,-0.26452l-6.38658,-8.96732a0.69419,0.52905 0 0 1 1.21484,-0.50259l6.42129,8.94087a0.69419,0.52905 0 0 1 -0.27768,0.71421l-0.3471,0.07936l0,-0.00001zm0.06942,31.92788a18.46556,14.0726 0 1 1 18.46556,-13.9668a18.46556,14.0726 0 0 1 -18.46556,13.9668zm0,-27.19293a17.07717,13.01451 0 1 0 17.04246,13.22613a17.07717,13.01451 0 0 0 -17.04246,-13.22613z" stroke="#ff0000" fill="#ff0000" id="svg_321"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1503.09853" y1="733.80012" x2="1503.09848" y2="765.25173" id="svg_322"/>
|
||||
<line fill="none" stroke="#ff0000" x1="1554.71139" y1="799.39155" x2="1554.71139" y2="845.35929" id="svg_323" stroke-width="2"/>
|
||||
<path id="svg_324" d="m1548.47503,858.73232l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1554.47 852.234)"/>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="1501.96947" y1="816.4345" x2="1501.90498" y2="884.17643" id="svg_325"/>
|
||||
<path id="svg_326" d="m1496.05568,897.442l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1502.05 890.943)"/>
|
||||
<line fill="none" stroke-width="2.5" x1="1433.9587" y1="389.21952" x2="1536.37805" y2="389.4453" id="svg_327" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1535.78664" y1="389.82163" x2="1535.78664" y2="428.5313" id="svg_328" stroke="#ff0000"/>
|
||||
<ellipse fill="#ff0000" stroke="#ff0000" stroke-width="2" cx="1535.8942" cy="432.53671" id="svg_329" rx="4.03226" ry="4.43548"/>
|
||||
<g id="svg_332">
|
||||
<path id="svg_330" d="m1464.60407,546.63557l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1470.6 540.137)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_331" y2="534.11839" x2="1469.82107" y1="493.53776" x1="1469.42109" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_335">
|
||||
<path id="svg_333" d="m1530.7331,489.37751l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1536.73 482.879)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_334" y2="476.86033" x2="1535.95009" y1="436.2797" x1="1535.55011" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<g id="svg_351">
|
||||
<line fill="none" stroke-width="2" x1="1502.51788" y1="252.17245" x2="1502.91785" y2="608.80657" id="svg_336" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_340" stroke="null">
|
||||
<ellipse id="svg_337" ry="5.67202" rx="5.2688" cy="349.95681" cx="1483.7761" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_338" ry="5.49181" rx="5.44069" cy="330.19501" cx="1483.43155" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_339" stroke-width="2" y2="368.18488" x2="1484.06956" y1="316.18957" x1="1483.36533" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_341" ry="5.67202" rx="5.2688" cy="348.95681" cx="1522.7761" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_342" ry="5.49181" rx="5.44069" cy="329.19501" cx="1522.43155" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_343" stroke-width="2" y2="367.18488" x2="1523.06956" y1="315.18957" x1="1522.36533" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_344" ry="5.67202" rx="5.2688" cy="329.31402" cx="1503.13331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_345" ry="5.67202" rx="5.2688" cy="351.63537" cx="1503.13331" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1500.23028,155.16188l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_346" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1501.12314,244.4473l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_347" stroke="#ff0000" transform="rotate(179.614 1502.49 245.159)"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_348" y2="150.19728" x2="1500.88151" y1="99.94675" x1="1500.48153" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_349" y2="240.51986" x2="1502.49442" y1="162.04352" x1="1502.09444" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="1496.64688" y="185.95068" width="12.09677" height="19.35484" id="svg_350"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_353">
|
||||
<line fill="none" stroke-width="2" x1="986.66267" y1="250.95294" x2="987.06264" y2="507.58675" id="svg_237" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_241" stroke="null">
|
||||
<ellipse id="svg_238" ry="5.67202" rx="5.2688" cy="348.7373" cx="967.92089" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_239" ry="5.49181" rx="5.44069" cy="328.9755" cx="967.57634" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_240" stroke-width="2" y2="366.96537" x2="968.21435" y1="314.97006" x1="967.51012" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_242" ry="5.67202" rx="5.2688" cy="347.7373" cx="1006.92089" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_243" ry="5.49181" rx="5.44069" cy="327.9755" cx="1006.57634" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_244" stroke-width="2" y2="365.96537" x2="1007.21435" y1="313.97006" x1="1006.51012" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_245" ry="5.67202" rx="5.2688" cy="328.09451" cx="987.2781" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_246" ry="5.67202" rx="5.2688" cy="350.41586" cx="987.2781" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m985.26793,243.22778l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_248" stroke="#ff0000" transform="rotate(179.614 986.639 243.94)"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="980.79167" y="184.73116" width="12.09677" height="19.35484" id="svg_251"/>
|
||||
<g id="svg_253">
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m984.37507,153.94236l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_247" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_249" y2="148.97777" x2="985.0263" y1="98.72723" x1="984.62632" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_250" y2="239.30034" x2="986.63921" y1="160.824" x1="986.23923" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="svg_370">
|
||||
<line fill="none" stroke-width="2" x1="1640.32319" y1="250.95294" x2="1640.72316" y2="507.58675" id="svg_354" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_358" stroke="null">
|
||||
<ellipse id="svg_355" ry="5.67202" rx="5.2688" cy="348.7373" cx="1621.58141" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_356" ry="5.49181" rx="5.44069" cy="328.9755" cx="1621.23686" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_357" stroke-width="2" y2="366.96537" x2="1621.87487" y1="314.97006" x1="1621.17064" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
<ellipse id="svg_359" ry="5.67202" rx="5.2688" cy="347.7373" cx="1660.58141" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<ellipse id="svg_360" ry="5.49181" rx="5.44069" cy="327.9755" cx="1660.23686" stroke-width="2" fill="#000000" stroke="#ff0000"/>
|
||||
<line id="svg_361" stroke-width="2" y2="365.96537" x2="1660.87487" y1="313.97006" x1="1660.17064" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_362" ry="5.67202" rx="5.2688" cy="328.09451" cx="1640.93862" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<ellipse id="svg_363" ry="5.67202" rx="5.2688" cy="350.41586" cx="1640.93862" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1638.92845,243.22778l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06226l2.12692,-1.09622l11.6059,5.98172l-2.1274,1.09622l-11.60542,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48138,-9.82681l2.12692,-1.09622l11.60591,5.98172l-2.12693,1.09622l-11.6059,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09623l-11.6059,5.98196l-2.12692,-1.09647z" id="svg_364" stroke="#ff0000" transform="rotate(179.614 1640.3 243.94)"/>
|
||||
<rect fill="#ff0000" stroke="#ff0000" stroke-width="2.5" x="1634.45219" y="184.73116" width="12.09677" height="19.35484" id="svg_365"/>
|
||||
<g id="svg_369">
|
||||
<path fill="#ff0000" stroke-width="0.1" d="m1638.03559,153.94236l3.00821,0l0,7.40812l-3.00821,0l0,-7.40812zm-0.75518,0.06227l2.12693,-1.09622l11.6059,5.98171l-2.12741,1.09623l-11.60542,-5.98172zm-9.47994,4.88078l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647zm9.48139,-9.82681l2.12692,-1.09622l11.6059,5.98172l-2.12692,1.09622l-11.6059,-5.98172zm-9.47994,4.88079l11.6059,-5.98172l2.12692,1.09622l-11.6059,5.98197l-2.12692,-1.09647z" id="svg_366" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_367" y2="148.97777" x2="1638.68682" y1="98.72723" x1="1638.28684" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_368" y2="239.30034" x2="1640.29973" y1="160.824" x1="1639.89975" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" x1="1712.01365" y1="99" x2="2128.25752" y2="99" id="svg_371" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="4" stroke="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_34" y2="320.86662" x2="338.39998" y1="101.86664" x1="338" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_35" height="25" width="14" y="246.86663" x="331.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_37" y2="161.86664" x2="434.39997" y1="162" x1="286.39998" stroke-width="2" fill="none"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_38" y2="485.86663" x2="435.39997" y1="161.86664" x1="433.39997" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<g id="svg_42">
|
||||
<ellipse ry="16" rx="16" id="svg_40" cy="360.46665" cx="338.39999" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_41" cy="336.46664" cx="337.39999" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_45">
|
||||
<ellipse ry="16" rx="16" id="svg_43" cy="360.46665" cx="394.39997" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_44" cy="336.46664" cx="393.39997" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_48">
|
||||
<ellipse ry="16" rx="16" id="svg_46" cy="360.46665" cx="282.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_47" cy="336.46664" cx="281.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_51" y2="419.86662" x2="281" y1="376.86663" x1="281.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_52" y2="420.86662" x2="397.99999" y1="377.86663" x1="398.39997" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_53" y2="421.86662" x2="338" y1="378.86663" x1="338.39997" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_54" y2="421" x2="399.39997" y1="420.86662" x1="279.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line fill="none" stroke-width="2" x1="435.39997" y1="484" x2="532.39996" y2="484.19996" id="svg_5" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_104">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_36" y2="253.86663" x2="286.39998" y1="160.86664" x1="286" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_49" height="26" width="16" y="187.46665" x="277.39997" stroke-width="2" fill="none"/>
|
||||
<path id="svg_50" d="m281.18298,266.3838l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 287.183 259.884)"/>
|
||||
</g>
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_397" y2="183.81791" x2="1881.96531" y1="183.95127" x1="1733.96532" stroke-width="2" fill="none"/>
|
||||
<line stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_398" y2="507.8179" x2="1736.6234" y1="183.8179" x1="1734.6234" stroke-width="2" fill="none" stroke="#ff0000"/>
|
||||
<line fill="none" stroke-width="2" x1="1640.28166" y1="507.17078" x2="1737.28165" y2="507.37074" id="svg_412" stroke-linejoin="undefined" stroke-linecap="undefined" stroke="#ff0000"/>
|
||||
<g id="svg_416">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_413" y2="277.03741" x2="1881.52674" y1="184.03742" x1="1881.12676" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_414" height="26" width="16" y="210.63743" x="1872.52673" stroke-width="2" fill="none"/>
|
||||
<path id="svg_415" d="m1876.30974,289.55458l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 1882.31 283.055)"/>
|
||||
</g>
|
||||
<g id="svg_418">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_395" y2="317.20805" x2="1820.11176" y1="98.20807" x1="1819.71178" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_396" height="25" width="14" y="243.20806" x="1813.11176" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_401">
|
||||
<ellipse ry="16" rx="16" id="svg_399" cy="356.80808" cx="1820.11177" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_400" cy="332.80807" cx="1819.11177" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_404">
|
||||
<ellipse ry="16" rx="16" id="svg_402" cy="356.80808" cx="1876.11175" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_403" cy="332.80807" cx="1875.11175" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_407">
|
||||
<ellipse ry="16" rx="16" id="svg_405" cy="356.80808" cx="1764.11176" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_406" cy="332.80807" cx="1763.11176" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line id="svg_408" y2="416.20805" x2="1762.71178" y1="373.20806" x1="1763.11176" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_409" y2="417.20805" x2="1879.71177" y1="374.20806" x1="1880.11175" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_410" y2="418.20805" x2="1819.71178" y1="375.20806" x1="1820.11175" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line id="svg_411" y2="417.34143" x2="1881.11175" y1="417.20805" x1="1761.11176" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" x1="2013.21065" y1="99.80811" x2="2012.81067" y2="510.80808" id="svg_420" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="2"/>
|
||||
<rect stroke="#ff0000" id="svg_421" height="26" width="16" y="130.8081" x="2006.21066" stroke-width="2" fill="none"/>
|
||||
<g id="svg_425">
|
||||
<ellipse id="svg_422" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="202.11102" cx="1992.06892" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_423" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="182.34922" cx="1991.72437" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_424" stroke="#ff0000" stroke-width="2" y2="220.33909" x2="1992.36238" y1="168.34378" x1="1991.65815" fill="none"/>
|
||||
</g>
|
||||
<ellipse id="svg_426" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="201.11102" cx="2036.06892" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_427" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="181.34922" cx="2035.72437" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_428" stroke="#ff0000" stroke-width="2" y2="219.33909" x2="2036.36238" y1="167.34378" x1="2035.65815" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_429" y2="256.8081" x2="2011.25921" y1="256.34145" x1="1941.25921" stroke-width="2" fill="none"/>
|
||||
<path id="svg_437" d="m2006.99367,524.72525l6.00001,-13.00002l6.00001,13.00002l-12.00003,0l0.00001,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 2012.99 518.225)"/>
|
||||
<line stroke="#ff0000" stroke-dasharray="5,5" id="svg_438" y2="626.87478" x2="2012.81067" y1="526.87478" x1="2013.21066" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_439" height="29" width="17" y="564.87479" x="2004.21066" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<path id="svg_440" d="m2009.75364,639.86023l4.00001,-12l4.00001,12l-8.00001,0l-0.00001,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_441" y2="680.87478" x2="2013.81067" y1="640.87478" x1="2014.21066" stroke-width="2" fill="none"/>
|
||||
<line id="svg_442" y2="680.87478" x2="2053.21065" y1="681.34145" x1="1972.21066" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_447">
|
||||
<line id="svg_430" y2="371.80809" x2="1942.96632" y1="255.8081" x1="1942.56634" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect id="svg_431" height="31" width="17" y="285.8081" x="1933.96632" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_445">
|
||||
<ellipse ry="16" rx="16" id="svg_443" cy="410.8081" cx="1943.96633" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_444" cy="386.80809" cx="1942.96633" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" x1="125.39998" y1="103.46666" x2="125" y2="514.46663" id="svg_2" stroke-linejoin="undefined" stroke-linecap="undefined" stroke-width="2"/>
|
||||
<rect stroke="#ff0000" id="svg_6" height="26" width="16" y="134.46665" x="118.39999" stroke-width="2" fill="none"/>
|
||||
<g id="svg_7">
|
||||
<ellipse id="svg_8" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="205.76957" cx="104.25825" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_9" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="186.00777" cx="103.9137" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_10" stroke="#ff0000" stroke-width="2" y2="223.99764" x2="104.55171" y1="172.00233" x1="103.84748" fill="none"/>
|
||||
</g>
|
||||
<ellipse id="svg_11" stroke="#ff0000" ry="5.67202" rx="5.2688" cy="204.76957" cx="148.25825" stroke-width="2" fill="#000000"/>
|
||||
<ellipse id="svg_12" stroke="#ff0000" ry="5.49181" rx="5.44069" cy="185.00777" cx="147.9137" stroke-width="2" fill="#000000"/>
|
||||
<line id="svg_13" stroke="#ff0000" stroke-width="2" y2="222.99764" x2="148.55171" y1="171.00233" x1="147.84748" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_15" y2="260.46665" x2="195.39998" y1="260" x1="125.39998" stroke-width="2" fill="none"/>
|
||||
<line id="svg_16" y2="375.46664" x2="195.39998" y1="259.46665" x1="195" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<rect id="svg_17" height="31" width="17" y="289.46665" x="186.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<path transform="rotate(178.632 125.183 521.884)" id="svg_27" d="m119.183,528.3838l6.00001,-13.00002l6.00001,13.00002l-12.00003,0l0.00001,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" stroke-dasharray="5,5" id="svg_28" y2="630.53333" x2="125" y1="530.53333" x1="125.39999" stroke-width="2" fill="none"/>
|
||||
<rect id="svg_29" height="29" width="17" y="568.53334" x="116.39999" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<path id="svg_30" d="m121.94297,643.51878l4.00001,-12l4.00001,12l-8.00001,0l-0.00001,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000"/>
|
||||
<line stroke="#ff0000" id="svg_31" y2="684.53333" x2="126" y1="644.53333" x1="126.39999" stroke-width="2" fill="none"/>
|
||||
<line id="svg_32" y2="684.53333" x2="165.39998" y1="685" x1="84.39999" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<g id="svg_39">
|
||||
<ellipse ry="16" rx="16" id="svg_18" cy="414.46665" cx="196.39999" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<ellipse ry="16" rx="16" id="svg_19" cy="390.46664" cx="195.39999" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
</g>
|
||||
<g id="svg_449">
|
||||
<line id="svg_22" y2="359.46664" x2="67.39998" y1="321.46664" x1="67.39998" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_21" y2="321.46664" x2="125.39998" y1="321.46664" x1="66.39999" stroke-width="2" fill="none"/>
|
||||
<g id="svg_23">
|
||||
<path id="svg_24" stroke="#ff0000" d="m54.66661,421.86918l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<path id="svg_25" d="m67.85411,391.40776c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000"/>
|
||||
<path id="svg_26" stroke="#ff0000" d="m59.24014,373.1705l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000"/>
|
||||
</g>
|
||||
</g>
|
||||
<line id="svg_450" y2="399.71067" x2="2069.84514" y1="361.71067" x1="2069.84514" stroke-width="2" stroke="#ff0000" fill="none"/>
|
||||
<line stroke="#ff0000" id="svg_451" y2="361.71067" x2="2070.52789" y1="361.71067" x1="2011.5279" stroke-width="2" fill="none"/>
|
||||
<g id="svg_455">
|
||||
<path id="svg_452" stroke="#ff0000" d="m2057.11177,462.11321l26.66665,0l0,0.97573l-26.66665,0l0,-0.97573zm2.21679,4.14688l22.23307,0l0,0.97574l-22.23307,0l0,-0.97574zm10.33414,-16.181l1.56479,0l0,12.52198l-1.56479,0l0,-12.52198zm-3.71638,20.32789l8.86715,0l0,0.97575l-8.86715,0l0,-0.97575z" fill="#ff0000"/>
|
||||
<path id="svg_453" d="m2070.29927,431.65179c-4.97077,0 -9,3.80538 -9,8.49999s4.02923,8.49999 9,8.49999s9.00001,-3.80538 9.00001,-8.49999s-4.02923,-8.49999 -9.00001,-8.49999zm0,16.34614c-4.58308,0 -8.3077,-3.51769 -8.3077,-7.84615s3.72462,-7.84615 8.3077,-7.84615s8.3077,3.51769 8.3077,7.84615s-3.72461,7.84615 -8.3077,7.84615zm4.90155,-3.21692c-0.13846,0.13076 -0.36,0.13076 -0.48462,0l-9.31847,-8.78769c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769c0.13846,-0.13077 0.36,-0.13077 0.48462,0l9.30462,8.78768c0.13846,0.1177 0.13846,0.32693 0.01385,0.4577zm0,-9.25846c0.13846,0.13077 0.13846,0.34 0,0.4577l-9.30463,8.78768c-0.13846,0.13077 -0.36,0.13077 -0.48461,0c-0.13846,-0.13077 -0.13846,-0.34 0,-0.45769l9.30462,-8.78769c0.12462,-0.11769 0.34616,-0.11769 0.48462,0z" stroke="#ff0000" fill="#bf0000"/>
|
||||
<path id="svg_454" stroke="#ff0000" d="m2061.6853,413.41453l16.47067,0a0.74867,0.84211 0 0 0 0,-1.68421l-7.48668,0l0,-11.78947a0.74867,0.84211 0 0 0 -1.49733,0l0,11.78947l-7.48666,0a0.74867,0.84211 0 0 0 0,1.68421zm16.47067,3.36842l-16.47067,0a0.74867,0.84211 0 0 0 0,1.68421l7.48666,0l0,11.78947a0.74867,0.84211 0 0 0 1.49733,0l0,-11.78947l7.48668,0a0.74867,0.84211 0 0 0 0,-1.68421z" fill="#bf0000"/>
|
||||
</g>
|
||||
<g id="svg_462">
|
||||
<g id="svg_460">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_457" y2="636.79463" x2="185.18016" y1="543.79464" x1="184.78018" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_458" height="26" width="16" y="570.39465" x="176.18015" stroke-width="2" fill="none"/>
|
||||
<path id="svg_459" d="m179.96316,649.3118l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 185.963 642.812)"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="124.71923" y1="546" x2="185.69502" y2="545.5315" id="svg_461"/>
|
||||
</g>
|
||||
<g id="svg_468">
|
||||
<g id="svg_466">
|
||||
<line stroke="#ff0000" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_463" y2="623.37996" x2="2072.9908" y1="530.37997" x1="2072.59082" stroke-width="2" fill="none"/>
|
||||
<rect stroke="#ff0000" id="svg_464" height="26" width="16" y="556.97998" x="2063.99079" stroke-width="2" fill="none"/>
|
||||
<path id="svg_465" d="m2067.7738,635.89713l6.00001,-13.00003l6.00002,13.00003l-12.00003,0z" stroke-width="2" stroke="#ff0000" fill="#ff0000" transform="rotate(178.632 2073.77 629.397)"/>
|
||||
</g>
|
||||
<line fill="none" stroke="#ff0000" stroke-width="2" x1="2012.52987" y1="532.58533" x2="2073.50566" y2="532.11683" id="svg_467"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 61 KiB |
|
@ -215,7 +215,6 @@
|
|||
<el-table
|
||||
:data="historySwitchData"
|
||||
:row-class-name="tableRowClassName"
|
||||
style="width: 100%; overflow-y: auto"
|
||||
height="550"
|
||||
>
|
||||
<el-table-column
|
||||
|
@ -224,7 +223,7 @@
|
|||
width="50"
|
||||
align="center"
|
||||
></el-table-column>
|
||||
<el-table-column prop="timeStr" label="数据时间" width="80" align="center">
|
||||
<el-table-column prop="timeStr" label="创建时间" width="80" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="p" label="功率P"> </el-table-column>
|
||||
<el-table-column label="电流">
|
||||
|
@ -268,7 +267,7 @@
|
|||
</div>
|
||||
<div class="history">
|
||||
<div class="user_skills">
|
||||
<el-collapse v-model="activeNames" @change="handleChange">
|
||||
<!-- <el-collapse v-model="activeNames" @change="handleChange">
|
||||
<el-collapse-item
|
||||
:title="item.name"
|
||||
:name="index"
|
||||
|
@ -292,7 +291,25 @@
|
|||
<el-table-column prop="createTimeStr" label="时间"> </el-table-column>
|
||||
</el-table>
|
||||
</el-collapse-item>
|
||||
</el-collapse>
|
||||
</el-collapse> -->
|
||||
<el-table
|
||||
:data="historyEnvironmentData"
|
||||
:row-class-name="tableRowClassName"
|
||||
height="550"
|
||||
>
|
||||
<el-table-column
|
||||
type="index"
|
||||
label="序号"
|
||||
width="60"
|
||||
align="center"
|
||||
></el-table-column>
|
||||
<el-table-column prop="timeStr" label="创建时间" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" label="环境名称" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="value" label="数值" align="center">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -918,7 +935,7 @@
|
|||
</div>
|
||||
<div class="info">
|
||||
<div
|
||||
class=""
|
||||
class="mryct"
|
||||
@click="handleXian1"
|
||||
v-if="unityChange != 0 && unityChange != 3"
|
||||
:class="{
|
||||
|
@ -980,6 +997,21 @@
|
|||
picAbbreviation33: unityChange == 33,
|
||||
picAbbreviation34: unityChange == 34,
|
||||
picAbbreviation12: unityChange == 12,
|
||||
picAbbreviation54: unityChange == 54,
|
||||
picAbbreviation55: unityChange == 55,
|
||||
picAbbreviation13: unityChange == 13,
|
||||
picAbbreviation14: unityChange == 14,
|
||||
picAbbreviation16: unityChange == 16,
|
||||
picAbbreviation10: unityChange == 10,
|
||||
picAbbreviation11: unityChange == 11,
|
||||
picAbbreviation45: unityChange == 45,
|
||||
picAbbreviation47: unityChange == 47,
|
||||
picAbbreviation28: unityChange == 28,
|
||||
picAbbreviation23: unityChange == 23,
|
||||
picAbbreviation25: unityChange == 25,
|
||||
picAbbreviation24: unityChange == 24,
|
||||
picAbbreviation26: unityChange == 26,
|
||||
picAbbreviation15: unityChange == 15,
|
||||
}"
|
||||
>
|
||||
<!-- <img
|
||||
|
@ -1924,7 +1956,7 @@ export default {
|
|||
openvalue2: "维修记录查询",
|
||||
openvalue3: "值班人员资质",
|
||||
openvalue4: "巡检记录查询",
|
||||
oneValue: 1,
|
||||
oneValue: null,
|
||||
chaValue: "",
|
||||
radio: "",
|
||||
radioVal1: "1#进线失电",
|
||||
|
@ -2380,6 +2412,7 @@ export default {
|
|||
this.searchHandle("2");
|
||||
this.getStationSiteId(0);
|
||||
} else if (newV == 1) {
|
||||
this.oneValue == 2;
|
||||
//旧馆
|
||||
// this.unityUrl = "/htWeb/unity.html?src=2";
|
||||
this.threeUrl = "http://223.112.17.26:12342/";
|
||||
|
@ -2461,7 +2494,7 @@ export default {
|
|||
} else if (newV == 19) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=119.14016825371664,34.8446517677436&cityName=连云港市"; //初始模型
|
||||
"/land/landMap.html?src=119.14016825371664,34.8446517677436&cityName=连云港市&stationName=LYGGYQYSC"; //初始模型
|
||||
this.getStationSiteId(19);
|
||||
} else if (newV == 20) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2471,12 +2504,12 @@ export default {
|
|||
} else if (newV == 21) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=119.23462251885587,34.28842003640969&cityName=连云港市"; //初始模型
|
||||
"/land/landMap.html?src=119.23462251885587,34.28842003640969&cityName=连云港市&stationName=LYGGYRMYY"; //初始模型
|
||||
this.getStationSiteId(21);
|
||||
} else if (newV == 22) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=119.24583695637511,34.28337252895362&cityName=连云港市"; //初始模型
|
||||
"/land/landMap.html?src=119.24583695637511,34.28337252895362&cityName=连云港市&stationName=LYGGYGDGS"; //初始模型
|
||||
this.getStationSiteId(22);
|
||||
} else if (newV == 23) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2491,7 +2524,7 @@ export default {
|
|||
} else if (newV == 25) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=120.1341473465805,32.50742501821996&cityName=泰州市"; //初始模型
|
||||
"/land/landMap.html?src=120.1341473465805,32.50742501821996&cityName=泰州市&stationName=TZJYJCDS"; //初始模型
|
||||
this.getStationSiteId(25);
|
||||
} else if (newV == 26) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2547,7 +2580,7 @@ export default {
|
|||
} else if (newV == 35) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=117.28517281406005,34.25482719477213&cityName=徐州市"; //初始模型
|
||||
"/land/landMap.html?src=117.28517281406005,34.25482719477213&cityName=徐州市&stationName=XZJLH1"; //初始模型
|
||||
this.getStationSiteId(35);
|
||||
} else if (newV == 36) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2572,7 +2605,7 @@ export default {
|
|||
} else if (newV == 40) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=118.78442961775323,32.05975894950343&cityName=南京市"; //初始模型
|
||||
"/land/landMap.html?src=118.78442961775323,32.05975894950343&cityName=南京市&stationName=NJMRJD"; //初始模型
|
||||
this.getStationSiteId(40);
|
||||
} else if (newV == 41) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2582,12 +2615,12 @@ export default {
|
|||
} else if (newV == 42) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=118.78553062163473,32.032965820194335&cityName=南京市"; //初始模型
|
||||
"/land/landMap.html?src=118.78553062163473,32.032965820194335&cityName=南京市&stationName=NJGAJ"; //初始模型
|
||||
this.getStationSiteId(42);
|
||||
} else if (newV == 43) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=118.78099884050067,32.03461421375367&cityName=南京市"; //初始模型
|
||||
"/land/landMap.html?src=118.78099884050067,32.03461421375367&cityName=南京市&stationName=NJJCY"; //初始模型
|
||||
this.getStationSiteId(43);
|
||||
} else if (newV == 44) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2651,11 +2684,13 @@ export default {
|
|||
} else if (newV == 56) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
// this.unityUrl = "/htWeb/unity.html?src=SQXCHY"; //初始模型
|
||||
this.unityUrl = "/land/landMap.html?src=121.19,32.33255&cityName=南通市"; //初始模型
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=121.19,32.33255&cityName=南通市&stationName=NTRDRMT"; //初始模型
|
||||
this.getStationSiteId(56);
|
||||
} else if (newV == 57) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl = "/land/landMap.html?src=120.7520,32.10&cityName=南通市"; //初始模型
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=120.7520,32.10&cityName=南通市&stationName=NTZLYY"; //初始模型
|
||||
this.getStationSiteId(57);
|
||||
} else if (newV == 58) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2671,7 +2706,8 @@ export default {
|
|||
this.getStationSiteId(60);
|
||||
} else if (newV == 61) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
this.unityUrl = "/land/landMap.html?src=121.07,32.07&cityName=南通市"; //初始模型
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=121.07,32.07&cityName=南通市&stationName=NTTZJY"; //初始模型
|
||||
this.getStationSiteId(61);
|
||||
} else if (newV == 62) {
|
||||
// this.threeUrl = "http://223.112.17.26:12347/";
|
||||
|
@ -2874,8 +2910,8 @@ export default {
|
|||
this.yunweiArr2 = [];
|
||||
this.yunweiArr4 = [];
|
||||
this.yunweiArr5 = [];
|
||||
this.unityUrl =
|
||||
"/land/landMap.html?src=118.7605072365097,32.061324873404246&cityName=南京市"; //初始模型
|
||||
// this.unityUrl =
|
||||
// "/land/landMap.html?src=118.7605072365097,32.061324873404246&cityName=南京市"; //初始模型
|
||||
this.getStationSiteId(newV);
|
||||
}
|
||||
},
|
||||
|
@ -2902,7 +2938,7 @@ export default {
|
|||
this.yunweiArr5 = [];
|
||||
//检查通知单显示
|
||||
this.checkUpShow = sessionStorage.getItem("showCheck") == "1" ? false : true;
|
||||
|
||||
this.oneValue = null;
|
||||
// this.sceneName = this.$route.params.scene;
|
||||
this.sceneName = sessionStorage.getItem("scene");
|
||||
if (this.sceneName == "dts") {
|
||||
|
@ -2942,7 +2978,8 @@ export default {
|
|||
]),
|
||||
mqttData.push("stationNJJNG1", "stationNJJNG");
|
||||
this.unityChange = 3;
|
||||
this.menusArr = [
|
||||
(this.oneValue = 1),
|
||||
(this.menusArr = [
|
||||
{
|
||||
pic: require("@/assets/newbanImg/peidianfangmoren.png"),
|
||||
actPic: require("@/assets/newbanImg/peidianfangxuanzhong.png"),
|
||||
|
@ -2994,7 +3031,7 @@ export default {
|
|||
actPic: require("@/assets/newbanImg/baoDianXuan.png"),
|
||||
text: "保电",
|
||||
},
|
||||
];
|
||||
]);
|
||||
} else if (this.sceneName == "nsfz") {
|
||||
mqttData.push("stations1");
|
||||
this.unityChange = 4;
|
||||
|
@ -3047,15 +3084,18 @@ export default {
|
|||
this.unityChange = 18;
|
||||
this.senceTitle = "连云港市东海县水务局配电房";
|
||||
} else if (this.sceneName == "GYQY") {
|
||||
mqttData.push("stationLYGGYQYSC");
|
||||
this.unityChange = 19;
|
||||
this.senceTitle = "连云港市赣榆青源水务配电房";
|
||||
} else if (this.sceneName == "GYGDGS") {
|
||||
this.unityChange = 20;
|
||||
this.senceTitle = "连云港市赣榆供电公司办公大楼";
|
||||
} else if (this.sceneName == "GYRMYY") {
|
||||
mqttData.push("stationLYGGYRMYY");
|
||||
this.unityChange = 21;
|
||||
this.senceTitle = "连云港市灌云县人民医院新院配电房";
|
||||
} else if (this.sceneName == "GYGDGSXL") {
|
||||
mqttData.push("stationLYGGYGDGS");
|
||||
this.unityChange = 22;
|
||||
this.senceTitle = "连云港市灌云县供电公司新楼配电房";
|
||||
} else if (this.sceneName == "TZGWJT") {
|
||||
|
@ -3065,6 +3105,7 @@ export default {
|
|||
this.unityChange = 24;
|
||||
this.senceTitle = "泰州市金鹰商贸配电房";
|
||||
} else if (this.sceneName == "TZJCDS") {
|
||||
mqttData.push("stationTZJYJCDS");
|
||||
this.unityChange = 25;
|
||||
this.senceTitle = "泰州市姜堰锦宸大厦配电房";
|
||||
} else if (this.sceneName == "TZJJCS") {
|
||||
|
@ -3096,6 +3137,7 @@ export default {
|
|||
this.unityChange = 34;
|
||||
this.senceTitle = "徐州市淮海博览中心3#配电房";
|
||||
} else if (this.sceneName == "XZJLHXZ1") {
|
||||
mqttData.push("stationXZJLH1");
|
||||
this.unityChange = 35;
|
||||
this.senceTitle = "徐州市金龙湖小镇1#配电房";
|
||||
} else if (this.sceneName == "XZJLHXZ2") {
|
||||
|
@ -3111,15 +3153,18 @@ export default {
|
|||
this.unityChange = 39;
|
||||
this.senceTitle = "南京市新丽华配电房";
|
||||
} else if (this.sceneName == "NJMR") {
|
||||
mqttData.push("stationNJMRJD");
|
||||
this.unityChange = 40;
|
||||
this.senceTitle = "南京市名人酒店配电房";
|
||||
} else if (this.sceneName == "NJDNDXYFL") {
|
||||
this.unityChange = 41;
|
||||
this.senceTitle = "南京市东南大学逸夫楼配电房";
|
||||
} else if (this.sceneName == "NJGAJ") {
|
||||
mqttData.push("stationNJGAJ");
|
||||
this.unityChange = 42;
|
||||
this.senceTitle = "南京市公安局配电房";
|
||||
} else if (this.sceneName == "NJJCY") {
|
||||
mqttData.push("stationNJJCY");
|
||||
this.unityChange = 43;
|
||||
this.senceTitle = "南京市检察院配电房";
|
||||
} else if (this.sceneName == "NJNJDXNYXQ") {
|
||||
|
@ -3167,6 +3212,7 @@ export default {
|
|||
this.unityChange = 56;
|
||||
this.senceTitle = "南通市如东县融媒体中心配电房";
|
||||
} else if (this.sceneName == "NTZLYY") {
|
||||
mqttData.push("stationNTZLYY");
|
||||
this.unityChange = 57;
|
||||
this.senceTitle = "南通市肿瘤医院";
|
||||
} else if (this.sceneName == "NTHMRMT") {
|
||||
|
@ -3180,6 +3226,7 @@ export default {
|
|||
this.unityChange = 60;
|
||||
this.senceTitle = "无锡柏诚系统科技配电房";
|
||||
} else if (this.sceneName == "NTTZJY") {
|
||||
mqttData.push("stationNTTZJY");
|
||||
this.unityChange = 61;
|
||||
this.senceTitle = "南通市通州监狱";
|
||||
} else if (this.sceneName == "WXZKRJ") {
|
||||
|
@ -4015,8 +4062,8 @@ export default {
|
|||
that.modelOthers = true;
|
||||
that.componentShow = "modelPop";
|
||||
that.popStatus = "SSCBDZ_BDZ1";
|
||||
that.unityChange = 100;
|
||||
that.handleSelect(100);
|
||||
// that.unityChange = 100;
|
||||
that.handleSelect(that.unityChange);
|
||||
},
|
||||
//切换指定站房
|
||||
getStationSiteId(id) {
|
||||
|
@ -5213,7 +5260,7 @@ export default {
|
|||
},
|
||||
// mqtt订阅(独立)
|
||||
getDataByMqtt(url, topic) {
|
||||
console.log(topic, "sss");
|
||||
console.log(topic, "订阅");
|
||||
let that = this;
|
||||
this.clientId = this.guid(); // 用户名
|
||||
const host = url; // 订阅地址
|
||||
|
@ -6500,15 +6547,21 @@ export default {
|
|||
}
|
||||
|
||||
.pic1 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/ziyuan3.jpg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
background: url("../../../assets/mapInfo/njjg400.png") no-repeat !important;
|
||||
background-size: 100% 100% !important;
|
||||
}
|
||||
.pic2 {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
background: url("../../../assets/mapInfo/ziyuan1.jpg") no-repeat !important;
|
||||
background-size: 100% 100% !important;
|
||||
}
|
||||
.mryct {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/njjg400.jpg") no-repeat;
|
||||
background: url("../../../assets/mapInfo/mryct.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.picAbbreviation4 {
|
||||
|
@ -6880,6 +6933,115 @@ export default {
|
|||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation54 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/无锡市人民医院D配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation55 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/无锡市人民医院BC配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation13 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市沐阳广播电视台.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation14 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市沭阳中医院.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation16 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市泗洪县融媒体中心配电房.svg")
|
||||
no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation10 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市泗阳深水水务有限公司.svg")
|
||||
no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation11 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市泗阳文化馆.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation45 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/无锡市黄泥岗水厂配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation47 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/无锡市中桥水厂配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation28 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/泰州市春兰国宾馆配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation23 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/泰州市港务集团配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation25 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/泰州市姜堰锦宸大厦配电房.svg")
|
||||
no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation24 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/泰州市金鹰商贸配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation26 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/泰州市靖江城市污水处理厂配电房.svg")
|
||||
no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picAbbreviation15 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url("../../../assets/mapInfo/宿迁市泗洪县政府配电房.svg") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background-color: black;
|
||||
}
|
||||
.picActive {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -7714,7 +7876,7 @@ h1 {
|
|||
}
|
||||
::v-deep .el-table__body-wrapper {
|
||||
height: 100% !important;
|
||||
overflow: auto !important;
|
||||
// overflow: auto !important;
|
||||
}
|
||||
::v-deep .el-table td.el-table__cell,
|
||||
.el-table th.el-table__cell.is-leaf {
|
||||
|
@ -7802,7 +7964,7 @@ h1 {
|
|||
}
|
||||
::v-deep .el-table__body-wrapper {
|
||||
height: 100% !important;
|
||||
overflow: auto !important;
|
||||
//overflow: auto !important;
|
||||
}
|
||||
::v-deep .el-table td.el-table__cell,
|
||||
.el-table th.el-table__cell.is-leaf {
|
||||
|
@ -7815,6 +7977,10 @@ h1 {
|
|||
::v-deep .el-table__header-wrapper {
|
||||
height: 48px;
|
||||
}
|
||||
::v-deep .el-table th.el-table__cell > .cell {
|
||||
display: flex !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,7 +77,7 @@ export default {
|
|||
this.unityUrl = "/htWeb/unity.html?src=SSCBDZ_BDZ";
|
||||
this.text = "无锡锡东污水处理变电所";
|
||||
} else {
|
||||
this.unityUrl = "/htWeb/unity.html?src=currency";
|
||||
this.unityUrl = "/htWeb/currency.html?src=currency";
|
||||
this.textShow = false;
|
||||
}
|
||||
},
|
||||
|
|