microsoft/AI-For-Beginners
Publicmirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable
lessons/5-NLP/16-RNN/images/long-short-term-memory-cell.svg
1334lines · modecode
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> |
| 3 | |
| 4 | <svg |
| 5 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 6 | xmlns:cc="http://creativecommons.org/ns#" |
| 7 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 8 | xmlns:svg="http://www.w3.org/2000/svg" |
| 9 | xmlns="http://www.w3.org/2000/svg" |
| 10 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
| 11 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
| 12 | width="190mm" |
| 13 | height="130mm" |
| 14 | viewBox="0 0 190 130" |
| 15 | version="1.1" |
| 16 | id="svg8" |
| 17 | sodipodi:docname="lstm-cell.svg" |
| 18 | inkscape:version="0.92.3 (2405546, 2018-03-11)" |
| 19 | inkscape:export-filename="/home/users_home/Documents/GIT/FINAL_DL/Linear-Attention-Recurrent-Neural-Network/inkscape_drawings/png_exported/lstm-cell.png" |
| 20 | inkscape:export-xdpi="299.91537" |
| 21 | inkscape:export-ydpi="299.91537"> |
| 22 | <title |
| 23 | id="title1438">LSTM Cell</title> |
| 24 | <defs |
| 25 | id="defs2"> |
| 26 | <inkscape:perspective |
| 27 | sodipodi:type="inkscape:persp3d" |
| 28 | inkscape:vp_x="-405.59802 : 195.57742 : 1" |
| 29 | inkscape:vp_y="0 : 999.99994 : 0" |
| 30 | inkscape:vp_z="303.85994 : 427.17668 : 1" |
| 31 | inkscape:persp3d-origin="105 : 98.999994 : 1" |
| 32 | id="perspective4559" /> |
| 33 | <inkscape:perspective |
| 34 | sodipodi:type="inkscape:persp3d" |
| 35 | inkscape:vp_x="19.240475 : 198.74312 : 1" |
| 36 | inkscape:vp_y="0 : 129.29024 : 0" |
| 37 | inkscape:vp_z="110.96647 : 228.68665 : 1" |
| 38 | inkscape:persp3d-origin="85.255818 : 186.2566 : 1" |
| 39 | id="perspective4559-3" /> |
| 40 | <filter |
| 41 | style="color-interpolation-filters:sRGB" |
| 42 | inkscape:label="Blur" |
| 43 | id="filter6288"> |
| 44 | <feGaussianBlur |
| 45 | stdDeviation="67.2 10" |
| 46 | result="blur" |
| 47 | id="feGaussianBlur6286" /> |
| 48 | </filter> |
| 49 | <filter |
| 50 | inkscape:collect="always" |
| 51 | style="color-interpolation-filters:sRGB" |
| 52 | id="filter6777" |
| 53 | x="-0.02178747" |
| 54 | width="1.0435749" |
| 55 | y="-0.04814931" |
| 56 | height="1.0962986"> |
| 57 | <feGaussianBlur |
| 58 | inkscape:collect="always" |
| 59 | stdDeviation="0.90655222" |
| 60 | id="feGaussianBlur6779" /> |
| 61 | </filter> |
| 62 | <filter |
| 63 | inkscape:collect="always" |
| 64 | style="color-interpolation-filters:sRGB" |
| 65 | id="filter8042" |
| 66 | x="-0.42381817" |
| 67 | width="1.8476363" |
| 68 | y="-0.71723074" |
| 69 | height="2.4344616"> |
| 70 | <feGaussianBlur |
| 71 | inkscape:collect="always" |
| 72 | stdDeviation="0.25697656" |
| 73 | id="feGaussianBlur8044" /> |
| 74 | </filter> |
| 75 | <filter |
| 76 | inkscape:collect="always" |
| 77 | style="color-interpolation-filters:sRGB" |
| 78 | id="filter10264" |
| 79 | x="-0.0079611773" |
| 80 | width="1.0159224" |
| 81 | y="-0.024356319" |
| 82 | height="1.0487126"> |
| 83 | <feGaussianBlur |
| 84 | inkscape:collect="always" |
| 85 | stdDeviation="0.20177668" |
| 86 | id="feGaussianBlur10266" /> |
| 87 | </filter> |
| 88 | <filter |
| 89 | inkscape:collect="always" |
| 90 | style="color-interpolation-filters:sRGB" |
| 91 | id="filter10272" |
| 92 | x="-0.009238895" |
| 93 | width="1.0184778" |
| 94 | y="-0.017114902" |
| 95 | height="1.0342298"> |
| 96 | <feGaussianBlur |
| 97 | inkscape:collect="always" |
| 98 | stdDeviation="0.28481399" |
| 99 | id="feGaussianBlur10274" /> |
| 100 | </filter> |
| 101 | <clipPath |
| 102 | clipPathUnits="userSpaceOnUse" |
| 103 | id="clipPath10338"> |
| 104 | <rect |
| 105 | style="opacity:1;fill:#1d635e;fill-opacity:0.06880733;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.96788988" |
| 106 | id="rect10340" |
| 107 | width="46.299076" |
| 108 | height="115.36229" |
| 109 | x="270.74799" |
| 110 | y="29.903158" /> |
| 111 | </clipPath> |
| 112 | <clipPath |
| 113 | clipPathUnits="userSpaceOnUse" |
| 114 | id="clipPath10376"> |
| 115 | <rect |
| 116 | style="opacity:1;fill:#1d635e;fill-opacity:0.06880733;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.96788988" |
| 117 | id="rect10378" |
| 118 | width="25.940634" |
| 119 | height="17.601774" |
| 120 | x="3.1655979" |
| 121 | y="71.54734" |
| 122 | transform="scale(-1,1)" /> |
| 123 | </clipPath> |
| 124 | <filter |
| 125 | inkscape:collect="always" |
| 126 | style="color-interpolation-filters:sRGB" |
| 127 | id="filter8042-1" |
| 128 | x="-0.42381817" |
| 129 | width="1.8476363" |
| 130 | y="-0.71723074" |
| 131 | height="2.4344616"> |
| 132 | <feGaussianBlur |
| 133 | inkscape:collect="always" |
| 134 | stdDeviation="0.25697656" |
| 135 | id="feGaussianBlur8044-9" /> |
| 136 | </filter> |
| 137 | <clipPath |
| 138 | clipPathUnits="userSpaceOnUse" |
| 139 | id="clipPath10679"> |
| 140 | <rect |
| 141 | style="opacity:1;fill:#808080;fill-opacity:0.06880733;stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.96788988" |
| 142 | id="rect10681" |
| 143 | width="25.406197" |
| 144 | height="17.531759" |
| 145 | x="3.4345946" |
| 146 | y="71.547333" |
| 147 | transform="scale(-1,1)" /> |
| 148 | </clipPath> |
| 149 | <filter |
| 150 | inkscape:collect="always" |
| 151 | style="color-interpolation-filters:sRGB" |
| 152 | id="filter12229" |
| 153 | x="-0.12156857" |
| 154 | width="1.2431371" |
| 155 | y="-0.12156857" |
| 156 | height="1.2431371"> |
| 157 | <feGaussianBlur |
| 158 | inkscape:collect="always" |
| 159 | stdDeviation="0.43953438" |
| 160 | id="feGaussianBlur12231" /> |
| 161 | </filter> |
| 162 | <filter |
| 163 | inkscape:collect="always" |
| 164 | style="color-interpolation-filters:sRGB" |
| 165 | id="filter12233" |
| 166 | x="-0.052935258" |
| 167 | width="1.1058705" |
| 168 | y="-0.10762672" |
| 169 | height="1.2152534"> |
| 170 | <feGaussianBlur |
| 171 | inkscape:collect="always" |
| 172 | stdDeviation="0.43953438" |
| 173 | id="feGaussianBlur12235" /> |
| 174 | </filter> |
| 175 | <filter |
| 176 | inkscape:collect="always" |
| 177 | style="color-interpolation-filters:sRGB" |
| 178 | id="filter12541" |
| 179 | x="-0.0144" |
| 180 | width="1.0288" |
| 181 | y="-0.0144" |
| 182 | height="1.0288"> |
| 183 | <feGaussianBlur |
| 184 | inkscape:collect="always" |
| 185 | stdDeviation="0.05206358" |
| 186 | id="feGaussianBlur12543" /> |
| 187 | </filter> |
| 188 | <filter |
| 189 | inkscape:collect="always" |
| 190 | style="color-interpolation-filters:sRGB" |
| 191 | id="filter12787" |
| 192 | x="-0.0082712928" |
| 193 | width="1.0165426" |
| 194 | y="-0.055590123" |
| 195 | height="1.1111802"> |
| 196 | <feGaussianBlur |
| 197 | inkscape:collect="always" |
| 198 | stdDeviation="0.67542246" |
| 199 | id="feGaussianBlur12789" /> |
| 200 | </filter> |
| 201 | </defs> |
| 202 | <sodipodi:namedview |
| 203 | id="base" |
| 204 | pagecolor="#ffffff" |
| 205 | bordercolor="#666666" |
| 206 | borderopacity="1.0" |
| 207 | inkscape:pageopacity="0.0" |
| 208 | inkscape:pageshadow="2" |
| 209 | inkscape:zoom="1" |
| 210 | inkscape:cx="433.45381" |
| 211 | inkscape:cy="188.63838" |
| 212 | inkscape:document-units="mm" |
| 213 | inkscape:current-layer="layer1" |
| 214 | showgrid="false" |
| 215 | inkscape:window-width="1920" |
| 216 | inkscape:window-height="1023" |
| 217 | inkscape:window-x="1920" |
| 218 | inkscape:window-y="0" |
| 219 | inkscape:window-maximized="1" /> |
| 220 | <metadata |
| 221 | id="metadata5"> |
| 222 | <rdf:RDF> |
| 223 | <cc:Work |
| 224 | rdf:about=""> |
| 225 | <dc:format>image/svg+xml</dc:format> |
| 226 | <dc:type |
| 227 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
| 228 | <dc:title>LSTM Cell</dc:title> |
| 229 | <cc:license |
| 230 | rdf:resource="http://creativecommons.org/licenses/by/4.0/" /> |
| 231 | <dc:creator> |
| 232 | <cc:Agent> |
| 233 | <dc:title>Guillaume Chevalier</dc:title> |
| 234 | </cc:Agent> |
| 235 | </dc:creator> |
| 236 | <dc:date>13 May 2017</dc:date> |
| 237 | </cc:Work> |
| 238 | <cc:License |
| 239 | rdf:about="http://creativecommons.org/licenses/by/4.0/"> |
| 240 | <cc:permits |
| 241 | rdf:resource="http://creativecommons.org/ns#Reproduction" /> |
| 242 | <cc:permits |
| 243 | rdf:resource="http://creativecommons.org/ns#Distribution" /> |
| 244 | <cc:requires |
| 245 | rdf:resource="http://creativecommons.org/ns#Notice" /> |
| 246 | <cc:requires |
| 247 | rdf:resource="http://creativecommons.org/ns#Attribution" /> |
| 248 | <cc:permits |
| 249 | rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> |
| 250 | </cc:License> |
| 251 | </rdf:RDF> |
| 252 | </metadata> |
| 253 | <g |
| 254 | inkscape:label="Layer 1" |
| 255 | inkscape:groupmode="layer" |
| 256 | id="layer1" |
| 257 | transform="translate(0,-167)"> |
| 258 | <g |
| 259 | id="g1436" |
| 260 | transform="matrix(0.89305455,0,0,1.0058054,1.0658078,-1.5875497)"> |
| 261 | <g |
| 262 | id="g1431"> |
| 263 | <rect |
| 264 | ry="2.9579358" |
| 265 | y="261.14444" |
| 266 | x="6.6429443" |
| 267 | height="29.160107" |
| 268 | width="195.98071" |
| 269 | id="rect12545" |
| 270 | style="fill:#f2f2f2;fill-opacity:1;stroke-width:0.23194653;filter:url(#filter12787)" |
| 271 | transform="matrix(0.95880034,0,0,0.95880034,4.3481892,9.0950066)" /> |
| 272 | </g> |
| 273 | <rect |
| 274 | ry="2.8360698" |
| 275 | y="259.48038" |
| 276 | x="10.717446" |
| 277 | height="27.958721" |
| 278 | width="187.90637" |
| 279 | id="rect5514-0" |
| 280 | style="fill:#f2f2f2;fill-opacity:1;stroke-width:0.22239041" /> |
| 281 | </g> |
| 282 | <rect |
| 283 | style="opacity:1;fill:#ffffff;fill-opacity:0.98165134;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.96788988;filter:url(#filter8042-1)" |
| 284 | id="rect6284-0" |
| 285 | width="1.4552083" |
| 286 | height="0.85989583" |
| 287 | x="53.280468" |
| 288 | y="68.763802" |
| 289 | transform="matrix(0,1.1584917,-1.1584917,0,127.6196,134.4837)" /> |
| 290 | <text |
| 291 | xml:space="preserve" |
| 292 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 293 | x="186.17693" |
| 294 | y="176.74184" |
| 295 | id="text6336"><tspan |
| 296 | sodipodi:role="line" |
| 297 | id="tspan6334" |
| 298 | x="186.17693" |
| 299 | y="187.58969" |
| 300 | style="stroke-width:0.30651757" /></text> |
| 301 | <g |
| 302 | id="g6473" |
| 303 | transform="matrix(1.1584917,0,0,1.1584917,14.071849,136.59698)" /> |
| 304 | <rect |
| 305 | y="46.896858" |
| 306 | x="59.559067" |
| 307 | height="45.18705" |
| 308 | width="99.861305" |
| 309 | id="rect6623" |
| 310 | style="fill:#4ec2a7;fill-opacity:1;stroke-width:0.20610677;filter:url(#filter6777)" |
| 311 | ry="4.5836725" |
| 312 | transform="matrix(1.0031719,0,0,1.2674399,-15.227239,128.62865)" /> |
| 313 | <rect |
| 314 | style="fill:#4ec2a7;fill-opacity:1;stroke-width:0.23240399" |
| 315 | id="rect5514" |
| 316 | width="100.17805" |
| 317 | height="57.271866" |
| 318 | x="44.520744" |
| 319 | y="188.06775" |
| 320 | ry="5.8095293" /> |
| 321 | <g |
| 322 | id="g11423" |
| 323 | transform="matrix(1.1584917,0,0,1.1584917,-81.653426,135.33973)"> |
| 324 | <path |
| 325 | sodipodi:nodetypes="cc" |
| 326 | inkscape:connector-curvature="0" |
| 327 | id="path11415" |
| 328 | d="m 101.69547,53.23758 c 1.67044,0.0668 16.88275,0 16.88275,0" |
| 329 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 330 | <g |
| 331 | id="g11421"> |
| 332 | <path |
| 333 | sodipodi:nodetypes="ccc" |
| 334 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 335 | d="m 117.58225,53.22346 -1.14593,-1.14593 z" |
| 336 | id="path11417" |
| 337 | inkscape:connector-curvature="0" /> |
| 338 | <path |
| 339 | sodipodi:nodetypes="ccc" |
| 340 | inkscape:connector-curvature="0" |
| 341 | id="path11419" |
| 342 | d="m 117.58225,53.22346 -1.14593,1.14594 z" |
| 343 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 344 | </g> |
| 345 | </g> |
| 346 | <g |
| 347 | id="g7124" |
| 348 | style="filter:url(#filter10272)" |
| 349 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 350 | <g |
| 351 | id="g7090" |
| 352 | transform="translate(-6.7154443,17.341029)"> |
| 353 | <rect |
| 354 | y="46.023808" |
| 355 | x="150.56232" |
| 356 | height="8.0319939" |
| 357 | width="12.904612" |
| 358 | id="rect7084" |
| 359 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.25856197" |
| 360 | ry="4.0159969" /> |
| 361 | <text |
| 362 | id="text7088" |
| 363 | y="51.551083" |
| 364 | x="151.8725" |
| 365 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 366 | xml:space="preserve"><tspan |
| 367 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 368 | y="51.551083" |
| 369 | x="151.8725" |
| 370 | id="tspan7086" |
| 371 | sodipodi:role="line">tanh</tspan></text> |
| 372 | </g> |
| 373 | <g |
| 374 | id="g7098" |
| 375 | transform="translate(-0.57877604,9.4479778)"> |
| 376 | <circle |
| 377 | r="3.5907738" |
| 378 | cy="43.566963" |
| 379 | cx="86.934525" |
| 380 | id="circle7092" |
| 381 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" /> |
| 382 | <text |
| 383 | id="text7096" |
| 384 | y="44.898705" |
| 385 | x="85.632172" |
| 386 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 387 | xml:space="preserve"><tspan |
| 388 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 389 | y="44.898705" |
| 390 | x="85.632172" |
| 391 | id="tspan7094" |
| 392 | sodipodi:role="line">x</tspan></text> |
| 393 | </g> |
| 394 | <g |
| 395 | id="g7106" |
| 396 | transform="translate(0,9.4479778)"> |
| 397 | <circle |
| 398 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" |
| 399 | id="circle7100" |
| 400 | cx="121.17175" |
| 401 | cy="43.566963" |
| 402 | r="3.5907738" /> |
| 403 | <text |
| 404 | xml:space="preserve" |
| 405 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 406 | x="119.8694" |
| 407 | y="44.898705" |
| 408 | id="text7104"><tspan |
| 409 | sodipodi:role="line" |
| 410 | id="tspan7102" |
| 411 | x="119.8694" |
| 412 | y="44.898705" |
| 413 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332">x</tspan></text> |
| 414 | </g> |
| 415 | <g |
| 416 | id="g7114" |
| 417 | transform="translate(63.364357,42.205518)"> |
| 418 | <circle |
| 419 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" |
| 420 | id="circle7108" |
| 421 | cx="86.934525" |
| 422 | cy="43.566963" |
| 423 | r="3.5907738" /> |
| 424 | <text |
| 425 | xml:space="preserve" |
| 426 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 427 | x="85.632172" |
| 428 | y="44.898705" |
| 429 | id="text7112"><tspan |
| 430 | sodipodi:role="line" |
| 431 | id="tspan7110" |
| 432 | x="85.632172" |
| 433 | y="44.898705" |
| 434 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332">x</tspan></text> |
| 435 | </g> |
| 436 | <g |
| 437 | transform="translate(34.253762,19.725045)" |
| 438 | id="g7122"> |
| 439 | <circle |
| 440 | r="3.5907738" |
| 441 | cy="43.566963" |
| 442 | cx="86.934525" |
| 443 | id="circle7116" |
| 444 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" /> |
| 445 | <text |
| 446 | id="text7120" |
| 447 | y="44.898705" |
| 448 | x="85.632172" |
| 449 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 450 | xml:space="preserve"><tspan |
| 451 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 452 | y="44.898705" |
| 453 | x="85.632172" |
| 454 | id="tspan7118" |
| 455 | sodipodi:role="line">x</tspan></text> |
| 456 | </g> |
| 457 | </g> |
| 458 | <g |
| 459 | id="g7039" |
| 460 | style="filter:url(#filter10264)" |
| 461 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 462 | <g |
| 463 | id="g7013"> |
| 464 | <rect |
| 465 | y="69.578537" |
| 466 | x="97.360367" |
| 467 | height="8.0023499" |
| 468 | width="12.879682" |
| 469 | id="rect7007" |
| 470 | style="fill:#ff9955;stroke-width:0.22517994" /> |
| 471 | <text |
| 472 | xml:space="preserve" |
| 473 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 474 | x="100.35973" |
| 475 | y="76.502632" |
| 476 | id="text7011"><tspan |
| 477 | sodipodi:role="line" |
| 478 | id="tspan7009" |
| 479 | x="100.35973" |
| 480 | y="76.502632" |
| 481 | style="fill:#4d4d4d;stroke-width:0.26458332">σ</tspan></text> |
| 482 | </g> |
| 483 | <g |
| 484 | id="g7021" |
| 485 | transform="translate(-4.1691348,11.88013)"> |
| 486 | <rect |
| 487 | y="69.578537" |
| 488 | x="132.10547" |
| 489 | height="8.0023499" |
| 490 | width="12.879682" |
| 491 | id="rect7015" |
| 492 | style="fill:#ff9955;stroke-width:0.22517994" /> |
| 493 | <text |
| 494 | xml:space="preserve" |
| 495 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 496 | x="135.10483" |
| 497 | y="76.502632" |
| 498 | id="text7019"><tspan |
| 499 | sodipodi:role="line" |
| 500 | id="tspan7017" |
| 501 | x="135.10483" |
| 502 | y="76.502632" |
| 503 | style="fill:#4d4d4d;stroke-width:0.26458332">σ</tspan></text> |
| 504 | </g> |
| 505 | <g |
| 506 | id="g7029"> |
| 507 | <rect |
| 508 | style="fill:#ff9955;stroke-width:0.22517994" |
| 509 | id="rect7023" |
| 510 | width="12.879682" |
| 511 | height="8.0023499" |
| 512 | x="79.987823" |
| 513 | y="69.578537" /> |
| 514 | <text |
| 515 | id="text7027" |
| 516 | y="76.502632" |
| 517 | x="82.98719" |
| 518 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 519 | xml:space="preserve"><tspan |
| 520 | style="fill:#4d4d4d;stroke-width:0.26458332" |
| 521 | y="76.502632" |
| 522 | x="82.98719" |
| 523 | id="tspan7025" |
| 524 | sodipodi:role="line">σ</tspan></text> |
| 525 | </g> |
| 526 | <g |
| 527 | id="g7037"> |
| 528 | <rect |
| 529 | style="fill:#ff9955;stroke-width:0.22517994" |
| 530 | id="rect7031" |
| 531 | width="12.879682" |
| 532 | height="8.0023499" |
| 533 | x="114.73292" |
| 534 | y="69.578537" /> |
| 535 | <text |
| 536 | id="text7035" |
| 537 | y="75.166283" |
| 538 | x="116.39593" |
| 539 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 540 | xml:space="preserve"><tspan |
| 541 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 542 | y="75.166283" |
| 543 | x="116.39593" |
| 544 | id="tspan7033" |
| 545 | sodipodi:role="line">tanh</tspan></text> |
| 546 | </g> |
| 547 | </g> |
| 548 | <g |
| 549 | transform="matrix(1.1584917,0,0,1.1584917,-81.704958,111.03958)" |
| 550 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 551 | id="g6126"> |
| 552 | <path |
| 553 | sodipodi:nodetypes="cc" |
| 554 | inkscape:connector-curvature="0" |
| 555 | id="path6118" |
| 556 | d="m 121.20363,100.28111 c 0.0668,-1.670436 0,-22.70473 0,-22.70473" |
| 557 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 558 | <g |
| 559 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 560 | id="g6124" |
| 561 | transform="translate(35.057279)"> |
| 562 | <path |
| 563 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 564 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 565 | id="path6120" |
| 566 | inkscape:connector-curvature="0" /> |
| 567 | <path |
| 568 | inkscape:connector-curvature="0" |
| 569 | id="path6122" |
| 570 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 571 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 572 | </g> |
| 573 | </g> |
| 574 | <g |
| 575 | transform="matrix(-1.1584917,0,0,-1.1584917,273.16562,320.39542)" |
| 576 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 577 | id="g6116"> |
| 578 | <path |
| 579 | sodipodi:nodetypes="cc" |
| 580 | inkscape:connector-curvature="0" |
| 581 | id="path6108" |
| 582 | d="m 121.20363,89.600335 c 0.0668,-1.670433 0,-12.023955 0,-12.023955" |
| 583 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 584 | <g |
| 585 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 586 | id="g6114" |
| 587 | transform="translate(35.057279)"> |
| 588 | <path |
| 589 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 590 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 591 | id="path6110" |
| 592 | inkscape:connector-curvature="0" /> |
| 593 | <path |
| 594 | inkscape:connector-curvature="0" |
| 595 | id="path6112" |
| 596 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 597 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 598 | </g> |
| 599 | </g> |
| 600 | <g |
| 601 | id="g6053" |
| 602 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 603 | transform="matrix(-1.1584917,0,0,-1.1584917,273.16562,298.6098)"> |
| 604 | <path |
| 605 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 606 | d="m 123.40192,87.510461 c -2.4589,-0.01002 -2.19829,-10.082909 -2.19829,-10.082909" |
| 607 | id="path6045" |
| 608 | inkscape:connector-curvature="0" |
| 609 | sodipodi:nodetypes="cc" /> |
| 610 | <g |
| 611 | transform="translate(35.057279)" |
| 612 | id="g6051" |
| 613 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> |
| 614 | <path |
| 615 | inkscape:connector-curvature="0" |
| 616 | id="path6047" |
| 617 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 618 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 619 | <path |
| 620 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 621 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 622 | id="path6049" |
| 623 | inkscape:connector-curvature="0" /> |
| 624 | </g> |
| 625 | </g> |
| 626 | <g |
| 627 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,111.02632)" |
| 628 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 629 | id="g6043"> |
| 630 | <path |
| 631 | sodipodi:nodetypes="cc" |
| 632 | inkscape:connector-curvature="0" |
| 633 | id="path6035" |
| 634 | d="m 121.20363,87.448815 c 0.0668,-1.670433 0,-9.872435 0,-9.872435" |
| 635 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 636 | <g |
| 637 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 638 | id="g6041" |
| 639 | transform="translate(35.057279)"> |
| 640 | <path |
| 641 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 642 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 643 | id="path6037" |
| 644 | inkscape:connector-curvature="0" /> |
| 645 | <path |
| 646 | inkscape:connector-curvature="0" |
| 647 | id="path6039" |
| 648 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 649 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 650 | </g> |
| 651 | </g> |
| 652 | <path |
| 653 | style="fill:none;stroke:#4d4d4d;stroke-width:0.57924587;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 654 | d="M 36.170736,234.63556 H 116.17405" |
| 655 | id="path5722" |
| 656 | inkscape:connector-curvature="0" |
| 657 | sodipodi:nodetypes="cc" /> |
| 658 | <g |
| 659 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 660 | id="g5802" |
| 661 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 662 | <path |
| 663 | sodipodi:nodetypes="ccc" |
| 664 | inkscape:connector-curvature="0" |
| 665 | id="path5743" |
| 666 | d="m 82.538164,85.711397 c 0,0 3.54131,0.133636 3.608128,-1.536801 0.0668,-1.670433 0,-6.598216 0,-6.598216" |
| 667 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 668 | <g |
| 669 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 670 | id="g5766"> |
| 671 | <path |
| 672 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 673 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 674 | id="path5745" |
| 675 | inkscape:connector-curvature="0" /> |
| 676 | <path |
| 677 | inkscape:connector-curvature="0" |
| 678 | id="path5762" |
| 679 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 680 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 681 | </g> |
| 682 | </g> |
| 683 | <g |
| 684 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 685 | id="g5796" |
| 686 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 687 | <path |
| 688 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 689 | d="m 100.39753,85.711397 c 0,0 3.54132,0.133636 3.60814,-1.536801 0.0668,-1.670433 0,-6.598216 0,-6.598216" |
| 690 | id="path5741" |
| 691 | inkscape:connector-curvature="0" |
| 692 | sodipodi:nodetypes="ccc" /> |
| 693 | <g |
| 694 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 695 | transform="translate(17.859371)" |
| 696 | id="g5772"> |
| 697 | <path |
| 698 | inkscape:connector-curvature="0" |
| 699 | id="path5768" |
| 700 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 701 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 702 | <path |
| 703 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 704 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 705 | id="path5770" |
| 706 | inkscape:connector-curvature="0" /> |
| 707 | </g> |
| 708 | </g> |
| 709 | <g |
| 710 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 711 | id="g5790" |
| 712 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 713 | <path |
| 714 | sodipodi:nodetypes="ccc" |
| 715 | inkscape:connector-curvature="0" |
| 716 | id="path5724" |
| 717 | d="m 117.59549,85.711397 c 0,0 3.54132,0.133636 3.60814,-1.536801 0.0668,-1.670433 0,-6.598216 0,-6.598216" |
| 718 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 719 | <g |
| 720 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 721 | id="g5778" |
| 722 | transform="translate(35.057279)"> |
| 723 | <path |
| 724 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 725 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 726 | id="path5774" |
| 727 | inkscape:connector-curvature="0" /> |
| 728 | <path |
| 729 | inkscape:connector-curvature="0" |
| 730 | id="path5776" |
| 731 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 732 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 733 | </g> |
| 734 | </g> |
| 735 | <g |
| 736 | transform="matrix(1.1584917,0,0,1.1584917,-7.5322135,166.16175)" |
| 737 | id="g5924-5" |
| 738 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> |
| 739 | <path |
| 740 | sodipodi:nodetypes="cc" |
| 741 | inkscape:connector-curvature="0" |
| 742 | id="path5724-1-1-7" |
| 743 | d="m 103.74646,58.938513 c 0,0 0.03,0.07902 13.88106,0.171766" |
| 744 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 745 | <path |
| 746 | sodipodi:nodetypes="ccc" |
| 747 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 748 | d="m 117.62752,59.110339 -1.14593,-1.14593 z" |
| 749 | id="path5774-4-1-8" |
| 750 | inkscape:connector-curvature="0" /> |
| 751 | <path |
| 752 | sodipodi:nodetypes="ccc" |
| 753 | inkscape:connector-curvature="0" |
| 754 | id="path5776-0-8-5" |
| 755 | d="m 117.62752,59.110339 -1.14593,1.14594 z" |
| 756 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 757 | </g> |
| 758 | <g |
| 759 | id="g6186" |
| 760 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 761 | <path |
| 762 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 763 | d="m 89.559244,53.23758 c 1.670436,0.0668 29.018976,0 29.018976,0" |
| 764 | id="path6118-1" |
| 765 | inkscape:connector-curvature="0" |
| 766 | sodipodi:nodetypes="cc" /> |
| 767 | <g |
| 768 | id="g6180"> |
| 769 | <path |
| 770 | inkscape:connector-curvature="0" |
| 771 | id="path5774-4-1-6" |
| 772 | d="m 117.58225,53.22346 -1.14593,-1.14593 z" |
| 773 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 774 | sodipodi:nodetypes="ccc" /> |
| 775 | <path |
| 776 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 777 | d="m 117.58225,53.22346 -1.14593,1.14594 z" |
| 778 | id="path5776-0-8-0" |
| 779 | inkscape:connector-curvature="0" |
| 780 | sodipodi:nodetypes="ccc" /> |
| 781 | </g> |
| 782 | </g> |
| 783 | <g |
| 784 | id="g5924" |
| 785 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 786 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,134.11367)"> |
| 787 | <path |
| 788 | sodipodi:nodetypes="cc" |
| 789 | inkscape:connector-curvature="0" |
| 790 | id="path5724-1-1" |
| 791 | d="m 103.62258,73.599644 c -0.17343,-9.264879 0.15387,-9.325178 14.00497,-9.232434" |
| 792 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 793 | <path |
| 794 | sodipodi:nodetypes="ccc" |
| 795 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 796 | d="m 117.57735,64.36727 -1.14593,-1.14593 z" |
| 797 | id="path5774-4-1" |
| 798 | inkscape:connector-curvature="0" /> |
| 799 | <path |
| 800 | sodipodi:nodetypes="ccc" |
| 801 | inkscape:connector-curvature="0" |
| 802 | id="path5776-0-8" |
| 803 | d="m 117.57735,64.36727 -1.14593,1.14594 z" |
| 804 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 805 | </g> |
| 806 | <g |
| 807 | id="g5977" |
| 808 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 809 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,122.92152)"> |
| 810 | <path |
| 811 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 812 | d="m 121.20363,86.324336 c 0.0668,-1.670433 0,-8.747956 0,-8.747956" |
| 813 | id="path5969" |
| 814 | inkscape:connector-curvature="0" |
| 815 | sodipodi:nodetypes="cc" /> |
| 816 | <g |
| 817 | transform="translate(35.057279)" |
| 818 | id="g5975" |
| 819 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> |
| 820 | <path |
| 821 | inkscape:connector-curvature="0" |
| 822 | id="path5971" |
| 823 | d="m 86.14629,77.57638 1.145937,1.145937 z" |
| 824 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 825 | <path |
| 826 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 827 | d="m 86.14629,77.57638 -1.145937,1.145937 z" |
| 828 | id="path5973" |
| 829 | inkscape:connector-curvature="0" /> |
| 830 | </g> |
| 831 | </g> |
| 832 | <g |
| 833 | id="g6839" |
| 834 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 835 | <g |
| 836 | id="g5833"> |
| 837 | <rect |
| 838 | style="fill:#ff9955;stroke-width:0.22517994" |
| 839 | id="rect5541" |
| 840 | width="12.879682" |
| 841 | height="8.0023499" |
| 842 | x="97.360367" |
| 843 | y="69.578537" /> |
| 844 | <text |
| 845 | id="text5577" |
| 846 | y="76.502632" |
| 847 | x="100.35973" |
| 848 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 849 | xml:space="preserve"><tspan |
| 850 | style="fill:#4d4d4d;stroke-width:0.26458332" |
| 851 | y="76.502632" |
| 852 | x="100.35973" |
| 853 | id="tspan5575" |
| 854 | sodipodi:role="line">σ</tspan></text> |
| 855 | </g> |
| 856 | <g |
| 857 | transform="translate(-4.1691348,11.88013)" |
| 858 | id="g5843"> |
| 859 | <rect |
| 860 | style="fill:#ff9955;stroke-width:0.22517994" |
| 861 | id="rect5545" |
| 862 | width="12.879682" |
| 863 | height="8.0023499" |
| 864 | x="132.10547" |
| 865 | y="69.578537" /> |
| 866 | <text |
| 867 | id="text5585" |
| 868 | y="76.502632" |
| 869 | x="135.10483" |
| 870 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 871 | xml:space="preserve"><tspan |
| 872 | style="fill:#4d4d4d;stroke-width:0.26458332" |
| 873 | y="76.502632" |
| 874 | x="135.10483" |
| 875 | id="tspan5583" |
| 876 | sodipodi:role="line">σ</tspan></text> |
| 877 | </g> |
| 878 | <g |
| 879 | id="g5828"> |
| 880 | <rect |
| 881 | y="69.578537" |
| 882 | x="79.987823" |
| 883 | height="8.0023499" |
| 884 | width="12.879682" |
| 885 | id="rect5535" |
| 886 | style="fill:#ff9955;stroke-width:0.22517994" /> |
| 887 | <text |
| 888 | xml:space="preserve" |
| 889 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 890 | x="82.98719" |
| 891 | y="76.502632" |
| 892 | id="text5555"><tspan |
| 893 | sodipodi:role="line" |
| 894 | id="tspan5553" |
| 895 | x="82.98719" |
| 896 | y="76.502632" |
| 897 | style="fill:#4d4d4d;stroke-width:0.26458332">σ</tspan></text> |
| 898 | </g> |
| 899 | <g |
| 900 | id="g5838"> |
| 901 | <rect |
| 902 | y="69.578537" |
| 903 | x="114.73292" |
| 904 | height="8.0023499" |
| 905 | width="12.879682" |
| 906 | id="rect5543" |
| 907 | style="fill:#ff9955;stroke-width:0.22517994" /> |
| 908 | <text |
| 909 | xml:space="preserve" |
| 910 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 911 | x="116.39593" |
| 912 | y="75.166283" |
| 913 | id="text5581"><tspan |
| 914 | sodipodi:role="line" |
| 915 | id="tspan5579" |
| 916 | x="116.39593" |
| 917 | y="75.166283" |
| 918 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332">tanh</tspan></text> |
| 919 | </g> |
| 920 | </g> |
| 921 | <g |
| 922 | id="g6332" |
| 923 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 924 | <g |
| 925 | transform="translate(53.317378,26.652963)" |
| 926 | id="g6106" |
| 927 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"> |
| 928 | <g |
| 929 | id="g6215"> |
| 930 | <path |
| 931 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 932 | d="m 100.00468,59.055443 c 0,0 3.77178,-0.03791 17.62284,0.05484" |
| 933 | id="path6100" |
| 934 | inkscape:connector-curvature="0" |
| 935 | sodipodi:nodetypes="cc" /> |
| 936 | <path |
| 937 | inkscape:connector-curvature="0" |
| 938 | id="path6102" |
| 939 | d="m 117.62752,59.110339 -1.14593,-1.14593 z" |
| 940 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 941 | sodipodi:nodetypes="ccc" /> |
| 942 | <path |
| 943 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 944 | d="m 117.80425,58.931539 -1.31336,1.323706 z" |
| 945 | id="path6104" |
| 946 | inkscape:connector-curvature="0" |
| 947 | sodipodi:nodetypes="ccc" /> |
| 948 | </g> |
| 949 | <g |
| 950 | transform="translate(0,-32.279181)" |
| 951 | id="g6223"> |
| 952 | <path |
| 953 | sodipodi:nodetypes="cc" |
| 954 | inkscape:connector-curvature="0" |
| 955 | id="path6217" |
| 956 | d="m 71.239797,59.055443 c 0,0 32.536663,-0.03791 46.387723,0.05484" |
| 957 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 958 | <path |
| 959 | sodipodi:nodetypes="ccc" |
| 960 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 961 | d="m 117.62752,59.110339 -1.14593,-1.14593 z" |
| 962 | id="path6219" |
| 963 | inkscape:connector-curvature="0" /> |
| 964 | <path |
| 965 | sodipodi:nodetypes="ccc" |
| 966 | inkscape:connector-curvature="0" |
| 967 | id="path6221" |
| 968 | d="m 117.80425,58.931539 -1.31336,1.323706 z" |
| 969 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 970 | </g> |
| 971 | </g> |
| 972 | <g |
| 973 | id="g6313"> |
| 974 | <rect |
| 975 | style="opacity:1;fill:#ffffff;fill-opacity:0.98165134;stroke:#ffffff;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.96788988;filter:url(#filter8042)" |
| 976 | id="rect6284" |
| 977 | width="1.4552083" |
| 978 | height="0.85989583" |
| 979 | x="164.43854" |
| 980 | y="53.021091" /> |
| 981 | <g |
| 982 | id="g6246" |
| 983 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 984 | transform="translate(43.92084)"> |
| 985 | <g |
| 986 | id="g6252" |
| 987 | transform="translate(0,-39.290625)"> |
| 988 | <path |
| 989 | sodipodi:nodetypes="ccc" |
| 990 | inkscape:connector-curvature="0" |
| 991 | id="path6238" |
| 992 | d="m 117.59937,125.00205 c 0,0 3.57051,0.0262 3.60426,-3.88497 0.0668,-1.67044 0,-38.778197 0,-38.778197" |
| 993 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 994 | <g |
| 995 | style="stroke:#4d4d4d;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 996 | id="g6244" |
| 997 | transform="translate(35.057279)"> |
| 998 | <path |
| 999 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1000 | d="m 85.972657,82.163183 1.31957,1.321637 z" |
| 1001 | id="path6240" |
| 1002 | inkscape:connector-curvature="0" |
| 1003 | sodipodi:nodetypes="ccc" /> |
| 1004 | <path |
| 1005 | inkscape:connector-curvature="0" |
| 1006 | id="path6242" |
| 1007 | d="M 86.14629,82.338883 85.000353,83.48482 Z" |
| 1008 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1009 | sodipodi:nodetypes="ccc" /> |
| 1010 | </g> |
| 1011 | </g> |
| 1012 | </g> |
| 1013 | </g> |
| 1014 | </g> |
| 1015 | <text |
| 1016 | id="text5581-6-3" |
| 1017 | y="181.18173" |
| 1018 | x="148.30687" |
| 1019 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1020 | xml:space="preserve"><tspan |
| 1021 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1022 | y="181.18173" |
| 1023 | x="148.30687" |
| 1024 | id="tspan5579-7-2" |
| 1025 | sodipodi:role="line">h<tspan |
| 1026 | style="font-size:2.45214057px;stroke-width:0.30651757" |
| 1027 | id="tspan10610">t</tspan></tspan></text> |
| 1028 | <text |
| 1029 | id="text5581-6-3-5" |
| 1030 | y="198.77341" |
| 1031 | x="157.97829" |
| 1032 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1033 | xml:space="preserve"><tspan |
| 1034 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1035 | y="198.77341" |
| 1036 | x="157.97829" |
| 1037 | id="tspan5579-7-2-1" |
| 1038 | sodipodi:role="line">c<tspan |
| 1039 | style="font-size:2.45214057px;stroke-width:0.30651757" |
| 1040 | id="tspan10606">t</tspan></tspan></text> |
| 1041 | <text |
| 1042 | id="text5581-6-3-3" |
| 1043 | y="235.88847" |
| 1044 | x="157.97829" |
| 1045 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1046 | xml:space="preserve"><tspan |
| 1047 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1048 | y="235.88847" |
| 1049 | x="157.97829" |
| 1050 | id="tspan5579-7-2-2" |
| 1051 | sodipodi:role="line">h<tspan |
| 1052 | style="font-size:2.45214057px;stroke-width:0.30651757" |
| 1053 | id="tspan10608">t</tspan></tspan></text> |
| 1054 | <g |
| 1055 | id="g1082" |
| 1056 | transform="translate(-45.508335)"> |
| 1057 | <path |
| 1058 | style="fill:none;stroke:#4d4d4d;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1059 | d="M 57.617755,94.747095 C 57.397553,87.961141 61.279538,84.580018 69.003485,84.62599" |
| 1060 | id="path5724-1-1-0" |
| 1061 | inkscape:connector-curvature="0" |
| 1062 | sodipodi:nodetypes="cc" |
| 1063 | transform="matrix(1.1584917,0,0,1.1584917,14.071849,136.59698)" /> |
| 1064 | <text |
| 1065 | xml:space="preserve" |
| 1066 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1067 | x="79.295021" |
| 1068 | y="251.12712" |
| 1069 | id="text5581-6-3-0"><tspan |
| 1070 | sodipodi:role="line" |
| 1071 | id="tspan5579-7-2-4" |
| 1072 | x="79.295021" |
| 1073 | y="251.12712" |
| 1074 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757">x<tspan |
| 1075 | id="tspan10612" |
| 1076 | style="font-size:2.45214057px;stroke-width:0.30651757">t</tspan></tspan></text> |
| 1077 | </g> |
| 1078 | <text |
| 1079 | xml:space="preserve" |
| 1080 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1081 | x="28.036568" |
| 1082 | y="198.30452" |
| 1083 | id="text10321-2"><tspan |
| 1084 | sodipodi:role="line" |
| 1085 | id="tspan10319-8" |
| 1086 | x="28.036568" |
| 1087 | y="198.30452" |
| 1088 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757">c<tspan |
| 1089 | style="font-size:2.45214057px;stroke-width:0.30651757" |
| 1090 | id="tspan10323-6">t-1</tspan></tspan></text> |
| 1091 | <g |
| 1092 | id="g11344" |
| 1093 | transform="matrix(1.1584917,0,0,1.1584917,-41.244631,135.33973)"> |
| 1094 | <g |
| 1095 | id="g11310" |
| 1096 | transform="translate(-6.7154443,17.341029)"> |
| 1097 | <rect |
| 1098 | y="46.023808" |
| 1099 | x="150.56232" |
| 1100 | height="8.0319939" |
| 1101 | width="12.904612" |
| 1102 | id="rect11304" |
| 1103 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.25856197" |
| 1104 | ry="4.0159969" /> |
| 1105 | <text |
| 1106 | id="text11308" |
| 1107 | y="51.551083" |
| 1108 | x="156.86485" |
| 1109 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 1110 | xml:space="preserve"><tspan |
| 1111 | style="font-size:4.58611107px;text-align:center;text-anchor:middle;fill:#4d4d4d;stroke-width:0.26458332" |
| 1112 | y="51.551083" |
| 1113 | x="156.86485" |
| 1114 | id="tspan11306" |
| 1115 | sodipodi:role="line">tanh</tspan></text> |
| 1116 | </g> |
| 1117 | <g |
| 1118 | id="g11318" |
| 1119 | transform="translate(-0.57877604,9.4479778)"> |
| 1120 | <circle |
| 1121 | r="3.5907738" |
| 1122 | cy="43.566963" |
| 1123 | cx="86.934525" |
| 1124 | id="circle11312" |
| 1125 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" /> |
| 1126 | <text |
| 1127 | id="text11316" |
| 1128 | y="44.898705" |
| 1129 | x="85.632172" |
| 1130 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 1131 | xml:space="preserve"><tspan |
| 1132 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 1133 | y="44.898705" |
| 1134 | x="85.632172" |
| 1135 | id="tspan11314" |
| 1136 | sodipodi:role="line">x</tspan></text> |
| 1137 | </g> |
| 1138 | <g |
| 1139 | id="g11326" |
| 1140 | transform="translate(0,9.4479778)"> |
| 1141 | <circle |
| 1142 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" |
| 1143 | id="circle11320" |
| 1144 | cx="121.17175" |
| 1145 | cy="43.566963" |
| 1146 | r="3.5907738" /> |
| 1147 | <text |
| 1148 | xml:space="preserve" |
| 1149 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 1150 | x="119.3659" |
| 1151 | y="45.019833" |
| 1152 | id="text11324"><tspan |
| 1153 | sodipodi:role="line" |
| 1154 | id="tspan11322" |
| 1155 | x="119.3659" |
| 1156 | y="45.019833" |
| 1157 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332">+</tspan></text> |
| 1158 | </g> |
| 1159 | <g |
| 1160 | id="g11334" |
| 1161 | transform="translate(63.364357,42.205518)"> |
| 1162 | <circle |
| 1163 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" |
| 1164 | id="circle11328" |
| 1165 | cx="86.934525" |
| 1166 | cy="43.566963" |
| 1167 | r="3.5907738" /> |
| 1168 | <text |
| 1169 | xml:space="preserve" |
| 1170 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 1171 | x="85.632172" |
| 1172 | y="44.898705" |
| 1173 | id="text11332"><tspan |
| 1174 | sodipodi:role="line" |
| 1175 | id="tspan11330" |
| 1176 | x="85.632172" |
| 1177 | y="44.898705" |
| 1178 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332">x</tspan></text> |
| 1179 | </g> |
| 1180 | <g |
| 1181 | transform="translate(34.253762,19.725045)" |
| 1182 | id="g11342"> |
| 1183 | <circle |
| 1184 | r="3.5907738" |
| 1185 | cy="43.566963" |
| 1186 | cx="86.934525" |
| 1187 | id="circle11336" |
| 1188 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.26458332" /> |
| 1189 | <text |
| 1190 | id="text11340" |
| 1191 | y="44.898705" |
| 1192 | x="85.632172" |
| 1193 | style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.26458332" |
| 1194 | xml:space="preserve"><tspan |
| 1195 | style="font-size:4.58611107px;fill:#4d4d4d;stroke-width:0.26458332" |
| 1196 | y="44.898705" |
| 1197 | x="85.632172" |
| 1198 | id="tspan11338" |
| 1199 | sodipodi:role="line">x</tspan></text> |
| 1200 | </g> |
| 1201 | </g> |
| 1202 | <text |
| 1203 | id="text5581-6-3-0-0" |
| 1204 | y="277.1235" |
| 1205 | x="17.419685" |
| 1206 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1207 | xml:space="preserve"><tspan |
| 1208 | style="font-size:12.25794315px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1209 | y="277.1235" |
| 1210 | x="17.419685" |
| 1211 | sodipodi:role="line" |
| 1212 | id="tspan11446">Legend:</tspan></text> |
| 1213 | <rect |
| 1214 | y="275.85126" |
| 1215 | x="80.56076" |
| 1216 | height="9.8013067" |
| 1217 | width="19.927786" |
| 1218 | id="rect5535-2" |
| 1219 | style="fill:#ff9955;stroke-width:0.30998442;filter:url(#filter12233)" |
| 1220 | transform="matrix(0.95880034,0,0,0.95880034,4.3481892,9.0950066)" /> |
| 1221 | <text |
| 1222 | id="text5581-6-3-0-0-4" |
| 1223 | y="268.51303" |
| 1224 | x="84.162361" |
| 1225 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1226 | xml:space="preserve"><tspan |
| 1227 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1228 | y="268.51303" |
| 1229 | x="84.162361" |
| 1230 | sodipodi:role="line" |
| 1231 | id="tspan11446-8">Layer</tspan></text> |
| 1232 | <circle |
| 1233 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.31968862;filter:url(#filter12229)" |
| 1234 | id="circle11328-5" |
| 1235 | cx="136.74632" |
| 1236 | cy="280.75192" |
| 1237 | r="4.3386316" |
| 1238 | transform="matrix(0.95880034,0,0,0.95880034,-4.647644,9.0950066)" /> |
| 1239 | <text |
| 1240 | id="text5581-6-3-0-0-9" |
| 1241 | y="268.59476" |
| 1242 | x="109.18328" |
| 1243 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1244 | xml:space="preserve"><tspan |
| 1245 | style="font-size:5.31297159px;letter-spacing:0px;word-spacing:0.08371533px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1246 | y="268.59476" |
| 1247 | x="109.18328" |
| 1248 | sodipodi:role="line" |
| 1249 | id="tspan11484">Pointwize op</tspan></text> |
| 1250 | <g |
| 1251 | id="g11554" |
| 1252 | transform="matrix(0.95880034,0,0,0.95880034,-9.5377823,-2.9012372)"> |
| 1253 | <path |
| 1254 | sodipodi:nodetypes="cc" |
| 1255 | inkscape:connector-curvature="0" |
| 1256 | id="path5722-6" |
| 1257 | d="m 171.29205,295.17188 h 8.68051" |
| 1258 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 1259 | <path |
| 1260 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1261 | d="m 171.29205,295.17188 c 0,0 4.27888,0.16147 4.35962,-1.85688 0.0807,-2.01833 0,-3.13152 0,-3.13152" |
| 1262 | id="path5724-2" |
| 1263 | inkscape:connector-curvature="0" |
| 1264 | sodipodi:nodetypes="ccc" /> |
| 1265 | <path |
| 1266 | sodipodi:nodetypes="ccc" |
| 1267 | inkscape:connector-curvature="0" |
| 1268 | id="path5774-1" |
| 1269 | d="m 175.4398,289.97057 1.58408,1.58718 z" |
| 1270 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> |
| 1271 | <path |
| 1272 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1273 | d="m 175.65167,290.18348 -1.3846,1.38461 z" |
| 1274 | id="path5776-8" |
| 1275 | inkscape:connector-curvature="0" /> |
| 1276 | <path |
| 1277 | inkscape:connector-curvature="0" |
| 1278 | id="path5774-4-1-8-1" |
| 1279 | d="m 180.18547,295.38582 -1.5975,-1.59853 z" |
| 1280 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1281 | sodipodi:nodetypes="ccc" /> |
| 1282 | <path |
| 1283 | style="fill:none;stroke:#4d4d4d;stroke-width:0.60413605;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
| 1284 | d="m 179.97256,295.17188 -1.38459,1.38461 z" |
| 1285 | id="path5776-0-8-5-3" |
| 1286 | inkscape:connector-curvature="0" |
| 1287 | sodipodi:nodetypes="ccc" /> |
| 1288 | </g> |
| 1289 | <text |
| 1290 | id="text5581-6-3-0-0-0" |
| 1291 | y="268.54803" |
| 1292 | x="152.44072" |
| 1293 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1294 | xml:space="preserve"><tspan |
| 1295 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757" |
| 1296 | y="268.54803" |
| 1297 | x="152.44072" |
| 1298 | sodipodi:role="line" |
| 1299 | id="tspan11446-82">Copy</tspan></text> |
| 1300 | <rect |
| 1301 | style="fill:#ff9955;stroke-width:0.29721317" |
| 1302 | id="rect11641" |
| 1303 | width="19.106768" |
| 1304 | height="9.3974962" |
| 1305 | x="81.589874" |
| 1306 | y="273.58127" /> |
| 1307 | <circle |
| 1308 | r="4.3386316" |
| 1309 | cy="280.75192" |
| 1310 | cx="136.74632" |
| 1311 | id="circle12239" |
| 1312 | style="opacity:0.34800002;fill:#000000;fill-opacity:0.94036698;stroke-width:0.31968862;filter:url(#filter12541)" |
| 1313 | transform="matrix(0.96462141,0,0,0.96462141,-5.443653,7.4607325)" /> |
| 1314 | <circle |
| 1315 | r="4.1598816" |
| 1316 | cy="278.28003" |
| 1317 | cx="126.46479" |
| 1318 | id="circle11643" |
| 1319 | style="fill:#e5ff5b;fill-opacity:1;stroke-width:0.30651757" /> |
| 1320 | <text |
| 1321 | xml:space="preserve" |
| 1322 | style="font-style:normal;font-weight:normal;font-size:12.26070404px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.30651757" |
| 1323 | x="28.067818" |
| 1324 | y="235.88847" |
| 1325 | id="text1045"><tspan |
| 1326 | sodipodi:role="line" |
| 1327 | id="tspan1043" |
| 1328 | x="28.067818" |
| 1329 | y="235.88847" |
| 1330 | style="font-size:5.31297159px;fill:#4d4d4d;stroke-width:0.30651757">h<tspan |
| 1331 | id="tspan1041" |
| 1332 | style="font-size:2.45214057px;stroke-width:0.30651757">t-1</tspan></tspan></text> |
| 1333 | </g> |
| 1334 | </svg> |
| 1335 | |