2016-02-16 09:53:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
Change log for March 7, 2018 Vulkan 1.1.70 spec update:
* Vulkan 1.1 initial release. Bump API patch number and header version
number to 70 for this update. The patch number will be used for both
Vulkan 1.1 and Vulkan 1.0 updates, and continues to increment
continuously from the previous Vulkan 1.0.69 update.
NOTE: We are not publishing an updated 1.0.70 specification, or 1.1
reference pages, along with 1.1.70. There are still minor issues to work
out with those build targets. However, we will soon generate all three
types of documents as part of the regular spec update cycle.
NOTE: The GitHub KhronosGroup/Vulkan-Docs repository now maintains the
current specification in the `master` branch. The `1.0` branch is out of
date and will not be maintained, since we will be generating both 1.1
and 1.0 specifications from the `master` branch in the future.
Github Issues:
* Clarify how mapped memory ranges are flushed in
flink:vkFlushMappedMemoryRanges (public issue 127).
* Specify that <<synchronization-pipeline-stages, Pipeline Stages>> are a
list of tasks that each command performs, rather than necessarily being
discrete pieces of hardware that one task flows through. Add a
"`synchronization command`" pipeline type which all synchronization
command execute (it's just TOP + BOTTOM), with an explanatory note
(public issue 554).
Internal Issues:
* Regenerate all images used in the spec in Inkscape with a consistent
look-and-feel, and adjust image size attributes so they're all legible,
and not too large with respect to the spec body text (internal issue
701).
* Document in the <<extensions,extensions>> appendix and in the style
guide that `KHX` extensions are no longer supported or used in the
Vulkan 1.1 timeframe (internal issue 714).
* Remove the leftover equations_temp directory after PDF build completes
(internal issue 925).
* Update the <<credits, Credits (Informative)>> appendix to include
contributors to Vulkan 1.1, and to list them according to the API
version(s) they contributed to (internal issue 987).
* Add a NOTE to the introduction explaining that interfaces defined by
extensions which were promoted to Vulkan 1.1 are now expressed as
aliases of the Vulkan 1.1 type (internal issue 991).
* Instrument spec source conditionals so spec can be built with 1.1
features, extensions promoted to 1.1, or both (internal issues 992,
998).
* Modify the XML schema and tools to support explicit aliasing of types,
structures, and commands, and use this to express the promotion of 1.0
extensions to 1.1 core features, by making the extension interfaces
aliases of the core features they were promoted to. Mark up promoted
interfaces to allow still generating 1.0 + extension specifications
(internal issue 991).
* Platform names, along with corresponding preprocessor symbols to enable
extensions specific to those platforms, are now reserved in vk.xml using
the <platform> tag. Update the registry schema and schema specification
to match (internal issue 1011).
* Updated the <<textures-texel-replacement, Texel Replacement>> section to
clarify that reads from invalid texels for image resources result in
undefined values (internal issue 1014).
* Modify description of patch version so it continues to increment across
minor version changes (internal issue 1033).
* Clarify and unify language describing physical device-level core and
extension functionality in the <<fundamentals-validusage-extensions,
Valid Usage for Extensions>>, <<fundamentals-validusage-versions, Valid
Usage for Newer Core Versions>>, <<initialization-functionpointers
Command Function Pointers>>, <<initialization-phys-dev-extensions,
Extending Physical Device From Device Extensions>>
<<extended-functionality-instance-extensions-and-devices, Instance
Extensions and Device Extensions>> sections and for
flink:vkGetPhysicalDeviceImageFormatProperties2. This documents that
instance-level functionality is tied to the loader, and independent of
the ICD; physical device-level functionality is tied to the ICD, and
associated with device extensions; physical devices are treated more
uniformly between core and extensions; and instance and physical
versions can be different (internal issue 1048).
* Updated the <<commandbuffers-lifecycle, Command Buffer Lifecycle>>
section to clarify the ability for pending command buffers to transition
to the invalid state after submission, and add a command buffer
lifecycle diagram (internal issue 1050).
* Clarify that some flink:VkDescriptorUpdateTemplateCreateInfo parameters
are ignored when push descriptors are not supported (internal issue
1054).
* Specify that flink:vkCreateImage will return an error if the image is
too large, in a NOTE in the slink:VkImageFormatProperties description
(internal issue 1078).
* Remove near-duplicate NOTEs about when to query function pointers
dynamically in the <<initialization, Initialization>> chapter and
replace by extending the NOTE in the <<fundamentals-abi, Application
Binary Interface>> section (internal issue 1085).
* Restore missing references to "`Sparse Resource Features`" in the
flink:VkBufferCreateFlagBits description (internal issue 1086).
* Tidy up definitions of descriptor types in the `GL_KHR_vulkan_glsl`
specification, the <<descriptorsets, Resource Descriptors>> section and
its subsections, and the <<interfaces-resources-descset, Descriptor Set
Interface>> for consistency, reduction of duplicate information, and
removal of GLSL correspondance/examples (internal issue 1090).
* Correctly describe code:PrimitiveId as an Input for tessellation control
and evaluation shaders, not an Output (internal issue 1109).
* Relax the requirements on chroma offsets for nearest filtering in
<<textures-implict-reconstruction, Implicit Reconstruction>> (internal
issue 1116).
Other Issues:
* Clarify the intended relationship between specification language and
certain terms defined in the Khronos Intellectual Property Rights
policy. Specific changes include:
** Rewrote IP/Copyright preamble and introduction to better agree with
normative language both as laid out in the introduction, and the
Khronos IPR policy.
** Added notion of fully informative sections, which are now tagged with
"`(Informative)`" in their titles.
** Removed non-normative uses of the phrase "`not required`"
** Clarified the distinction between terms "`optional`" and "`not
required:`" as they relate to the IPR Policy, and updated specification
text to use terms consistent with the intent.
** Reduced additions to RFC 2119, and ensured the specification agreed
with the leaner language.
** Removed the terms "`hardware`", "`software`", "`CPU`", and "`GPU`" from
normative text.
** Moved several paragraphs that should not have been normative to
informative notes.
** Clarified a number of definitions in the Glossary.
** Updated the document writing guide to match new terminology changes.
* Explicitly state in the <<fundamentals-objectmodel-lifetime-acquire,
application memory lifetime>> language that that for objects other than
descriptor sets, a slink:VkDescriptorSetLayout object used in the
creation of another object (such as slink:VkPipelineLayout or
slink:VkDescriptorUpdateTemplateKHR) is only in use during the creation
of that object and can be safely destroyed afterwards.
* Updated the <<textures-scale-factor, Scale Factor Operation>> section to
use the ratio of anisotropy, rather than the integer sample rate, to
perform the LOD calculation. The spec still allows use of the sample
rate as the value used to calculate the LOD, but no longer requires it.
* Update `vulkan_ext.c` to include all platform-related definitions from
the Vulkan platform headers, following the split of the headers into
platform-specific and non-platform-specific files.
* Fix bogus anchor name in the <<commandbuffers, Command Buffers>> chapter
which accidentally duplicated an anchor in the pipelines chapter. There
were no reference to this anchor, fortunately.
* Add valid usage statement for slink:VkWriteDescriptorSet and
slink:VkCopyDescriptorSet requiring that the slink:VkDescriptorSetLayout
used to allocate the source and destination sets must not have been
destroyed at the time flink:vkUpdateDescriptorSets is called.
* Document mapping of subgroup barrier functions to SPIR-V, and clarify a
place where subgroupBarrier sounds like it's execution-only in the
standalone `GL_KHR_shader_subgroup` specification.
* Use an HTML stylesheet derived from the Asciidoctor `colony` theme, with
the default Arial font family replaced by the sans-serif Noto font
family.
* Numerous minor updates to README.adoc, build scripts, Makefiles, and
registry and style guide specifications to support Vulkan 1.1 outputs,
use them as defaults, and remove mention of `KHX` extensions, which are
no longer supported.
New Extensions:
* `VK_EXT_vertex_attrib_divisor`
2018-03-07 12:18:52 +00:00
|
|
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
2016-02-16 09:53:44 +00:00
|
|
|
|
Change log for March 7, 2018 Vulkan 1.1.70 spec update:
* Vulkan 1.1 initial release. Bump API patch number and header version
number to 70 for this update. The patch number will be used for both
Vulkan 1.1 and Vulkan 1.0 updates, and continues to increment
continuously from the previous Vulkan 1.0.69 update.
NOTE: We are not publishing an updated 1.0.70 specification, or 1.1
reference pages, along with 1.1.70. There are still minor issues to work
out with those build targets. However, we will soon generate all three
types of documents as part of the regular spec update cycle.
NOTE: The GitHub KhronosGroup/Vulkan-Docs repository now maintains the
current specification in the `master` branch. The `1.0` branch is out of
date and will not be maintained, since we will be generating both 1.1
and 1.0 specifications from the `master` branch in the future.
Github Issues:
* Clarify how mapped memory ranges are flushed in
flink:vkFlushMappedMemoryRanges (public issue 127).
* Specify that <<synchronization-pipeline-stages, Pipeline Stages>> are a
list of tasks that each command performs, rather than necessarily being
discrete pieces of hardware that one task flows through. Add a
"`synchronization command`" pipeline type which all synchronization
command execute (it's just TOP + BOTTOM), with an explanatory note
(public issue 554).
Internal Issues:
* Regenerate all images used in the spec in Inkscape with a consistent
look-and-feel, and adjust image size attributes so they're all legible,
and not too large with respect to the spec body text (internal issue
701).
* Document in the <<extensions,extensions>> appendix and in the style
guide that `KHX` extensions are no longer supported or used in the
Vulkan 1.1 timeframe (internal issue 714).
* Remove the leftover equations_temp directory after PDF build completes
(internal issue 925).
* Update the <<credits, Credits (Informative)>> appendix to include
contributors to Vulkan 1.1, and to list them according to the API
version(s) they contributed to (internal issue 987).
* Add a NOTE to the introduction explaining that interfaces defined by
extensions which were promoted to Vulkan 1.1 are now expressed as
aliases of the Vulkan 1.1 type (internal issue 991).
* Instrument spec source conditionals so spec can be built with 1.1
features, extensions promoted to 1.1, or both (internal issues 992,
998).
* Modify the XML schema and tools to support explicit aliasing of types,
structures, and commands, and use this to express the promotion of 1.0
extensions to 1.1 core features, by making the extension interfaces
aliases of the core features they were promoted to. Mark up promoted
interfaces to allow still generating 1.0 + extension specifications
(internal issue 991).
* Platform names, along with corresponding preprocessor symbols to enable
extensions specific to those platforms, are now reserved in vk.xml using
the <platform> tag. Update the registry schema and schema specification
to match (internal issue 1011).
* Updated the <<textures-texel-replacement, Texel Replacement>> section to
clarify that reads from invalid texels for image resources result in
undefined values (internal issue 1014).
* Modify description of patch version so it continues to increment across
minor version changes (internal issue 1033).
* Clarify and unify language describing physical device-level core and
extension functionality in the <<fundamentals-validusage-extensions,
Valid Usage for Extensions>>, <<fundamentals-validusage-versions, Valid
Usage for Newer Core Versions>>, <<initialization-functionpointers
Command Function Pointers>>, <<initialization-phys-dev-extensions,
Extending Physical Device From Device Extensions>>
<<extended-functionality-instance-extensions-and-devices, Instance
Extensions and Device Extensions>> sections and for
flink:vkGetPhysicalDeviceImageFormatProperties2. This documents that
instance-level functionality is tied to the loader, and independent of
the ICD; physical device-level functionality is tied to the ICD, and
associated with device extensions; physical devices are treated more
uniformly between core and extensions; and instance and physical
versions can be different (internal issue 1048).
* Updated the <<commandbuffers-lifecycle, Command Buffer Lifecycle>>
section to clarify the ability for pending command buffers to transition
to the invalid state after submission, and add a command buffer
lifecycle diagram (internal issue 1050).
* Clarify that some flink:VkDescriptorUpdateTemplateCreateInfo parameters
are ignored when push descriptors are not supported (internal issue
1054).
* Specify that flink:vkCreateImage will return an error if the image is
too large, in a NOTE in the slink:VkImageFormatProperties description
(internal issue 1078).
* Remove near-duplicate NOTEs about when to query function pointers
dynamically in the <<initialization, Initialization>> chapter and
replace by extending the NOTE in the <<fundamentals-abi, Application
Binary Interface>> section (internal issue 1085).
* Restore missing references to "`Sparse Resource Features`" in the
flink:VkBufferCreateFlagBits description (internal issue 1086).
* Tidy up definitions of descriptor types in the `GL_KHR_vulkan_glsl`
specification, the <<descriptorsets, Resource Descriptors>> section and
its subsections, and the <<interfaces-resources-descset, Descriptor Set
Interface>> for consistency, reduction of duplicate information, and
removal of GLSL correspondance/examples (internal issue 1090).
* Correctly describe code:PrimitiveId as an Input for tessellation control
and evaluation shaders, not an Output (internal issue 1109).
* Relax the requirements on chroma offsets for nearest filtering in
<<textures-implict-reconstruction, Implicit Reconstruction>> (internal
issue 1116).
Other Issues:
* Clarify the intended relationship between specification language and
certain terms defined in the Khronos Intellectual Property Rights
policy. Specific changes include:
** Rewrote IP/Copyright preamble and introduction to better agree with
normative language both as laid out in the introduction, and the
Khronos IPR policy.
** Added notion of fully informative sections, which are now tagged with
"`(Informative)`" in their titles.
** Removed non-normative uses of the phrase "`not required`"
** Clarified the distinction between terms "`optional`" and "`not
required:`" as they relate to the IPR Policy, and updated specification
text to use terms consistent with the intent.
** Reduced additions to RFC 2119, and ensured the specification agreed
with the leaner language.
** Removed the terms "`hardware`", "`software`", "`CPU`", and "`GPU`" from
normative text.
** Moved several paragraphs that should not have been normative to
informative notes.
** Clarified a number of definitions in the Glossary.
** Updated the document writing guide to match new terminology changes.
* Explicitly state in the <<fundamentals-objectmodel-lifetime-acquire,
application memory lifetime>> language that that for objects other than
descriptor sets, a slink:VkDescriptorSetLayout object used in the
creation of another object (such as slink:VkPipelineLayout or
slink:VkDescriptorUpdateTemplateKHR) is only in use during the creation
of that object and can be safely destroyed afterwards.
* Updated the <<textures-scale-factor, Scale Factor Operation>> section to
use the ratio of anisotropy, rather than the integer sample rate, to
perform the LOD calculation. The spec still allows use of the sample
rate as the value used to calculate the LOD, but no longer requires it.
* Update `vulkan_ext.c` to include all platform-related definitions from
the Vulkan platform headers, following the split of the headers into
platform-specific and non-platform-specific files.
* Fix bogus anchor name in the <<commandbuffers, Command Buffers>> chapter
which accidentally duplicated an anchor in the pipelines chapter. There
were no reference to this anchor, fortunately.
* Add valid usage statement for slink:VkWriteDescriptorSet and
slink:VkCopyDescriptorSet requiring that the slink:VkDescriptorSetLayout
used to allocate the source and destination sets must not have been
destroyed at the time flink:vkUpdateDescriptorSets is called.
* Document mapping of subgroup barrier functions to SPIR-V, and clarify a
place where subgroupBarrier sounds like it's execution-only in the
standalone `GL_KHR_shader_subgroup` specification.
* Use an HTML stylesheet derived from the Asciidoctor `colony` theme, with
the default Arial font family replaced by the sans-serif Noto font
family.
* Numerous minor updates to README.adoc, build scripts, Makefiles, and
registry and style guide specifications to support Vulkan 1.1 outputs,
use them as defaults, and remove mention of `KHX` extensions, which are
no longer supported.
New Extensions:
* `VK_EXT_vertex_attrib_divisor`
2018-03-07 12:18:52 +00:00
|
|
|
<svg
|
|
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
|
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
|
|
width="210.74103mm"
|
|
|
|
height="126.99214mm"
|
|
|
|
viewBox="0 0 210.74103 126.99214"
|
|
|
|
version="1.1"
|
|
|
|
id="svg5072"
|
|
|
|
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
|
|
|
|
sodipodi:docname="sparseimage_alignedmipsize_singlemiptail.svg">
|
|
|
|
<defs
|
|
|
|
id="defs5066" />
|
|
|
|
<sodipodi:namedview
|
|
|
|
id="base"
|
|
|
|
pagecolor="#ffffff"
|
|
|
|
bordercolor="#666666"
|
|
|
|
borderopacity="1.0"
|
|
|
|
inkscape:pageopacity="0.0"
|
|
|
|
inkscape:pageshadow="2"
|
|
|
|
inkscape:zoom="1.4"
|
|
|
|
inkscape:cx="420.65902"
|
|
|
|
inkscape:cy="198.8975"
|
|
|
|
inkscape:document-units="mm"
|
|
|
|
inkscape:current-layer="layer1"
|
|
|
|
showgrid="true"
|
|
|
|
inkscape:measure-start="50,1040"
|
|
|
|
inkscape:measure-end="50,900"
|
|
|
|
inkscape:snap-object-midpoints="true"
|
|
|
|
inkscape:snap-grids="true"
|
|
|
|
inkscape:snap-text-baseline="true"
|
|
|
|
fit-margin-left="1"
|
|
|
|
fit-margin-top="1"
|
|
|
|
fit-margin-right="1"
|
|
|
|
fit-margin-bottom="1"
|
|
|
|
inkscape:window-width="1920"
|
|
|
|
inkscape:window-height="1017"
|
|
|
|
inkscape:window-x="-8"
|
|
|
|
inkscape:window-y="-8"
|
|
|
|
inkscape:window-maximized="1">
|
|
|
|
<inkscape:grid
|
|
|
|
type="xygrid"
|
|
|
|
id="grid5617"
|
|
|
|
originx="5.8699865"
|
|
|
|
originy="-154.96229" />
|
|
|
|
</sodipodi:namedview>
|
|
|
|
<metadata
|
|
|
|
id="metadata5069">
|
|
|
|
<rdf:RDF>
|
|
|
|
<cc:Work
|
|
|
|
rdf:about="">
|
|
|
|
<dc:format>image/svg+xml</dc:format>
|
|
|
|
<dc:type
|
|
|
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
|
|
<dc:title></dc:title>
|
|
|
|
</cc:Work>
|
|
|
|
</rdf:RDF>
|
|
|
|
</metadata>
|
|
|
|
<g
|
|
|
|
inkscape:label="Layer 1"
|
|
|
|
inkscape:groupmode="layer"
|
|
|
|
id="layer1"
|
|
|
|
transform="translate(5.8699862,-15.045569)">
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="21.833332" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520832"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.8125"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979168"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270832"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="27.125" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520832"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.8125"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979168"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270832"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520832"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.8125"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979168"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270832"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="37.708332" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520832"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.8125"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979168"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270832"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="80.041672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520834"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812504"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104168"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520834"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812504"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104168"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520834"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812504"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104168"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520834"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812504"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104168"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.5625"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-41"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854164"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.5625"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854164"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.5625"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854164"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.5625"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854164"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854168"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854168"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854168"
|
|
|
|
y="53.583336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854168"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.52083"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812498"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104166"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395828"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="39.6875"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="44.979172"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="50.270836"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854172"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="55.562504"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="60.854172"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="80.041664" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="85.333328" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="90.624977" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="13.229166"
|
|
|
|
y="101.20834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="18.520834"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="23.812504"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="29.104168"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="34.395832"
|
|
|
|
y="101.20834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="13.229167"
|
|
|
|
y="111.79166" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="18.520836"
|
|
|
|
y="111.79165" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="21.833332" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-47"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-80"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-15"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="27.125" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-60"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-05"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-10"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="37.708332" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-9-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-0-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-0-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-7-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-0-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-9-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-4-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-5-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-6-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2-7-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6-42"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0-68"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-6-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="80.041672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-9-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-8-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020844"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4-62"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-9-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020844"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="85.333344" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-9-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-3-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-8-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020844"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020844"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="95.916687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-6-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-41-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06249"
|
|
|
|
y="21.833334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-7-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-3-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06249"
|
|
|
|
y="27.125004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-1-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-8-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06249"
|
|
|
|
y="32.416668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-4-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06249"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44-1-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8-0-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0-2-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="48.291668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6-4-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5-0-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6-5-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5-7-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0-1-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7-2-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-3-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1-7-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7-9-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729164"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7-5-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020836"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5-7-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604164"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6-3-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="97.895844"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-7-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="103.18751"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-6-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="108.47916"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4-8-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8-5-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="113.77084"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5-4-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="119.06251"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4-6-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="80.041664" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="85.333328" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4-7-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="90.624977" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="71.4375"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4-0-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="76.729172"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1-4-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="82.020844"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-6-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="87.312508"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7-1-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="92.604179"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="21.833332" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-78"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-348"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-23"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-25"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39583"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.68748"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-69"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39583"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-79"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.68748"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-64"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-50"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-76"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39583"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-05"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.68748"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="37.708336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-01"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39583"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-41"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.68748"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-9-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-0-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-0-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-7-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-0-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-9-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-4-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-5-58"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-2-7-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-2-7-92"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5-98"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6-46"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0-69"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="58.875" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-60"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="80.041679" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-9-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="80.041687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-8-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="80.041687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="80.041687" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-5-1-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="85.333351" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-6-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="85.333351" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-5-9-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="85.333351" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="85.333351" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-9-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-3-09"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-8-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="90.625" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="95.916695" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="95.916695" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="95.916695" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-6-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-41-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27083"
|
|
|
|
y="21.833336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-7-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-3-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27083"
|
|
|
|
y="27.125002" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-1-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-8-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27083"
|
|
|
|
y="32.416672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-4-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-4-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27083"
|
|
|
|
y="37.70834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-44-1-18"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-8-0-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="43" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-1-5-1-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-3-0-2-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="48.291672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4-82"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="53.58334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="58.875004" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-7-6-4-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-6-5-0-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-3-6-5-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-5-7-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-4-0-1-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-7-7-2-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-5-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-3-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-1-7-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-7-9-7"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-7-5-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22916"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-0-6-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-04-46-5-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-43-71-6-3-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="156.10417"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-7-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="161.39584"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-6-3"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="166.6875"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-4-7-4-8-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-4-5-8-5-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="64.166672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-1-46-1-4-6-59"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="171.97917"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-44-40-5-5-4-5"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="177.27084"
|
|
|
|
y="69.458336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-4-6-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="80.041672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-1-0-7-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="85.333328" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-8-4-7-1"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="90.624977" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7-64"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="95.916672" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-00-8-6-9"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="129.64583"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-3-4-0-0"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="134.9375"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-2-34-1-4-6"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="140.22917"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-6-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="145.52083"
|
|
|
|
y="101.20835" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-0-88-8-7-1-4"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="150.8125"
|
|
|
|
y="101.20835" />
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="39.6875"
|
|
|
|
y="19.1875"
|
|
|
|
id="text7094"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
id="tspan7092"
|
|
|
|
x="39.6875"
|
|
|
|
y="19.1875"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332">Array Layer 0</tspan></text>
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="97.895836"
|
|
|
|
y="19.187496"
|
|
|
|
id="text7094-5"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
id="tspan7092-3"
|
|
|
|
x="97.895836"
|
|
|
|
y="19.187496"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332">Array Layer 1</tspan></text>
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="156.10417"
|
|
|
|
y="19.187496"
|
|
|
|
id="text7094-6"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
id="tspan7092-0"
|
|
|
|
x="156.10417"
|
|
|
|
y="19.187496"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332">Array Layer 2</tspan></text>
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="2.6458335"
|
|
|
|
y="48.291668"
|
|
|
|
id="text7094-67"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
x="2.6458335"
|
|
|
|
y="48.291668"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
id="tspan7152">Mip</tspan><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
x="2.6458337"
|
|
|
|
y="53.583336"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
id="tspan7156">Level 0</tspan></text>
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="2.6458335"
|
|
|
|
y="93.270836"
|
|
|
|
id="text7094-67-1"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
x="2.6458335"
|
|
|
|
y="93.270836"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
id="tspan7152-2">Mip</tspan><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
x="2.6458337"
|
|
|
|
y="98.5625"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
id="tspan7156-6">Level 1</tspan></text>
|
|
|
|
<text
|
|
|
|
xml:space="preserve"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
x="2.6458337"
|
|
|
|
y="127.66666"
|
|
|
|
id="text7094-67-2-1"><tspan
|
|
|
|
sodipodi:role="line"
|
|
|
|
x="2.6458335"
|
|
|
|
y="127.66666"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23333311px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
id="tspan7156-0-4">Mip Tail</tspan></text>
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-9-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="162.71873"
|
|
|
|
y="134.28122" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:0.52916663, 0.26458332;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-4-1-6-6-0-6-8"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="162.71873"
|
|
|
|
y="126.34372" />
|
|
|
|
<rect
|
|
|
|
style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect5619-6-8-6-5-2"
|
|
|
|
width="5.2916675"
|
|
|
|
height="5.2916675"
|
|
|
|
x="162.71873"
|
|
|
|
y="118.4062" />
|
|
|
|
<rect
|
|
|
|
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.28377435;stroke-miterlimit:4;stroke-dasharray:0.5675487, 0.28377433;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect8983-1"
|
|
|
|
width="42.333328"
|
|
|
|
height="29.104164"
|
|
|
|
x="161.39583"
|
|
|
|
y="111.79166" />
|
|
|
|
<text
|
|
|
|
id="text823-4-2-9-4-7-9-85-3"
|
|
|
|
y="115.76038"
|
|
|
|
x="182.5625"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
xml:space="preserve"><tspan
|
|
|
|
id="tspan825-6-0-2-5-6-26-7-3"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle;stroke-width:0.26458332"
|
|
|
|
y="115.76038"
|
|
|
|
x="182.5625"
|
|
|
|
sodipodi:role="line">Legend</tspan></text>
|
|
|
|
<text
|
|
|
|
id="text823-4-2-9-4-7-9-85-3-6"
|
|
|
|
y="122.37497"
|
|
|
|
x="170.65625"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
xml:space="preserve"><tspan
|
|
|
|
id="tspan825-6-0-2-5-6-26-7-3-4"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
|
|
|
|
y="122.37497"
|
|
|
|
x="170.65625"
|
|
|
|
sodipodi:role="line">Image Pixel Data</tspan></text>
|
|
|
|
<text
|
|
|
|
id="text823-4-2-9-4-7-9-85-3-6-5"
|
|
|
|
y="130.31247"
|
|
|
|
x="170.65625"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
xml:space="preserve"><tspan
|
|
|
|
id="tspan825-6-0-2-5-6-26-7-3-4-2"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
|
|
|
|
y="130.31247"
|
|
|
|
x="170.65625"
|
|
|
|
sodipodi:role="line">Sparse Memory Block</tspan></text>
|
|
|
|
<text
|
|
|
|
id="text823-4-2-9-4-7-9-85-3-6-6"
|
|
|
|
y="138.24997"
|
|
|
|
x="170.65625"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
|
|
|
xml:space="preserve"><tspan
|
|
|
|
id="tspan825-6-0-2-5-6-26-7-3-4-1"
|
|
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:2.82222223px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.26458332"
|
|
|
|
y="138.24997"
|
|
|
|
x="170.65625"
|
|
|
|
sodipodi:role="line">Mip Tail Data</tspan></text>
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="23.812502"
|
|
|
|
y="111.79165" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="13.229167"
|
|
|
|
y="117.08334" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="18.520836"
|
|
|
|
y="117.08331" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="23.812502"
|
|
|
|
y="117.08331" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="13.229167"
|
|
|
|
y="122.37499" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="18.520836"
|
|
|
|
y="122.37498" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-5"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="23.812502"
|
|
|
|
y="122.37498" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0-5"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="13.229167"
|
|
|
|
y="127.66668" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06-5"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="18.520836"
|
|
|
|
y="127.66665" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1-1"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="23.812502"
|
|
|
|
y="127.66665" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-0"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="13.229167"
|
|
|
|
y="132.95833" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-18"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="18.520836"
|
|
|
|
y="132.95831" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-6"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="23.812502"
|
|
|
|
y="132.95831" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-2"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="29.104172"
|
|
|
|
y="111.79167" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-2"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="34.395844"
|
|
|
|
y="111.79166" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="39.687508"
|
|
|
|
y="111.79166" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0-9"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="29.104172"
|
|
|
|
y="117.08336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06-51"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="34.395844"
|
|
|
|
y="117.08333" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1-7"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="39.687508"
|
|
|
|
y="117.08333" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-4-9"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="29.104172"
|
|
|
|
y="122.37501" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-4-6"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="34.395844"
|
|
|
|
y="122.37499" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-5-6"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="39.687508"
|
|
|
|
y="122.37499" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0-5-2"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="29.104172"
|
|
|
|
y="127.66669" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06-5-2"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="34.395844"
|
|
|
|
y="127.66666" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1-1-3"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="39.687508"
|
|
|
|
y="127.66666" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-0-1"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="29.104172"
|
|
|
|
y="132.95834" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-18-2"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="34.395844"
|
|
|
|
y="132.95833" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-6-0"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="39.687508"
|
|
|
|
y="132.95833" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-3"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="44.979168"
|
|
|
|
y="111.79167" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-70"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="50.270855"
|
|
|
|
y="111.79166" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-57"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="55.562511"
|
|
|
|
y="111.79166" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0-6"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="44.979168"
|
|
|
|
y="117.08336" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="50.270855"
|
|
|
|
y="117.08333" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1-6"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="55.562511"
|
|
|
|
y="117.08333" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-4-4"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="44.979168"
|
|
|
|
y="122.37501" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-4-60"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="50.270855"
|
|
|
|
y="122.37499" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-5-0"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="55.562511"
|
|
|
|
y="122.37499" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-0-5-3"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="44.979168"
|
|
|
|
y="127.6667" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-06-5-9"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="50.270855"
|
|
|
|
y="127.66666" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-1-1-1"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="55.562511"
|
|
|
|
y="127.66666" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-0-3"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="44.979168"
|
|
|
|
y="132.95833" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-18-1"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="50.270855"
|
|
|
|
y="132.95833" />
|
|
|
|
<rect
|
|
|
|
style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.26458332;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
|
|
|
id="rect6319-7-7-6-3"
|
|
|
|
width="5.2916665"
|
|
|
|
height="5.2916665"
|
|
|
|
x="55.562511"
|
|
|
|
y="132.95833" />
|
|
|
|
</g>
|
2016-02-16 09:53:44 +00:00
|
|
|
</svg>
|