Skip to content

Instantly share code, notes, and snippets.

@bixb0012
Last active July 31, 2019 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bixb0012/6139d1ffc1c81c09116ae8af7fb58ea3 to your computer and use it in GitHub Desktop.
Save bixb0012/6139d1ffc1c81c09116ae8af7fb58ea3 to your computer and use it in GitHub Desktop.
Python: Dictionary of WKT Test Geometries
#!python
# Reference: 1) https://www.opengeospatial.org/standards/sfa
geoms = {
'pt': 'POINT(10 10)',
'ept': 'POINT EMPTY',
'mpt': 'MULTIPOINT((15 15), (25 15))',
'empt': 'MULTIPOINT EMPTY',
'ln': 'LINESTRING(20 20, 30 30)',
'eln': 'LINESTRING EMPTY',
'mln': 'MULTILINESTRING((35 35, 45 45), (5 15, 15 25))',
'emln': 'MULTILINESTRING EMPTY',
'pg': ('POLYGON((10 40, 30 40, 30 60, 10 60, 10 40), '
'(15 45, 15 55, 25 55, 25 45, 15 45))'),
'epg': 'POLYGON EMPTY',
'mpg': ('MULTIPOLYGON(((50 30, 70 30, 70 50, 50 50, 50 30), '
'(55 35, 55 45, 65 45, 65 35, 55 35)), '
'((40 10, 40 20, 50 20, 50 10, 40 10)))'),
'empg': 'MULTIPOLYGON EMPTY'
}
#
Display the source blob
Display the rendered blob
Raw
<svg width="672" height="480" viewBox="0 0 504 360" xmlns="http://www.w3.org/2000/svg">
<clipPath id="a">
<path d="M0 360V0h504v360H0z"/>
</clipPath>
<path clip-path="url(#a)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M42 324.516v2"/>
<path clip-path="url(#a)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M64.001 324.516V29.5"/>
<path clip-path="url(#a)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M64.001 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#a)">
<text transform="matrix(10.00016 0 0 10.00048 61.501 339.569)">
<tspan unicode-bidi="embed" x="0">0</tspan>
</text>
</g>
<clipPath id="b">
<path d="M0 360V0h504v360H0z"/>
</clipPath>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M64.001 324.516v2M86.001 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M108.002 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M108.002 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 102.502 339.569)">
<tspan unicode-bidi="embed" x="0">1</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M108.002 324.516v2M130.002 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M152.002 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M152.002 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 146.502 339.569)">
<tspan unicode-bidi="embed" x="0">2</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M152.002 324.516v2M174.003 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M196.003 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M196.003 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 190.503 339.569)">
<tspan unicode-bidi="embed" x="0">3</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M196.003 324.516v2M218.003 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M239.504 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M239.504 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 234.004 339.569)">
<tspan unicode-bidi="embed" x="0">4</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M239.504 324.516v2M261.504 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M283.504 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M283.504 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 278.004 339.569)">
<tspan unicode-bidi="embed" x="0">5</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M283.504 324.516v2M305.505 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M327.505 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M327.505 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 322.005 339.569)">
<tspan unicode-bidi="embed" x="0">6</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M327.505 324.516v2M349.506 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M371.506 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M371.506 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 366.006 339.569)">
<tspan unicode-bidi="embed" x="0">7</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M371.506 324.516v2M393.506 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M415.507 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M415.507 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 410.007 339.569)">
<tspan unicode-bidi="embed" x="0">8</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M415.507 324.516v2M437.507 324.516v2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M459.507 324.516V29.5"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M459.507 324.516v5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(10.00016 0 0 10.00048 454.007 339.569)">
<tspan unicode-bidi="embed" x="0">9</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M459.507 324.516v2M41 323.016h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 301.014h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 301.014h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 303.515)">
<tspan unicode-bidi="embed" x="0">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 301.014h-2M41 279.513h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 257.512h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 257.512h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 263.013)">
<tspan unicode-bidi="embed" x="0">1</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 257.512h-2M41 235.511h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 213.51h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 213.51h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 219.01)">
<tspan unicode-bidi="embed" x="0">2</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 213.51h-2M41 191.51h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 169.508h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 169.508h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 175.008)">
<tspan unicode-bidi="embed" x="0">3</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 169.508h-2M41 147.507h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 125.506h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 125.506h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 131.006)">
<tspan unicode-bidi="embed" x="0">4</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 125.506h-2M41 103.505h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 81.504h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 81.504h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 87.004)">
<tspan unicode-bidi="embed" x="0">5</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 81.504h-2M41 59.503h-2"/>
<path clip-path="url(#b)" fill="none" stroke="#CCC" stroke-width=".5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 37.502h434.008"/>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 37.502h-5"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="700" fill="#B2B2B2" clip-path="url(#b)">
<text transform="matrix(0 -10.00048 10.00016 0 32.725 43.002)">
<tspan unicode-bidi="embed" x="0">6</tspan> <tspan unicode-bidi="embed" x=".55">0</tspan>
</text>
</g>
<path clip-path="url(#b)" fill="none" stroke="#9C9C9C" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M41 37.502h-2"/>
<g>
<clipPath id="c">
<path d="M41 325.016V29.5h434.508v295.515H41z"/>
</clipPath>
<path clip-path="url(#c)" fill="#F57AB6" fill-rule="evenodd" d="M284.005 170.008V82.004h88v88.004h-88zm22-22h44v-44.003h-44v44.002zm-65.501 110.004V214.01h43.5v44.002h-43.5z"/>
<path clip-path="url(#c)" fill="#7A8EF5" fill-rule="evenodd" d="M108.502 126.006V38.002h88.001v88.004h-88.001zm22-22.001h44V60.003h-44v44.002z"/>
<path clip-path="url(#c)" fill="none" stroke="#E0F57A" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M152.502 214.01l44.001-44.002"/>
<path clip-path="url(#c)" fill="none" stroke="#7AF5CA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" d="M218.503 148.007l44.001-44.002M86.501 236.011l44.001-44.002"/>
<g font-family="'ESRI Default Marker'" font-size="1" kerning="0" font-weight="400" fill="#F5CA7A">
<g clip-path="url(#c)">
<text transform="matrix(8.00013 0 0 8.00038 127.752 239.011)">
<tspan unicode-bidi="embed" x="0">!</tspan>
</text>
</g>
<g clip-path="url(#c)">
<text transform="matrix(8.00013 0 0 8.00038 171.753 239.011)">
<tspan unicode-bidi="embed" x="0">!</tspan>
</text>
</g>
</g>
<g>
<g font-family="'ESRI Default Marker'" font-size="1" kerning="0" font-weight="400" fill="#FF7F7F" clip-path="url(#c)">
<text transform="matrix(8.00013 0 0 8.00038 105.752 261.013)">
<tspan unicode-bidi="embed" x="0">!</tspan>
</text>
</g>
</g>
</g>
<g>
<clipPath id="d">
<path d="M0 360V0h504v360H0z"/>
</clipPath>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M82.501 274.513v-10.5h54.001v10.5h-54z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#A80000" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 83.751 272.255)">
<tspan unicode-bidi="embed" x="0">P</tspan> <tspan unicode-bidi="embed" x=".625">O</tspan> <tspan unicode-bidi="embed" x="1.438">I</tspan> <tspan unicode-bidi="embed" x="1.688">N</tspan> <tspan unicode-bidi="embed" x="2.438">T</tspan> <tspan unicode-bidi="embed" x="3.25">(</tspan> <tspan unicode-bidi="embed" x="3.625">1</tspan> <tspan unicode-bidi="embed" x="4.188">0</tspan> <tspan unicode-bidi="embed" x="5">1</tspan> <tspan unicode-bidi="embed" x="5.563">0</tspan> <tspan unicode-bidi="embed" x="6.125">)</tspan>
</text>
</g>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M129.502 263.513v-20.001h10l-7.5-2.5 28.5 2.5h52.001v20h-83z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#E69800" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 130.502 251.754)">
<tspan unicode-bidi="embed" x="0">M</tspan> <tspan unicode-bidi="embed" x=".813">U</tspan> <tspan unicode-bidi="embed" x="1.5">L</tspan> <tspan unicode-bidi="embed" x="2">T</tspan> <tspan unicode-bidi="embed" x="2.625">I</tspan> <tspan unicode-bidi="embed" x="2.875">P</tspan> <tspan unicode-bidi="embed" x="3.563">O</tspan> <tspan unicode-bidi="embed" x="4.313">I</tspan> <tspan unicode-bidi="embed" x="4.625">N</tspan> <tspan unicode-bidi="embed" x="5.313">T</tspan> <tspan unicode-bidi="embed" x="6.188">(</tspan> <tspan unicode-bidi="embed" x="6.5">(</tspan> <tspan unicode-bidi="embed" x="6.875">1</tspan> <tspan unicode-bidi="embed" x="7.438">5</tspan> <tspan unicode-bidi="embed" x="8.25">1</tspan> <tspan unicode-bidi="embed" x="8.813">5</tspan> <tspan unicode-bidi="embed" x="9.375">)</tspan> <tspan unicode-bidi="embed" x="9.688">,</tspan>
</text>
</g>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#E69800" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 130.502 260.755)">
<tspan unicode-bidi="embed" x="6.625">(</tspan> <tspan unicode-bidi="embed" x="6.938">2</tspan> <tspan unicode-bidi="embed" x="7.5">5</tspan> <tspan unicode-bidi="embed" x="8.313">1</tspan> <tspan unicode-bidi="embed" x="8.875">5</tspan> <tspan unicode-bidi="embed" x="9.438">)</tspan> <tspan unicode-bidi="embed" x="9.75">)</tspan>
</text>
</g>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M177.503 166.008v-11h101.501v11H177.503z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#A8A800" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 178.253 163.25)">
<tspan unicode-bidi="embed" x="0">L</tspan> <tspan unicode-bidi="embed" x=".5">I</tspan> <tspan unicode-bidi="embed" x=".813">N</tspan> <tspan unicode-bidi="embed" x="1.5">E</tspan> <tspan unicode-bidi="embed" x="2.188">S</tspan> <tspan unicode-bidi="embed" x="2.875">T</tspan> <tspan unicode-bidi="embed" x="3.438">R</tspan> <tspan unicode-bidi="embed" x="4.188">I</tspan> <tspan unicode-bidi="embed" x="4.438">N</tspan> <tspan unicode-bidi="embed" x="5.188">G</tspan> <tspan unicode-bidi="embed" x="6.25">(</tspan> <tspan unicode-bidi="embed" x="6.563">2</tspan> <tspan unicode-bidi="embed" x="7.125">0</tspan> <tspan unicode-bidi="embed" x="7.938">2</tspan> <tspan unicode-bidi="embed" x="8.5">0</tspan> <tspan unicode-bidi="embed" x="9.063">,</tspan> <tspan unicode-bidi="embed" x="9.625">3</tspan> <tspan unicode-bidi="embed" x="10.188">0</tspan> <tspan unicode-bidi="embed" x="11">3</tspan> <tspan unicode-bidi="embed" x="11.563">0</tspan> <tspan unicode-bidi="embed" x="12.125">)</tspan>
</text>
</g>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M43 190.01v-20.002h130.003v20.001H43z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#38A800" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 44 178.25)">
<tspan unicode-bidi="embed" x="0">M</tspan> <tspan unicode-bidi="embed" x=".813">U</tspan> <tspan unicode-bidi="embed" x="1.5">L</tspan> <tspan unicode-bidi="embed" x="2">T</tspan> <tspan unicode-bidi="embed" x="2.625">I</tspan> <tspan unicode-bidi="embed" x="2.875">L</tspan> <tspan unicode-bidi="embed" x="3.438">I</tspan> <tspan unicode-bidi="embed" x="3.688">N</tspan> <tspan unicode-bidi="embed" x="4.438">E</tspan> <tspan unicode-bidi="embed" x="5.125">S</tspan> <tspan unicode-bidi="embed" x="5.75">T</tspan> <tspan unicode-bidi="embed" x="6.375">R</tspan> <tspan unicode-bidi="embed" x="7.125">I</tspan> <tspan unicode-bidi="embed" x="7.375">N</tspan> <tspan unicode-bidi="embed" x="8.125">G</tspan> <tspan unicode-bidi="embed" x="9.125">(</tspan> <tspan unicode-bidi="embed" x="9.5">(</tspan> <tspan unicode-bidi="embed" x="9.813">3</tspan> <tspan unicode-bidi="embed" x="10.375">5</tspan> <tspan unicode-bidi="embed" x="11.188">3</tspan> <tspan unicode-bidi="embed" x="11.75">5</tspan> <tspan unicode-bidi="embed" x="12.313">,</tspan> <tspan unicode-bidi="embed" x="12.875">4</tspan> <tspan unicode-bidi="embed" x="13.438">5</tspan> <tspan unicode-bidi="embed" x="14.25">4</tspan> <tspan unicode-bidi="embed" x="14.813">5</tspan> <tspan unicode-bidi="embed" x="15.375">)</tspan> <tspan unicode-bidi="embed" x="15.688">,</tspan>
</text>
</g>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#38A800" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 44 187.251)">
<tspan unicode-bidi="embed" x="9.375">(</tspan> <tspan unicode-bidi="embed" x="9.688">5</tspan> <tspan unicode-bidi="embed" x="10.563">1</tspan> <tspan unicode-bidi="embed" x="11.125">5</tspan> <tspan unicode-bidi="embed" x="11.625">,</tspan> <tspan unicode-bidi="embed" x="12.188">1</tspan> <tspan unicode-bidi="embed" x="12.75">5</tspan> <tspan unicode-bidi="embed" x="13.625">2</tspan> <tspan unicode-bidi="embed" x="14.125">5</tspan> <tspan unicode-bidi="embed" x="14.688">)</tspan> <tspan unicode-bidi="embed" x="15.063">)</tspan>
</text>
</g>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M200.503 59.003V39.002h183.003v20H200.503z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#004DA8" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 207.753 47.244)">
<tspan unicode-bidi="embed" x="0">P</tspan> <tspan unicode-bidi="embed" x=".625">O</tspan> <tspan unicode-bidi="embed" x="1.438">L</tspan> <tspan unicode-bidi="embed" x="1.875">Y</tspan> <tspan unicode-bidi="embed" x="2.563">G</tspan> <tspan unicode-bidi="embed" x="3.313">O</tspan> <tspan unicode-bidi="embed" x="4.125">N</tspan> <tspan unicode-bidi="embed" x="5.125">(</tspan> <tspan unicode-bidi="embed" x="5.438">(</tspan> <tspan unicode-bidi="embed" x="5.75">1</tspan> <tspan unicode-bidi="embed" x="6.313">0</tspan> <tspan unicode-bidi="embed" x="7.125">4</tspan> <tspan unicode-bidi="embed" x="7.688">0</tspan> <tspan unicode-bidi="embed" x="8.25">,</tspan> <tspan unicode-bidi="embed" x="8.813">3</tspan> <tspan unicode-bidi="embed" x="9.375">0</tspan> <tspan unicode-bidi="embed" x="10.188">4</tspan> <tspan unicode-bidi="embed" x="10.75">0</tspan> <tspan unicode-bidi="embed" x="11.313">,</tspan> <tspan unicode-bidi="embed" x="11.875">3</tspan> <tspan unicode-bidi="embed" x="12.438">0</tspan> <tspan unicode-bidi="embed" x="13.25">6</tspan> <tspan unicode-bidi="embed" x="13.813">0</tspan> <tspan unicode-bidi="embed" x="14.375">,</tspan> <tspan unicode-bidi="embed" x="14.938">1</tspan> <tspan unicode-bidi="embed" x="15.501">0</tspan> <tspan unicode-bidi="embed" x="16.313">6</tspan> <tspan unicode-bidi="embed" x="16.876">0</tspan> <tspan unicode-bidi="embed" x="17.438">,</tspan> <tspan unicode-bidi="embed" x="17.938">1</tspan> <tspan unicode-bidi="embed" x="18.501">0</tspan> <tspan unicode-bidi="embed" x="19.376">4</tspan> <tspan unicode-bidi="embed" x="19.938">0</tspan> <tspan unicode-bidi="embed" x="20.438">)</tspan> <tspan unicode-bidi="embed" x="20.813">,</tspan>
</text>
</g>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#004DA8" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 201.753 56.245)">
<tspan unicode-bidi="embed" x="6.875">(</tspan> <tspan unicode-bidi="embed" x="7.25">1</tspan> <tspan unicode-bidi="embed" x="7.75">5</tspan> <tspan unicode-bidi="embed" x="8.625">4</tspan> <tspan unicode-bidi="embed" x="9.188">5</tspan> <tspan unicode-bidi="embed" x="9.688">,</tspan> <tspan unicode-bidi="embed" x="10.25">1</tspan> <tspan unicode-bidi="embed" x="10.813">5</tspan> <tspan unicode-bidi="embed" x="11.688">5</tspan> <tspan unicode-bidi="embed" x="12.188">5</tspan> <tspan unicode-bidi="embed" x="12.75">,</tspan> <tspan unicode-bidi="embed" x="13.313">2</tspan> <tspan unicode-bidi="embed" x="13.875">5</tspan> <tspan unicode-bidi="embed" x="14.688">5</tspan> <tspan unicode-bidi="embed" x="15.25">5</tspan> <tspan unicode-bidi="embed" x="15.813">,</tspan> <tspan unicode-bidi="embed" x="16.376">2</tspan> <tspan unicode-bidi="embed" x="16.938">5</tspan> <tspan unicode-bidi="embed" x="17.751">4</tspan> <tspan unicode-bidi="embed" x="18.313">5</tspan> <tspan unicode-bidi="embed" x="18.876">,</tspan> <tspan unicode-bidi="embed" x="19.438">1</tspan> <tspan unicode-bidi="embed" x="20.001">5</tspan> <tspan unicode-bidi="embed" x="20.813">4</tspan> <tspan unicode-bidi="embed" x="21.376">5</tspan> <tspan unicode-bidi="embed" x="21.938">)</tspan> <tspan unicode-bidi="embed" x="22.251">)</tspan>
</text>
</g>
<path clip-path="url(#d)" fill="#FFF" fill-rule="evenodd" d="M247.504 212.01V183.01h26l-20.5-1.5 72.001 1.5h130.002v29.001H247.504z"/>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#A80084" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 248.504 191.251)">
<tspan unicode-bidi="embed" x="0">M</tspan> <tspan unicode-bidi="embed" x=".813">U</tspan> <tspan unicode-bidi="embed" x="1.5">L</tspan> <tspan unicode-bidi="embed" x="2">T</tspan> <tspan unicode-bidi="embed" x="2.625">I</tspan> <tspan unicode-bidi="embed" x="2.875">P</tspan> <tspan unicode-bidi="embed" x="3.563">O</tspan> <tspan unicode-bidi="embed" x="4.313">L</tspan> <tspan unicode-bidi="embed" x="4.813">Y</tspan> <tspan unicode-bidi="embed" x="5.5">G</tspan> <tspan unicode-bidi="embed" x="6.25">O</tspan> <tspan unicode-bidi="embed" x="7">N</tspan> <tspan unicode-bidi="embed" x="8">(</tspan> <tspan unicode-bidi="embed" x="8.375">(</tspan> <tspan unicode-bidi="embed" x="8.688">(</tspan> <tspan unicode-bidi="embed" x="9">5</tspan> <tspan unicode-bidi="embed" x="9.563">0</tspan> <tspan unicode-bidi="embed" x="10.375">3</tspan> <tspan unicode-bidi="embed" x="10.938">0</tspan> <tspan unicode-bidi="embed" x="11.5">,</tspan> <tspan unicode-bidi="embed" x="12.063">7</tspan> <tspan unicode-bidi="embed" x="12.625">0</tspan> <tspan unicode-bidi="embed" x="13.438">3</tspan> <tspan unicode-bidi="embed" x="14">0</tspan> <tspan unicode-bidi="embed" x="14.563">,</tspan> <tspan unicode-bidi="embed" x="15.125">7</tspan> <tspan unicode-bidi="embed" x="15.688">0</tspan> <tspan unicode-bidi="embed" x="16.501">5</tspan> <tspan unicode-bidi="embed" x="17.063">0</tspan> <tspan unicode-bidi="embed" x="17.626">,</tspan> <tspan unicode-bidi="embed" x="18.188">5</tspan> <tspan unicode-bidi="embed" x="18.751">0</tspan> <tspan unicode-bidi="embed" x="19.563">5</tspan> <tspan unicode-bidi="embed" x="20.126">0</tspan> <tspan unicode-bidi="embed" x="20.688">,</tspan> <tspan unicode-bidi="embed" x="21.188">5</tspan> <tspan unicode-bidi="embed" x="21.751">0</tspan> <tspan unicode-bidi="embed" x="22.626">3</tspan> <tspan unicode-bidi="embed" x="23.188">0</tspan> <tspan unicode-bidi="embed" x="23.688">)</tspan> <tspan unicode-bidi="embed" x="24.063">,</tspan>
</text>
</g>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#A80084" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 248.504 200.252)">
<tspan unicode-bidi="embed" x="9.688">(</tspan> <tspan unicode-bidi="embed" x="10">5</tspan> <tspan unicode-bidi="embed" x="10.563">5</tspan> <tspan unicode-bidi="embed" x="11.375">3</tspan> <tspan unicode-bidi="embed" x="11.938">5</tspan> <tspan unicode-bidi="embed" x="12.5">,</tspan> <tspan unicode-bidi="embed" x="13.063">5</tspan> <tspan unicode-bidi="embed" x="13.625">5</tspan> <tspan unicode-bidi="embed" x="14.438">4</tspan> <tspan unicode-bidi="embed" x="15">5</tspan> <tspan unicode-bidi="embed" x="15.563">,</tspan> <tspan unicode-bidi="embed" x="16.063">6</tspan> <tspan unicode-bidi="embed" x="16.626">5</tspan> <tspan unicode-bidi="embed" x="17.501">4</tspan> <tspan unicode-bidi="embed" x="18.001">5</tspan> <tspan unicode-bidi="embed" x="18.563">,</tspan> <tspan unicode-bidi="embed" x="19.126">6</tspan> <tspan unicode-bidi="embed" x="19.688">5</tspan> <tspan unicode-bidi="embed" x="20.501">3</tspan> <tspan unicode-bidi="embed" x="21.063">5</tspan> <tspan unicode-bidi="embed" x="21.626">,</tspan> <tspan unicode-bidi="embed" x="22.188">5</tspan> <tspan unicode-bidi="embed" x="22.751">5</tspan> <tspan unicode-bidi="embed" x="23.563">3</tspan> <tspan unicode-bidi="embed" x="24.126">5</tspan> <tspan unicode-bidi="embed" x="24.688">)</tspan> <tspan unicode-bidi="embed" x="25.001">)</tspan> <tspan unicode-bidi="embed" x="25.376">,</tspan>
</text>
</g>
<g font-family="'Arial'" font-size="1" kerning="0" font-weight="400" fill="#A80084" clip-path="url(#d)">
<text transform="matrix(8.00013 0 0 8.00038 248.504 209.752)">
<tspan unicode-bidi="embed" x="8.563">(</tspan> <tspan unicode-bidi="embed" x="8.875">(</tspan> <tspan unicode-bidi="embed" x="9.188">4</tspan> <tspan unicode-bidi="embed" x="9.75">0</tspan> <tspan unicode-bidi="embed" x="10.625">1</tspan> <tspan unicode-bidi="embed" x="11.188">0</tspan> <tspan unicode-bidi="embed" x="11.688">,</tspan> <tspan unicode-bidi="embed" x="12.25">4</tspan> <tspan unicode-bidi="embed" x="12.813">0</tspan> <tspan unicode-bidi="embed" x="13.625">2</tspan> <tspan unicode-bidi="embed" x="14.188">0</tspan> <tspan unicode-bidi="embed" x="14.75">,</tspan> <tspan unicode-bidi="embed" x="15.313">5</tspan> <tspan unicode-bidi="embed" x="15.876">0</tspan> <tspan unicode-bidi="embed" x="16.688">2</tspan> <tspan unicode-bidi="embed" x="17.251">0</tspan> <tspan unicode-bidi="embed" x="17.813">,</tspan> <tspan unicode-bidi="embed" x="18.376">5</tspan> <tspan unicode-bidi="embed" x="18.938">0</tspan> <tspan unicode-bidi="embed" x="19.751">1</tspan> <tspan unicode-bidi="embed" x="20.313">0</tspan> <tspan unicode-bidi="embed" x="20.876">,</tspan> <tspan unicode-bidi="embed" x="21.438">4</tspan> <tspan unicode-bidi="embed" x="21.938">0</tspan> <tspan unicode-bidi="embed" x="22.813">1</tspan> <tspan unicode-bidi="embed" x="23.376">0</tspan> <tspan unicode-bidi="embed" x="23.938">)</tspan> <tspan unicode-bidi="embed" x="24.251">)</tspan> <tspan unicode-bidi="embed" x="24.563">)</tspan>
</text>
</g>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment