designix 0.5.34 → 0.5.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1682,6 +1682,7 @@ function ctrGuidanceInner(param) {
1682
1682
 
1683
1683
  // src/heliostat/vaxis_holder.ts
1684
1684
  var pDef3 = {
1685
+ // partName is used in URL. Choose a name without slash, backslash and space.
1685
1686
  partName: "vaxis_holder",
1686
1687
  params: [
1687
1688
  //pNumber(name, unit, init, min, max, step)
@@ -1905,6 +1906,7 @@ var vaxisHolderDef = {
1905
1906
 
1906
1907
  // src/heliostat/pole_static.ts
1907
1908
  var pDef4 = {
1909
+ // partName is used in URL. Choose a name without slash, backslash and space.
1908
1910
  partName: "pole_static",
1909
1911
  params: [
1910
1912
  //pNumber(name, unit, init, min, max, step)
@@ -2372,6 +2374,7 @@ import {
2372
2374
  EBVolume as EBVolume5
2373
2375
  } from "geometrix";
2374
2376
  var pDef5 = {
2377
+ // partName is used in URL. Choose a name without slash, backslash and space.
2375
2378
  partName: "rake",
2376
2379
  params: [
2377
2380
  //pNumber(name, unit, init, min, max, step)
@@ -2813,6 +2816,7 @@ import {
2813
2816
  EBVolume as EBVolume6
2814
2817
  } from "geometrix";
2815
2818
  var pDef6 = {
2819
+ // partName is used in URL. Choose a name without slash, backslash and space.
2816
2820
  partName: "spider",
2817
2821
  params: [
2818
2822
  //pNumber(name, unit, init, min, max, step)
@@ -3004,11 +3008,12 @@ import {
3004
3008
  EBVolume as EBVolume7
3005
3009
  } from "geometrix";
3006
3010
  var pDef7 = {
3011
+ // partName is used in URL. Choose a name without slash, backslash and space.
3007
3012
  partName: "swing",
3008
3013
  params: [
3009
3014
  //pNumber(name, unit, init, min, max, step)
3010
- pNumber7("L1", "mm", 12500, 100, 4e4, 10),
3011
- pNumber7("L2", "mm", 6e3, 100, 4e4, 10),
3015
+ pNumber7("L1", "mm", 12500, 100, 4e4, 1),
3016
+ pNumber7("L2", "mm", 6e3, 100, 4e4, 1),
3012
3017
  pSectionSeparator6("radial"),
3013
3018
  pNumber7("D1", "mm", 400, 1, 1e3, 1),
3014
3019
  pNumber7("E1", "mm", 5, 1, 80, 1),
@@ -3024,12 +3029,13 @@ var pDef7 = {
3024
3029
  pNumber7("H3", "mm", 100, 1, 400, 1),
3025
3030
  pNumber7("E3", "mm", 3, 1, 80, 1),
3026
3031
  pSectionSeparator6("buttress"),
3027
- pNumber7("S1", "mm", 300, 0, 1e3, 1),
3032
+ pNumber7("S1", "mm", 300, 0, 3e3, 1),
3033
+ pNumber7("S2", "mm", 10, 0, 2e3, 1),
3028
3034
  pNumber7("R2", "mm", 100, 0, 1e3, 1),
3029
3035
  pSectionSeparator6("rod overlay"),
3030
3036
  pNumber7("rod1", "", 10, 1, 40, 1),
3031
- pNumber7("rod2", "mm", 1300, 10, 4e3, 10),
3032
- pNumber7("rod3", "mm", 400, 10, 1e3, 10),
3037
+ pNumber7("rod2", "mm", 1300, 10, 4e3, 1),
3038
+ pNumber7("rod3", "mm", 400, 10, 1e3, 1),
3033
3039
  pNumber7("rod4", "mm", 100, 1, 400, 1)
3034
3040
  ],
3035
3041
  paramSvg: {
@@ -3048,6 +3054,7 @@ var pDef7 = {
3048
3054
  E2: "swing_side.svg",
3049
3055
  E3: "swing_face.svg",
3050
3056
  S1: "swing_buttress.svg",
3057
+ S2: "swing_buttress.svg",
3051
3058
  R2: "swing_buttress.svg",
3052
3059
  rod1: "swing_with_rod.svg",
3053
3060
  rod2: "swing_with_rod.svg",
@@ -3072,6 +3079,7 @@ function pGeom7(t, param, suffix = "") {
3072
3079
  `;
3073
3080
  try {
3074
3081
  const R1 = param.D1 / 2;
3082
+ const lAE = R1 + param.S2;
3075
3083
  const rakeBeamL = 4 * param.L4 + param.L5 + 2 * param.L6 - 2 * param.H1;
3076
3084
  const rakeL4 = param.L4 - 2 * param.H1;
3077
3085
  const rakeL5 = param.L5 + 2 * param.H1;
@@ -3090,17 +3098,17 @@ function pGeom7(t, param, suffix = "") {
3090
3098
  figSide.addMain(contourCircle7(0, 0, R1 - param.E1));
3091
3099
  const sidePx = [-param.L2 / 2, -param.L3 - param.H2, param.L3, param.L2 / 2 - param.H2];
3092
3100
  for (const px of sidePx) {
3093
- figSide.addMain(ctrRectangle2(px, R1 - param.H4, param.H2, param.H4));
3101
+ figSide.addMain(ctrRectangle2(px, lAE - param.H4, param.H2, param.H4));
3094
3102
  figSide.addMain(
3095
3103
  ctrRectangle2(
3096
3104
  px + param.E2,
3097
- R1 - param.H4 + param.E2,
3105
+ lAE - param.H4 + param.E2,
3098
3106
  param.H2 - 2 * param.E2,
3099
3107
  param.H4 - 2 * param.E2
3100
3108
  )
3101
3109
  );
3102
3110
  }
3103
- figSide.addSecond(ctrRectangle2(-param.L2 / 2, R1, param.L2, param.H3));
3111
+ figSide.addSecond(ctrRectangle2(-param.L2 / 2, lAE, param.L2, param.H3));
3104
3112
  const facePx = [];
3105
3113
  facePx.push(-param.L1 / 2);
3106
3114
  facePx.push(param.L1 / 2 - param.H1);
@@ -3115,18 +3123,18 @@ function pGeom7(t, param, suffix = "") {
3115
3123
  }
3116
3124
  }
3117
3125
  for (const px of facePx) {
3118
- figFace.addMain(ctrRectangle2(px, R1, param.H1, param.H3));
3126
+ figFace.addMain(ctrRectangle2(px, lAE, param.H1, param.H3));
3119
3127
  figFace.addMain(
3120
3128
  ctrRectangle2(
3121
3129
  px + param.E3,
3122
- R1 + param.E3,
3130
+ lAE + param.E3,
3123
3131
  param.H1 - 2 * param.E3,
3124
3132
  param.H3 - 2 * param.E3
3125
3133
  )
3126
3134
  );
3127
3135
  }
3128
3136
  figFace.addSecond(ctrRectangle2(-param.L1 / 2, -R1, param.L1, param.D1));
3129
- figFace.addSecond(ctrRectangle2(-param.L1 / 2, R1 - param.H4, param.L1, param.H4));
3137
+ figFace.addSecond(ctrRectangle2(-param.L1 / 2, lAE - param.H4, param.L1, param.H4));
3130
3138
  for (const px of facePx) {
3131
3139
  figTop.addSecond(ctrRectangle2(px, -param.L2 / 2, param.H1, param.L2));
3132
3140
  }
@@ -3134,12 +3142,13 @@ function pGeom7(t, param, suffix = "") {
3134
3142
  figTop.addSecond(ctrRectangle2(-param.L1 / 2, py, param.L1, param.H2));
3135
3143
  }
3136
3144
  figTop.addSecond(ctrRectangle2(-param.L1 / 2, -R1, param.L1, param.D1));
3137
- const aBAC = Math.atan2(param.S1, R1);
3138
- const aDAB = 2 * aBAC;
3145
+ const lAC = Math.sqrt(lAE ** 2 + param.S1 ** 2);
3146
+ const aBAC = Math.acos(R1 / lAC);
3147
+ const aEAC = Math.atan2(param.S1, lAE);
3139
3148
  const pA = point5(0, 0);
3140
- const pB = point5(0, R1);
3141
- const pD = pB.rotate(pA, aDAB);
3142
- const ctrButtress = contour9(-param.L3, R1).addSegStrokeA(-param.S1, R1).addCornerRounded(param.R2).addSegStrokeA(pD.cx, pD.cy).addPointA(0, -R1).addPointA(-pD.cx, pD.cy).addSegArc2().addSegStrokeA(param.S1, R1).addCornerRounded(param.R2).addSegStrokeA(param.L3, R1).addSegStrokeA(param.L3, R1 + param.E3).addSegStrokeA(-param.L3, R1 + param.E3).closeSegStroke();
3149
+ const pF = pA.translatePolar(Math.PI / 2 + aEAC, R1);
3150
+ const pD = pF.rotate(pA, aBAC);
3151
+ const ctrButtress = contour9(-param.L3, lAE).addSegStrokeA(-param.S1, lAE).addCornerRounded(param.R2).addSegStrokeA(pD.cx, pD.cy).addPointA(0, -R1).addPointA(-pD.cx, pD.cy).addSegArc2().addSegStrokeA(param.S1, lAE).addCornerRounded(param.R2).addSegStrokeA(param.L3, lAE).addSegStrokeA(param.L3, lAE + param.E3).addSegStrokeA(-param.L3, lAE + param.E3).closeSegStroke();
3143
3152
  figButtress.addMain(ctrButtress);
3144
3153
  figButtress.addMain(contourCircle7(0, 0, R1 - param.E1));
3145
3154
  figSide.addSecond(ctrButtress);
@@ -3236,6 +3245,7 @@ var swingDef = {
3236
3245
 
3237
3246
  // src/heliostat/heliostat.ts
3238
3247
  var pDef8 = {
3248
+ // partName is used in URL. Choose a name without slash, backslash and space.
3239
3249
  partName: "heliostat",
3240
3250
  params: [
3241
3251
  //pNumber(name, unit, init, min, max, step)
@@ -3586,6 +3596,7 @@ import {
3586
3596
  EBVolume as EBVolume9
3587
3597
  } from "geometrix";
3588
3598
  var pDef9 = {
3599
+ // partName is used in URL. Choose a name without slash, backslash and space.
3589
3600
  partName: "rake_stopper",
3590
3601
  params: [
3591
3602
  //pNumber(name, unit, init, min, max, step)
@@ -4102,6 +4113,7 @@ var rakeStopperDef = {
4102
4113
 
4103
4114
  // src/heliostat/heliostat_2.ts
4104
4115
  var pDef10 = {
4116
+ // partName is used in URL. Choose a name without slash, backslash and space.
4105
4117
  partName: "heliostat_2",
4106
4118
  params: [
4107
4119
  //pNumber(name, unit, init, min, max, step)
@@ -4135,6 +4147,7 @@ var pDef10 = {
4135
4147
  pNumber10("L5", "mm", 2e3, 10, 6e3, 1),
4136
4148
  pNumber10("L6", "mm", 2e3, 1, 6e3, 1),
4137
4149
  pNumber10("H9", "mm", 100, 1, 400, 1),
4150
+ pNumber10("S2", "mm", 10, 0, 2e3, 1),
4138
4151
  pSectionSeparator9("motion amplitude"),
4139
4152
  pNumber10("al", "degree", 80, 0, 95, 1)
4140
4153
  ],
@@ -4164,8 +4177,9 @@ var pDef10 = {
4164
4177
  L6: "heliostat2_face_sizing.svg",
4165
4178
  L7: "heliostat2_face_sizing.svg",
4166
4179
  L8: "heliostat2_face_sizing.svg",
4167
- al: "heliostat2_side_sizing.svg",
4168
- S1: "heliostat2_side_sizing.svg"
4180
+ S1: "heliostat2_side_sizing.svg",
4181
+ S2: "heliostat2_side_sizing.svg",
4182
+ al: "heliostat2_side_sizing.svg"
4169
4183
  },
4170
4184
  sim: {
4171
4185
  tMax: 100,
@@ -4287,6 +4301,7 @@ function pGeom10(t, param, suffix = "") {
4287
4301
  swingParam.setVal("L6", param.L6);
4288
4302
  swingParam.setVal("L3", param.D7);
4289
4303
  swingParam.setVal("S1", param.D6 / 2);
4304
+ swingParam.setVal("S2", param.S2);
4290
4305
  swingParam.setVal("R2", 0);
4291
4306
  const poleStaticGeom = poleStaticDef.pGeom(
4292
4307
  0,
@@ -4407,6 +4422,7 @@ import {
4407
4422
  EBVolume as EBVolume11
4408
4423
  } from "geometrix";
4409
4424
  var pDef11 = {
4425
+ // partName is used in URL. Choose a name without slash, backslash and space.
4410
4426
  partName: "base",
4411
4427
  params: [
4412
4428
  //pNumber(name, unit, init, min, max, step)
@@ -4620,6 +4636,7 @@ import {
4620
4636
  EBVolume as EBVolume12
4621
4637
  } from "geometrix";
4622
4638
  var pDef12 = {
4639
+ // partName is used in URL. Choose a name without slash, backslash and space.
4623
4640
  partName: "vaxis",
4624
4641
  params: [
4625
4642
  //pNumber(name, unit, init, min, max, step)
@@ -4753,6 +4770,7 @@ import {
4753
4770
  EBVolume as EBVolume13
4754
4771
  } from "geometrix";
4755
4772
  var pDef13 = {
4773
+ // partName is used in URL. Choose a name without slash, backslash and space.
4756
4774
  partName: "ring",
4757
4775
  params: [
4758
4776
  //pNumber(name, unit, init, min, max, step)
@@ -4920,6 +4938,7 @@ import {
4920
4938
  EBVolume as EBVolume14
4921
4939
  } from "geometrix";
4922
4940
  var pDef14 = {
4941
+ // partName is used in URL. Choose a name without slash, backslash and space.
4923
4942
  partName: "ring_guidance",
4924
4943
  params: [
4925
4944
  //pNumber(name, unit, init, min, max, step)
@@ -5060,6 +5079,7 @@ import {
5060
5079
  EBVolume as EBVolume15
5061
5080
  } from "geometrix";
5062
5081
  var pDef15 = {
5082
+ // partName is used in URL. Choose a name without slash, backslash and space.
5063
5083
  partName: "vaxis_guidance",
5064
5084
  params: [
5065
5085
  //pNumber(name, unit, init, min, max, step)
@@ -5212,6 +5232,7 @@ import {
5212
5232
  EBVolume as EBVolume16
5213
5233
  } from "geometrix";
5214
5234
  var pDef16 = {
5235
+ // partName is used in URL. Choose a name without slash, backslash and space.
5215
5236
  partName: "haxis_guidance",
5216
5237
  params: [
5217
5238
  //pNumber(name, unit, init, min, max, step)
@@ -5364,6 +5385,7 @@ import {
5364
5385
  EBVolume as EBVolume17
5365
5386
  } from "geometrix";
5366
5387
  var pDef17 = {
5388
+ // partName is used in URL. Choose a name without slash, backslash and space.
5367
5389
  partName: "rod",
5368
5390
  params: [
5369
5391
  //pNumber(name, unit, init, min, max, step)
@@ -5523,6 +5545,7 @@ import {
5523
5545
  EBVolume as EBVolume18
5524
5546
  } from "geometrix";
5525
5547
  var pDef18 = {
5548
+ // partName is used in URL. Choose a name without slash, backslash and space.
5526
5549
  partName: "trapeze",
5527
5550
  params: [
5528
5551
  //pNumber(name, unit, init, min, max, step)
@@ -5974,6 +5997,7 @@ import {
5974
5997
  EBVolume as EBVolume19
5975
5998
  } from "geometrix";
5976
5999
  var pDef19 = {
6000
+ // partName is used in URL. Choose a name without slash, backslash and space.
5977
6001
  partName: "surface",
5978
6002
  params: [
5979
6003
  //pNumber(name, unit, init, min, max, step)
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="600" height="3000" viewBox="0 0 158.75 793.75"><defs><marker id="bl" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="d" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="f" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="i" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="k" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="l" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="m" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="o" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="p" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="r" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="s" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="t" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="u" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="v" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="w" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="x" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="A" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="B" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="C" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="D" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="E" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="T" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="U" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="W" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="X" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="Y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="Z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aa" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ab" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ad" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ae" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ag" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ah" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aj" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ak" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="al" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="am" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ap" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aq" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="au" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="at" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="av" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aw" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ax" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ay" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aB" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aC" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aE" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aF" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aH" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aI" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aJ" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aK" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aL" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aM" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aN" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aO" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aP" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aQ" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aR" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aS" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aT" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aU" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bc" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bd" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="be" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bf" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bg" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bp" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="br" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="bt" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="bA" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><path id="bB" d="M193.645 2043.711h32.69v27.291h-32.69z"/><path id="bz" d="M422.155 2215.015h90.031v78.6h-90.031z"/><path id="by" d="M424.559 2363.213h38.234v20.991h-38.234z"/><path id="bx" d="M479.019 2313.954h51.217v36.651h-51.217z"/><path id="bw" d="M453.769 2236.887h44.279v34.606h-44.279z"/><path id="bv" d="M436.995 2284.462h47.197v39.827h-47.197z"/><path id="bu" d="M364.992 2290.94h39.142v33.595h-39.142z"/><path id="bs" d="M443.682 2242.574h98.053v70.01h-98.053z"/><path id="bq" d="M430.567 2234.166h123.056v93.723H430.567z"/><path id="bo" d="M406.543 2286.072h81.459v57.881h-81.459z"/><path id="bn" d="M230.8 764.432h40.241v29.823H230.8z"/><path id="bm" d="M368.4 768.944h38.887v29.496H368.4z"/><path id="bh" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="aD" d="M472.695 1240.816h35.291v24.366h-35.291z"/><path id="ao" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="an" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="ai" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="af" d="M368.469 874.9h67.059v50.924h-67.059z"/><path id="Q" d="M183.222 667.304h108.473v49.625H183.222z"/><path id="M" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="L" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="I" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="H" d="M463.985 599.358h90.103v49.333h-90.103z"/><path id="G" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="F" d="M477.343 130.608h70.287v45.627h-70.287z"/><path id="c" d="M19.451 23.076h303.757v74.188H19.451z"/><path id="J" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="K" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="N" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="O" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="P" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="R" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="S" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="V" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="b" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="a" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="ac" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="ar" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="as" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="az" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="aA" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="aG" d="M477.343 130.608h70.287v45.627h-70.287z"/><path id="aV" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aW" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aX" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aY" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aZ" d="M183.222 667.304h108.473v49.625H183.222z"/><path id="ba" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="bb" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="bj" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="bi" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="bk" d="M156.625 1875.121h36.98v22.85h-36.98z"/></defs><path d="M29.281 529.456h102.214v93.233H29.281z" style="fill:#fff;stroke:#fff;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M43.366 569.345v-21.392M32.674 556.739v-21.393" style="fill:none;stroke:#ccc;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.3 569.336v-33.99" style="fill:none;stroke:#ccc;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M16.108 282.872h134.918v66.08H16.108zM29.196 186.2h114.372v62.539H29.196z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="M4.877 41.403h144.977v130.941H4.877z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,73.400089,107.26741)"><tspan x="18.02" y="514.318">D1</tspan></text><path d="M30.454 145.717h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="scale(0.26458333)"><tspan x="19.451" y="36.053">swing.svg</tspan></text><path d="M30.454 102.451h93.924v8.477H30.454zM30.454 94.464h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M140.384 18.294h11.655v4.728h-11.655z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M30.454 116.184h93.924v2.73H30.454zM30.454 64.93h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M30.454 64.93h2.536v83.518h-2.536zM121.842 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M212.239-122.534h5.016v83.518h-5.016z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M64.018 23.309h14.163v4.728H64.018z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M67.534 64.93h2.536v83.518h-2.536zM84.762 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M81.247 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M91.434 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M57.346 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M60.862 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M87.919 23.309h10.414v4.728H87.919z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M104.914 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M101.398 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M111.586 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M43.867 23.309h10.414v4.728H43.867z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M47.382 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M37.195 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M40.71 64.93h2.536v83.518H40.71zM26.591 307.47h2.536v8.311h-2.536zM117.978 307.47h2.536v8.311h-2.536zM63.67 307.47h2.536v8.311H63.67zM80.899 307.47h2.536v8.311h-2.536zM87.571 307.47h2.536v8.311h-2.536zM56.998 307.47h2.536v8.311h-2.536zM101.05 307.47h2.536v8.311h-2.536zM107.722 307.47h2.536v8.311h-2.536zM43.519 307.47h2.536v8.311h-2.536zM36.847 307.47h2.536v8.311h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M124.51 64.666h15.244M124.51 148.712h15.244M15.078 64.666h15.244M15.078 67.925h15.244M15.078 94.199h15.244M15.078 97.459h15.244M15.078 102.45h15.244M15.078 110.927h15.244M124.51 106.557h6.946M124.51 97.459h6.946M30.454 64.533V49.29M124.378 64.533V49.29" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.82 49.29h91.21" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#d);marker-end:url(#e)"/><path d="M139.754 66.027v81.302" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#f);marker-end:url(#g)"/><path d="M131.456 98.783v6.45" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#h);marker-end:url(#i)"/><path d="M15.078 103.732v5.914" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#j);marker-end:url(#k)"/><path d="M15.078 65.844v.903" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#l);marker-end:url(#m)"/><path d="M15.078 95.32v.903" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#n);marker-end:url(#o)"/><path d="M30.19 163.824V148.58M33.255 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.351 163.824h.742" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#p);marker-end:url(#q)"/><path d="M84.762 163.824V148.58M70.334 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M71.906 163.824H83.19" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#r);marker-end:url(#s)"/><path d="M60.597 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M42.04 163.824h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#t);marker-end:url(#u)"/><path d="M50.183 163.824V148.58M40.71 163.824V148.58M93.97 163.691v-15.243M104.65 163.824V148.58M114.122 163.691v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M51.738 163.824h7.642" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#v);marker-end:url(#w)"/><path d="M61.814 163.824h7.207" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#x);marker-end:url(#y)"/><path d="M86.082 163.824h6.833" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#z);marker-end:url(#A)"/><path d="M95.445 163.824h7.794" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#B);marker-end:url(#C)"/><path d="M105.77 163.691h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#D);marker-end:url(#E)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#F);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-51.364258,9.9541015)"><tspan x="477.342" y="143.584">L1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#G);display:inline" transform="matrix(0.26458333,0,0,0.26458333,4.6464843,-28.076041)"><tspan x="18.02" y="514.318">D1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#H);display:inline" transform="matrix(0.26458333,0,0,0.26458333,18.15625,-55.376952)"><tspan x="463.984" y="612.334">L2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#I);display:inline" transform="matrix(0.26458333,0,0,0.26458333,8.6923827,-10.050781)"><tspan x="77.348" y="675.291">H1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#J);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.366135,-110.92879)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#K);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.307736,-81.71057)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#L);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.359375,-62.452148)"><tspan x="480.523" y="628.375">L3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#M);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-18.757812,-18.874023)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#N);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.2391278,-18.283501)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#O);display:inline" transform="matrix(0.26458333,0,0,0.26458333,25.897722,-18.293072)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#P);display:inline" transform="matrix(0.26458333,0,0,0.26458333,45.025781,-18.818267)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#Q);display:inline" transform="matrix(0.26458333,0,0,0.26458333,26.501953,-17.057617)"><tspan x="183.223" y="680.281">L5</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#R);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-8.3513017,-24.389165)"><tspan x="232.998" y="706.125">L6</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#S);display:inline" transform="matrix(0.26458333,0,0,0.26458333,35.992121,-24.419703)"><tspan x="232.998" y="706.125">L6</tspan></text><path d="M77.548 156.202v-49.513" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="80.775" cy="222.448" r="4.928" style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M217.387-93.001h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="222.448" r="3.896" style="fill:#fff;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M82.232 205.161h6.45" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#T);marker-end:url(#U)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#V);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"><tspan x="480.523" y="628.375">L3</tspan></text><path d="M75.583 239.734v-17.286M85.968 239.734v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M77.168 239.734h7.48" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#W);marker-end:url(#X)"/><path d="M217.255-122.534h6.32v2.73h-6.32zM217.387-41.747h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M8.703 197.673h9.363v4.728H8.703z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M217.387-71.28h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M39.017 240.994v-17.286M41.747 240.994v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M43.132 240.994h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Y)"/><path d="M37.632 240.994h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Z)"/><path d="M39.017 212.107v-17.286M122.534 212.107v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.14 194.82h81.004" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aa);marker-end:url(#ab)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ac);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"><tspan x="480.523" y="628.375">L2</tspan></text><path d="M218.094-41.423H223v2.083h-4.906zM218.094-70.956H223v2.083h-4.906zM218.094-92.677H223v2.083h-4.906zM217.962-122.21h4.906v2.083h-4.906z" style="fill:#fff;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="m79.689 224.666 1.053-1.672" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ad)"/><path d="m77.686 228.044-1.053 1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ae)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#af);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.085449,-1.9423828)"><tspan x="368.469" y="887.877">E1</tspan></text><path d="M40.823 220.88H42.8" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ag)"/><path d="M37.536 220.957H35.56" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ah)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ai);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"><tspan x="377.277" y="911.352">E2</tspan></text><path d="M212.928-122.534h3.639v83.518h-3.639z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M90.006 217.255v-12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.908 222.448V205.16" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M122.666 223.575h12.094M122.666 217.255h12.094M122.666 212.24h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M134.76 213.51v2.475" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aj);marker-end:url(#ak)"/><path d="M134.76 218.492v3.718" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#al);marker-end:url(#am)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#an);display:inline" transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ao);display:inline" transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="M26.591 316.045h93.924v8.477H26.591z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M26.591 316.045h93.924v3.971H26.591z" style="fill:#2c89a0;stroke:#5fbcd3;stroke-width:.264583"/><path d="M26.97 307.784h1.778v7.682H26.97zM37.226 307.784h1.778v7.682h-1.778zM43.898 307.784h1.778v7.682h-1.778zM57.377 307.784h1.778v7.682h-1.778zM64.049 307.784h1.778v7.682h-1.778zM81.278 307.784h1.778v7.682h-1.778zM87.95 307.784h1.778v7.682H87.95zM101.429 307.784h1.778v7.682h-1.778zM108.101 307.784h1.778v7.682h-1.778zM118.357 307.784h1.778v7.682h-1.778z" style="fill:#fff;fill-opacity:1;stroke:#afdde9;stroke-width:.264583"/><path d="M28.33 311.424h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ap)"/><path d="M25.044 311.5h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aq)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ar);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-81.665347,71.660901)"><tspan x="377.277" y="911.352">E3</tspan></text><path d="M26.59 292.094v15.243M29.127 292.094v15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#as);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.3691629,112.10924)"><tspan x="77.348" y="675.291">H1</tspan></text><path d="M30.32 292.094h1.978" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#at)"/><path d="M25.206 292.094h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#au)"/><path d="M120.514 320.016h12.094M120.647 316.045h22.406M120.647 307.47h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M132.74 308.825v5.729" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#av);marker-end:url(#aw)"/><path d="M132.608 317.09v1.824" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ax);marker-end:url(#ay)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#az);display:inline" transform="matrix(0.26458333,0,0,0.26458333,12.317042,74.049755)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aA);display:inline" transform="matrix(0.26458333,0,0,0.26458333,30.866481,61.131144)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="M120.647 324.521h22.406" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M143.053 317.43v5.728" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aB);marker-end:url(#aC)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aD);display:inline" transform="matrix(0.26458333,0,0,0.26458333,18.389032,-10.024199)"><tspan x="472.695" y="1253.793">D1</tspan></text><path d="M26.326 339.897v-15.243M120.25 339.897v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M27.588 339.58h91.209" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aE);marker-end:url(#aF)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aG);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-55.619599,305.20694)"><tspan x="477.342" y="143.584">L1</tspan></text><path d="M66.206 307.337v-15.243M56.998 307.337v-15.243M46.055 307.337v-15.243M36.847 307.337v-15.243M80.899 307.337v-15.243M90.107 307.337v-15.243M101.05 307.337v-15.243M110.258 307.337v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M67.65 292.094h11.806" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aH);marker-end:url(#aI)"/><path d="M37.726 292.094h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aJ);marker-end:url(#aK)"/><path d="M47.524 292.094h8.254" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aL);marker-end:url(#aM)"/><path d="M58.27 292.094h6.55" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aN);marker-end:url(#aO)"/><path d="M82.1 292.094h6.552" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aP);marker-end:url(#aQ)"/><path d="M91.557 292.094h8.178" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aR);marker-end:url(#aS)"/><path d="M102.35 292.094h6.61" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aT);marker-end:url(#aU)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aV);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-23.072406,109.39592)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aW);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-3.0754656,109.98644)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aX);display:inline" transform="matrix(0.26458333,0,0,0.26458333,21.583128,109.97687)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aY);display:inline" transform="matrix(0.26458333,0,0,0.26458333,40.711187,109.45167)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aZ);display:inline" transform="matrix(0.26458333,0,0,0.26458333,22.187359,111.21232)"><tspan x="183.223" y="680.281">L5</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ba);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.665896,103.88078)"><tspan x="232.998" y="706.125">L6</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bb);display:inline" transform="matrix(0.26458333,0,0,0.26458333,31.677527,103.85024)"><tspan x="232.998" y="706.125">L6</tspan></text><path d="M27.234 393.535h108.275v112.268H27.234z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583"/><path d="M32.4 479.852h93.924v2.73H32.4zM32.4 436.585h93.924v8.477H32.4zM32.4 428.598h93.924v2.73H32.4zM32.4 450.319h93.924v2.73H32.4zM32.4 399.065h93.924v2.73H32.4z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M32.4 399.065h2.536v83.518H32.4zM123.788 399.065h2.536v83.518h-2.536zM69.48 399.065h2.536v83.518H69.48zM86.708 399.065h2.536v83.518h-2.536zM93.38 399.065h2.536v83.518H93.38zM62.808 399.065h2.536v83.518h-2.536zM106.86 399.065h2.536v83.518h-2.536zM113.532 399.065h2.536v83.518h-2.536zM49.328 399.065h2.536v83.518h-2.536zM42.656 399.065h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="482.207" ry=".971" style="fill:#006680;stroke:#006680;stroke-width:.264583"/><path d="M176.374 464.432h14.716v2.962h-14.716z" style="opacity:.8;fill:#006680;stroke:#006680;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="482.472" ry=".971" style="fill:#006680;stroke:#006680;stroke-width:.264583"/><rect width="1.702" height="91.519" x="37.177" y="395.779" ry="0" style="fill:#fca;stroke:#fca;stroke-width:.264582;fill-opacity:1;stroke-opacity:1;opacity:.8"/><rect width="5.661" height="4.561" x="35.197" y="482.736" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="426.544" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="451.971" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="395.779" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="57.819" y="395.514" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="55.839" y="482.472" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="426.279" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="451.707" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="395.514" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="78.46" y="395.249" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="76.481" y="482.207" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="426.014" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="451.442" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="395.249" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="99.367" y="395.249" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="97.387" y="482.207" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="426.014" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="451.442" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="395.249" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="120.008" y="394.985" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="118.029" y="481.942" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="425.75" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="451.177" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="394.985" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><path d="M97.387 484.487v10.107M103.18 484.487v10.107M121.767 481.81v12.784M119.876 481.81v12.784M58.802 487.165v10.106M79.179 486.9v10.107" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M59.8 497.271H78.12" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#e);marker-end:url(#e)"/><path d="M98.618 494.594h3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bc);marker-end:url(#bc)"/><path d="M115.253 494.594h3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bd)"/><path d="M126.39 494.594h-3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#be)"/><path d="m45.445 495.036-3.737-6.496" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bf)"/><path d="m47.497 494.808 7.492-6.533" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bg)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bh);display:inline" transform="matrix(0.26458333,0,0,0.26458333,23.418078,1.5820132)"><tspan x="156.625" y="1888.098">rod2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bi);display:inline" transform="matrix(0.26458333,0,0,0.26458333,55.094797,-0.39570039)"><tspan x="156.625" y="1888.098">rod3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bj);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.4895822,-1.0955041)"><tspan x="156.625" y="1888.098">rod1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bk);display:inline" transform="matrix(0.26458333,0,0,0.26458333,75.598034,-0.56502765)"><tspan x="156.625" y="1888.098">rod4</tspan></text><path d="m85.613 223.241 1.24-5.85M75.874 223.24l-1.24-5.85" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="m71.51 217.375 3.123.015 1.24 5.85s.424 1.865 1.066 2.507c.983.982 2.447 1.648 3.836 1.629 1.462-.02 2.995-.752 3.988-1.824.558-.602.85-2.311.85-2.311l1.24-5.85c2.05-.004 1.204-.031 3.253-.031l-.016-.794-18.621.055z" style="fill:none;stroke:#2c89a0;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M74.882 209.887h11.753" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bl);marker-end:url(#bl)"/><path d="M74.63 217.292v-8.063M86.87 217.258v-8.063" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bm);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.53369,2.4418944)"><tspan x="368.4" y="781.92">S1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bn);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.4506833,31.186766)"><tspan x="230.801" y="777.408">R2</tspan></text><path d="m69.613 233.324 4.486-15.157" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bl)"/><circle cx="76.301" cy="582.544" r="12.944" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M32.674 556.871h87.254v12.465H32.674z" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M63.357 582.544v32.49M89.244 582.544v32.49" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M63.357 615.033h25.887" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bl);marker-end:url(#bl)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bo);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-34.003839,11.334618)"><tspan x="406.543" y="2299.049">D1</tspan></text><path d="M122.044 569.345v-12.604" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bp);marker-end:url(#bp)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bq);display:inline" transform="matrix(0.26458333,0,0,0.26458333,10.324218,-28.999998)"><tspan x="430.566" y="2247.143">E3</tspan></text><path d="M33.135 536.233h43.039" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#br);marker-end:url(#br)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bs);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.193881,-62.864592)"><tspan x="443.682" y="2255.551">L3</tspan></text><path d="m43.282 569.468 23.915 22.278M109.397 569.468l-23.915 22.278" style="fill:none;stroke:teal;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.393" cy="582.845" r="8.866" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M85.392 582.845v23.33" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.59 605.318h3.32" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bt);marker-end:url(#bt)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bu);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-11.893962,0.52304448)"><tspan x="364.992" y="2303.916">E1</tspan></text><path d="m67.197 591.746 9.104-9.202-33.019-13.076M76.3 582.544v-12.943" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bv);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.258264,-22.189999)"><tspan x="436.994" y="2297.438">A</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bw);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.116111,-26.677252)"><tspan x="453.77" y="2249.863">B</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bx);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-86.776381,-46.69921)"><tspan x="479.02" y="2326.93">C</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#by);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-47.121344,-32.790694)"><tspan x="424.559" y="2376.189">D</tspan></text><path d="m66.1 590.787 1.1-1.226 1.156 1.053M74.76 569.306l.035 1.565 1.556-.022" style="fill:none;stroke:#666;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bz);display:inline" transform="scale(0.26458333)"><tspan x="422.154" y="2227.992">R2</tspan></text><path d="m112.025 583.414-2.002-12.942" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bl)"/><path d="M43.308 547.953H76.46" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bA);marker-end:url(#bA)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bB);display:inline" transform="matrix(0.26458333,0,0,0.26458333,6.2127924,3.0864256)"><tspan x="193.645" y="2056.688">S1</tspan></text></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="3000" viewBox="0 0 158.75 793.75"><defs><marker id="T" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="d" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="f" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="i" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="k" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="l" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="m" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="o" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="p" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="r" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="s" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="t" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="u" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="v" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="w" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="x" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="A" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="B" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="C" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="D" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="E" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="V" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="W" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="X" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="Y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="Z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aa" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ac" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ad" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="af" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ag" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ai" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aj" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ak" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="al" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ao" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ap" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="at" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="as" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="au" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="av" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aw" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="ax" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aA" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aB" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aD" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aE" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aG" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aH" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aI" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aJ" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aK" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aL" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aM" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aN" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aO" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aP" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aQ" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aR" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aS" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="aT" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bb" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bc" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bd" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="be" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bf" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="bn" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="bp" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="br" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="by" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="bB" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><path id="bE" d="M48.569 2416.236h67.592v57.944H48.569z"/><path id="bD" d="M30.454 2328.266h59.797v50.326H30.454z"/><path id="bC" d="M336.254 870.908h25.379v21.36h-25.379z"/><path id="bA" d="M383.899 2279.882h63.462v53.772h-63.462z"/><path id="bz" d="M193.645 2043.711h32.69v27.291h-32.69z"/><path id="bx" d="M422.155 2215.015h90.031v78.6h-90.031z"/><path id="bw" d="M424.559 2363.213h38.234v20.991h-38.234z"/><path id="bv" d="M479.019 2313.954h51.217v36.651h-51.217z"/><path id="bu" d="M453.769 2236.887h44.279v34.606h-44.279z"/><path id="bt" d="M436.995 2284.462h47.197v39.827h-47.197z"/><path id="bs" d="M364.992 2290.94h39.142v33.595h-39.142z"/><path id="bq" d="M443.682 2242.574h98.053v70.01h-98.053z"/><path id="bo" d="M430.567 2234.166h123.056v93.723H430.567z"/><path id="bm" d="M406.543 2286.072h81.459v57.881h-81.459z"/><path id="bl" d="M230.8 764.432h40.241v29.823H230.8z"/><path id="bk" d="M368.4 768.944h38.887v29.496H368.4z"/><path id="bg" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="aC" d="M472.695 1240.816h35.291v24.366h-35.291z"/><path id="an" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="am" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="ah" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="ae" d="M368.469 874.9h67.059v50.924h-67.059z"/><path id="Q" d="M183.222 667.304h108.473v49.625H183.222z"/><path id="M" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="L" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="I" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="H" d="M463.985 599.358h90.103v49.333h-90.103z"/><path id="G" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="F" d="M477.343 130.608h70.287v45.627h-70.287z"/><path id="c" d="M19.451 23.076h303.757v74.188H19.451z"/><path id="J" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="K" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="N" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="O" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="P" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="R" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="S" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="U" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="b" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="a" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="ab" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="aq" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="ar" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="ay" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="az" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="aF" d="M477.343 130.608h70.287v45.627h-70.287z"/><path id="aU" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aV" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aW" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aX" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="aY" d="M183.222 667.304h108.473v49.625H183.222z"/><path id="aZ" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="ba" d="M232.998 693.148h86.641v36.168h-86.641z"/><path id="bi" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="bh" d="M156.625 1875.121h36.98v22.85h-36.98z"/><path id="bj" d="M156.625 1875.121h36.98v22.85h-36.98z"/></defs><path d="M29.281 529.456h102.214v104.103H29.281z" style="fill:#fff;stroke:#fff;stroke-width:.264584;stroke-linejoin:bevel"/><path d="M43.366 569.345v-21.392M32.674 556.739v-21.393" style="fill:none;stroke:#ccc;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.228 592.64v-57.294" style="fill:none;stroke:#ccc;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M16.108 282.872h134.918v66.08H16.108zM29.196 186.2h114.372v62.539H29.196z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><path d="M4.877 41.403h144.977v130.941H4.877z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,73.400089,109.91326)"><tspan x="18.02" y="514.318">D1</tspan></text><path d="M30.454 145.717h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#c);display:inline" transform="scale(0.26458333)"><tspan x="19.451" y="36.053">swing.svg</tspan></text><path d="M30.454 102.451h93.924v8.477H30.454zM30.454 94.464h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M140.384 18.294h11.655v4.728h-11.655z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M30.454 116.184h93.924v2.73H30.454zM30.454 64.93h93.924v2.73H30.454z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M30.454 64.93h2.536v83.518h-2.536zM121.842 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M212.239-122.534h5.016v83.518h-5.016z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M64.018 23.309h14.163v4.728H64.018z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M67.534 64.93h2.536v83.518h-2.536zM84.762 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M81.247 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M91.434 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M57.346 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M60.862 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M87.919 23.309h10.414v4.728H87.919z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M104.914 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M101.398 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M111.586 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M43.867 23.309h10.414v4.728H43.867z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M47.382 64.93h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M37.195 23.309h3.607v4.728h-3.607z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M40.71 64.93h2.536v83.518H40.71zM26.591 307.47h2.536v8.311h-2.536zM117.978 307.47h2.536v8.311h-2.536zM63.67 307.47h2.536v8.311H63.67zM80.899 307.47h2.536v8.311h-2.536zM87.571 307.47h2.536v8.311h-2.536zM56.998 307.47h2.536v8.311h-2.536zM101.05 307.47h2.536v8.311h-2.536zM107.722 307.47h2.536v8.311h-2.536zM43.519 307.47h2.536v8.311h-2.536zM36.847 307.47h2.536v8.311h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><path d="M124.51 64.666h15.244M124.51 148.712h15.244M15.078 64.666h15.244M15.078 67.925h15.244M15.078 94.199h15.244M15.078 97.459h15.244M15.078 102.45h15.244M15.078 110.927h15.244M124.51 106.557h6.946M124.51 97.459h6.946M30.454 64.533V49.29M124.378 64.533V49.29" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.82 49.29h91.21" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#d);marker-end:url(#e)"/><path d="M139.754 66.027v81.302" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#f);marker-end:url(#g)"/><path d="M131.456 98.783v6.45" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#h);marker-end:url(#i)"/><path d="M15.078 103.732v5.914" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#j);marker-end:url(#k)"/><path d="M15.078 65.844v.903" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#l);marker-end:url(#m)"/><path d="M15.078 95.32v.903" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#n);marker-end:url(#o)"/><path d="M30.19 163.824V148.58M33.255 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M31.351 163.824h.742" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#p);marker-end:url(#q)"/><path d="M84.762 163.824V148.58M70.334 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M71.906 163.824H83.19" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#r);marker-end:url(#s)"/><path d="M60.597 163.824V148.58" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M42.04 163.824h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#t);marker-end:url(#u)"/><path d="M50.183 163.824V148.58M40.71 163.824V148.58M93.97 163.691v-15.243M104.65 163.824V148.58M114.122 163.691v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M51.738 163.824h7.642" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#v);marker-end:url(#w)"/><path d="M61.814 163.824h7.207" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#x);marker-end:url(#y)"/><path d="M86.082 163.824h6.833" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#z);marker-end:url(#A)"/><path d="M95.445 163.824h7.794" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#B);marker-end:url(#C)"/><path d="M105.77 163.691h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#D);marker-end:url(#E)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#F);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-51.364258,9.9541015)"><tspan x="477.342" y="143.584">L1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#G);display:inline" transform="matrix(0.26458333,0,0,0.26458333,4.6464843,-28.076041)"><tspan x="18.02" y="514.318">D1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#H);display:inline" transform="matrix(0.26458333,0,0,0.26458333,18.15625,-55.376952)"><tspan x="463.984" y="612.334">L2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#I);display:inline" transform="matrix(0.26458333,0,0,0.26458333,8.6923827,-10.050781)"><tspan x="77.348" y="675.291">H1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#J);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.366135,-110.92879)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#K);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.307736,-81.71057)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#L);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.359375,-62.452148)"><tspan x="480.523" y="628.375">L3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#M);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-18.757812,-18.874023)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#N);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.2391278,-18.283501)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#O);display:inline" transform="matrix(0.26458333,0,0,0.26458333,25.897722,-18.293072)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#P);display:inline" transform="matrix(0.26458333,0,0,0.26458333,45.025781,-18.818267)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#Q);display:inline" transform="matrix(0.26458333,0,0,0.26458333,26.501953,-17.057617)"><tspan x="183.223" y="680.281">L5</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#R);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-8.3513017,-24.389165)"><tspan x="232.998" y="706.125">L6</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#S);display:inline" transform="matrix(0.26458333,0,0,0.26458333,35.992121,-24.419703)"><tspan x="232.998" y="706.125">L6</tspan></text><path d="M77.548 156.202v-49.513" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="80.775" cy="225.093" r="4.928" style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M217.387-93.001h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="225.093" r="3.896" style="fill:#fff;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M81.078 205.161h8.797" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#T);marker-end:url(#T)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#U);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"><tspan x="480.523" y="628.375">L3</tspan></text><path d="M75.583 242.38v-17.287M85.968 242.38v-17.287" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M77.168 242.38h7.48" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#V);marker-end:url(#W)"/><path d="M217.255-122.534h6.32v2.73h-6.32zM217.387-41.747h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M8.703 197.673h9.363v4.728H8.703z" style="fill:#5fd38d;stroke:#5fd38d;stroke-width:.264583"/><path d="M217.387-71.28h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M39.017 240.994v-17.286M41.747 240.994v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M43.132 240.994h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#X)"/><path d="M37.632 240.994h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Y)"/><path d="M39.017 212.107v-17.286M122.534 212.107v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.14 194.82h81.004" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#Z);marker-end:url(#aa)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ab);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"><tspan x="480.523" y="628.375">L2</tspan></text><path d="M218.094-41.423H223v2.083h-4.906zM218.094-70.956H223v2.083h-4.906zM218.094-92.677H223v2.083h-4.906zM217.962-122.21h4.906v2.083h-4.906z" style="fill:#fff;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="m79.689 227.312 1.053-1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ac)"/><path d="m77.686 230.69-1.053 1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ad)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ae);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.085449,0.70345053)"><tspan x="368.469" y="887.877">E1</tspan></text><path d="M40.823 220.88H42.8" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#af)"/><path d="M37.536 220.957H35.56" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ag)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ah);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"><tspan x="377.277" y="911.352">E2</tspan></text><path d="M212.928-122.534h3.639v83.518h-3.639z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M90.006 217.255v-12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.908 225.093v-19.932" style="fill:none;stroke:#b3b3b3;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M122.666 223.575h12.094M122.666 217.255h12.094M122.666 212.24h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M134.76 213.51v2.475" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ai);marker-end:url(#aj)"/><path d="M134.76 218.492v3.718" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ak);marker-end:url(#al)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#am);display:inline" transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#an);display:inline" transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="M26.591 316.045h93.924v8.477H26.591z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M26.591 316.045h93.924v3.971H26.591z" style="fill:#2c89a0;stroke:#5fbcd3;stroke-width:.264583"/><path d="M26.97 307.784h1.778v7.682H26.97zM37.226 307.784h1.778v7.682h-1.778zM43.898 307.784h1.778v7.682h-1.778zM57.377 307.784h1.778v7.682h-1.778zM64.049 307.784h1.778v7.682h-1.778zM81.278 307.784h1.778v7.682h-1.778zM87.95 307.784h1.778v7.682H87.95zM101.429 307.784h1.778v7.682h-1.778zM108.101 307.784h1.778v7.682h-1.778zM118.357 307.784h1.778v7.682h-1.778z" style="fill:#fff;fill-opacity:1;stroke:#afdde9;stroke-width:.264583"/><path d="M28.33 311.424h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ao)"/><path d="M25.044 311.5h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#ap)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aq);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-81.665347,71.660901)"><tspan x="377.277" y="911.352">E3</tspan></text><path d="M26.59 292.094v15.243M29.127 292.094v15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ar);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.3691629,112.10924)"><tspan x="77.348" y="675.291">H1</tspan></text><path d="M30.32 292.094h1.978" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#as)"/><path d="M25.206 292.094h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#at)"/><path d="M120.514 320.016h12.094M120.647 316.045h22.406M120.647 307.47h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M132.74 308.825v5.729" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#au);marker-end:url(#av)"/><path d="M132.608 317.09v1.824" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aw);marker-end:url(#ax)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ay);display:inline" transform="matrix(0.26458333,0,0,0.26458333,12.317042,74.049755)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#az);display:inline" transform="matrix(0.26458333,0,0,0.26458333,30.866481,61.131144)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="M120.647 324.521h22.406" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M143.053 317.43v5.728" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aA);marker-end:url(#aB)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aC);display:inline" transform="matrix(0.26458333,0,0,0.26458333,18.389032,-10.024199)"><tspan x="472.695" y="1253.793">D1</tspan></text><path d="M26.326 339.897v-15.243M120.25 339.897v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M27.588 339.58h91.209" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aD);marker-end:url(#aE)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aF);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-55.619599,305.20694)"><tspan x="477.342" y="143.584">L1</tspan></text><path d="M66.206 307.337v-15.243M56.998 307.337v-15.243M46.055 307.337v-15.243M36.847 307.337v-15.243M80.899 307.337v-15.243M90.107 307.337v-15.243M101.05 307.337v-15.243M110.258 307.337v-15.243" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M67.65 292.094h11.806" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aG);marker-end:url(#aH)"/><path d="M37.726 292.094h7.096" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aI);marker-end:url(#aJ)"/><path d="M47.524 292.094h8.254" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aK);marker-end:url(#aL)"/><path d="M58.27 292.094h6.55" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aM);marker-end:url(#aN)"/><path d="M82.1 292.094h6.552" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aO);marker-end:url(#aP)"/><path d="M91.557 292.094h8.178" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aQ);marker-end:url(#aR)"/><path d="M102.35 292.094h6.61" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#aS);marker-end:url(#aT)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aU);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-23.072406,109.39592)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aV);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-3.0754656,109.98644)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aW);display:inline" transform="matrix(0.26458333,0,0,0.26458333,21.583128,109.97687)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aX);display:inline" transform="matrix(0.26458333,0,0,0.26458333,40.711187,109.45167)"><tspan x="232.998" y="706.125">L4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aY);display:inline" transform="matrix(0.26458333,0,0,0.26458333,22.187359,111.21232)"><tspan x="183.223" y="680.281">L5</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#aZ);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-12.665896,103.88078)"><tspan x="232.998" y="706.125">L6</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#ba);display:inline" transform="matrix(0.26458333,0,0,0.26458333,31.677527,103.85024)"><tspan x="232.998" y="706.125">L6</tspan></text><path d="M27.234 393.535h108.275v112.268H27.234z" style="fill:#fff;fill-opacity:1;stroke:#fff;stroke-width:.264583"/><path d="M32.4 479.852h93.924v2.73H32.4zM32.4 436.585h93.924v8.477H32.4zM32.4 428.598h93.924v2.73H32.4zM32.4 450.319h93.924v2.73H32.4zM32.4 399.065h93.924v2.73H32.4z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583"/><path d="M32.4 399.065h2.536v83.518H32.4zM123.788 399.065h2.536v83.518h-2.536zM69.48 399.065h2.536v83.518H69.48zM86.708 399.065h2.536v83.518h-2.536zM93.38 399.065h2.536v83.518H93.38zM62.808 399.065h2.536v83.518h-2.536zM106.86 399.065h2.536v83.518h-2.536zM113.532 399.065h2.536v83.518h-2.536zM49.328 399.065h2.536v83.518h-2.536zM42.656 399.065h2.536v83.518h-2.536z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="482.207" ry=".971" style="fill:#006680;stroke:#006680;stroke-width:.264583"/><path d="M176.374 464.432h14.716v2.962h-14.716z" style="opacity:.8;fill:#006680;stroke:#006680;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="482.472" ry=".971" style="fill:#006680;stroke:#006680;stroke-width:.264583"/><rect width="1.702" height="91.519" x="37.177" y="395.779" ry="0" style="fill:#fca;stroke:#fca;stroke-width:.264582;fill-opacity:1;stroke-opacity:1;opacity:.8"/><rect width="5.661" height="4.561" x="35.197" y="482.736" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="426.544" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="451.971" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="35.197" y="395.779" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="57.819" y="395.514" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="55.839" y="482.472" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="426.279" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="451.707" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="55.839" y="395.514" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="78.46" y="395.249" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="76.481" y="482.207" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="426.014" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="451.442" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="76.481" y="395.249" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="99.367" y="395.249" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="97.387" y="482.207" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="426.014" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="451.442" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="97.387" y="395.249" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="1.702" height="91.519" x="120.008" y="394.985" ry="0" style="opacity:.8;fill:#fca;fill-opacity:1;stroke:#fca;stroke-width:.264582;stroke-opacity:1"/><rect width="5.661" height="4.561" x="118.029" y="481.942" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="425.75" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="451.177" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><rect width="5.661" height="4.561" x="118.029" y="394.985" ry=".971" style="fill:#f95;stroke:#f95;stroke-width:.264583"/><path d="M97.387 484.487v10.107M103.18 484.487v10.107M121.767 481.81v12.784M119.876 481.81v12.784M58.802 487.165v10.106M79.179 486.9v10.107" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M59.8 497.271H78.12" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#e);marker-end:url(#e)"/><path d="M98.618 494.594h3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bb);marker-end:url(#bb)"/><path d="M115.253 494.594h3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bc)"/><path d="M126.39 494.594h-3.238" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bd)"/><path d="m45.445 495.036-3.737-6.496" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#be)"/><path d="m47.497 494.808 7.492-6.533" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#bf)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bg);display:inline" transform="matrix(0.26458333,0,0,0.26458333,23.418078,1.5820132)"><tspan x="156.625" y="1888.098">rod2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bh);display:inline" transform="matrix(0.26458333,0,0,0.26458333,55.094797,-0.39570039)"><tspan x="156.625" y="1888.098">rod3</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bi);display:inline" transform="matrix(0.26458333,0,0,0.26458333,1.4895822,-1.0955041)"><tspan x="156.625" y="1888.098">rod1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bj);display:inline" transform="matrix(0.26458333,0,0,0.26458333,75.598034,-0.56502765)"><tspan x="156.625" y="1888.098">rod4</tspan></text><path d="m71.51 217.375 3.123.015 1.24 8.496s.424 1.865 1.066 2.507c.983.982 2.447 1.647 3.836 1.628 1.462-.02 2.995-.751 3.988-1.824.558-.602.85-2.31.85-2.31l1.24-8.496c2.05-.004 1.204-.031 3.253-.031l-.016-.794-18.621.055z" style="fill:none;stroke:#2c89a0;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M74.882 209.887h11.753" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#T);marker-end:url(#T)"/><path d="M74.63 217.292v-8.063M86.87 217.258v-8.063" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bk);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.53369,2.4418944)"><tspan x="368.4" y="781.92">S1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bl);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.4506833,31.186766)"><tspan x="230.801" y="777.408">R2</tspan></text><path d="m69.613 233.324 4.486-15.157" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#T)"/><circle cx="76.301" cy="592.599" r="12.944" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M32.674 556.871h87.254v12.465H32.674z" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M63.357 592.599v32.488M89.244 592.599v32.488" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M63.357 625.087h25.887" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#T);marker-end:url(#T)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bm);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-34.003839,21.388791)"><tspan x="406.543" y="2299.049">D1</tspan></text><path d="M122.044 569.345v-12.604" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bn);marker-end:url(#bn)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bo);display:inline" transform="matrix(0.26458333,0,0,0.26458333,10.324218,-28.999998)"><tspan x="430.566" y="2247.143">E3</tspan></text><path d="M33.135 536.233h43.039" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bp);marker-end:url(#bp)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bq);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.193881,-62.864592)"><tspan x="443.682" y="2255.551">L3</tspan></text><path d="m43.282 569.468 21.966 29.907M109.397 569.468l-23.15 31.478" style="fill:none;stroke:teal;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.393" cy="592.899" r="8.866" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M85.392 592.899v23.33" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.59 615.372h3.32" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#br);marker-end:url(#br)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bs);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-11.893962,10.577212)"><tspan x="364.992" y="2303.916">E1</tspan></text><path d="m65.36 599.402 10.94-6.803-33.018-23.13M76.3 592.599l4.045-12.382" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bt);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.511438,-12.743492)"><tspan x="436.994" y="2297.438">A</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bu);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.580995,-11.95511)"><tspan x="453.77" y="2249.863">B</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bv);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-86.776381,-46.69921)"><tspan x="479.02" y="2326.93">C</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bw);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-47.121344,-22.736521)"><tspan x="424.559" y="2376.189">D</tspan></text><path d="m64.42 598.219 1.36-.93.872 1.298M78.722 579.76l-.378 1.52 1.507.387" style="fill:none;stroke:#666;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bx);display:inline" transform="scale(0.26458333)"><tspan x="422.154" y="2227.992">R2</tspan></text><path d="m112.025 583.414-2.002-12.942" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#T)"/><path d="M43.308 547.953H76.46" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#by);marker-end:url(#by)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#bz);display:inline" transform="matrix(0.26458333,0,0,0.26458333,6.2127924,3.0864256)"><tspan x="193.645" y="2056.688">S1</tspan></text><path d="m43.282 569.468 37.063 10.75" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.228 579.655H87.79" style="fill:#b3b3b3;stroke:#e6e6e6;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M87.79 569.515v9.945" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#T);marker-end:url(#T)"/><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#bA);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,-12.997229,-30.904846)"><tspan x="383.9" y="2293.092">S2</tspan></text><path d="M80.884 219.892v-2.364" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#bB);marker-end:url(#bB)"/><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#bC);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,-7.4510337,-13.870064)"><tspan x="336.254" y="884.119">S2</tspan></text><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#bD);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,69.02441,-51.094723)"><tspan x="30.453" y="2341.477">E</tspan></text><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#bE);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,50.870114,-59.236324)"><tspan x="48.568" y="2429.447">F</tspan></text></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="387.321" height="353.376" viewBox="0 0 102.479 93.497"><defs><path id="o" d="M193.645 2043.711h32.69v27.291h-32.69z"/><path id="m" d="M422.155 2215.015h90.031v78.6h-90.031z"/><path id="l" d="M424.559 2363.213h38.234v20.991h-38.234z"/><path id="k" d="M479.019 2313.954h51.217v36.651h-51.217z"/><path id="j" d="M453.769 2236.887h44.279v34.606h-44.279z"/><path id="i" d="M436.995 2284.462h47.197v39.827h-47.197z"/><path id="h" d="M364.992 2290.94h39.142v33.595h-39.142z"/><path id="f" d="M443.682 2242.574h98.053v70.01h-98.053z"/><path id="d" d="M430.567 2234.166h123.056v93.723H430.567z"/><path id="b" d="M406.543 2286.072h81.459v57.881h-81.459z"/><marker id="a" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker></defs><g transform="translate(-29.149107,-529.32373)"><path d="M29.281 529.456h102.214v93.233H29.281z" style="fill:#fff;stroke:#fff;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M43.366 569.345v-21.392M32.674 556.739v-21.393" style="fill:none;stroke:#ccc;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.3 569.336v-33.99" style="fill:none;stroke:#ccc;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.301" cy="582.544" r="12.944" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M32.674 556.871h87.254v12.465H32.674z" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M63.357 582.544v32.49M89.244 582.544v32.49" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M63.357 615.033h25.887" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-34.003839,11.334618)"><tspan x="406.543" y="2299.049">D1</tspan></text><path d="M122.044 569.345v-12.604" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,10.324218,-28.999998)"><tspan x="430.566" y="2247.143">E3</tspan></text><path d="M33.135 536.233h43.039" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#e);marker-end:url(#e)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.193881,-62.864592)"><tspan x="443.682" y="2255.551">L3</tspan></text><path d="m43.282 569.468 23.915 22.278M109.397 569.468l-23.915 22.278" style="fill:none;stroke:teal;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.393" cy="582.845" r="8.866" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M85.392 582.845v23.33" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.59 605.318h3.32" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#g);marker-end:url(#g)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-11.893962,0.52304448)"><tspan x="364.992" y="2303.916">E1</tspan></text><path d="m67.197 591.746 9.104-9.202-33.019-13.076M76.3 582.544v-12.943" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.258264,-22.189999)"><tspan x="436.994" y="2297.438">A</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-46.116111,-26.677252)"><tspan x="453.77" y="2249.863">B</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-86.776381,-46.69921)"><tspan x="479.02" y="2326.93">C</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-47.121344,-32.790694)"><tspan x="424.559" y="2376.189">D</tspan></text><path d="m66.1 590.787 1.1-1.226 1.156 1.053M74.76 569.306l.035 1.565 1.556-.022" style="fill:none;stroke:#666;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline" transform="scale(0.26458333)"><tspan x="422.154" y="2227.992">R2</tspan></text><path d="m112.025 583.414-2.002-12.942" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M43.308 547.953H76.46" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#n);marker-end:url(#n)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#o);display:inline" transform="matrix(0.26458333,0,0,0.26458333,6.2127924,3.0864256)"><tspan x="193.645" y="2056.688">S1</tspan></text></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="387.321" height="394.461" viewBox="0 0 102.479 104.368"><defs><path id="r" d="M48.569 2416.236h67.592v57.944H48.569z"/><path id="q" d="M30.454 2328.266h59.797v50.326H30.454z"/><path id="p" d="M383.899 2279.882h63.462v53.772h-63.462z"/><path id="o" d="M193.645 2043.711h32.69v27.291h-32.69z"/><path id="m" d="M422.155 2215.015h90.031v78.6h-90.031z"/><path id="l" d="M424.559 2363.213h38.234v20.991h-38.234z"/><path id="k" d="M479.019 2313.954h51.217v36.651h-51.217z"/><path id="j" d="M453.769 2236.887h44.279v34.606h-44.279z"/><path id="i" d="M436.995 2284.462h47.197v39.827h-47.197z"/><path id="h" d="M364.992 2290.94h39.142v33.595h-39.142z"/><path id="f" d="M443.682 2242.574h98.053v70.01h-98.053z"/><path id="d" d="M430.567 2234.166h123.056v93.723H430.567z"/><path id="b" d="M406.543 2286.072h81.459v57.881h-81.459z"/><marker id="a" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker></defs><g transform="translate(-29.149107,-529.32373)"><path d="M29.281 529.456h102.214v104.103H29.281z" style="fill:#fff;stroke:#fff;stroke-width:.264584;stroke-linejoin:bevel"/><path d="M43.366 569.345v-21.392M32.674 556.739v-21.393" style="fill:none;stroke:#ccc;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.228 592.64v-57.294" style="fill:none;stroke:#ccc;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.301" cy="592.599" r="12.944" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M32.674 556.871h87.254v12.465H32.674z" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M63.357 592.599v32.488M89.244 592.599v32.488" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M63.357 625.087h25.887" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-34.003839,21.388791)"><tspan x="406.543" y="2299.049">D1</tspan></text><path d="M122.044 569.345v-12.604" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,10.324218,-28.999998)"><tspan x="430.566" y="2247.143">E3</tspan></text><path d="M33.135 536.233h43.039" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#e);marker-end:url(#e)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#f);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-61.193881,-62.864592)"><tspan x="443.682" y="2255.551">L3</tspan></text><path d="m43.282 569.468 21.966 29.907M109.397 569.468l-23.15 31.478" style="fill:none;stroke:teal;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><circle cx="76.393" cy="592.899" r="8.866" style="fill:none;stroke:#2c89a0;stroke-width:.264583;stroke-linejoin:bevel"/><path d="M85.392 592.899v23.33" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M85.59 615.372h3.32" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#g);marker-end:url(#g)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#h);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-11.893962,10.577212)"><tspan x="364.992" y="2303.916">E1</tspan></text><path d="m65.36 599.402 10.94-6.803-33.018-23.13M76.3 592.599l4.045-12.382" style="fill:none;stroke:#ccc;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#i);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.511438,-12.743492)"><tspan x="436.994" y="2297.438">A</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#j);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-39.580995,-11.95511)"><tspan x="453.77" y="2249.863">B</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-86.776381,-46.69921)"><tspan x="479.02" y="2326.93">C</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-47.121344,-22.736521)"><tspan x="424.559" y="2376.189">D</tspan></text><path d="m64.42 598.219 1.36-.93.872 1.298M78.722 579.76l-.378 1.52 1.507.387" style="fill:none;stroke:#666;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#m);display:inline" transform="scale(0.26458333)"><tspan x="422.154" y="2227.992">R2</tspan></text><path d="m112.025 583.414-2.002-12.942" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#a)"/><path d="M43.308 547.953H76.46" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#n);marker-end:url(#n)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#o);display:inline" transform="matrix(0.26458333,0,0,0.26458333,6.2127924,3.0864256)"><tspan x="193.645" y="2056.688">S1</tspan></text><path d="m43.282 569.468 37.063 10.75" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M76.228 579.655H87.79" style="fill:#b3b3b3;stroke:#e6e6e6;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M87.79 569.515v9.945" style="fill:none;stroke:#000;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#a);marker-end:url(#a)"/><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#p);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,-12.997229,-30.904846)"><tspan x="383.9" y="2293.092">S2</tspan></text><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#q);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,69.02441,-51.094723)"><tspan x="30.453" y="2341.477">E</tspan></text><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#r);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,50.870114,-59.236324)"><tspan x="48.568" y="2429.447">F</tspan></text></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="433.272" height="237.368" viewBox="0 0 114.637 62.804"><defs><marker id="y" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="d" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="f" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="i" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="k" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="m" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="n" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="p" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="q" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="s" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="t" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="u" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="v" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><path id="A" d="M230.8 764.433h40.241v29.823H230.8z"/><path id="z" d="M368.4 768.944h38.887v29.496H368.4z"/><path id="x" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="w" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="r" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="o" d="M368.469 874.9h67.059v50.924h-67.059z"/><path id="e" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="b" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="a" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="l" d="M480.524 615.399h71.612v46.321h-71.612z"/></defs><g transform="translate(-29.063995,-186.06792)"><path d="M29.196 186.2h114.372v62.539H29.196z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,73.400089,107.26741)"><tspan x="18.02" y="514.318">D1</tspan></text><path d="M212.239-122.534h5.016v83.518h-5.016z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="222.448" r="4.928" style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M217.387-93.001h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="222.448" r="3.896" style="fill:#fff;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M82.232 205.161h6.45" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#d)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#e);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"><tspan x="480.523" y="628.375">L3</tspan></text><path d="M75.583 239.734v-17.286M85.968 239.734v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M77.168 239.734h7.48" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#f);marker-end:url(#g)"/><path d="M217.255-122.534h6.32v2.73h-6.32zM217.387-41.747h6.32v2.73h-6.32zM217.387-71.28h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M39.017 240.994v-17.286M41.747 240.994v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M43.132 240.994h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#h)"/><path d="M37.632 240.994h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#i)"/><path d="M39.017 212.107v-17.286M122.534 212.107v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.14 194.82h81.004" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#j);marker-end:url(#k)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#l);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"><tspan x="480.523" y="628.375">L2</tspan></text><path d="M218.094-41.423H223v2.083h-4.906zM218.094-70.956H223v2.083h-4.906zM218.094-92.677H223v2.083h-4.906zM217.962-122.21h4.906v2.083h-4.906z" style="fill:#fff;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="m79.689 224.666 1.053-1.672" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#m)"/><path d="m77.686 228.044-1.053 1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#n)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#o);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.085449,-1.9423828)"><tspan x="368.469" y="887.877">E1</tspan></text><path d="M40.823 220.88H42.8" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#p)"/><path d="M37.536 220.957H35.56" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#q)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#r);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"><tspan x="377.277" y="911.352">E2</tspan></text><path d="M212.928-122.534h3.639v83.518h-3.639z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M90.006 217.255v-12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.908 222.448V205.16" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M122.666 223.575h12.094M122.666 217.255h12.094M122.666 212.24h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M134.76 213.51v2.475" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#s);marker-end:url(#t)"/><path d="M134.76 218.492v3.718" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#u);marker-end:url(#v)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#w);display:inline" transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#x);display:inline" transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="m85.613 223.241 1.24-5.85M75.874 223.24l-1.24-5.85" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="m71.51 217.375 3.123.015 1.24 5.85s.424 1.865 1.066 2.507c.983.982 2.447 1.648 3.836 1.629 1.462-.02 2.995-.752 3.988-1.824.558-.602.85-2.311.85-2.311l1.24-5.85c2.05-.004 1.204-.031 3.253-.031l-.016-.794-18.621.055z" style="fill:none;stroke:#2c89a0;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M74.882 209.887h11.753" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#y);marker-end:url(#y)"/><path d="M74.63 217.292v-8.063M86.87 217.258v-8.063" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#z);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.53369,2.4418944)"><tspan x="368.4" y="781.92">S1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#A);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.4506833,31.186766)"><tspan x="230.801" y="777.408">R2</tspan></text><path d="m69.613 233.324 4.486-15.157" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#y)"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="433.272" height="237.368" viewBox="0 0 114.637 62.804"><defs><marker id="c" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><marker id="e" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="f" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="g" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="h" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="i" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="j" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="l" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="m" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="o" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="p" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="r" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="s" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="t" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="u" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M-.211-4.106 6.21-.894a1 1 90 0 1 0 1.788L-.21 4.106A1.236 1.236 31.717 0 1-2 3v-6A1.236 1.236 148.283 0 1-.211-4.106" style="fill:context-stroke;fill-rule:evenodd;stroke:none" transform="scale(0.7)"/></marker><marker id="z" markerHeight="1" markerWidth="1" orient="auto-start-reverse" preserveAspectRatio="xMidYMid" refX="0" refY="0" style="overflow:visible" viewBox="0 0 1 1"><path d="M3-3 0 0l3 3" style="fill:none;stroke:context-stroke;stroke-width:1;stroke-linecap:butt" transform="rotate(180,0.125,0)"/></marker><path id="A" d="M336.254 870.908h25.379v21.36h-25.379z"/><path id="y" d="M230.8 764.433h40.241v29.823H230.8z"/><path id="x" d="M368.4 768.944h38.887v29.496H368.4z"/><path id="w" d="M386.615 938.712h36.164v24.296h-36.164z"/><path id="v" d="M457.961 914.392h60.511v51.03h-60.511z"/><path id="q" d="M377.277 898.374h52.218v35.378h-52.218z"/><path id="n" d="M368.469 874.9h67.059v50.924h-67.059z"/><path id="d" d="M480.524 615.399h71.612v46.321h-71.612z"/><path id="b" d="M18.019 501.341h52.367v43.815H18.019z"/><path id="a" d="M77.347 662.314h84.737v47.255H77.347z"/><path id="k" d="M480.524 615.399h71.612v46.321h-71.612z"/></defs><g transform="translate(-29.063995,-186.06792)"><path d="M29.196 186.2h114.372v62.539H29.196z" style="fill:#fff;stroke:#fff;stroke-width:.264583"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#a);display:inline" transform="matrix(0.26458333,0,0,0.26458333,17.227228,67.085356)"><tspan x="77.348" y="675.291">H2</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#b);display:inline" transform="matrix(0.26458333,0,0,0.26458333,73.400089,109.91326)"><tspan x="18.02" y="514.318">D1</tspan></text><path d="M212.239-122.534h5.016v83.518h-5.016z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="225.093" r="4.928" style="fill:#5fbcd3;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M217.387-93.001h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><circle cx="80.775" cy="225.093" r="3.896" style="fill:#fff;fill-opacity:1;stroke:#5fbcd3;stroke-width:.264583;stroke-opacity:1"/><path d="M81.078 205.161h8.797" style="fill:none;stroke:#000;stroke-width:.264582;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#d);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-43.65337,36.659363)"><tspan x="480.523" y="628.375">L3</tspan></text><path d="M75.583 242.38v-17.287M85.968 242.38v-17.287" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M77.168 242.38h7.48" style="fill:none;stroke:#000;stroke-width:.264584;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#e);marker-end:url(#f)"/><path d="M217.255-122.534h6.32v2.73h-6.32zM217.387-41.747h6.32v2.73h-6.32zM217.387-71.28h6.32v2.73h-6.32z" style="fill:#5fbcd3;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="M39.017 240.994v-17.286M41.747 240.994v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M43.132 240.994h1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#g)"/><path d="M37.632 240.994h-1.977" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#h)"/><path d="M39.017 212.107v-17.286M122.534 212.107v-17.286" style="fill:none;stroke:#b3b3b3;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M40.14 194.82h81.004" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#i);marker-end:url(#j)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#k);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-48.538827,27.55642)"><tspan x="480.523" y="628.375">L2</tspan></text><path d="M218.094-41.423H223v2.083h-4.906zM218.094-70.956H223v2.083h-4.906zM218.094-92.677H223v2.083h-4.906zM217.962-122.21h4.906v2.083h-4.906z" style="fill:#fff;stroke:#5fbcd3;stroke-width:.264583" transform="rotate(90)"/><path d="m79.689 227.312 1.053-1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#l)"/><path d="m77.686 230.69-1.053 1.673" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#m)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#n);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.085449,0.70345053)"><tspan x="368.469" y="887.877">E1</tspan></text><path d="M40.823 220.88H42.8" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#o)"/><path d="M37.536 220.957H35.56" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#p)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#q);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-69.172851,-18.882812)"><tspan x="377.277" y="911.352">E2</tspan></text><path d="M212.928-122.534h3.639v83.518h-3.639z" style="fill:#afdde9;fill-opacity:.8;stroke:#afdde9;stroke-width:.264583" transform="rotate(90)"/><path d="M90.006 217.255v-12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M80.908 225.093v-19.932" style="fill:none;stroke:#b3b3b3;stroke-width:.264584px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M122.666 223.575h12.094M122.666 217.255h12.094M122.666 212.24h12.094" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M134.76 213.51v2.475" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#r);marker-end:url(#s)"/><path d="M134.76 218.492v3.718" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#t);marker-end:url(#u)"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#v);display:inline" transform="matrix(0.26458333,0,0,0.26458333,14.74414,-23.580678)"><tspan x="457.961" y="927.369">H4</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#w);display:inline" transform="matrix(0.26458333,0,0,0.26458333,33.704101,-35.729492)"><tspan x="386.615" y="951.689">H3</tspan></text><path d="m71.51 217.375 3.123.015 1.24 8.496s.424 1.865 1.066 2.507c.983.982 2.447 1.647 3.836 1.628 1.462-.02 2.995-.751 3.988-1.824.558-.602.85-2.31.85-2.31l1.24-8.496c2.05-.004 1.204-.031 3.253-.031l-.016-.794-18.621.055z" style="fill:none;stroke:#2c89a0;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><path d="M74.882 209.887h11.753" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#c);marker-end:url(#c)"/><path d="M74.63 217.292v-8.063M86.87 217.258v-8.063" style="fill:none;stroke:#b3b3b3;stroke-width:.264582px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#x);display:inline" transform="matrix(0.26458333,0,0,0.26458333,-21.53369,2.4418944)"><tspan x="368.4" y="781.92">S1</tspan></text><text xml:space="preserve" style="font-size:14.6667px;line-height:1.25;font-family:sans-serif;white-space:pre;shape-inside:url(#y);display:inline" transform="matrix(0.26458333,0,0,0.26458333,5.4506833,31.186766)"><tspan x="230.801" y="777.408">R2</tspan></text><path d="m69.613 233.324 4.486-15.157" style="fill:none;stroke:#000;stroke-width:.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:url(#c)"/><path d="M80.884 219.892v-2.364" style="fill:none;stroke:#000;stroke-width:.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-start:url(#z);marker-end:url(#z)"/><text xml:space="preserve" style="font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:14.6667px;line-height:1.25;font-family:&quot;Liberation Sans&quot;;-inkscape-font-specification:&quot;Liberation Sans&quot;;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#A);shape-padding:0;shape-margin:0;inline-size:0;opacity:1;vector-effect:none;fill:#000;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000;stop-opacity:1" transform="matrix(0.26458333,0,0,0.26458333,-7.4510337,-13.870064)"><tspan x="336.254" y="884.119">S2</tspan></text></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "designix",
3
- "version": "0.5.34",
3
+ "version": "0.5.36",
4
4
  "description": "The first designs made with parametrix",
5
5
  "type": "module",
6
6
  "private": false,
@@ -63,7 +63,7 @@
63
63
  "clean": "shx rm -fr dist dist2 node_modules"
64
64
  },
65
65
  "dependencies": {
66
- "geometrix": "^0.5.28"
66
+ "geometrix": "^0.5.34"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -76,8 +76,8 @@
76
76
  "shx": "^0.3.4",
77
77
  "svgo": "^3.2.0",
78
78
  "tsup": "^8.0.2",
79
- "typescript": "^5.4.3",
80
- "vitest": "^1.4.0"
79
+ "typescript": "^5.4.5",
80
+ "vitest": "^1.5.0"
81
81
  },
82
82
  "prettier": {
83
83
  "useTabs": true,