summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/components/components-grid.asciidoc10
-rw-r--r--documentation/components/components-overview.asciidoc7
-rw-r--r--documentation/components/img/component-diagram-hi.pngbin200429 -> 177272 bytes
-rw-r--r--documentation/components/original-drawings/Makefile2
-rw-r--r--documentation/components/original-drawings/component-diagram.svg5578
5 files changed, 3405 insertions, 2192 deletions
diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc
index 9dc189919e..285f2772bf 100644
--- a/documentation/components/components-grid.asciidoc
+++ b/documentation/components/components-grid.asciidoc
@@ -255,7 +255,7 @@ grid.addCellClickListener(event ->
The clicked grid cell is also automatically focused.
The focus indication is themed so that the focused cell has a visible focus
-indicator style by default, while the row doesn't. You can enable row focus, as
+indicator style by default, while the row does not. You can enable row focus, as
well as disable cell focus, in a custom theme. See <<components.grid.css>>.
@@ -507,11 +507,10 @@ bornColumn.setRenderer(
+
Optionally, a locale can be given. Otherwise, the default locale (in the
component tree) is used.
-
endif::web[]
-[classname]#HTMLRenderer#:: Renders the cell as HTML. This allows formatting cell content, as well as using
-HTML features such as hyperlinks.
+[classname]#HTMLRenderer#:: Renders the cell as HTML.
+This allows formatting the cell content, as well as using HTML features such as hyperlinks.
ifdef::web[]
+
@@ -523,7 +522,8 @@ Column<String> htmlColumn grid.addColumn(person ->
"<a href='" + person.getDetailsUrl() + "' target='_top'>info</a>");
htmlColumn.setRenderer(new HtmlRenderer());
----
-ifdef::web[]
+endif::web[]
+
[classname]#NumberRenderer#:: Formats column values with a numeric type extending [classname]#Number#:
[classname]#Integer#, [classname]#Double#, etc. The format can be specified
either by the subclasses of [classname]#java.text.NumberFormat#, namely
diff --git a/documentation/components/components-overview.asciidoc b/documentation/components/components-overview.asciidoc
index c1d133f9f9..65d3053b94 100644
--- a/documentation/components/components-overview.asciidoc
+++ b/documentation/components/components-overview.asciidoc
@@ -15,7 +15,7 @@ version of the diagram is featured in the __Vaadin Cheat Sheet__.
[[figure.uicomponents]]
.User Interface Component Class Hierarchy
-image::img/component-diagram-hi.png[]
+image::img/component-diagram-hi.png[width=100%, scaledwidth=100%]
((("[classname]#Component#")))
At the top of the interface hierarchy, we have the [classname]#Component#
@@ -74,8 +74,3 @@ The diagram is also included in the six-page DZone Refcard, which you can find
at https://vaadin.com/refcard.
====
-
-
-
-
-
diff --git a/documentation/components/img/component-diagram-hi.png b/documentation/components/img/component-diagram-hi.png
index 534d3dcdd8..2e07de3017 100644
--- a/documentation/components/img/component-diagram-hi.png
+++ b/documentation/components/img/component-diagram-hi.png
Binary files differ
diff --git a/documentation/components/original-drawings/Makefile b/documentation/components/original-drawings/Makefile
index 8a0ad3da30..c4b4aa2a35 100644
--- a/documentation/components/original-drawings/Makefile
+++ b/documentation/components/original-drawings/Makefile
@@ -1,5 +1,5 @@
IMAGES = slider-example1 field-interface-v8 field-diagram \
- textfield-diagram
+ textfield-diagram component-diagram
SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg)
TRGIMAGES_HI := $(foreach file, $(IMAGES), ../img/$(file)-hi.png)
diff --git a/documentation/components/original-drawings/component-diagram.svg b/documentation/components/original-drawings/component-diagram.svg
index b6cca8813a..97e27d5eee 100644
--- a/documentation/components/original-drawings/component-diagram.svg
+++ b/documentation/components/original-drawings/component-diagram.svg
@@ -1,2180 +1,3398 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="744.09448"
- height="1052.3622"
- id="svg2475"
- sodipodi:version="0.32"
- inkscape:version="0.46"
- sodipodi:docname="component-diagram.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"
- inkscape:export-xdpi="300.01001"
- inkscape:export-ydpi="300.01001"
- version="1.0">
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- gridtolerance="10000"
- guidetolerance="10"
- objecttolerance="10"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1.6970563"
- inkscape:cx="424.16197"
- inkscape:cy="468.86332"
- inkscape:document-units="mm"
- inkscape:current-layer="g2814"
- showgrid="true"
- inkscape:window-width="1680"
- inkscape:window-height="1026"
- inkscape:window-x="1280"
- inkscape:window-y="0"
- inkscape:snap-nodes="true"
- inkscape:snap-bbox="true"
- units="mm"
- inkscape:snap-global="true">
- <inkscape:grid
- spacingy="1mm"
- spacingx="1mm"
- empspacing="5"
- units="mm"
- enabled="true"
- visible="true"
- id="grid4674"
- type="xygrid"
- dotted="false" />
- </sodipodi:namedview>
- <defs
- id="defs2477">
- <marker
- inkscape:stockid="Arrow1Lstart"
- orient="auto"
- refY="0"
- refX="0"
- id="Arrow1Lstart"
- style="overflow:visible">
- <path
- id="path5210"
- d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
- transform="matrix(0.8,0,0,0.8,10,0)" />
- </marker>
- <marker
- style="overflow:visible"
- id="DotS"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="DotS">
- <path
- transform="matrix(0.2,0,0,0.2,1.48,0.2)"
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
- d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"
- id="path3636" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutS"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutS"
- style="overflow:visible">
- <path
- id="path3717"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <inkscape:path-effect
- copytype="single_stretched"
- pattern="M 349.202,225.086 L 405.895,331.386 L 370.462,338.472 "
- prop_scale="1"
- id="path-effect2503"
- effect="skeletal" />
- <inkscape:path-effect
- prop_scale="1"
- id="path-effect2499"
- effect="skeletal" />
- <inkscape:path-effect
- pattern-nodetypes="cc"
- pattern="M 432.28346,272.83462 L 403.93701,216.14171"
- prop_scale="1"
- id="path-effect2497"
- effect="skeletal" />
- <marker
- style="overflow:visible"
- id="Arrow1Send"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="Arrow1Send">
- <path
- transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
- d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
- id="path3641" />
- </marker>
- <marker
- style="overflow:visible"
- id="Arrow1Lend"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="Arrow1Lend">
- <path
- transform="matrix(-0.8,0,0,-0.8,-10,0)"
- style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
- d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
- id="path3629" />
- </marker>
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 526.18109 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="744.09448 : 526.18109 : 1"
- inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
- id="perspective3487" />
- <marker
- style="overflow:visible"
- id="Arrow2Sendp"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="Arrow2Sendp">
- <path
- transform="matrix(-0.3,0,0,-0.3,0.69,0)"
- d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"
- style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"
- id="path28139" />
- </marker>
- <marker
- style="overflow:visible"
- id="TriangleOutSK"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutSK">
- <path
- transform="scale(0.2,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- id="path36611" />
- </marker>
- <marker
- style="overflow:visible"
- id="TriangleOutSH"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutSH">
- <path
- transform="scale(0.2,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- id="path36614" />
- </marker>
- <marker
- style="overflow:visible"
- id="TriangleOutSA"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutSA">
- <path
- transform="scale(0.2,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- id="path36617" />
- </marker>
- <marker
- style="overflow:visible"
- id="TriangleOutSKF"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutSKF">
- <path
- transform="scale(0.2,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- id="path36620" />
- </marker>
- <marker
- style="overflow:visible"
- id="TriangleOutS9"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="TriangleOutS9">
- <path
- transform="scale(0.2,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- id="path36623" />
- </marker>
- <marker
- style="overflow:visible"
- id="Arrow2SendpA"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="Arrow2SendpA">
- <path
- transform="matrix(-0.3,0,0,-0.3,0.69,0)"
- d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"
- style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"
- id="path3396" />
- </marker>
- <marker
- style="overflow:visible"
- id="Arrow2Sendpg"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="Arrow2Sendpg">
- <path
- transform="matrix(-0.3,0,0,-0.3,0.69,0)"
- d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"
- style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"
- id="path3360" />
- </marker>
- <filter
- id="filter2780"
- inkscape:label="White Halo"
- width="1.1"
- height="1.1">
- <feMorphology
- id="feMorphology2782"
- operator="dilate"
- radius="3"
- result="result0" />
- <feFlood
- id="feFlood2786"
- flood-color="rgb(255,255,255)"
- flood-opacity="1"
- in="result0"
- result="result3" />
- <feComposite
- id="feComposite2623"
- in="result3"
- in2="result0"
- operator="in"
- result="result4" />
- <feMerge
- id="feMerge2629">
- <feMergeNode
- inkscape:collect="always"
- id="feMergeNode2631"
- in="result4" />
- <feMergeNode
- inkscape:collect="always"
- id="feMergeNode2633"
- in="SourceGraphic" />
- </feMerge>
- </filter>
- <marker
- inkscape:stockid="TriangleOutSn"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSn"
- style="overflow:visible">
- <path
- id="path4441"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutS9F"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutS9F"
- style="overflow:visible">
- <path
- id="path4444"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSI"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSI"
- style="overflow:visible">
- <path
- id="path4447"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSO"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSO"
- style="overflow:visible">
- <path
- id="path4450"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSW"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSW"
- style="overflow:visible">
- <path
- id="path4453"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSB"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSB"
- style="overflow:visible">
- <path
- id="path4456"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSZ"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSZ"
- style="overflow:visible">
- <path
- id="path4459"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- style="overflow:visible"
- id="DotSq"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="DotSq">
- <path
- transform="matrix(0.2,0,0,0.2,1.48,0.2)"
- style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
- d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"
- id="path5853" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSBO"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSBO"
- style="overflow:visible">
- <path
- id="path7501"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- style="overflow:visible"
- id="DotSu"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="DotSu">
- <path
- transform="matrix(0.2,0,0,0.2,1.48,0.2)"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
- d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"
- id="path9463" />
- </marker>
- <filter
- height="1.1"
- width="1.1"
- inkscape:label="Black Halo"
- id="filter10694">
- <feMorphology
- result="result0"
- radius="3"
- operator="dilate"
- id="feMorphology10696" />
- <feFlood
- result="result3"
- in="result0"
- flood-opacity="1"
- flood-color="rgb(0,0,0)"
- id="feFlood10698" />
- <feComposite
- result="result4"
- operator="in"
- in2="result0"
- in="result3"
- id="feComposite10700" />
- <feMerge
- id="feMerge10702">
- <feMergeNode
- in="result4"
- id="feMergeNode10704"
- inkscape:collect="always" />
- <feMergeNode
- in="SourceGraphic"
- id="feMergeNode10706"
- inkscape:collect="always" />
- </feMerge>
- </filter>
- <marker
- inkscape:stockid="TriangleOutSu"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSu"
- style="overflow:visible">
- <path
- id="path8127"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSI8"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSI8"
- style="overflow:visible">
- <path
- id="path8130"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSr"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSr"
- style="overflow:visible">
- <path
- id="path8133"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSM"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSM"
- style="overflow:visible">
- <path
- id="path8136"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- inkscape:stockid="TriangleOutSb"
- orient="auto"
- refY="0"
- refX="0"
- id="TriangleOutSb"
- style="overflow:visible">
- <path
- id="path8139"
- d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z"
- style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
- transform="scale(0.2,0.2)" />
- </marker>
- <marker
- id="marker18095"
- orient="auto"
- markerHeight="5.7450776"
- markerWidth="4.6297302">
- <g
- id="g11064"
- transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
- <path
- sodipodi:nodetypes="csccccccsccssssssssssssssccc"
- id="path11050"
- d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path11035"
- d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"
- style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- </marker>
- <marker
- id="marker44971"
- orient="auto"
- markerHeight="5.7450781"
- markerWidth="4.6297355">
- <g
- id="g18059"
- transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
- <path
- sodipodi:nodetypes="csccccccsccssssssssssssssccc"
- id="path18061"
- d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path18063"
- d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"
- style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- </marker>
- <marker
- id="marker52016"
- orient="auto"
- markerHeight="5.7450786"
- markerWidth="4.6297302">
- <g
- id="g52010"
- transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
- <path
- sodipodi:nodetypes="csccccccsccssssssssssssssccc"
- id="path52012"
- d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path52014"
- d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"
- style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- </marker>
- <marker
- id="marker64887"
- orient="auto"
- markerHeight="5.745079"
- markerWidth="4.6297255">
- <g
- id="g64855"
- transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
- <path
- sodipodi:nodetypes="csccccccsccssssssssssssssccc"
- id="path64857"
- d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path64859"
- d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"
- style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- </marker>
- <marker
- id="marker4057"
- orient="auto"
- markerHeight="5.745079"
- markerWidth="4.6297302">
- <g
- id="g51986"
- transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
- <path
- sodipodi:nodetypes="csccccccsccssssssssssssssccc"
- id="path51988"
- d="M 370,508.65625 C 369.13933,508.715 368.39056,509.27755 368.09375,510.09375 C 367.82399,510.83551 368.03605,511.62868 368.53125,512.21875 L 366.78125,512.21875 C 366.73884,512.21408 366.69882,512.22093 366.65625,512.21875 L 366.65625,516.59375 L 366.78125,516.59375 L 368.53125,516.59375 C 367.85229,517.45345 367.83424,518.70924 368.625,519.5 C 369.47591,520.35091 370.89909,520.35091 371.75,519.5 L 375.09375,516.125 C 375.12672,516.09552 375.15802,516.06422 375.1875,516.03125 C 375.21972,516.01191 375.25101,515.99105 375.28125,515.96875 C 375.28162,515.96839 375.49976,515.68796 375.5,515.6875 C 375.50005,515.68741 375.49338,515.64282 375.5,515.625 C 375.5011,515.62203 375.53002,515.62832 375.53125,515.625 C 375.57039,515.57293 375.58228,515.57321 375.625,515.5 C 375.76199,515.26524 375.79184,515.12809 375.78125,515.15625 C 375.81807,515.06473 375.79977,515.04374 375.8125,515 C 375.82311,514.98978 375.83353,514.97936 375.84375,514.96875 C 375.90379,514.74477 375.93181,514.45186 375.90625,514.1875 C 375.89266,513.98387 375.84739,513.88985 375.84375,513.875 C 375.84389,513.86458 375.84389,513.85417 375.84375,513.84375 C 375.86975,513.94071 375.85901,513.85978 375.75,513.59375 C 375.69753,513.46336 375.66014,513.37439 375.625,513.3125 C 375.57262,513.22275 375.49154,513.05015 375.28125,512.84375 L 371.75,509.3125 C 371.29355,508.82579 370.66491,508.60087 370,508.65625 z"
- style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path51990"
- d="M 366.65625,515.40625 L 371.28125,515.40625 L 369.46875,517.21875 C 369.0718,517.6157 369.0718,518.2593 369.46875,518.65625 C 369.8657,519.0532 370.5093,519.0532 370.90625,518.65625 L 374.34375,515.1875 L 374.4375,515.125 C 374.44343,515.11918 374.43171,515.09972 374.4375,515.09375 C 374.49291,515.03659 374.5526,514.97676 374.59375,514.90625 C 374.62239,514.85717 374.63663,514.80216 374.65625,514.75 C 374.66861,514.71928 374.67831,514.68783 374.6875,514.65625 C 374.71862,514.54015 374.73024,514.43132 374.71875,514.3125 C 374.71489,514.25466 374.70138,514.21285 374.6875,514.15625 C 374.6766,514.1156 374.67237,514.07059 374.65625,514.03125 C 374.63982,513.99042 374.61578,513.94505 374.59375,513.90625 C 374.5483,513.82838 374.50015,513.74899 374.4375,513.6875 L 370.90625,510.15625 C 370.69734,509.93349 370.39809,509.8184 370.09375,509.84375 C 369.69897,509.8707 369.35398,510.12813 369.21875,510.5 C 369.08351,510.87187 369.18349,511.28826 369.46875,511.5625 L 371.34375,513.40625 L 366.65625,513.40625"
- style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </g>
- </marker>
- <marker
- id="marker72805"
- orient="auto"
- markerHeight="4.5568175"
- markerWidth="4.0334239">
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path18057"
- d="M -2.0167119,0.50456824 L 0.29578813,0.50456824 L -0.61046187,1.4108182 C -0.80893187,1.6092982 -0.80893187,1.9310982 -0.61046187,2.1295682 C -0.41198187,2.3280482 -0.090181874,2.3280482 0.10828813,2.1295682 L 1.8270381,0.39519824 L 1.8739181,0.36394824 C 1.8768781,0.36103824 1.8710181,0.35130824 1.8739181,0.34831824 C 1.9016181,0.31973824 1.9314681,0.28982824 1.9520381,0.25456824 C 1.9663581,0.23002824 1.9734781,0.20252824 1.9832881,0.17644824 C 1.9894681,0.16108824 1.9943181,0.14535824 1.9989181,0.12956824 C 2.0144781,0.07151824 2.0202881,0.01710824 2.0145381,-0.04230176 C 2.0126081,-0.07122176 2.0058581,-0.09213176 1.9989181,-0.12043176 C 1.9934681,-0.14075176 1.9913481,-0.16326176 1.9832881,-0.18293176 C 1.9750781,-0.20334176 1.9630581,-0.22603176 1.9520381,-0.24543176 C 1.9293181,-0.28436176 1.9052381,-0.32406176 1.8739181,-0.35480176 L 0.10828813,-2.1204318 C 0.003838126,-2.2318118 -0.14579187,-2.2893518 -0.29796187,-2.2766818 C -0.49535187,-2.2632018 -0.66784187,-2.1344918 -0.73546187,-1.9485518 C -0.80308187,-1.7626218 -0.75309187,-1.5544218 -0.61046187,-1.4173018 L 0.32703813,-0.49543176 L -2.0167119,-0.49543176"
- style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </marker>
- <marker
- id="marker72808"
- orient="auto"
- markerHeight="4.5568123"
- markerWidth="4.0334177">
- <path
- sodipodi:nodetypes="cccscccsssssssscccsccc"
- id="path72801"
- d="M -2.016709,0.50457301 L 0.29579105,0.50457301 L -0.61045895,1.410823 C -0.80893895,1.609293 -0.80893895,1.931093 -0.61045895,2.129573 C -0.41198895,2.328043 -0.090188953,2.328043 0.10829105,2.129573 L 1.827041,0.39519301 L 1.873911,0.36394301 C 1.876881,0.36103301 1.871021,0.35130301 1.873911,0.34832301 C 1.901621,0.31974301 1.931461,0.28982301 1.952041,0.25457301 C 1.966361,0.23003301 1.973481,0.20252301 1.983291,0.17644301 C 1.989471,0.16108301 1.994321,0.14536301 1.998911,0.12957301 C 2.014471,0.071523013 2.020281,0.017103013 2.014541,-0.042306987 C 2.012611,-0.071226987 2.005851,-0.092126987 1.998911,-0.12042699 C 1.993461,-0.14075699 1.991351,-0.16325699 1.983291,-0.18292699 C 1.975071,-0.20334699 1.963051,-0.22602699 1.952041,-0.24542699 C 1.929311,-0.28436699 1.905241,-0.32405699 1.873911,-0.35480699 L 0.10829105,-2.120427 C 0.003831047,-2.231807 -0.14578895,-2.289357 -0.29795895,-2.276677 C -0.49534895,-2.263207 -0.66784895,-2.134487 -0.73545895,-1.948557 C -0.80307895,-1.762617 -0.75308895,-1.554427 -0.61045895,-1.417307 L 0.32704105,-0.49542699 L -2.016709,-0.49542699"
- style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- </marker>
- <marker
- style="overflow:visible"
- id="DotSuN"
- refX="0"
- refY="0"
- orient="auto"
- inkscape:stockid="DotSuN">
- <path
- transform="matrix(0.2,0,0,0.2,1.48,0.2)"
- style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
- d="M -2.5,-1 C -2.5,1.76 -4.74,4 -7.5,4 C -10.26,4 -12.5,1.76 -12.5,-1 C -12.5,-3.76 -10.26,-6 -7.5,-6 C -4.74,-6 -2.5,-3.76 -2.5,-1 z"
- id="path81580" />
- </marker>
- </defs>
- <metadata
- id="metadata2480">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:groupmode="layer"
- inkscape:label="Layer 1">
- <g
- id="g8676"
- transform="translate(21.456674,439.66327)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.139881"
- width="84.842522"
- id="rect8678"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-3.5898053,12.655528)"
- id="flowRoot8680"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion8682"><use
- height="1052.3622"
- width="744.09448"
- id="use8684"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara8686">Panel</flowPara></flowRoot> </g>
- <flowRoot
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot2485"
- xml:space="preserve"><flowRegion
- id="flowRegion2487"><rect
- style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- y="238.07646"
- x="262.85715"
- height="120"
- width="184.28572"
- id="rect2489" /></flowRegion><flowPara
- id="flowPara2491" /></flowRoot> <g
- transform="translate(-3.5714286,23.214286)"
- id="g3178" />
- <path
- inkscape:connector-type="polyline"
- id="path28387"
- d="M 191.53543,563.67899 L 190.15217,563.81168"
- style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <g
- id="g2492"
- transform="translate(21.259843,162.59526)">
- <rect
- ry="3.7880721"
- y="230.31496"
- x="163.1725"
- height="35.433071"
- width="99.032219"
- id="rect4654"
- style="opacity:1;fill:#d9d9cd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot4664"
- transform="translate(-2.7125132,103.67242)"><flowRegion
- id="flowRegion4666"><use
- transform="translate(1.467046,-91.03536)"
- x="0"
- y="0"
- xlink:href="#rect4654"
- id="use4668"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara4670">Component</flowPara></flowRoot> </g>
- <path
- inkscape:connector-type="polyline"
- id="path4676"
- d="M 233.79351,471.55301 L 233.9034,428.34329"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-start="#g2475"
- inkscape:connection-end="#g2492" />
- <g
- id="g2475"
- transform="translate(21.456693,262.49791)">
- <rect
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect4622"
- width="141.11894"
- height="35.433071"
- x="141.73228"
- y="209.0551"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- id="flowRoot4636"
- transform="translate(-1.2813438,13.082604)"><flowRegion
- id="flowRegion4638"><use
- x="0"
- y="0"
- xlink:href="#rect4622"
- id="use4640"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara4642">AbstractComponent</flowPara></flowRoot> </g>
- <path
- inkscape:connection-start="#g28366"
- inkscape:connector-type="polyline"
- id="path28356"
- d="M 113.58268,489.31784 L 163.18898,489.2979"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:3.89763784;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-end="#g2475" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connection-start="#g28410"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:3.89763784;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 191.33858,556.29919 L 191.33858,506.69289"
- id="path28422"
- inkscape:connector-type="polyline"
- inkscape:connection-end="#g2475" />
- <g
- transform="translate(14.370099,248.85827)"
- id="g28403">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect4680"
- width="77.952736"
- height="35.433075"
- x="21.259842"
- y="179.88187"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot3307"
- transform="translate(-0.1536719,27.14058)"><flowRegion
- id="flowRegion3309"><use
- x="0"
- y="0"
- xlink:href="#rect4680"
- id="use3311"
- width="744.09448"
- height="1052.3622"
- transform="translate(-8.3132958e-2,-13.857718)" /></flowRegion><flowPara
- id="flowPara3313">Embedded</flowPara></flowRoot> </g>
- <g
- transform="translate(14.370099,234.21542)"
- id="g28366">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28346"
- width="77.952736"
- height="35.433075"
- x="21.259842"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot28358"
- transform="translate(0,13.484772)"><flowRegion
- id="flowRegion28360"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use28362"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara28364">Link</flowPara></flowRoot> </g>
- <g
- transform="translate(14.370099,276.37795)"
- id="g28373">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28375"
- width="77.952736"
- height="35.433075"
- x="21.259842"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot28377"
- transform="translate(0,13.484772)"><flowRegion
- id="flowRegion28379"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use28381"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara28383">Label</flowPara></flowRoot> </g>
- <g
- transform="translate(21.456674,318.89764)"
- id="g28389">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect28391"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot28393"
- transform="translate(-7.3232607,13.484772)"><flowRegion
- id="flowRegion28395"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use28397"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara28399">MenuBar</flowPara></flowRoot> </g>
- <g
- id="g28410"
- transform="translate(128.79419,319.19082)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.433075"
- width="77.952736"
- id="rect28412"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-6.2438636,13.070151)"
- id="flowRoot28414"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion28416"><use
- height="1052.3622"
- width="744.09448"
- id="use28418"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara28420">Upload</flowPara></flowRoot> </g>
- <g
- id="g2834"
- transform="translate(-105.31234,394.21331)">
- <rect
- ry="3.7880721"
- y="226.1586"
- x="140.94226"
- height="35.139877"
- width="152.16536"
- id="rect2836"
- style="opacity:1;fill:#d9d9cd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="217.32076"
- y="248.13274"
- id="text2846"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan2848"
- x="217.32076"
- y="248.13274">ComponentContainer</tspan></text>
- </g>
- <path
- inkscape:connector-type="polyline"
- id="path2850"
- d="M 193.98254,677.25322 L 146.07134,655.80498"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-start="#g2814"
- inkscape:connection-end="#g2834" />
- <path
- inkscape:connector-type="polyline"
- id="path2852"
- d="M 233.57424,677.25322 L 233.73203,506.98608"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-start="#g2814"
- inkscape:connection-end="#g2475" />
- <g
- transform="translate(-10.317025,462.30948)"
- id="g2814">
- <rect
- ry="3.7880721"
- y="214.94374"
- x="144.96269"
- height="35.43309"
- width="201.96851"
- id="rect2816"
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- x="244.37701"
- y="236.20358"
- id="text2830"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan2832"
- x="244.37701"
- y="236.20358">AbstractComponentContainer</tspan></text>
- </g>
- <path
- inkscape:connector-type="polyline"
- id="path2866"
- d="M 389.76378,410.77475 L 283.46456,410.67378"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker44971);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-start="#g2854"
- inkscape:connection-end="#g2492" />
- <g
- id="g2854"
- transform="translate(223.64137,160.03305)">
- <rect
- ry="3.7880721"
- y="233.06555"
- x="166.12241"
- height="35.433075"
- width="85.039375"
- id="rect2856"
- style="opacity:1;fill:#d9d9cd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot2858"
- transform="translate(-6.2480473,106.19782)"><flowRegion
- id="flowRegion2860"><use
- transform="translate(1.467046,-91.03536)"
- x="0"
- y="0"
- xlink:href="#rect4654"
- id="use2862"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara2864">Field</flowPara></flowRoot> </g>
- <path
- inkscape:connection-end="#g2854"
- inkscape:connection-start="#g2802"
- inkscape:connector-type="polyline"
- id="path2868"
- d="M 432.25441,471.55301 L 432.27499,428.53168"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
- <path
- inkscape:connection-start="#g2802"
- inkscape:connector-type="polyline"
- id="path2639"
- d="M 377.03373,489.45184 L 304.30792,489.35932"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4.0003937;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-end="#g2475" />
- <g
- transform="translate(204.60668,263.00299)"
- id="g2802">
- <rect
- ry="3.7880721"
- y="208.55002"
- x="172.42705"
- height="35.93816"
- width="110.42418"
- id="rect2804"
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(17.153521,11.90988)"
- id="flowRoot2806"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- xml:space="preserve"><flowRegion
- id="flowRegion2808"><use
- height="1052.3622"
- width="744.09448"
- id="use2810"
- xlink:href="#rect4622"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara2812">AbstractField</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 502.24448,489.52209 L 487.45791,489.52209"
- id="path3832"
- inkscape:connector-type="polyline"
- inkscape:connection-end="#g2802"
- inkscape:connection-start="#g3808" />
- <g
- transform="translate(488.07123,234.404)"
- id="g3808">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3810"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot3812"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion3814"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use3816"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara3818">Button</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 606.26013,489.28635 L 580.19721,489.38082"
- id="path3834"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g3820"
- inkscape:connection-end="#g3808" />
- <g
- transform="translate(592.08688,234.02699)"
- id="g3820">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3822"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot3824"
- transform="translate(-5.7576143,12.222082)"><flowRegion
- id="flowRegion3826"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use3828"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara3830">CheckBox</flowPara></flowRoot> </g>
- <g
- transform="translate(488.57632,283.75775)"
- id="g3836">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3838"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot3840"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion3842"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use3844"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara3846">TextField</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 606.05763,538.80562 L 580.7023,538.8333"
- id="path3866"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g3848"
- inkscape:connection-end="#g3836" />
- <g
- transform="translate(595.22522,296.06299)"
- id="g3848">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3850"
- width="99.41507"
- height="35.433071"
- x="10.832414"
- y="224.97185"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="59.819889"
- y="246.23169"
- id="text3860"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan3862"
- x="59.819889"
- y="246.23169">RichTextArea</tspan></text>
- </g>
- <g
- transform="translate(487.91913,333.28084)"
- id="g3870">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3872"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot3874"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion3876"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use3878"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara3880">DateField</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 605.90551,588.32848 L 580.04511,588.35658"
- id="path3910"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g3894"
- inkscape:connection-end="#g3870" />
- <g
- transform="translate(595.0731,345.58608)"
- id="g3894">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3896"
- width="99.41507"
- height="35.433071"
- x="10.832414"
- y="224.97185"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="60.61198"
- y="246.73676"
- id="text3898"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan3900"
- x="60.61198"
- y="246.73676">InlineDateField</tspan></text>
- </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 614.53048,620.07872 L 580.04511,605.20718"
- id="path3912"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g3902"
- inkscape:connection-end="#g3870" />
- <g
- transform="translate(595.0731,395.10687)"
- id="g3902">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect3904"
- width="99.41507"
- height="35.433067"
- x="10.832414"
- y="224.97185"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="60.561245"
- y="246.98929"
- id="text3906"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan3908"
- x="60.561245"
- y="246.98929">PopupDateField</tspan></text>
- </g>
- <path
- inkscape:connection-end="#g2802"
- inkscape:connection-start="#g3796"
- inkscape:connector-type="polyline"
- id="path2641"
- d="M 432.01532,677.06481 L 432.22373,507.49117"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
- <g
- transform="translate(204.1016,468.44433)"
- id="g3796">
- <rect
- ry="3.7880721"
- y="208.62048"
- x="172.93213"
- height="35.867687"
- width="109.9191"
- id="rect3798"
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(15.70397,13.082604)"
- id="flowRoot3800"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- xml:space="preserve"><flowRegion
- id="flowRegion3802"><use
- height="1052.3622"
- width="744.09448"
- id="use3804"
- xlink:href="#rect4622"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara3806">AbstractSelect</flowPara></flowRoot> </g>
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 460.82677,602.65537 L 460.82677,506.98608"
- id="path2679"
- inkscape:connector-type="polyline" />
- <g
- transform="translate(487.94392,383.46348)"
- id="g2667">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect2669"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot2671"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion2673"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use2675"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara2677">Form</flowPara></flowRoot> </g>
- <g
- transform="translate(329.52756,340.15748)"
- id="g2655">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect2657"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot2659"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion2661"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use2663"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara2665">Slider</flowPara></flowRoot> </g>
- <g
- transform="translate(209.05513,248.0315)"
- id="g2643">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect2645"
- width="120.47243"
- height="35.433071"
- x="42.519691"
- y="279.92123"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="102.11802"
- y="301.18109"
- id="text2685"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan2687"
- x="102.11802"
- y="301.18109">ProgressIndicator</tspan></text>
- </g>
- <g
- transform="translate(486.87623,485.72626)"
- id="g6708">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6710"
- width="88.58268"
- height="35.433067"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot6712"
- transform="translate(-2.0143046,12.47462)"><flowRegion
- id="flowRegion6714"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use6716"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara6718">ListSelect</flowPara></flowRoot> </g>
- <g
- transform="translate(486.87623,531.78925)"
- id="g6732">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6734"
- width="88.58268"
- height="35.433071"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot6736"
- transform="translate(-1.9955771,12.47462)"><flowRegion
- id="flowRegion6738"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use6740"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara6742">NativeSelect</flowPara></flowRoot> </g>
- <g
- transform="translate(486.87623,577.85224)"
- id="g6744">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6746"
- width="88.58268"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text6756"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan6758"
- x="58.338272"
- y="258.7847">TwinColSelect</tspan></text>
- </g>
- <g
- transform="translate(486.87623,623.91523)"
- id="g6760">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6762"
- width="88.58268"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text6764"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan6766"
- x="58.338272"
- y="258.7847">OptionGroup</tspan></text>
- </g>
- <g
- transform="translate(486.87623,669.97822)"
- id="g6768">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6770"
- width="88.58268"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text6772"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan6774"
- x="58.338272"
- y="258.7847">Table</tspan></text>
- </g>
- <g
- transform="translate(486.87623,716.04121)"
- id="g6776">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6778"
- width="88.58268"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text6780"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan6782"
- x="58.338272"
- y="258.7847">Tree</tspan></text>
- </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,694.86626 L 486.95283,694.89329"
- id="path6784"
- inkscape:connector-type="polyline"
- inkscape:connection-end="#g3796"
- inkscape:connection-start="#g6696" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 435.98823,971.20333 L 436.36735,712.9325"
- id="path6792"
- inkscape:connector-type="polyline" />
- <g
- transform="translate(486.87623,439.66326)"
- id="g6696">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6698"
- width="88.58268"
- height="35.433079"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot6700"
- transform="translate(-1.8746946,12.47462)"><flowRegion
- id="flowRegion6702"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use6704"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara6706">Select</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 605.90551,694.6091 L 589.63216,694.65538"
- id="path7439"
- inkscape:connector-type="polyline"
- inkscape:connection-end="#g6696"
- inkscape:connection-start="#g6720" />
- <g
- transform="translate(591.73226,439.37008)"
- id="g6720">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect6722"
- width="85.039375"
- height="35.433067"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot6724"
- transform="translate(-2.2828618,12.796385)"><flowRegion
- id="flowRegion6726"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use6728"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara6730">ComboBox</flowPara></flowRoot> </g>
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,971.1593 L 437.26995,971.1593"
- id="path6796"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6776" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,925.09631 L 437.26995,925.09631"
- id="path7429"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6768" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,879.03332 L 437.26995,879.03332"
- id="path7431"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6760" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,832.97033 L 437.26995,832.97033"
- id="path7433"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6744" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,786.90734 L 437.26995,786.90734"
- id="path7435"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6732" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 501.04948,740.84434 L 437.26995,740.84434"
- id="path7437"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g6708" />
- <path
- inkscape:connection-start="#g8550"
- inkscape:connection-end="#g2814"
- inkscape:connector-type="polyline"
- id="path8562"
- d="M 234.05047,779.8548 L 235.30027,712.68631"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
- <g
- id="g8550"
- transform="translate(21.429068,570.7997)">
- <rect
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8552"
- width="141.11894"
- height="35.433071"
- x="141.73228"
- y="209.0551"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- id="flowRoot8554"
- transform="translate(-1.2813438,13.082604)"><flowRegion
- id="flowRegion8556"><use
- x="0"
- y="0"
- xlink:href="#rect4622"
- id="use8558"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara8560">AbstractLayout</flowPara></flowRoot> </g>
- <path
- inkscape:connection-start="#g8564"
- inkscape:connection-end="#g8550"
- inkscape:connector-type="polyline"
- id="path8580"
- d="M 233.99587,879.82072 L 233.78007,815.28787"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
- <g
- transform="translate(-9.8197298,664.87698)"
- id="g8564">
- <rect
- ry="3.7880721"
- y="214.94374"
- x="162.37878"
- height="35.433071"
- width="162.99213"
- id="rect8566"
- style="opacity:1;fill:#f39300;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold Italic"
- x="244.37701"
- y="236.20358"
- id="text8568"
- sodipodi:linespacing="100%"><tspan
- sodipodi:role="line"
- id="tspan8570"
- x="244.37701"
- y="236.20358">AbstractOrderedLayout</tspan></text>
- </g>
- <path
- inkscape:connection-start="#g8572"
- inkscape:connection-end="#g8550"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 318.89763,797.36721 L 304.28029,797.40224"
- id="path8582"
- inkscape:connector-type="polyline" />
- <g
- transform="translate(311.81099,542.12599)"
- id="g8572">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8574"
- width="102.75591"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8576"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8578"
- x="58.338272"
- y="258.7847">AbsoluteLayout</tspan></text>
- </g>
- <path
- sodipodi:nodetypes="cc"
- inkscape:connection-start="#g8596"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 135.18474,829.4611 L 173.81889,815.2538"
- id="path8584"
- inkscape:connector-type="polyline" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4.00039387;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 276.47008,829.53592 L 276.1769,815.17003"
- id="path8594"
- inkscape:connector-type="polyline" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 195.84519,830.41547 L 195.84519,817.51548"
- id="path8604"
- inkscape:connector-type="polyline" />
- <g
- transform="translate(28.543273,592.05955)"
- id="g8596">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8598"
- width="102.75591"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8600"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8602"
- x="58.338272"
- y="258.7847">CustomLayout</tspan></text>
- </g>
- <g
- transform="translate(127.55903,591.73228)"
- id="g8606">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8608"
- width="74.409439"
- height="35.433067"
- x="21.259869"
- y="237.40157"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8610"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8612"
- x="58.338272"
- y="258.7847">SplitPanel</tspan></text>
- </g>
- <g
- transform="translate(240.94485,591.73229)"
- id="g8586">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8588"
- width="102.75591"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8590"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8592"
- x="58.338272"
- y="258.7847">GridLayout</tspan></text>
- </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 407.13268,594.83161 L 406.8395,508.04991"
- id="path8616"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 403.93701,545.66927 L 372.04724,545.66927"
- id="path8620"
- inkscape:connector-type="polyline" />
- <path
- inkscape:connection-start="#g8638"
- inkscape:connection-end="#g8564"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 274.71923,938.0097 L 251.85556,915.25379"
- id="path8662"
- inkscape:connector-type="polyline" />
- <path
- inkscape:connection-end="#g8564"
- inkscape:connection-start="#g8622"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 193.39099,938.0097 L 216.25467,915.25379"
- id="path8664"
- inkscape:connector-type="polyline" />
- <path
- inkscape:connection-end="#g8564"
- inkscape:connection-start="#g8646"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 138.38582,897.9727 L 152.55905,897.90819"
- id="path8666"
- inkscape:connector-type="polyline" />
- <g
- transform="translate(234.05508,700.60815)"
- id="g8638">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8640"
- width="102.75591"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8642"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8644"
- x="58.338272"
- y="258.7847">VerticalLayout</tspan></text>
- </g>
- <g
- transform="translate(117.12595,700.60815)"
- id="g8622">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8624"
- width="116.92913"
- height="35.433071"
- x="2.3858267e-05"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8626"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8628"
- x="58.338272"
- y="258.7847">HorizontalLayout</tspan></text>
- </g>
- <g
- transform="translate(28.543273,643.08847)"
- id="g8646">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8648"
- width="102.75591"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="58.338272"
- y="258.7847"
- id="text8650"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8652"
- x="58.338272"
- y="258.7847">FormLayout</tspan></text>
- </g>
- <g
- id="g8712"
- transform="translate(333.07087,488.97638)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.433075"
- width="77.952736"
- id="rect8714"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-6.8657954,12.655528)"
- id="flowRoot8716"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion8718"><use
- height="1052.3622"
- width="744.09448"
- id="use8720"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara8722">Accordion</flowPara></flowRoot> </g>
- <flowRoot
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"
- id="flowRoot8724"
- xml:space="preserve"><flowRegion
- id="flowRegion8726"><rect
- style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-family:Helvetica LT Std;-inkscape-font-specification:Helvetica LT Std Light"
- y="752.14441"
- x="39.286312"
- height="22.868153"
- width="29.904507"
- id="rect8728" /></flowRegion><flowPara
- id="flowPara8730" /></flowRoot> <g
- id="g8744"
- transform="translate(124.01575,491.43307)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.433075"
- width="77.952736"
- id="rect8746"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-6.8657954,12.655528)"
- id="flowRoot8748"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion8750"><use
- height="1052.3622"
- width="744.09448"
- id="use8752"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara8754">PopupView</flowPara></flowRoot> </g>
- <g
- id="g8700"
- transform="translate(237.59841,489.26957)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.433075"
- width="77.952736"
- id="rect8702"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-6.8657954,12.655528)"
- id="flowRoot8704"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion8706"><use
- height="1052.3622"
- width="744.09448"
- id="use8708"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara8710">TabSheet</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 347.24412,744.21416 L 329.72439,744.26796"
- id="path10680"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g8712"
- inkscape:connection-end="#g8700" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 290.79654,726.67112 L 290.83598,712.27172"
- id="path10682"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g8700" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 120.47244,694.72711 L 134.64567,694.75797"
- id="path10684"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g8676"
- sodipodi:nodetypes="cc"
- inkscape:connection-end="#g2814" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 78.051187,729.1278 L 78.051185,712.2047"
- id="path10686"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g8688"
- inkscape:connection-end="#g8676" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 290.24962,662.72406 L 290.24962,677.08995"
- id="path10688"
- inkscape:connector-type="polyline" />
- <g
- id="g8688"
- transform="translate(21.456693,491.72625)">
- <rect
- ry="3.7880721"
- y="237.40155"
- x="14.173247"
- height="35.139893"
- width="84.842499"
- id="rect8690"
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- transform="translate(-3.6498167,12.655528)"
- id="flowRoot8692"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- xml:space="preserve"><flowRegion
- id="flowRegion8694"><use
- height="1052.3622"
- width="744.09448"
- id="use8696"
- xlink:href="#rect28346"
- y="0"
- x="0" /></flowRegion><flowPara
- id="flowPara8698">Window</flowPara></flowRoot> </g>
- <g
- transform="translate(244.48816,389.76378)"
- id="g8736">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect8738"
- width="124.01575"
- height="35.433071"
- x="7.0866356"
- y="237.40155"
- ry="3.7880721" />
- <text
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- x="68.338272"
- y="258.7847"
- id="text8740"
- sodipodi:linespacing="125%"><tspan
- sodipodi:role="line"
- id="tspan8742"
- x="68.338272"
- y="258.7847">CustomComponent</tspan></text>
- </g>
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 141.73228,538.58266 L 141.73228,446.45668"
- id="path48282"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 141.92913,531.78923 L 112.19216,532.09079"
- id="path48284"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 141.92913,538.87584 L 113.36488,565.22029"
- id="path48286"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- inkscape:connector-type="polyline"
- id="path48288"
- d="M 112.19216,446.48181 L 141.92913,446.74986"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:3.89763784;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 503.34646,588.48214 L 460.82677,588.48214"
- id="path49764"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 503.34646,623.91521 L 460.82677,602.65537"
- id="path49766"
- inkscape:connector-type="polyline" />
- <path
- sodipodi:nodetypes="cc"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 503.34646,538.87584 L 460.82677,538.87584"
- id="path49768"
- inkscape:connector-type="polyline" />
- <path
- inkscape:connection-start="#g8744"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 177.27177,728.83462 L 177.37477,711.68536"
- id="path53455"
- inkscape:connector-type="polyline" />
- <g
- transform="matrix(0.5,0,0,0.5,103.34299,0.7940752)"
- id="g18053" />
- <path
- sodipodi:open="true"
- transform="translate(-409.24547,426.33482)"
- sodipodi:end="6.2827149"
- sodipodi:start="0"
- d="M 491.37734,228.54329 A 4.1726308,4.3281136 0 1 1 491.37734,228.54125"
- sodipodi:ry="4.3281136"
- sodipodi:rx="4.1726308"
- sodipodi:cy="228.54329"
- sodipodi:cx="487.20471"
- id="path80520"
- style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.12598419;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:2.12598425, 2.12598425;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:2.83464575;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#DotSu);stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:inline"
- d="M 78.063207,677.06482 L 77.986256,654.80816"
- id="path80518"
- inkscape:connector-type="polyline" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#49c2f1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot80522"
- transform="translate(-129.86464,517.05381)"><flowRegion
- id="flowRegion80524"><use
- transform="translate(1.467046,-91.03536)"
- x="0"
- y="0"
- xlink:href="#rect4654"
- id="use80526"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara80528">1</flowPara></flowRoot> <g
- id="g84015"
- transform="translate(-130.68935,546.46199)">
- <rect
- ry="3.7880721"
- y="233.06555"
- x="166.12241"
- height="35.433075"
- width="85.039375"
- id="rect84017"
- style="opacity:1;fill:#d9d9cd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot84019"
- transform="translate(-6.2480473,106.19782)"><flowRegion
- id="flowRegion84021"><use
- transform="translate(1.467046,-91.03536)"
- x="0"
- y="0"
- xlink:href="#rect4654"
- id="use84023"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara84025">Layout</flowPara></flowRoot> </g>
- <path
- inkscape:connector-type="polyline"
- id="path84027"
- d="M 163.16135,797.4231 L 120.47243,797.33341"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker52016);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- inkscape:connection-start="#g8550"
- inkscape:connection-end="#g84015" />
- <path
- inkscape:connector-type="polyline"
- id="path84033"
- d="M 35.433071,797.24407 L 24.80315,797.24407 L 24.80315,637.79525 L 35.433071,637.79525"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker44971);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- sodipodi:nodetypes="cccc" />
- <g
- transform="translate(237.40158,340.15748)"
- id="g116498">
- <rect
- style="opacity:1;fill:#49c2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="rect116500"
- width="77.952736"
- height="35.433075"
- x="14.173247"
- y="237.40155"
- ry="3.7880721" />
- <flowRoot
- xml:space="preserve"
- style="font-size:12px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Helvetica Rounded LT Std;-inkscape-font-specification:Helvetica Rounded LT Std Bold"
- id="flowRoot116502"
- transform="translate(-7.2728429,12.47462)"><flowRegion
- id="flowRegion116504"><use
- x="0"
- y="0"
- xlink:href="#rect28346"
- id="use116506"
- width="744.09448"
- height="1052.3622" /></flowRegion><flowPara
- id="flowPara116508">LoginForm</flowPara></flowRoot> </g>
- <path
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker-start:none;marker-mid:none;marker-end:url(#marker18095);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
- d="M 290.82026,612.99211 L 291.04167,627.57052"
- id="path116516"
- inkscape:connector-type="polyline"
- inkscape:connection-start="#g116498" />
- </g>
-</svg>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="82mm"
+ height="88mm"
+ id="svg2475"
+ sodipodi:version="0.32"
+ inkscape:version="0.91 r"
+ sodipodi:docname="component-diagram.svg"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/magi/itmill/doc/cheatsheet/vaadin-cheatsheet.png"
+ inkscape:export-xdpi="300.01001"
+ inkscape:export-ydpi="300.01001"
+ version="1.0">
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="1"
+ inkscape:pageshadow="2"
+ inkscape:zoom="4.8000001"
+ inkscape:cx="113.43288"
+ inkscape:cy="188.16367"
+ inkscape:document-units="mm"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1060"
+ inkscape:window-x="-2"
+ inkscape:window-y="-3"
+ inkscape:snap-nodes="true"
+ inkscape:snap-bbox="true"
+ units="mm"
+ inkscape:snap-global="true"
+ inkscape:window-maximized="1"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ showguides="true"
+ inkscape:guide-bbox="true">
+ <inkscape:grid
+ spacingy="1mm"
+ spacingx="1mm"
+ empspacing="10"
+ units="mm"
+ enabled="true"
+ visible="true"
+ id="grid4674"
+ type="xygrid"
+ dotted="false" />
+ <sodipodi:guide
+ position="106.29921,70.866142"
+ orientation="1,0"
+ id="guide7291" />
+ </sodipodi:namedview>
+ <defs
+ id="defs2477">
+ <marker
+ inkscape:stockid="Arrow1Lstart"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Lstart"
+ style="overflow:visible">
+ <path
+ id="path5210"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="matrix(0.8,0,0,0.8,10,0)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="DotS"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="DotS">
+ <path
+ transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none;marker-end:none"
+ d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+ id="path3636"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutS"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutS"
+ style="overflow:visible">
+ <path
+ id="path3717"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <inkscape:path-effect
+ copytype="single_stretched"
+ pattern="m 349.202,225.086 56.693,106.3 -35.433,7.086"
+ prop_scale="1"
+ id="path-effect2503"
+ effect="skeletal"
+ is_visible="true"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <inkscape:path-effect
+ prop_scale="1"
+ id="path-effect2499"
+ effect="skeletal"
+ is_visible="true"
+ pattern="M 0,0 1,0"
+ copytype="single_stretched"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <inkscape:path-effect
+ pattern-nodetypes="cc"
+ pattern="M 432.28346,272.83462 403.93701,216.14171"
+ prop_scale="1"
+ id="path-effect2497"
+ effect="skeletal"
+ is_visible="true"
+ copytype="single_stretched"
+ scale_y_rel="false"
+ spacing="0"
+ normal_offset="0"
+ tang_offset="0"
+ prop_units="false"
+ vertical_pattern="false"
+ fuse_tolerance="0" />
+ <marker
+ style="overflow:visible"
+ id="Arrow1Send"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Send">
+ <path
+ transform="matrix(-0.2,0,0,-0.2,-1.2,0)"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path3641"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="Arrow1Lend"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow1Lend">
+ <path
+ transform="matrix(-0.8,0,0,-0.8,-10,0)"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+ id="path3629"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective3487" />
+ <marker
+ style="overflow:visible"
+ id="Arrow2Sendp"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow2Sendp">
+ <path
+ transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ style="font-size:12px;fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:0.625;stroke-linejoin:round"
+ id="path28139"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="TriangleOutSK"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutSK">
+ <path
+ transform="scale(0.2,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ id="path36611"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="TriangleOutSH"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutSH">
+ <path
+ transform="scale(0.2,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ id="path36614"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="TriangleOutSA"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutSA">
+ <path
+ transform="scale(0.2,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ id="path36617"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="TriangleOutSKF"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutSKF">
+ <path
+ transform="scale(0.2,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ id="path36620"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="TriangleOutS9"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="TriangleOutS9">
+ <path
+ transform="scale(0.2,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ id="path36623"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="Arrow2SendpA"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow2SendpA">
+ <path
+ transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ style="font-size:12px;fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:0.625;stroke-linejoin:round"
+ id="path3396"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="Arrow2Sendpg"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="Arrow2Sendpg">
+ <path
+ transform="matrix(-0.3,0,0,-0.3,0.69,0)"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ style="font-size:12px;fill:#fcc988;fill-rule:evenodd;stroke:#fcc988;stroke-width:0.625;stroke-linejoin:round"
+ id="path3360"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <filter
+ id="filter2780"
+ inkscape:label="White Halo"
+ width="1.1"
+ height="1.1">
+ <feMorphology
+ id="feMorphology2782"
+ operator="dilate"
+ radius="3"
+ result="result0" />
+ <feFlood
+ id="feFlood2786"
+ flood-color="rgb(255,255,255)"
+ flood-opacity="1"
+ in="result0"
+ result="result3" />
+ <feComposite
+ id="feComposite2623"
+ in="result3"
+ in2="result0"
+ operator="in"
+ result="result4" />
+ <feMerge
+ id="feMerge2629">
+ <feMergeNode
+ inkscape:collect="always"
+ id="feMergeNode2631"
+ in="result4" />
+ <feMergeNode
+ inkscape:collect="always"
+ id="feMergeNode2633"
+ in="SourceGraphic" />
+ </feMerge>
+ </filter>
+ <marker
+ inkscape:stockid="TriangleOutSn"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSn"
+ style="overflow:visible">
+ <path
+ id="path4441"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutS9F"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutS9F"
+ style="overflow:visible">
+ <path
+ id="path4444"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSI"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSI"
+ style="overflow:visible">
+ <path
+ id="path4447"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSO"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSO"
+ style="overflow:visible">
+ <path
+ id="path4450"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSW"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSW"
+ style="overflow:visible">
+ <path
+ id="path4453"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSB"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSB"
+ style="overflow:visible">
+ <path
+ id="path4456"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSZ"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSZ"
+ style="overflow:visible">
+ <path
+ id="path4459"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="DotSq"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="DotSq">
+ <path
+ transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+ style="fill:#d9d9cd;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1pt;marker-start:none;marker-end:none"
+ d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+ id="path5853"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSBO"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSBO"
+ style="overflow:visible">
+ <path
+ id="path7501"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="DotSu"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="DotSu">
+ <path
+ transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none;marker-end:none"
+ d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+ id="path9463"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <filter
+ height="1.1"
+ width="1.1"
+ inkscape:label="Black Halo"
+ id="filter10694">
+ <feMorphology
+ result="result0"
+ radius="3"
+ operator="dilate"
+ id="feMorphology10696" />
+ <feFlood
+ result="result3"
+ in="result0"
+ flood-opacity="1"
+ flood-color="rgb(0,0,0)"
+ id="feFlood10698" />
+ <feComposite
+ result="result4"
+ operator="in"
+ in2="result0"
+ in="result3"
+ id="feComposite10700" />
+ <feMerge
+ id="feMerge10702">
+ <feMergeNode
+ in="result4"
+ id="feMergeNode10704"
+ inkscape:collect="always" />
+ <feMergeNode
+ in="SourceGraphic"
+ id="feMergeNode10706"
+ inkscape:collect="always" />
+ </feMerge>
+ </filter>
+ <marker
+ inkscape:stockid="TriangleOutSu"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSu"
+ style="overflow:visible">
+ <path
+ id="path8127"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSI8"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSI8"
+ style="overflow:visible">
+ <path
+ id="path8130"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSr"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSr"
+ style="overflow:visible">
+ <path
+ id="path8133"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSM"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSM"
+ style="overflow:visible">
+ <path
+ id="path8136"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ inkscape:stockid="TriangleOutSb"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="TriangleOutSb"
+ style="overflow:visible">
+ <path
+ id="path8139"
+ d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+ style="fill:#49c2f1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1pt;marker-start:none"
+ transform="scale(0.2,0.2)"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ id="marker18095"
+ orient="auto"
+ markerHeight="5.7450776"
+ markerWidth="4.6297302">
+ <g
+ id="g11064"
+ transform="matrix(0.5,0,0,0.5,-185.64298,-257.19655)">
+ <path
+ sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+ id="path11050"
+ d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path11035"
+ d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+ style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ </marker>
+ <marker
+ id="marker44971"
+ orient="auto"
+ markerHeight="5.7450781"
+ markerWidth="4.6297355">
+ <g
+ id="g18059"
+ transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+ <path
+ sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+ id="path18061"
+ d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path18063"
+ d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+ style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ </marker>
+ <marker
+ id="marker52016"
+ orient="auto"
+ markerHeight="5.7450786"
+ markerWidth="4.6297302">
+ <g
+ id="g52010"
+ transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+ <path
+ sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+ id="path52012"
+ d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path52014"
+ d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+ style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ </marker>
+ <marker
+ id="marker64887"
+ orient="auto"
+ markerHeight="5.745079"
+ markerWidth="4.6297255">
+ <g
+ id="g64855"
+ transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+ <path
+ sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+ id="path64857"
+ d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path64859"
+ d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+ style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ </marker>
+ <marker
+ id="marker4057"
+ orient="auto"
+ markerHeight="5.745079"
+ markerWidth="4.6297302">
+ <g
+ id="g51986"
+ transform="matrix(0.5,0,0,0.5,-185.64299,-257.19655)">
+ <path
+ sodipodi:nodetypes="csccccccsccssssssssssssssccc"
+ id="path51988"
+ d="m 370,508.65625 c -0.86067,0.0587 -1.60944,0.6213 -1.90625,1.4375 -0.26976,0.74176 -0.0577,1.53493 0.4375,2.125 l -1.75,0 c -0.0424,-0.005 -0.0824,0.002 -0.125,0 l 0,4.375 0.125,0 1.75,0 c -0.67896,0.8597 -0.69701,2.11549 0.0937,2.90625 0.85091,0.85091 2.27409,0.85091 3.125,0 l 3.34375,-3.375 c 0.033,-0.0295 0.0643,-0.0608 0.0937,-0.0937 0.0322,-0.0193 0.0635,-0.0402 0.0937,-0.0625 3.7e-4,-3.6e-4 0.21851,-0.28079 0.21875,-0.28125 5e-5,-9e-5 -0.007,-0.0447 0,-0.0625 0.001,-0.003 0.03,0.003 0.0312,0 0.0391,-0.0521 0.051,-0.0518 0.0937,-0.125 0.13699,-0.23476 0.16684,-0.37191 0.15625,-0.34375 0.0368,-0.0915 0.0185,-0.11251 0.0312,-0.15625 0.0106,-0.0102 0.021,-0.0206 0.0312,-0.0312 0.06,-0.22398 0.0881,-0.51689 0.0625,-0.78125 -0.0136,-0.20363 -0.0589,-0.29765 -0.0625,-0.3125 1.4e-4,-0.0104 1.4e-4,-0.0208 0,-0.0312 0.026,0.097 0.0153,0.016 -0.0937,-0.25 -0.0525,-0.13039 -0.0899,-0.21936 -0.125,-0.28125 -0.0524,-0.0897 -0.13346,-0.26235 -0.34375,-0.46875 L 371.75,509.3125 c -0.45645,-0.48671 -1.08509,-0.71163 -1.75,-0.65625 z"
+ style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path51990"
+ d="m 366.65625,515.40625 4.625,0 -1.8125,1.8125 c -0.39695,0.39695 -0.39695,1.04055 0,1.4375 0.39695,0.39695 1.04055,0.39695 1.4375,0 l 3.4375,-3.46875 0.0937,-0.0625 c 0.006,-0.006 -0.006,-0.0253 0,-0.0312 0.0554,-0.0572 0.1151,-0.11699 0.15625,-0.1875 0.0286,-0.0491 0.0429,-0.10409 0.0625,-0.15625 0.0124,-0.0307 0.0221,-0.0622 0.0312,-0.0937 0.0311,-0.1161 0.0427,-0.22493 0.0312,-0.34375 -0.004,-0.0578 -0.0174,-0.0996 -0.0312,-0.15625 -0.0109,-0.0407 -0.0151,-0.0857 -0.0312,-0.125 -0.0164,-0.0408 -0.0405,-0.0862 -0.0625,-0.125 -0.0455,-0.0779 -0.0936,-0.15726 -0.15625,-0.21875 l -3.53125,-3.53125 c -0.20891,-0.22276 -0.50816,-0.33785 -0.8125,-0.3125 -0.39478,0.0269 -0.73977,0.28438 -0.875,0.65625 -0.13524,0.37187 -0.0353,0.78826 0.25,1.0625 l 1.875,1.84375 -4.6875,0"
+ style="fill:#49c2f1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </g>
+ </marker>
+ <marker
+ id="marker72805"
+ orient="auto"
+ markerHeight="4.5568175"
+ markerWidth="4.0334239">
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path18057"
+ d="m -2.0167119,0.50456824 2.31250003,0 -0.90625,0.90624996 c -0.19847,0.19848 -0.19847,0.52028 0,0.71875 0.19848,0.19848 0.52028,0.19848 0.71875,0 l 1.71874997,-1.73436996 0.04688,-0.03125 c 0.00296,-0.00291 -0.0029,-0.01264 0,-0.01563 0.0277,-0.02858 0.05755,-0.05849 0.07812,-0.09375 0.01432,-0.02454 0.02144,-0.05204 0.03125,-0.07812 0.00618,-0.01536 0.01103,-0.03109 0.01563,-0.04688 0.01556,-0.05805 0.02137,-0.11246 0.01562,-0.17187 -0.00193,-0.02892 -0.00868,-0.04983 -0.01562,-0.07813 -0.00545,-0.02032 -0.00757,-0.04283 -0.01563,-0.0625 -0.00821,-0.02041 -0.02023,-0.0431 -0.03125,-0.0625 -0.02272,-0.03893 -0.0468,-0.07863 -0.07812,-0.10937 L 0.10828813,-2.1204318 c -0.10445,-0.11138 -0.25408,-0.16892 -0.40625,-0.15625 -0.19739,0.01348 -0.36988,0.14219 -0.4375,0.32813 -0.06762,0.18593 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92187004 -2.34375003,0"
+ style="fill:#f39300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ id="marker72808"
+ orient="auto"
+ markerHeight="4.5568123"
+ markerWidth="4.0334177">
+ <path
+ sodipodi:nodetypes="cccscccsssssssscccsccc"
+ id="path72801"
+ d="m -2.016709,0.50457301 2.31250005,0 -0.90625,0.90624999 c -0.19848,0.19847 -0.19848,0.52027 0,0.71875 0.19847,0.19847 0.52027,0.19847 0.71875,0 L 1.827041,0.39519301 l 0.04687,-0.03125 c 0.00297,-0.00291 -0.00289,-0.01264 0,-0.01562 0.02771,-0.02858 0.05755,-0.0585 0.07813,-0.09375 0.01432,-0.02454 0.02144,-0.05205 0.03125,-0.07813 0.00618,-0.01536 0.01103,-0.03108 0.01562,-0.04687 0.01556,-0.05805 0.02137,-0.11247 0.01563,-0.17188 -0.00193,-0.02892 -0.00869,-0.04982 -0.01563,-0.07812 -0.00545,-0.02033 -0.00756,-0.04283 -0.01562,-0.0625 -0.00822,-0.02042 -0.02024,-0.0431 -0.03125,-0.0625 -0.02273,-0.03894 -0.0468,-0.07863 -0.07813,-0.10938 L 0.10829105,-2.120427 c -0.10446,-0.11138 -0.25408,-0.16893 -0.40625,-0.15625 -0.19739,0.01347 -0.36989,0.14219 -0.4375,0.32812 -0.06762,0.18594 -0.01763,0.39413 0.125,0.53125 l 0.9375,0.92188001 -2.34375005,0"
+ style="fill:#d9d9cd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ style="overflow:visible"
+ id="DotSuN"
+ refX="0"
+ refY="0"
+ orient="auto"
+ inkscape:stockid="DotSuN">
+ <path
+ transform="matrix(0.2,0,0,0.2,1.48,0.2)"
+ style="fill:#f39300;fill-rule:evenodd;stroke:#f39300;stroke-width:1pt;marker-start:none;marker-end:none"
+ d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
+ id="path81580"
+ inkscape:connector-curvature="0" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-9">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-5">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-4"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-1">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-1">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-5">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-91"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-2">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-3">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-4">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-2">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-4"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-2-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-4-4"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-6">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-8"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-7-4">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-8-5"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-0">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-7-4-9">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-8-5-2"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-7-4-9-5">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-8-5-2-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-7-4-9-50">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-8-5-2-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-1-0">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-7-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-2-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-7-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-0-6">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-0-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-0-6-9">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-0-7-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-2-1">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-7-2"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-1">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-3-4">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-0-7"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-8-91-40-3-4-5">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-65-9-9-2-9-5"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7-5">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-6-0">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-7-4"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7-7">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0-4"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7-9">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0-0"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7-9-3">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0-0-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-6-0-1">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-7-4-9"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-7-5-6">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-0-9-1"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ <marker
+ markerWidth="4.6707735"
+ markerHeight="7.8382583"
+ refX="4.3000002"
+ refY="3.9191291"
+ orient="auto"
+ id="marker5127-4-4-4-0-3-7-6-4-6-6-0-2">
+ <path
+ sodipodi:nodetypes="ccc"
+ inkscape:connector-curvature="0"
+ id="path4591-1-5-0-8-0-6-8-7-6-1-3-5-1-3-7-4-97"
+ d="M 0.37582499,0.37582446 3.919125,3.9191245 0.37582499,7.4624345"
+ style="fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+ </marker>
+ </defs>
+ <metadata
+ id="metadata2480">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer4"
+ inkscape:label="Old lines"
+ style="display:none"
+ transform="translate(0,21.259842)">
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path28387"
+ d="m 69.116806,871.71564 -0.581796,0.0558"
+ style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.42059776px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path4676"
+ d="M 88.485235,832.67719 88.241626,814.96065"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path28356"
+ d="m 36.330054,840.97934 16.81955,0.54712"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.63933778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.63933778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 69.920062,868.73502 14.207294,-21.8846"
+ id="path28422"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2850"
+ d="m 71.056955,919.48471 -19.531598,-9.1444"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2852"
+ d="m 86.963808,919.48471 -0.08722,-72.63429"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2866"
+ d="m 152.3622,807.96481 -42.51968,0.18153"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker44971)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2868"
+ d="m 175,832.67719 -0.98425,-17.71653"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2639"
+ d="m 148.8189,839.7638 -21.25985,0"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68255675;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 124.60425,878.01033 41.37879,-31.15991"
+ id="path3832"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="M 243.54909,845.45699 131.10236,880.37173"
+ id="path3834"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 243.46392,861.25395 -10.6644,0.0116"
+ id="path3866"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 243.39994,882.08318 -10.87684,0.0118"
+ id="path3910"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 247.03805,895.43724 -14.90126,-6.42388"
+ id="path3912"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path2641"
+ d="m 171.93172,919.40546 3.15393,-72.55504"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 182.38014,888.10902 0,-40.23829"
+ id="path2679"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 199.29772,926.89271 -5.92901,0.0114"
+ id="path6784"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 171.9331,1043.1195 0.15946,-108.62817"
+ id="path6792"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 243.39994,928.03517 -6.84455,-0.31657"
+ id="path7439"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,1043.101 -26.82553,0"
+ id="path6796"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,1023.727 -26.82553,0"
+ id="path7429"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,1004.353 -26.82553,0"
+ id="path7431"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,984.97897 -26.82553,10e-6"
+ id="path7433"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,966.8305 -26.82553,-1.22552"
+ id="path7435"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 199.29772,946.23099 -26.82553,0"
+ id="path7437"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path8562"
+ d="m 86.879379,962.6387 0.07389,-28.25091"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path8580"
+ d="M 87.099859,1004.6841 86.91158,977.54177"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 122.68505,970.00421 -6.148,0.0148"
+ id="path8582"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 45.375531,983.51615 16.289738,-5.98871"
+ id="path8584"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68255675;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 104.84013,983.53447 -0.12332,-6.04226"
+ id="path8594"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 70.929482,983.90441 0,-5.42571"
+ id="path8604"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 159.79652,884.81836 -0.12331,-36.50019"
+ id="path8616"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 158.45243,864.14079 -13.41276,0"
+ id="path8620"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 104.1368,1029.1583 -9.550073,-9.5711"
+ id="path8662"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 70.062241,1029.1583 9.60858,-9.5711"
+ id="path8664"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 46.762201,1012.3191 5.961231,-0.027"
+ id="path8666"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 134.60753,947.64833 -7.36875,0.0226"
+ id="path10680"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 110.86582,940.26976 0.0166,-6.05635"
+ id="path10682"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 39.227874,926.83367 5.961226,0.0128"
+ id="path10684"
+ inkscape:connector-type="polyline"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 21.385589,941.30303 -1e-6,-7.11781"
+ id="path10686"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 110.63577,913.37377 0,6.04226"
+ id="path10688"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 48.169712,861.16018 0,-38.74799"
+ id="path48282"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 48.252507,858.30287 -12.507302,0.12684"
+ id="path48284"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="M 48.252507,861.28349 36.238449,872.3639"
+ id="path48286"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ inkscape:connector-type="polyline"
+ id="path48288"
+ d="m 35.745205,822.42276 12.507302,0.11275"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.63933778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 200.26383,882.14779 -17.88369,0"
+ id="path49764"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 200.26383,897.05086 -17.88369,-8.94184"
+ id="path49766"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ sodipodi:nodetypes="cc"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:none"
+ d="m 200.26383,861.28349 -17.88369,0"
+ id="path49768"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 63.122966,941.17972 0.0379,-7.21293"
+ id="path53455"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.19224572;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#DotSu)"
+ d="m 21.390644,919.40546 -0.03236,-9.3611"
+ id="path80518"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path84027"
+ d="m 57.182734,970.02789 -17.954868,-0.0377"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#f39300;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker52016)"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ inkscape:connector-type="polyline"
+ id="path84033"
+ d="m 3.460504,969.95259 0,-67.06382"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#d9d9cd;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker44971)"
+ sodipodi:nodetypes="cccc"
+ inkscape:connector-curvature="0" />
+ <path
+ transform="translate(0,-761.81105)"
+ style="display:inline;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#49c2f1;stroke-width:1.68239105;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-start:none;marker-mid:none;marker-end:url(#marker18095)"
+ d="m 110.76262,887.06605 0.20624,11.52222"
+ id="path116516"
+ inkscape:connector-type="polyline"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ id="layer1"
+ inkscape:groupmode="layer"
+ inkscape:label="Layer 1"
+ transform="translate(0,-740.55119)">
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 216.14173,814.96065 -31.88976,0"
+ id="path4591-1-5-0-7-1-3-9-4-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-0-6)"
+ d="m 109.84254,914.17333 -10.629942,-8e-5"
+ id="path4591-5-1-8-1-3-5-5-4-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ id="g2492"
+ transform="matrix(0.56140018,0,0,0.56140018,18.237454,614.79562)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.246296"
+ width="82.050209"
+ id="rect4654"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654"
+ id="use4668"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670">Component</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ id="g2475"
+ transform="matrix(0.56140018,0,0,0.56140018,1.9275329,658.62071)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622"
+ width="126.23107"
+ height="25.246264"
+ x="122.79765"
+ y="202.74358"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622"
+ id="use4640"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642">AbstractComponent</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496225,623.02435)"
+ id="g3902-1-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4"
+ x="70.396072"
+ y="251.31776">Label</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7)"
+ d="m 42.519705,779.5276 28.346457,0"
+ id="path4591-5-1-8-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3)"
+ d="m 106.29923,772.44099 0,-14.17323"
+ id="path4591-1-5-0-7-1-3-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496225,640.74088)"
+ id="g3902-1-5-6"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-4"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-4"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-3"
+ x="70.396072"
+ y="251.31776">Link</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496225,658.45742)"
+ id="g3902-1-5-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-0"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-0"
+ x="70.396072"
+ y="251.31776">MenuBar</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496239,711.60699)"
+ id="g3902-1-5-9"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02"
+ x="70.396072"
+ y="251.31776">Embedded</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2475-4"
+ transform="matrix(0.56140018,0,0,0.56140018,79.880289,658.62071)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-3"
+ width="100.98485"
+ height="25.246214"
+ x="135.42073"
+ y="202.74353"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-0"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-0"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-3"
+ id="use4640-3"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-0">AbstractField&lt;T&gt;</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,199.64549,640.74087)"
+ id="g3902-1-5-62"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2"
+ x="70.396072"
+ y="251.31776">CheckBox</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2475-2"
+ transform="matrix(0.56140018,0,0,0.56140018,1.9275093,814.52615)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-8"
+ width="176.7235"
+ height="25.246223"
+ x="97.551437"
+ y="202.74359"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-6"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-7"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-8"
+ id="use4640-2"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-2">AbstractComponentContainer</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496229,676.17396)"
+ id="g3902-1-5-9-1"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-8"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-6"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-9"
+ x="70.396072"
+ y="251.31776">Upload</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-16.496239,693.89046)"
+ id="g3902-1-5-9-19"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-9"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-0"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-2"
+ x="70.396072"
+ y="251.31776">Image</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2475-0"
+ transform="matrix(0.56140018,0,0,0.56140018,1.9275162,857.04589)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-0"
+ width="100.98485"
+ height="25.246208"
+ x="135.42076"
+ y="202.74356"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-2"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-5"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-0"
+ id="use4640-6"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-7">AbstractLayout</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ id="g2475-0-7"
+ transform="matrix(0.56140018,0,0,0.56140018,1.9275165,899.56558)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-0-6"
+ width="138.85417"
+ height="25.246206"
+ x="116.4861"
+ y="202.74358"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-2-0"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-5-9"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-0-6"
+ id="use4640-6-2"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-7-3">AbstractOrderedLayout</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,33.110057,902.94559)"
+ id="g3902-1-5-9-4"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3"
+ width="107.2964"
+ height="25.246218"
+ x="16.761005"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6"
+ x="70.396072"
+ y="251.31776">HorizontalLayout</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,100.43289,902.94559)"
+ id="g3902-1-5-9-4-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-1"
+ width="107.2964"
+ height="25.246218"
+ x="16.761005"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-4"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-5"
+ x="70.396072"
+ y="251.31776">VerticalLayout</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-12.952934,881.68574)"
+ id="g3902-1-5-9-4-56"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6"
+ width="82.050194"
+ height="25.246206"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7"
+ x="70.396072"
+ y="251.31776">FormLayout</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 49.606315,761.81107 -1.6e-5,88.58265"
+ id="path4591-5-1-8-1-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 42.519701,814.96067 14.173212,-2e-5"
+ id="path4591-5-1-8-1-6-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 42.519701,797.24414 14.173212,-3e-5"
+ id="path4591-5-1-8-1-6-7-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 42.519701,761.81107 7.086614,0"
+ id="path4591-5-1-8-1-6-7-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ id="g2492-8"
+ transform="matrix(0.56140018,0,0,0.56140018,-49.085381,756.5279)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.246212"
+ width="126.23106"
+ id="rect4654-0"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664-4"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666-4"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654-0"
+ id="use4668-7"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670-1">ComponentContainer</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,40.196677,817.90621)"
+ id="g3902-1-5-9-4-56-1"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-9"
+ width="82.050194"
+ height="25.246206"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-5"
+ x="70.396072"
+ y="251.31776">PopupView</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-12.952932,817.9062)"
+ id="g3902-1-5-9-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-6"
+ width="63.115532"
+ height="25.246229"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="67.206551"
+ y="251.31776"
+ id="text3906-3-1-8-9"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-91"
+ x="67.206551"
+ y="251.31776">Window</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-12.952932,796.64636)"
+ id="g3902-1-5-9-5-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-6-5"
+ width="63.115532"
+ height="25.246225"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="67.241859"
+ y="251.31776"
+ id="text3906-3-1-8-9-0"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-91-1"
+ x="67.241859"
+ y="251.31776">Panel</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2492-2"
+ transform="matrix(0.56140018,0,0,0.56140018,-59.715302,841.56728)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.246229"
+ width="50.492413"
+ id="rect4654-7"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664-6"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666-8"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654-7"
+ id="use4668-6"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670-5">Layout</flowPara></flowRoot> </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6)"
+ d="m 24.803156,949.6063 0,-7.08661"
+ id="path4591-5-1-8-1-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ id="g2492-81"
+ transform="matrix(0.56140018,0,0,0.56140018,-41.998761,735.26805)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.24622"
+ width="100.98485"
+ id="rect4654-05"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664-43"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666-6"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654-05"
+ id="use4668-78"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670-14">HasComponents</flowPara></flowRoot> </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0)"
+ d="m 49.606305,885.82677 0,-7.08661"
+ id="path4591-1-5-0-7-1-3-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ id="g2492-8-9"
+ transform="matrix(0.56140018,0,0,0.56140018,-56.171995,777.78775)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.246216"
+ width="164.10039"
+ id="rect4654-0-9"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664-4-1"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666-4-8"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654-0-9"
+ id="use4668-7-0"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670-1-0">SingleComponentContainer</flowPara></flowRoot> </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-1)"
+ d="m 49.606305,907.08662 0,-7.08661"
+ id="path4591-1-5-0-7-1-3-6-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-1)"
+ d="m 24.803156,928.34647 0,-7.08661"
+ id="path4591-5-1-8-1-3-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ id="g2492-1"
+ transform="matrix(0.56140018,0,0,0.56140018,99.733517,614.79557)">
+ <rect
+ ry="0"
+ y="230.31499"
+ x="112.68008"
+ height="25.2463"
+ width="75.73864"
+ id="rect4654-8"
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#33383a;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4664-8"
+ transform="translate(-1.5432324,96.155435)"><flowRegion
+ id="flowRegion4666-7"><use
+ transform="translate(1.467046,-91.03536)"
+ x="0"
+ y="0"
+ xlink:href="#rect4654-8"
+ id="use4668-4"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4670-6">HasValue&lt;T&gt;</flowPara></flowRoot> </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4)"
+ d="m 184.25198,772.44099 0,-14.17323"
+ id="path4591-1-5-0-7-1-3-9-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-5)"
+ d="m 155.90551,779.52758 -14.17322,-2e-5"
+ id="path4591-1-5-0-7-1-3-9-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-2)"
+ d="m 106.29922,970.86615 0,-28.34646"
+ id="path4591-1-5-0-7-1-3-9-4-9"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 107.55087,914.17333 -3.07786,-8e-5"
+ id="path4591-5-1-8-1-3-5-5-4-2-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-3)"
+ d="m 106.29922,928.34646 0,-141.73228"
+ id="path4591-1-5-0-7-1-3-9-4-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-4)"
+ d="m 106.29921,1013.3859 0,-28.34651"
+ id="path4591-1-5-0-7-1-3-9-4-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-2)"
+ d="m 88.582677,1034.6457 0,-7.0867"
+ id="path4591-5-1-8-1-3-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4)"
+ d="m 124.01573,1034.6457 0,-7.0867"
+ id="path4591-5-1-8-1-3-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-2-7)"
+ d="m 49.606299,1020.4725 17.716536,0"
+ id="path4591-5-1-8-1-3-7-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,125.23605,839.16605)"
+ id="g3902-1-5-9-4-56-0"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-2"
+ width="94.673302"
+ height="25.246208"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="76.827911"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-7"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-9"
+ x="76.827911"
+ y="251.31776">AbsoluteLayout</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6)"
+ d="m 141.73229,977.95276 -7.08663,-8e-5"
+ id="path4591-5-1-8-1-3-5-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-6)"
+ d="m 219.68504,779.52758 -7.08663,-8e-5"
+ id="path4591-5-1-8-1-3-5-5-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-7)"
+ d="m 81.496069,949.6063 0,-7.08661"
+ id="path4591-5-1-8-1-3-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,89.80297,817.90623)"
+ id="g3902-1-5-9-4-56-1-0"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-9-8"
+ width="69.427086"
+ height="25.24622"
+ x="35.69566"
+ y="234.59218"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-1-3"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-5-5"
+ x="70.396072"
+ y="251.31776">TabSheet</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-7-4)"
+ d="m 131.10236,949.60632 0,-7.08661"
+ id="path4591-5-1-8-1-3-4-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,135.86598,817.90631)"
+ id="g3902-1-5-9-4-56-1-0-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-9-8-0"
+ width="69.427086"
+ height="25.24622"
+ x="35.69566"
+ y="234.59218"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-1-3-7"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-5-5-1"
+ x="70.396072"
+ y="251.31776">Accordion</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-0)"
+ d="m 155.90553,956.69302 -7.08663,-8e-5"
+ id="path4591-5-1-8-1-3-5-5-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,-12.952935,860.42591)"
+ id="g3902-1-5-9-4-56-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-92"
+ width="82.050194"
+ height="25.246206"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-15"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-0"
+ x="70.396072"
+ y="251.31776">GridLayout</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,40.196672,860.42591)"
+ id="g3902-1-5-9-4-56-07"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-8"
+ width="82.050194"
+ height="25.246206"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-11"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-09"
+ x="70.396072"
+ y="251.31776">SplitPanel</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,93.346277,860.42591)"
+ id="g3902-1-5-9-4-56-6"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-5"
+ width="94.673294"
+ height="25.246208"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="76.644218"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-75"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-6"
+ x="76.644218"
+ y="251.31776">CustomLayout</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-7-4-9)"
+ d="m 124.01575,992.12599 0,-7.08661"
+ id="path4591-5-1-8-1-3-4-0-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-7-4-9-5)"
+ d="m 88.582675,992.12599 0,-7.08661"
+ id="path4591-5-1-8-1-3-4-0-0-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 46.062992,992.12601 0,-3.54331 42.519685,0"
+ id="path4591-5-1-8-1-3-4-0-0-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#33383a;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-1-0)"
+ d="m 17.716535,970.86616 0,-3.5433 -14.1732279,0 0,-74.40945 10.6299209,0"
+ id="path4591-1-5-0-7-1-3-6-8-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-2-7)"
+ d="m 106.29921,892.91341 -21.25984,0"
+ id="path4591-1-5-0-7-1-3-9-4-9-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,93.346277,775.38654)"
+ id="g3902-1-5-9-4-56-6-0"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-5-6"
+ width="119.91951"
+ height="25.246208"
+ x="29.384106"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="89.267326"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-75-7"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-6-1"
+ x="89.267326"
+ y="251.31776">CustomComponent</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,15.393523,839.16607)"
+ id="g3902-1-5-9-4-56-7-6"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-3-6-92-4"
+ width="63.115532"
+ height="25.246208"
+ x="35.69566"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="67.176888"
+ y="251.31776"
+ id="text3906-3-1-8-1-44-15-0"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-6-7-0-3"
+ x="67.176888"
+ y="251.31776">CssLayout</tspan></text>
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-2-1)"
+ d="m 85.03937,970.86616 0,-3.5433 c -20.07874,0 -40.15748,0 -60.23622,0 l 0,3.5433"
+ id="path4591-1-5-0-7-1-3-9-4-9-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-1)"
+ d="m 70.866142,977.95278 7.086614,0"
+ id="path4591-5-1-8-1-3-5-5-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,36.653365,658.4574)"
+ id="g3902-1-5-4"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-45"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-43"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-5"
+ x="70.396072"
+ y="251.31776">Button</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,185.47226,697.43378)"
+ id="g3902-1-5-62-6"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7"
+ width="56.803978"
+ height="25.24621"
+ x="42.00721"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7"
+ x="70.396072"
+ y="251.31776">TextField</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2475-4-6"
+ transform="matrix(0.56140018,0,0,0.56140018,79.880272,757.83327)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-3-5"
+ width="88.36174"
+ height="25.24621"
+ x="141.73232"
+ y="202.74358"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-0-6"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-0-6"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-3-5"
+ id="use4640-3-6"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-0-4">AbstractSelect</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,89.802968,739.95346)"
+ id="g3902-1-5-62-6-3"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-3"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3"
+ x="70.396072"
+ y="251.31776">ComboBox</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,196.10218,739.95346)"
+ id="g3902-1-5-62-6-3-3"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0-1"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-3-7"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3-5"
+ x="70.396072"
+ y="251.31776">ListSelect</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,196.10218,757.67)"
+ id="g3902-1-5-62-6-3-4"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0-8"
+ width="94.673302"
+ height="25.246212"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="82.632919"
+ y="251.31776"
+ id="text3906-3-1-6-4-3-70"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3-2"
+ x="82.632919"
+ y="251.31776">NativeSelect</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,196.10218,775.38653)"
+ id="g3902-1-5-62-6-3-4-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0-8-5"
+ width="94.673302"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="83.09494"
+ y="251.31776"
+ id="text3906-3-1-6-4-3-70-8"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3-2-3"
+ x="83.09494"
+ y="251.31776">TwinColSelect</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,121.69273,757.67)"
+ id="g3902-1-5-62-6-3-4-0"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0-8-4"
+ width="82.050194"
+ height="25.246206"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="76.321365"
+ y="251.31776"
+ id="text3906-3-1-6-4-3-70-6"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3-2-5"
+ x="76.321365"
+ y="251.31776">OptionGroup</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ id="g2475-4-0"
+ transform="matrix(0.56140018,0,0,0.56140018,136.57319,694.05376)">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ff3a49;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect4622-3-6"
+ width="107.29639"
+ height="25.246206"
+ x="141.73232"
+ y="202.74358"
+ ry="0" />
+ <flowRoot
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="flowRoot4636-0-1"
+ transform="translate(0.10674367,5.0828178)"><flowRegion
+ id="flowRegion4638-0-9"><use
+ x="0"
+ y="0"
+ xlink:href="#rect4622-3-6"
+ id="use4640-3-2"
+ width="744.09448"
+ height="1052.3622" /></flowRegion><flowPara
+ id="flowPara4642-0-6">AbstractTextField</flowPara></flowRoot> </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,199.64549,658.4574)"
+ id="g3902-1-5-62-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-8"
+ width="82.050194"
+ height="25.246214"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="76.592384"
+ y="251.31776"
+ id="text3906-3-1-6-43"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-4"
+ x="76.592384"
+ y="251.31776">RichTextArea</tspan></text>
+ </g>
+ <path
+ style="fill:none;fill-rule:evenodd;stroke:#ff3a49;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-8-91-40-3-4-3-4)"
+ d="m 184.25197,871.65356 0,-85.03936"
+ id="path4591-1-5-0-7-1-3-9-4-5-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7)"
+ d="m 198.4252,797.24412 0,-10.62992"
+ id="path4591-5-1-8-1-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 198.4252,797.24412 21.25984,-10e-6"
+ id="path4591-5-1-8-1-6-7-9-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,203.18879,718.69362)"
+ id="g3902-1-5-62-6-5"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-9"
+ width="88.361748"
+ height="25.24622"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.863403"
+ y="251.31776"
+ id="text3906-3-1-6-4-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-0"
+ x="79.863403"
+ y="251.31776">PasswordField</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,231.53524,697.43379)"
+ id="g3902-1-5-62-6-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-7"
+ width="56.803978"
+ height="25.246201"
+ x="42.007225"
+ y="234.59221"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-2"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-1"
+ x="70.396072"
+ y="251.31776">TextArea</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7-5)"
+ d="m 248.0315,850.39372 -1e-5,-28.34647"
+ id="path4591-5-1-8-1-4-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 240.94488,836.2205 14.17322,-10e-6"
+ id="path4591-5-1-8-1-6-7-9-3-1"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-6-0)"
+ d="m 216.14174,878.74015 -7.08663,-8e-5"
+ id="path4591-5-1-8-1-3-5-5-0-6"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,33.110048,676.17393)"
+ id="g3902-1-5-62-6-5-7"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-9-4"
+ width="75.73864"
+ height="25.246214"
+ x="42.007229"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.863403"
+ y="251.31776"
+ id="text3906-3-1-6-4-1-6"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-0-3"
+ x="79.863403"
+ y="251.31776">ProgressBar</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,107.51951,658.4574)"
+ id="g3902-1-5-62-6-70"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-8"
+ width="56.803978"
+ height="25.24621"
+ x="42.00721"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-6"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-7"
+ x="70.396072"
+ y="251.31776">Slider</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7-7)"
+ d="m 170.07874,814.96065 0,-28.34645"
+ id="path4591-5-1-8-1-4-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,107.51951,676.17393)"
+ id="g3902-1-5-62-6-2"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-97"
+ width="56.803978"
+ height="25.24621"
+ x="42.00721"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-9"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-8"
+ x="70.396072"
+ y="251.31776">DateField</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,93.346265,697.43376)"
+ id="g3902-1-5-62-6-5-8"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-9-1"
+ width="100.98485"
+ height="25.246216"
+ x="29.384121"
+ y="234.59221"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.863403"
+ y="251.31776"
+ id="text3906-3-1-6-4-1-7"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-0-5"
+ x="79.863403"
+ y="251.31776">PopupDateField</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 162.99213,797.24412 7.08661,0"
+ id="path4591-5-1-8-1-6-7-9-3-3-8"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 162.99213,814.96065 7.08661,0"
+ id="path4591-5-1-8-1-6-7-9-3-3-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,93.346266,715.1503)"
+ id="g3902-1-5-62-6-5-8-4"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-9-1-3"
+ width="100.98485"
+ height="25.246216"
+ x="29.384121"
+ y="234.59221"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="79.863403"
+ y="251.31776"
+ id="text3906-3-1-6-4-1-7-4"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-0-5-4"
+ x="79.863403"
+ y="251.31776">InlineDateField</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7-9)"
+ d="m 145.27559,829.13387 0,-7.08661"
+ id="path4591-5-1-8-1-4-33"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7-9-3)"
+ d="m 166.53543,853.93703 3.54331,0 0,-27.53623 -14.17323,0 0,-4.35354"
+ id="path4591-5-1-8-1-4-33-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,164.21242,718.69362)"
+ id="g3902-1-5-62-6-3-9"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-49-7-0-7"
+ width="44.18087"
+ height="25.246214"
+ x="48.318771"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-6-4-3-4"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-2-7-3-8"
+ x="70.396072"
+ y="251.31776">Grid</tspan></text>
+ </g>
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-6-0-1)"
+ d="m 148.8189,878.74018 10.62992,0"
+ id="path4591-5-1-8-1-3-5-5-0-6-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-7-5-6)"
+ d="m 201.96851,914.17326 -1e-5,-28.34647"
+ id="path4591-5-1-8-1-4-3-0"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 187.79528,896.45672 28.34645,0"
+ id="path4591-5-1-8-1-6-7-9-3-3-3-4"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc"
+ transform="translate(-2.3622042e-7,-6.6547736e-6)" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 201.9685,914.17325 14.17323,0"
+ id="path4591-5-1-8-1-6-7-9-3-3-3-47"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#marker5127-4-4-4-0-3-7-6-4-6-6-0-2)"
+ d="m 201.9685,864.56695 0,7.08661"
+ id="path4591-5-1-8-1-3-5-5-0-6-5"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 42.519685,832.67719 14.173228,0"
+ id="path4591-5-1-8-1-6-7-3"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <path
+ style="display:inline;fill:none;fill-rule:evenodd;stroke:#00b4f0;stroke-width:0.70866144;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 42.519701,850.39375 14.173212,-3e-5"
+ id="path4591-5-1-8-1-6-7-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cc" />
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,36.653361,693.89047)"
+ id="g3902-1-5-9-19-1"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-9-0"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-0-1"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-2-4"
+ x="70.396072"
+ y="251.31776">Video</tspan></text>
+ </g>
+ <g
+ style="display:inline"
+ transform="matrix(0.56140018,0,0,0.56140018,36.653361,711.60701)"
+ id="g3902-1-5-9-19-1-3"
+ inkscape:transform-center-x="0.70710678"
+ inkscape:transform-center-y="-6.7175125">
+ <rect
+ style="display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#00b4f0;stroke-width:1.26231062;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+ id="rect3904-9-4-01-9-0-7"
+ width="69.427078"
+ height="25.246222"
+ x="35.695663"
+ y="234.59219"
+ ry="0" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.1328783px;line-height:122.00000286%;font-family:Montserrat;-inkscape-font-specification:'Montserrat, Normal';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ x="70.396072"
+ y="251.31776"
+ id="text3906-3-1-8-0-1-3"
+ sodipodi:linespacing="122%"><tspan
+ sodipodi:role="line"
+ id="tspan3908-9-4-02-2-4-2"
+ x="70.396072"
+ y="251.31776">Audio</tspan></text>
+ </g>
+ </g>
+</svg>