Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
2cd826ff8e | |||
4faf48cfcc | |||
18f5907d41 | |||
a2f3c36956 | |||
b4760aed58 | |||
a42bf07e7c | |||
2c9aaed850 | |||
77f9a21b77 | |||
ce7158ad94 |
|
@ -33,12 +33,12 @@ cache:
|
|||
# - .script
|
||||
# - .coverage
|
||||
Julia 1.11:
|
||||
image: julia:1.11
|
||||
image: registry.cern.ch/docker.io/library/julia:1.11
|
||||
extends:
|
||||
- .script
|
||||
- .coverage
|
||||
pages:
|
||||
image: julia:1.11
|
||||
image: registry.cern.ch/docker.io/library/julia:1.11
|
||||
stage: deploy
|
||||
script:
|
||||
- |
|
||||
|
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Changed campaign id type to REAL from INTEGER to include 7.5th campaign
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed 7th campaign end date
|
||||
|
||||
## [1.0.0] - 2025-01-27
|
||||
|
||||
### Added
|
||||
|
|
244
Manifest.toml
|
@ -1,8 +1,8 @@
|
|||
# This file is machine-generated - editing it directly is not advised
|
||||
|
||||
julia_version = "1.11.3"
|
||||
julia_version = "1.11.5"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "47f0621871082a27225026b076304121300bf44d"
|
||||
project_hash = "a9fa03ac044d2e070b6689aa0efcf1ed6a422332"
|
||||
|
||||
[[deps.ANSIColoredPrinters]]
|
||||
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
|
||||
|
@ -14,6 +14,35 @@ git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
|
|||
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
|
||||
version = "0.4.5"
|
||||
|
||||
[[deps.Accessors]]
|
||||
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"]
|
||||
git-tree-sha1 = "3b86719127f50670efe356bc11073d84b4ed7a5d"
|
||||
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
|
||||
version = "0.1.42"
|
||||
|
||||
[deps.Accessors.extensions]
|
||||
AxisKeysExt = "AxisKeys"
|
||||
IntervalSetsExt = "IntervalSets"
|
||||
LinearAlgebraExt = "LinearAlgebra"
|
||||
StaticArraysExt = "StaticArrays"
|
||||
StructArraysExt = "StructArrays"
|
||||
TestExt = "Test"
|
||||
UnitfulExt = "Unitful"
|
||||
|
||||
[deps.Accessors.weakdeps]
|
||||
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
|
||||
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
|
||||
|
||||
[[deps.ArgCheck]]
|
||||
git-tree-sha1 = "f9e9a66c9b7be1ad7372bbd9b062d9230c30c5ce"
|
||||
uuid = "dce04be8-c92d-5529-be00-80e4d2c0e197"
|
||||
version = "2.5.0"
|
||||
|
||||
[[deps.ArgTools]]
|
||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||
version = "1.1.2"
|
||||
|
@ -27,10 +56,37 @@ git-tree-sha1 = "4ec6b48702dacc5994a835c1189831755e4e76ef"
|
|||
uuid = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
|
||||
version = "2.2.0"
|
||||
|
||||
[[deps.BangBang]]
|
||||
deps = ["Accessors", "ConstructionBase", "InitialValues", "LinearAlgebra"]
|
||||
git-tree-sha1 = "26f41e1df02c330c4fa1e98d4aa2168fdafc9b1f"
|
||||
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
|
||||
version = "0.4.4"
|
||||
|
||||
[deps.BangBang.extensions]
|
||||
BangBangChainRulesCoreExt = "ChainRulesCore"
|
||||
BangBangDataFramesExt = "DataFrames"
|
||||
BangBangStaticArraysExt = "StaticArrays"
|
||||
BangBangStructArraysExt = "StructArrays"
|
||||
BangBangTablesExt = "Tables"
|
||||
BangBangTypedTablesExt = "TypedTables"
|
||||
|
||||
[deps.BangBang.weakdeps]
|
||||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
|
||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
|
||||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
||||
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
|
||||
|
||||
[[deps.Base64]]
|
||||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.Baselet]]
|
||||
git-tree-sha1 = "aebf55e6d7795e02ca500a689d326ac979aaf89e"
|
||||
uuid = "9718e550-a3fa-408a-8086-8db961cd8217"
|
||||
version = "0.1.1"
|
||||
|
||||
[[deps.CSV]]
|
||||
deps = ["CodecZlib", "Dates", "FilePathsBase", "InlineStrings", "Mmap", "Parsers", "PooledArrays", "PrecompileTools", "SentinelArrays", "Tables", "Unicode", "WeakRefStrings", "WorkerUtilities"]
|
||||
git-tree-sha1 = "deddd8725e5e1cc49ee205a1964256043720a6c3"
|
||||
|
@ -39,9 +95,9 @@ version = "0.10.15"
|
|||
|
||||
[[deps.CodecZlib]]
|
||||
deps = ["TranscodingStreams", "Zlib_jll"]
|
||||
git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759"
|
||||
git-tree-sha1 = "962834c22b66e32aa10f7611c08c8ca4e20749a9"
|
||||
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
|
||||
version = "0.7.6"
|
||||
version = "0.7.8"
|
||||
|
||||
[[deps.Compat]]
|
||||
deps = ["TOML", "UUIDs"]
|
||||
|
@ -58,6 +114,30 @@ deps = ["Artifacts", "Libdl"]
|
|||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
||||
version = "1.1.1+0"
|
||||
|
||||
[[deps.CompositionsBase]]
|
||||
git-tree-sha1 = "802bb88cd69dfd1509f6670416bd4434015693ad"
|
||||
uuid = "a33af91c-f02d-484b-be07-31d278c5ca2b"
|
||||
version = "0.1.2"
|
||||
weakdeps = ["InverseFunctions"]
|
||||
|
||||
[deps.CompositionsBase.extensions]
|
||||
CompositionsBaseInverseFunctionsExt = "InverseFunctions"
|
||||
|
||||
[[deps.ConstructionBase]]
|
||||
git-tree-sha1 = "76219f1ed5771adbb096743bff43fb5fdd4c1157"
|
||||
uuid = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
|
||||
version = "1.5.8"
|
||||
|
||||
[deps.ConstructionBase.extensions]
|
||||
ConstructionBaseIntervalSetsExt = "IntervalSets"
|
||||
ConstructionBaseLinearAlgebraExt = "LinearAlgebra"
|
||||
ConstructionBaseStaticArraysExt = "StaticArrays"
|
||||
|
||||
[deps.ConstructionBase.weakdeps]
|
||||
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
|
||||
[[deps.Crayons]]
|
||||
git-tree-sha1 = "249fe38abf76d48563e2f4556bebd215aa317e15"
|
||||
uuid = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
|
||||
|
@ -81,9 +161,9 @@ version = "1.7.0"
|
|||
|
||||
[[deps.DataStructures]]
|
||||
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
|
||||
git-tree-sha1 = "1d0a14036acb104d9e89698bd408f63ab58cdc82"
|
||||
git-tree-sha1 = "4e1fe97fdaed23e9dc21d4d664bea76b65fc50a0"
|
||||
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
|
||||
version = "0.18.20"
|
||||
version = "0.18.22"
|
||||
|
||||
[[deps.DataValueInterfaces]]
|
||||
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
|
||||
|
@ -95,17 +175,26 @@ deps = ["Printf"]
|
|||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.DefineSingletons]]
|
||||
git-tree-sha1 = "0fba8b706d0178b4dc7fd44a96a92382c9065c2c"
|
||||
uuid = "244e2a9f-e319-4986-a169-4d1fe445cd52"
|
||||
version = "0.1.2"
|
||||
|
||||
[[deps.Distributed]]
|
||||
deps = ["Random", "Serialization", "Sockets"]
|
||||
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.DocStringExtensions]]
|
||||
deps = ["LibGit2"]
|
||||
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
|
||||
git-tree-sha1 = "e7b7e6f178525d17c720ab9c081e4ef04429f860"
|
||||
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
|
||||
[[deps.Documenter]]
|
||||
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
|
||||
git-tree-sha1 = "d0ea2c044963ed6f37703cead7e29f70cba13d7e"
|
||||
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
|
||||
git-tree-sha1 = "22ca291bada1e8af75dcb5b41f9e1d2da91c2986"
|
||||
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
||||
version = "1.8.0"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.Downloads]]
|
||||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
|
||||
|
@ -114,15 +203,15 @@ version = "1.6.0"
|
|||
|
||||
[[deps.Expat_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
|
||||
git-tree-sha1 = "d55dffd9ae73ff72f1c0482454dcf2ec6c6c4a63"
|
||||
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
|
||||
version = "2.6.4+3"
|
||||
version = "2.6.5+0"
|
||||
|
||||
[[deps.FileIO]]
|
||||
deps = ["Pkg", "Requires", "UUIDs"]
|
||||
git-tree-sha1 = "2dd20384bf8c6d411b5c7370865b1e9b26cb2ea3"
|
||||
git-tree-sha1 = "b66970a70db13f45b7e57fbda1736e1cf72174ea"
|
||||
uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
|
||||
version = "1.16.6"
|
||||
version = "1.17.0"
|
||||
|
||||
[deps.FileIO.extensions]
|
||||
HTTPExt = "HTTP"
|
||||
|
@ -132,9 +221,9 @@ version = "1.16.6"
|
|||
|
||||
[[deps.FilePathsBase]]
|
||||
deps = ["Compat", "Dates"]
|
||||
git-tree-sha1 = "7878ff7172a8e6beedd1dea14bd27c3c6340d361"
|
||||
git-tree-sha1 = "3bab2c5aa25e7840a4b065805c0cdfc01f3068d2"
|
||||
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
|
||||
version = "0.9.22"
|
||||
version = "0.9.24"
|
||||
weakdeps = ["Mmap", "Test"]
|
||||
|
||||
[deps.FilePathsBase.extensions]
|
||||
|
@ -151,16 +240,16 @@ uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
|
|||
version = "1.11.0"
|
||||
|
||||
[[deps.Git]]
|
||||
deps = ["Git_jll"]
|
||||
git-tree-sha1 = "04eff47b1354d702c3a85e8ab23d539bb7d5957e"
|
||||
deps = ["Git_jll", "JLLWrappers", "OpenSSH_jll"]
|
||||
git-tree-sha1 = "2230a9cc32394b11a3b3aa807a382e3bbab1198c"
|
||||
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
|
||||
version = "1.3.1"
|
||||
version = "1.4.0"
|
||||
|
||||
[[deps.Git_jll]]
|
||||
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
|
||||
git-tree-sha1 = "399f4a308c804b446ae4c91eeafadb2fe2c54ff9"
|
||||
git-tree-sha1 = "2f6d6f7e6d6de361865d4394b802c02fc944fc7c"
|
||||
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
|
||||
version = "2.47.1+0"
|
||||
version = "2.49.0+0"
|
||||
|
||||
[[deps.IOCapture]]
|
||||
deps = ["Logging", "Random"]
|
||||
|
@ -168,10 +257,15 @@ git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
|
|||
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
|
||||
version = "0.2.5"
|
||||
|
||||
[[deps.InitialValues]]
|
||||
git-tree-sha1 = "4da0f88e9a39111c2fa3add390ab15f3a44f3ca3"
|
||||
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
|
||||
version = "0.3.1"
|
||||
|
||||
[[deps.InlineStrings]]
|
||||
git-tree-sha1 = "45521d31238e87ee9f9732561bfee12d4eebd52d"
|
||||
git-tree-sha1 = "6a9fde685a7ac1eb3495f8e812c5a7c3711c2d5e"
|
||||
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
|
||||
version = "1.4.2"
|
||||
version = "1.4.3"
|
||||
|
||||
[deps.InlineStrings.extensions]
|
||||
ArrowTypesExt = "ArrowTypes"
|
||||
|
@ -186,6 +280,16 @@ deps = ["Markdown"]
|
|||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.InverseFunctions]]
|
||||
git-tree-sha1 = "a779299d77cd080bf77b97535acecd73e1c5e5cb"
|
||||
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
|
||||
version = "0.1.17"
|
||||
weakdeps = ["Dates", "Test"]
|
||||
|
||||
[deps.InverseFunctions.extensions]
|
||||
InverseFunctionsDatesExt = "Dates"
|
||||
InverseFunctionsTestExt = "Test"
|
||||
|
||||
[[deps.InvertedIndices]]
|
||||
git-tree-sha1 = "6da3c4316095de0f5ee2ebd875df8721e7e0bdbe"
|
||||
uuid = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
|
||||
|
@ -197,10 +301,16 @@ uuid = "82899510-4779-5014-852e-03e436cf321d"
|
|||
version = "1.0.0"
|
||||
|
||||
[[deps.JLD2]]
|
||||
deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "PrecompileTools", "Requires", "TranscodingStreams"]
|
||||
git-tree-sha1 = "91d501cb908df6f134352ad73cde5efc50138279"
|
||||
deps = ["FileIO", "MacroTools", "Mmap", "OrderedCollections", "PrecompileTools", "TranscodingStreams"]
|
||||
git-tree-sha1 = "8e071648610caa2d3a5351aba03a936a0c37ec61"
|
||||
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
||||
version = "0.5.11"
|
||||
version = "0.5.13"
|
||||
|
||||
[deps.JLD2.extensions]
|
||||
UnPackExt = "UnPack"
|
||||
|
||||
[deps.JLD2.weakdeps]
|
||||
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
|
||||
|
||||
[[deps.JLLWrappers]]
|
||||
deps = ["Artifacts", "Preferences"]
|
||||
|
@ -269,9 +379,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
|
|||
version = "1.11.0"
|
||||
|
||||
[[deps.MacroTools]]
|
||||
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
|
||||
git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
|
||||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
|
||||
version = "0.5.15"
|
||||
version = "0.5.16"
|
||||
|
||||
[[deps.Markdown]]
|
||||
deps = ["Base64"]
|
||||
|
@ -289,6 +399,12 @@ deps = ["Artifacts", "Libdl"]
|
|||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
|
||||
version = "2.28.6+0"
|
||||
|
||||
[[deps.MicroCollections]]
|
||||
deps = ["Accessors", "BangBang", "InitialValues"]
|
||||
git-tree-sha1 = "44d32db644e84c75dab479f1bc15ee76a1a3618f"
|
||||
uuid = "128add7d-3638-4c79-886c-908ea0c25c34"
|
||||
version = "0.2.0"
|
||||
|
||||
[[deps.Missings]]
|
||||
deps = ["DataAPI"]
|
||||
git-tree-sha1 = "ec4f7fbeab05d7747bdf98eb74d130a2a2ed298d"
|
||||
|
@ -312,16 +428,22 @@ deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
|||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
||||
version = "0.3.27+1"
|
||||
|
||||
[[deps.OpenSSH_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "OpenSSL_jll", "Zlib_jll"]
|
||||
git-tree-sha1 = "cb7acd5d10aff809b4d0191dfe1956c2edf35800"
|
||||
uuid = "9bd350c2-7e96-507f-8002-3f2e150b4e1b"
|
||||
version = "10.0.1+0"
|
||||
|
||||
[[deps.OpenSSL_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl"]
|
||||
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
|
||||
git-tree-sha1 = "9216a80ff3682833ac4b733caa8c00390620ba5d"
|
||||
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
|
||||
version = "3.0.15+3"
|
||||
version = "3.5.0+0"
|
||||
|
||||
[[deps.OrderedCollections]]
|
||||
git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad"
|
||||
git-tree-sha1 = "cc4054e898b852042d7b503313f7ad03de99c3dd"
|
||||
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
|
||||
[[deps.PCRE2_jll]]
|
||||
deps = ["Artifacts", "Libdl"]
|
||||
|
@ -330,9 +452,9 @@ version = "10.42.0+1"
|
|||
|
||||
[[deps.Parsers]]
|
||||
deps = ["Dates", "PrecompileTools", "UUIDs"]
|
||||
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
|
||||
git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
|
||||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
|
||||
version = "2.8.1"
|
||||
version = "2.8.3"
|
||||
|
||||
[[deps.Pkg]]
|
||||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
|
||||
|
@ -395,9 +517,9 @@ version = "0.1.0"
|
|||
|
||||
[[deps.Requires]]
|
||||
deps = ["UUIDs"]
|
||||
git-tree-sha1 = "838a3a4188e2ded87a4f9f184b4b0d78a1e91cb7"
|
||||
git-tree-sha1 = "62389eeff14780bfe55195b7204c0d8738436d64"
|
||||
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
|
||||
version = "1.3.0"
|
||||
version = "1.3.1"
|
||||
|
||||
[[deps.SHA]]
|
||||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
||||
|
@ -411,9 +533,9 @@ version = "1.6.1"
|
|||
|
||||
[[deps.SQLite_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
|
||||
git-tree-sha1 = "e84fab7d16107342d7638fbd519151d9a0d80720"
|
||||
git-tree-sha1 = "9a325057cdb9b066f1f96dc77218df60fe3007cb"
|
||||
uuid = "76ed43ae-9a5d-5a62-8c75-30186b810ce8"
|
||||
version = "3.47.2+2"
|
||||
version = "3.48.0+0"
|
||||
|
||||
[[deps.SentinelArrays]]
|
||||
deps = ["Dates", "Random"]
|
||||
|
@ -425,6 +547,12 @@ version = "1.4.8"
|
|||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.Setfield]]
|
||||
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
|
||||
git-tree-sha1 = "c5391c6ace3bc430ca630251d02ea9687169ca68"
|
||||
uuid = "efcf1570-3423-57d1-acb7-fd33fddbac46"
|
||||
version = "1.1.2"
|
||||
|
||||
[[deps.Sockets]]
|
||||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
|
||||
version = "1.11.0"
|
||||
|
@ -435,11 +563,17 @@ git-tree-sha1 = "66e0a8e672a0bdfca2c3f5937efb8538b9ddc085"
|
|||
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
|
||||
version = "1.2.1"
|
||||
|
||||
[[deps.SplittablesBase]]
|
||||
deps = ["Setfield", "Test"]
|
||||
git-tree-sha1 = "e08a62abc517eb79667d0a29dc08a3b589516bb5"
|
||||
uuid = "171d559e-b47b-412a-8079-5efa626c420e"
|
||||
version = "0.1.15"
|
||||
|
||||
[[deps.StaticArrays]]
|
||||
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
|
||||
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
|
||||
git-tree-sha1 = "0feb6b9031bd5c51f9072393eb5ab3efd31bf9e4"
|
||||
uuid = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
version = "1.9.10"
|
||||
version = "1.9.13"
|
||||
|
||||
[deps.StaticArrays.extensions]
|
||||
StaticArraysChainRulesCoreExt = "ChainRulesCore"
|
||||
|
@ -468,9 +602,9 @@ version = "1.11.1"
|
|||
|
||||
[[deps.StringManipulation]]
|
||||
deps = ["PrecompileTools"]
|
||||
git-tree-sha1 = "a6b1675a536c5ad1a60e5a5153e1fee12eb146e3"
|
||||
git-tree-sha1 = "725421ae8e530ec29bcbdddbe91ff8053421d023"
|
||||
uuid = "892a3eda-7b42-436c-8928-eab12a02cf0e"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
|
||||
[[deps.StyledStrings]]
|
||||
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
|
||||
|
@ -508,6 +642,28 @@ git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
|
|||
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
|
||||
version = "0.11.3"
|
||||
|
||||
[[deps.Transducers]]
|
||||
deps = ["Accessors", "ArgCheck", "BangBang", "Baselet", "CompositionsBase", "ConstructionBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "MicroCollections", "Requires", "SplittablesBase", "Tables"]
|
||||
git-tree-sha1 = "7deeab4ff96b85c5f72c824cae53a1398da3d1cb"
|
||||
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
|
||||
version = "0.4.84"
|
||||
|
||||
[deps.Transducers.extensions]
|
||||
TransducersAdaptExt = "Adapt"
|
||||
TransducersBlockArraysExt = "BlockArrays"
|
||||
TransducersDataFramesExt = "DataFrames"
|
||||
TransducersLazyArraysExt = "LazyArrays"
|
||||
TransducersOnlineStatsBaseExt = "OnlineStatsBase"
|
||||
TransducersReferenceablesExt = "Referenceables"
|
||||
|
||||
[deps.Transducers.weakdeps]
|
||||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
|
||||
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
|
||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
|
||||
OnlineStatsBase = "925886fa-5bf2-5e8e-b522-a9147a512338"
|
||||
Referenceables = "42d2dcc6-99eb-4e98-b66c-637b7d73030e"
|
||||
|
||||
[[deps.UUIDs]]
|
||||
deps = ["Random", "SHA"]
|
||||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
|
||||
|
|
|
@ -16,6 +16,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|||
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"
|
||||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
|
||||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
|
||||
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
|
||||
|
||||
[weakdeps]
|
||||
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
|
||||
|
@ -38,6 +39,7 @@ SQLite = "1"
|
|||
StaticArrays = "1.9"
|
||||
Tables = "1"
|
||||
Test = "1.10"
|
||||
Transducers = "0.4.84"
|
||||
julia = "1.10"
|
||||
|
||||
[extras]
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
[deps]
|
||||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
|
||||
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
|
||||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
|
||||
DBInterface = "a10d1c49-ce27-4219-8d33-6db1a4562965"
|
||||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
|
||||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
||||
FHist = "68837c9b-b678-4cd5-9925-8a54edc8f695"
|
||||
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
|
||||
PSBoardDataBase = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
||||
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
|
||||
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
|
||||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
||||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
|
|
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 331 KiB |
1170
examples/plots/skew_distrib_before_after.svg
Normal file
After Width: | Height: | Size: 141 KiB |
896
examples/plots/skew_distrib_campaings.svg
Normal file
|
@ -0,0 +1,896 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0-8879213f">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-1-8879213f">
|
||||
<path d="M 7.03125 0 C 7.03125 0 5.59375 0 5.59375 0 C 5.59375 0 3.109375 -3.96875 3.109375 -3.96875 C 3.109375 -3.96875 1.96875 -2.859375 1.96875 -2.859375 C 1.96875 -2.859375 1.96875 0 1.96875 0 C 1.96875 0 0.8125 0 0.8125 0 C 0.8125 0 0.8125 -10.203125 0.8125 -10.203125 C 0.8125 -10.203125 1.96875 -10.203125 1.96875 -10.203125 C 1.96875 -10.203125 1.96875 -4.234375 1.96875 -4.234375 C 1.96875 -4.234375 5.078125 -7.34375 5.078125 -7.34375 C 5.078125 -7.34375 6.578125 -7.34375 6.578125 -7.34375 C 6.578125 -7.34375 4.03125 -4.796875 4.03125 -4.796875 C 4.03125 -4.796875 7.03125 0 7.03125 0 Z M 7.03125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2-8879213f">
|
||||
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3-8879213f">
|
||||
</g>
|
||||
<g id="glyph-0-4-8879213f">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5-8879213f">
|
||||
<path d="M 7.21875 -3.03125 C 7.21875 -3.03125 0.953125 -3.03125 0.953125 -3.03125 C 0.953125 -3.03125 0.953125 -3.96875 0.953125 -3.96875 C 0.953125 -3.96875 7.21875 -3.96875 7.21875 -3.96875 C 7.21875 -3.96875 7.21875 -3.03125 7.21875 -3.03125 Z M 7.21875 -3.03125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-6-8879213f">
|
||||
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-7-8879213f">
|
||||
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-8-8879213f">
|
||||
<path d="M 10.640625 0 C 10.640625 0 9.484375 0 9.484375 0 C 9.484375 0 9.484375 -5.046875 9.484375 -5.046875 C 9.484375 -5.984375 8.984375 -6.53125 8.140625 -6.53125 C 7.1875 -6.53125 6.390625 -5.671875 6.390625 -4.609375 C 6.390625 -4.609375 6.390625 0 6.390625 0 C 6.390625 0 5.234375 0 5.234375 0 C 5.234375 0 5.234375 -5.046875 5.234375 -5.046875 C 5.234375 -5.984375 4.75 -6.53125 3.875 -6.53125 C 2.921875 -6.53125 2.15625 -5.671875 2.15625 -4.609375 C 2.15625 -4.609375 2.15625 0 2.15625 0 C 2.15625 0 1 0 1 0 C 1 0 1 -7.34375 1 -7.34375 C 1 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.296875 2.0625 -6.296875 C 2.6875 -7.1875 3.328125 -7.546875 4.3125 -7.546875 C 5.265625 -7.546875 5.859375 -7.203125 6.28125 -6.421875 C 6.96875 -7.25 7.5625 -7.546875 8.546875 -7.546875 C 9.90625 -7.546875 10.640625 -6.8125 10.640625 -5.5 C 10.640625 -5.5 10.640625 0 10.640625 0 Z M 10.640625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-9-8879213f">
|
||||
<path d="M 6.84375 -1.203125 C 6.84375 2.03125 5.859375 3.046875 3.5625 3.046875 C 1.84375 3.046875 0.765625 2.21875 0.640625 0.84375 C 0.640625 0.84375 1.828125 0.84375 1.828125 0.84375 C 1.96875 1.734375 2.6875 2.078125 3.609375 2.078125 C 4.96875 2.078125 5.765625 1.328125 5.765625 -0.609375 C 5.765625 -0.609375 5.765625 -1.109375 5.765625 -1.109375 C 5 -0.1875 4.359375 0.203125 3.4375 0.203125 C 1.703125 0.203125 0.40625 -1.28125 0.40625 -3.59375 C 0.40625 -5.984375 1.671875 -7.546875 3.53125 -7.546875 C 4.46875 -7.546875 5.1875 -7.140625 5.765625 -6.265625 C 5.765625 -6.265625 5.765625 -7.34375 5.765625 -7.34375 C 5.765625 -7.34375 6.84375 -7.34375 6.84375 -7.34375 C 6.84375 -7.34375 6.84375 -1.203125 6.84375 -1.203125 Z M 5.65625 -3.625 C 5.65625 -5.40625 4.90625 -6.46875 3.65625 -6.46875 C 2.40625 -6.46875 1.625 -5.4375 1.625 -3.671875 C 1.625 -1.890625 2.390625 -0.875 3.671875 -0.875 C 4.90625 -0.875 5.65625 -1.875 5.65625 -3.625 Z M 5.65625 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-10-8879213f">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-11-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-12-8879213f">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-13-8879213f">
|
||||
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-14-8879213f">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-15-8879213f">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-16-8879213f">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-17-8879213f">
|
||||
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0-8879213f">
|
||||
<path d="M 9.90625 -7.34375 C 9.90625 -7.34375 7.75 0 7.75 0 C 7.75 0 6.421875 0 6.421875 0 C 6.421875 0 4.9375 -5.75 4.9375 -5.75 C 4.9375 -5.75 3.53125 0 3.53125 0 C 3.53125 0 2.21875 0 2.21875 0 C 2.21875 0 0.078125 -7.34375 0.078125 -7.34375 C 0.078125 -7.34375 1.375 -7.34375 1.375 -7.34375 C 1.375 -7.34375 2.875 -1.625 2.875 -1.625 C 2.875 -1.625 4.265625 -7.34375 4.265625 -7.34375 C 4.265625 -7.34375 5.703125 -7.34375 5.703125 -7.34375 C 5.703125 -7.34375 7.140625 -1.625 7.140625 -1.625 C 7.140625 -1.625 8.59375 -7.34375 8.59375 -7.34375 C 8.59375 -7.34375 9.90625 -7.34375 9.90625 -7.34375 Z M 9.90625 -7.34375 "/>
|
||||
</g>
|
||||
<g id="glyph-1-1-8879213f">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-2-0-8879213f">
|
||||
<path d="M 3.96875 -10.203125 C 3.96875 -10.203125 0.65625 0.28125 0.65625 0.28125 C 0.65625 0.28125 -0.109375 0.28125 -0.109375 0.28125 C -0.109375 0.28125 3.203125 -10.203125 3.203125 -10.203125 C 3.203125 -10.203125 3.96875 -10.203125 3.96875 -10.203125 Z M 3.96875 -10.203125 "/>
|
||||
</g>
|
||||
<g id="glyph-2-1-8879213f">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-2-2-8879213f">
|
||||
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-3-0-8879213f">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-4-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-5-0-8879213f">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-5-1-8879213f">
|
||||
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
|
||||
</g>
|
||||
<g id="glyph-6-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-7-0-8879213f">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-8-0-8879213f">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-9-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-10-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-11-0-8879213f">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-12-0-8879213f">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-13-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-14-0-8879213f">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-15-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-16-0-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-17-0-8879213f">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-17-1-8879213f">
|
||||
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
|
||||
</g>
|
||||
<g id="glyph-18-0-8879213f">
|
||||
<path d="M 7.671875 0 C 7.671875 0 5.375 0 5.375 0 C 5.375 0 3.5625 -3.328125 3.5625 -3.328125 C 3.5625 -3.328125 2.78125 -2.484375 2.78125 -2.484375 C 2.78125 -2.484375 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -4.625 2.78125 -4.625 C 2.78125 -4.625 5.265625 -7.5625 5.265625 -7.5625 C 5.265625 -7.5625 7.484375 -7.5625 7.484375 -7.5625 C 7.484375 -7.5625 4.90625 -4.703125 4.90625 -4.703125 C 4.90625 -4.703125 7.671875 0 7.671875 0 Z M 7.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-18-1-8879213f">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-19-0-8879213f">
|
||||
<path d="M 10.71875 -7.5625 C 10.71875 -7.5625 8.578125 0 8.578125 0 C 8.578125 0 6.546875 0 6.546875 0 C 6.546875 0 5.421875 -5.328125 5.421875 -5.328125 C 5.421875 -5.328125 4.21875 0 4.21875 0 C 4.21875 0 2.203125 0 2.203125 0 C 2.203125 0 0.0625 -7.5625 0.0625 -7.5625 C 0.0625 -7.5625 2.09375 -7.5625 2.09375 -7.5625 C 2.09375 -7.5625 3.296875 -2.265625 3.296875 -2.265625 C 3.296875 -2.265625 4.453125 -7.5625 4.453125 -7.5625 C 4.453125 -7.5625 6.40625 -7.5625 6.40625 -7.5625 C 6.40625 -7.5625 7.546875 -2.265625 7.546875 -2.265625 C 7.546875 -2.265625 8.6875 -7.5625 8.6875 -7.5625 C 8.6875 -7.5625 10.71875 -7.5625 10.71875 -7.5625 Z M 10.71875 -7.5625 "/>
|
||||
</g>
|
||||
<g id="glyph-20-0-8879213f">
|
||||
<path d="M 7.640625 0 C 7.640625 0 5.6875 0 5.6875 0 C 5.6875 0 5.6875 -4.65625 5.6875 -4.65625 C 5.6875 -5.5625 5.265625 -6.015625 4.421875 -6.015625 C 3.46875 -6.015625 2.84375 -5.4375 2.84375 -4.53125 C 2.84375 -4.53125 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.46875 2.84375 -6.46875 C 3.40625 -7.3125 4.09375 -7.6875 5.109375 -7.6875 C 6.71875 -7.6875 7.640625 -6.734375 7.640625 -5.0625 C 7.640625 -5.0625 7.640625 0 7.640625 0 Z M 7.640625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-20-1-8879213f">
|
||||
<path d="M 7.34375 -4.078125 C 7.34375 -4.078125 0.84375 -4.078125 0.84375 -4.078125 C 0.84375 -4.078125 0.84375 -5.46875 0.84375 -5.46875 C 0.84375 -5.46875 7.34375 -5.46875 7.34375 -5.46875 C 7.34375 -5.46875 7.34375 -4.078125 7.34375 -4.078125 Z M 7.34375 -1.53125 C 7.34375 -1.53125 0.84375 -1.53125 0.84375 -1.53125 C 0.84375 -1.53125 0.84375 -2.921875 0.84375 -2.921875 C 0.84375 -2.921875 7.34375 -2.921875 7.34375 -2.921875 C 7.34375 -2.921875 7.34375 -1.53125 7.34375 -1.53125 Z M 7.34375 -1.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-20-2-8879213f">
|
||||
</g>
|
||||
<g id="glyph-20-3-8879213f">
|
||||
<path d="M 7.234375 -3.375 C 7.234375 -1.234375 5.78125 0.125 3.65625 0.125 C 1.71875 0.125 0.375 -1.046875 0.375 -2.78125 C 0.375 -2.78125 2.3125 -2.78125 2.3125 -2.78125 C 2.3125 -1.984375 2.828125 -1.546875 3.6875 -1.546875 C 4.65625 -1.546875 5.28125 -2.171875 5.28125 -3.328125 C 5.28125 -4.53125 4.671875 -5.15625 3.6875 -5.15625 C 3.078125 -5.15625 2.625 -4.890625 2.421875 -4.390625 C 2.421875 -4.390625 0.65625 -4.390625 0.65625 -4.390625 C 0.65625 -4.390625 1.546875 -9.921875 1.546875 -9.921875 C 1.546875 -9.921875 6.84375 -9.921875 6.84375 -9.921875 C 6.84375 -9.921875 6.84375 -8.171875 6.84375 -8.171875 C 6.84375 -8.171875 2.75 -8.171875 2.75 -8.171875 C 2.75 -8.171875 2.421875 -6.109375 2.421875 -6.109375 C 3 -6.53125 3.484375 -6.703125 4.140625 -6.703125 C 5.984375 -6.703125 7.234375 -5.40625 7.234375 -3.375 Z M 7.234375 -3.375 "/>
|
||||
</g>
|
||||
<g id="glyph-20-4-8879213f">
|
||||
<path d="M 5.296875 0 C 5.296875 0 3.328125 0 3.328125 0 C 3.328125 0 3.328125 -6.84375 3.328125 -6.84375 C 3.328125 -6.84375 0.953125 -6.84375 0.953125 -6.84375 C 0.953125 -6.84375 0.953125 -8.140625 0.953125 -8.140625 C 2.65625 -8.140625 3.6875 -8.75 3.984375 -9.921875 C 3.984375 -9.921875 5.296875 -9.921875 5.296875 -9.921875 C 5.296875 -9.921875 5.296875 0 5.296875 0 Z M 5.296875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-20-5-8879213f">
|
||||
<path d="M 7.21875 -3.046875 C 7.21875 -1.125 5.859375 0.125 3.75 0.125 C 1.71875 0.125 0.40625 -1.125 0.40625 -3.109375 C 0.40625 -3.109375 2.3125 -3.109375 2.3125 -3.109375 C 2.3125 -2.09375 2.875 -1.546875 3.796875 -1.546875 C 4.640625 -1.546875 5.265625 -2.1875 5.265625 -3.046875 C 5.265625 -4.109375 4.515625 -4.53125 3.03125 -4.53125 C 3.03125 -4.53125 3.03125 -5.859375 3.03125 -5.859375 C 3.03125 -5.859375 3.203125 -5.859375 3.203125 -5.859375 C 4.375 -5.859375 4.9375 -6.265625 4.9375 -7.25 C 4.9375 -8.078125 4.5 -8.546875 3.703125 -8.546875 C 2.75 -8.546875 2.359375 -8.03125 2.359375 -6.796875 C 2.359375 -6.796875 0.53125 -6.796875 0.53125 -6.796875 C 0.53125 -6.796875 0.53125 -6.96875 0.53125 -6.96875 C 0.53125 -9.125 1.828125 -10.140625 3.75 -10.140625 C 5.671875 -10.140625 6.90625 -9.09375 6.90625 -7.4375 C 6.90625 -6.53125 6.53125 -5.984375 5.59375 -5.421875 C 6.71875 -4.875 7.21875 -4.21875 7.21875 -3.046875 Z M 7.21875 -3.046875 "/>
|
||||
</g>
|
||||
<g id="glyph-20-6-8879213f">
|
||||
<path d="M 7.3125 -2.203125 C 7.3125 -2.203125 6.265625 -2.203125 6.265625 -2.203125 C 6.265625 -2.203125 6.265625 0 6.265625 0 C 6.265625 0 4.3125 0 4.3125 0 C 4.3125 0 4.3125 -2.203125 4.3125 -2.203125 C 4.3125 -2.203125 0.34375 -2.203125 0.34375 -2.203125 C 0.34375 -2.203125 0.34375 -3.84375 0.34375 -3.84375 C 0.34375 -3.84375 3.96875 -9.921875 3.96875 -9.921875 C 3.96875 -9.921875 6.265625 -9.921875 6.265625 -9.921875 C 6.265625 -9.921875 6.265625 -3.828125 6.265625 -3.828125 C 6.265625 -3.828125 7.3125 -3.828125 7.3125 -3.828125 C 7.3125 -3.828125 7.3125 -2.203125 7.3125 -2.203125 Z M 4.3125 -3.828125 C 4.3125 -3.828125 4.3125 -8.0625 4.3125 -8.0625 C 4.3125 -8.0625 1.71875 -3.828125 1.71875 -3.828125 C 1.71875 -3.828125 4.3125 -3.828125 4.3125 -3.828125 Z M 4.3125 -3.828125 "/>
|
||||
</g>
|
||||
<g id="glyph-20-7-8879213f">
|
||||
<path d="M 7.390625 -8.390625 C 5.046875 -5.546875 4.015625 -3.140625 3.84375 0 C 3.84375 0 1.859375 0 1.859375 0 C 2.109375 -2.109375 2.484375 -3.421875 3.15625 -4.859375 C 3.5625 -5.71875 4.75 -7.53125 5.34375 -8.171875 C 5.34375 -8.171875 0.40625 -8.171875 0.40625 -8.171875 C 0.40625 -8.171875 0.40625 -9.921875 0.40625 -9.921875 C 0.40625 -9.921875 7.390625 -9.921875 7.390625 -9.921875 C 7.390625 -9.921875 7.390625 -8.390625 7.390625 -8.390625 Z M 7.390625 -8.390625 "/>
|
||||
</g>
|
||||
<g id="glyph-21-0-8879213f">
|
||||
</g>
|
||||
<g id="glyph-21-1-8879213f">
|
||||
<path d="M 5.296875 0 C 5.296875 0 3.328125 0 3.328125 0 C 3.328125 0 3.328125 -6.84375 3.328125 -6.84375 C 3.328125 -6.84375 0.953125 -6.84375 0.953125 -6.84375 C 0.953125 -6.84375 0.953125 -8.140625 0.953125 -8.140625 C 2.65625 -8.140625 3.6875 -8.75 3.984375 -9.921875 C 3.984375 -9.921875 5.296875 -9.921875 5.296875 -9.921875 C 5.296875 -9.921875 5.296875 0 5.296875 0 Z M 5.296875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-21-2-8879213f">
|
||||
<path d="M 9.375 -6.9375 C 8.8125 -6.65625 8.203125 -6.484375 7.609375 -6.34375 C 8.0625 -5.703125 8.3125 -4.8125 8.3125 -3.71875 C 8.3125 -1.296875 6.875 0.125 4.578125 0.125 C 2.25 0.125 0.84375 -1.28125 0.84375 -3.78125 C 0.84375 -6.265625 2.25 -7.6875 4.5625 -7.6875 C 5.078125 -7.6875 5.546875 -7.609375 5.96875 -7.484375 C 6.90625 -7.6875 7.8125 -8.03125 8.6875 -8.4375 C 8.6875 -8.4375 9.375 -6.9375 9.375 -6.9375 Z M 6.359375 -3.75 C 6.359375 -5.234375 5.65625 -6.109375 4.578125 -6.109375 C 3.515625 -6.109375 2.796875 -5.21875 2.796875 -3.78125 C 2.796875 -2.34375 3.515625 -1.453125 4.578125 -1.453125 C 5.625 -1.453125 6.359375 -2.34375 6.359375 -3.75 Z M 6.359375 -3.75 "/>
|
||||
</g>
|
||||
<g id="glyph-22-0-8879213f">
|
||||
<path d="M 8.546875 0 C 8.546875 0 6.59375 0 6.59375 0 C 6.59375 0 6.59375 -0.453125 6.59375 -0.453125 C 6.15625 -0.203125 5.65625 -0.0625 5.125 -0.0625 C 4.578125 -0.0625 4.078125 -0.203125 3.640625 -0.453125 C 3.640625 -0.453125 3.640625 3.21875 3.640625 3.21875 C 3.640625 3.21875 1.6875 3.21875 1.6875 3.21875 C 1.6875 3.21875 1.6875 -7.5625 1.6875 -7.5625 C 1.6875 -7.5625 3.640625 -7.5625 3.640625 -7.5625 C 3.640625 -7.5625 3.640625 -2.765625 3.640625 -2.765625 C 3.90625 -2.125 4.421875 -1.65625 5.125 -1.65625 C 5.8125 -1.65625 6.328125 -2.125 6.59375 -2.765625 C 6.59375 -2.765625 6.59375 -7.5625 6.59375 -7.5625 C 6.59375 -7.5625 8.546875 -7.5625 8.546875 -7.5625 C 8.546875 -7.5625 8.546875 0 8.546875 0 Z M 8.546875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-23-0-8879213f">
|
||||
</g>
|
||||
<g id="glyph-23-1-8879213f">
|
||||
<path d="M 7.234375 -4.9375 C 7.234375 -1.015625 5.84375 0.125 3.828125 0.125 C 0.953125 0.125 0.40625 -2.21875 0.40625 -5 C 0.40625 -7.859375 0.984375 -10.140625 3.828125 -10.140625 C 6.734375 -10.140625 7.234375 -7.75 7.234375 -4.9375 Z M 5.28125 -4.984375 C 5.28125 -8.0625 4.78125 -8.546875 3.828125 -8.546875 C 2.765625 -8.546875 2.359375 -7.890625 2.359375 -5.015625 C 2.359375 -2.0625 2.828125 -1.546875 3.828125 -1.546875 C 4.875 -1.546875 5.28125 -2.203125 5.28125 -4.984375 Z M 5.28125 -4.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-23-2-8879213f">
|
||||
<path d="M 5.296875 0 C 5.296875 0 3.328125 0 3.328125 0 C 3.328125 0 3.328125 -6.84375 3.328125 -6.84375 C 3.328125 -6.84375 0.953125 -6.84375 0.953125 -6.84375 C 0.953125 -6.84375 0.953125 -8.140625 0.953125 -8.140625 C 2.65625 -8.140625 3.6875 -8.75 3.984375 -9.921875 C 3.984375 -9.921875 5.296875 -9.921875 5.296875 -9.921875 C 5.296875 -9.921875 5.296875 0 5.296875 0 Z M 5.296875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-23-3-8879213f">
|
||||
<path d="M 7.234375 -3.375 C 7.234375 -1.234375 5.78125 0.125 3.65625 0.125 C 1.71875 0.125 0.375 -1.046875 0.375 -2.78125 C 0.375 -2.78125 2.3125 -2.78125 2.3125 -2.78125 C 2.3125 -1.984375 2.828125 -1.546875 3.6875 -1.546875 C 4.65625 -1.546875 5.28125 -2.171875 5.28125 -3.328125 C 5.28125 -4.53125 4.671875 -5.15625 3.6875 -5.15625 C 3.078125 -5.15625 2.625 -4.890625 2.421875 -4.390625 C 2.421875 -4.390625 0.65625 -4.390625 0.65625 -4.390625 C 0.65625 -4.390625 1.546875 -9.921875 1.546875 -9.921875 C 1.546875 -9.921875 6.84375 -9.921875 6.84375 -9.921875 C 6.84375 -9.921875 6.84375 -8.171875 6.84375 -8.171875 C 6.84375 -8.171875 2.75 -8.171875 2.75 -8.171875 C 2.75 -8.171875 2.421875 -6.109375 2.421875 -6.109375 C 3 -6.53125 3.484375 -6.703125 4.140625 -6.703125 C 5.984375 -6.703125 7.234375 -5.40625 7.234375 -3.375 Z M 7.234375 -3.375 "/>
|
||||
</g>
|
||||
<g id="glyph-24-0-8879213f">
|
||||
<path d="M 7.34375 -4.078125 C 7.34375 -4.078125 0.84375 -4.078125 0.84375 -4.078125 C 0.84375 -4.078125 0.84375 -5.46875 0.84375 -5.46875 C 0.84375 -5.46875 7.34375 -5.46875 7.34375 -5.46875 C 7.34375 -5.46875 7.34375 -4.078125 7.34375 -4.078125 Z M 7.34375 -1.53125 C 7.34375 -1.53125 0.84375 -1.53125 0.84375 -1.53125 C 0.84375 -1.53125 0.84375 -2.921875 0.84375 -2.921875 C 0.84375 -2.921875 7.34375 -2.921875 7.34375 -2.921875 C 7.34375 -2.921875 7.34375 -1.53125 7.34375 -1.53125 Z M 7.34375 -1.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-24-1-8879213f">
|
||||
</g>
|
||||
<g id="glyph-25-0-8879213f">
|
||||
<path d="M 3 0 C 3 0 0.890625 0 0.890625 0 C 0.890625 0 0.890625 -2.046875 0.890625 -2.046875 C 0.890625 -2.046875 3 -2.046875 3 -2.046875 C 3 -2.046875 3 0 3 0 Z M 3 0 "/>
|
||||
</g>
|
||||
<g id="glyph-26-0-8879213f">
|
||||
</g>
|
||||
<g id="glyph-26-1-8879213f">
|
||||
<path d="M 7.234375 -4.9375 C 7.234375 -1.015625 5.84375 0.125 3.828125 0.125 C 0.953125 0.125 0.40625 -2.21875 0.40625 -5 C 0.40625 -7.859375 0.984375 -10.140625 3.828125 -10.140625 C 6.734375 -10.140625 7.234375 -7.75 7.234375 -4.9375 Z M 5.28125 -4.984375 C 5.28125 -8.0625 4.78125 -8.546875 3.828125 -8.546875 C 2.765625 -8.546875 2.359375 -7.890625 2.359375 -5.015625 C 2.359375 -2.0625 2.828125 -1.546875 3.828125 -1.546875 C 4.875 -1.546875 5.28125 -2.203125 5.28125 -4.984375 Z M 5.28125 -4.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-27-0-8879213f">
|
||||
<path d="M 3 0 C 3 0 0.890625 0 0.890625 0 C 0.890625 0 0.890625 -2.046875 0.890625 -2.046875 C 0.890625 -2.046875 3 -2.046875 3 -2.046875 C 3 -2.046875 3 0 3 0 Z M 3 0 "/>
|
||||
</g>
|
||||
<g id="glyph-28-0-8879213f">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-29-0-8879213f">
|
||||
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-29-1-8879213f">
|
||||
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-29-2-8879213f">
|
||||
<path d="M 10.640625 0 C 10.640625 0 9.484375 0 9.484375 0 C 9.484375 0 9.484375 -5.046875 9.484375 -5.046875 C 9.484375 -5.984375 8.984375 -6.53125 8.140625 -6.53125 C 7.1875 -6.53125 6.390625 -5.671875 6.390625 -4.609375 C 6.390625 -4.609375 6.390625 0 6.390625 0 C 6.390625 0 5.234375 0 5.234375 0 C 5.234375 0 5.234375 -5.046875 5.234375 -5.046875 C 5.234375 -5.984375 4.75 -6.53125 3.875 -6.53125 C 2.921875 -6.53125 2.15625 -5.671875 2.15625 -4.609375 C 2.15625 -4.609375 2.15625 0 2.15625 0 C 2.15625 0 1 0 1 0 C 1 0 1 -7.34375 1 -7.34375 C 1 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.296875 2.0625 -6.296875 C 2.6875 -7.1875 3.328125 -7.546875 4.3125 -7.546875 C 5.265625 -7.546875 5.859375 -7.203125 6.28125 -6.421875 C 6.96875 -7.25 7.5625 -7.546875 8.546875 -7.546875 C 9.90625 -7.546875 10.640625 -6.8125 10.640625 -5.5 C 10.640625 -5.5 10.640625 0 10.640625 0 Z M 10.640625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-29-3-8879213f">
|
||||
<path d="M 6.84375 -1.203125 C 6.84375 2.03125 5.859375 3.046875 3.5625 3.046875 C 1.84375 3.046875 0.765625 2.21875 0.640625 0.84375 C 0.640625 0.84375 1.828125 0.84375 1.828125 0.84375 C 1.96875 1.734375 2.6875 2.078125 3.609375 2.078125 C 4.96875 2.078125 5.765625 1.328125 5.765625 -0.609375 C 5.765625 -0.609375 5.765625 -1.109375 5.765625 -1.109375 C 5 -0.1875 4.359375 0.203125 3.4375 0.203125 C 1.703125 0.203125 0.40625 -1.28125 0.40625 -3.59375 C 0.40625 -5.984375 1.671875 -7.546875 3.53125 -7.546875 C 4.46875 -7.546875 5.1875 -7.140625 5.765625 -6.265625 C 5.765625 -6.265625 5.765625 -7.34375 5.765625 -7.34375 C 5.765625 -7.34375 6.84375 -7.34375 6.84375 -7.34375 C 6.84375 -7.34375 6.84375 -1.203125 6.84375 -1.203125 Z M 5.65625 -3.625 C 5.65625 -5.40625 4.90625 -6.46875 3.65625 -6.46875 C 2.40625 -6.46875 1.625 -5.4375 1.625 -3.671875 C 1.625 -1.890625 2.390625 -0.875 3.671875 -0.875 C 4.90625 -0.875 5.65625 -1.875 5.65625 -3.625 Z M 5.65625 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-29-4-8879213f">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-29-5-8879213f">
|
||||
</g>
|
||||
<g id="glyph-29-6-8879213f">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-29-7-8879213f">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-30-0-8879213f">
|
||||
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-31-0-8879213f">
|
||||
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
|
||||
</g>
|
||||
<g id="glyph-32-0-8879213f">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-33-0-8879213f">
|
||||
<path d="M 6.671875 -2.515625 C 6.53125 -0.84375 5.4375 0.203125 3.6875 0.203125 C 1.6875 0.203125 0.4375 -1.234375 0.4375 -3.59375 C 0.4375 -6.03125 1.71875 -7.546875 3.703125 -7.546875 C 5.328125 -7.546875 6.453125 -6.65625 6.59375 -4.875 C 6.59375 -4.875 5.421875 -4.875 5.421875 -4.875 C 5.28125 -5.890625 4.65625 -6.46875 3.6875 -6.46875 C 2.40625 -6.46875 1.65625 -5.4375 1.65625 -3.59375 C 1.65625 -1.859375 2.421875 -0.875 3.703125 -0.875 C 4.703125 -0.875 5.3125 -1.34375 5.5 -2.515625 C 5.5 -2.515625 6.671875 -2.515625 6.671875 -2.515625 Z M 6.671875 -2.515625 "/>
|
||||
</g>
|
||||
<g id="glyph-33-1-8879213f">
|
||||
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-33-2-8879213f">
|
||||
<path d="M 10.640625 0 C 10.640625 0 9.484375 0 9.484375 0 C 9.484375 0 9.484375 -5.046875 9.484375 -5.046875 C 9.484375 -5.984375 8.984375 -6.53125 8.140625 -6.53125 C 7.1875 -6.53125 6.390625 -5.671875 6.390625 -4.609375 C 6.390625 -4.609375 6.390625 0 6.390625 0 C 6.390625 0 5.234375 0 5.234375 0 C 5.234375 0 5.234375 -5.046875 5.234375 -5.046875 C 5.234375 -5.984375 4.75 -6.53125 3.875 -6.53125 C 2.921875 -6.53125 2.15625 -5.671875 2.15625 -4.609375 C 2.15625 -4.609375 2.15625 0 2.15625 0 C 2.15625 0 1 0 1 0 C 1 0 1 -7.34375 1 -7.34375 C 1 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.296875 2.0625 -6.296875 C 2.6875 -7.1875 3.328125 -7.546875 4.3125 -7.546875 C 5.265625 -7.546875 5.859375 -7.203125 6.28125 -6.421875 C 6.96875 -7.25 7.5625 -7.546875 8.546875 -7.546875 C 9.90625 -7.546875 10.640625 -6.8125 10.640625 -5.5 C 10.640625 -5.5 10.640625 0 10.640625 0 Z M 10.640625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-33-3-8879213f">
|
||||
<path d="M 6.84375 -1.203125 C 6.84375 2.03125 5.859375 3.046875 3.5625 3.046875 C 1.84375 3.046875 0.765625 2.21875 0.640625 0.84375 C 0.640625 0.84375 1.828125 0.84375 1.828125 0.84375 C 1.96875 1.734375 2.6875 2.078125 3.609375 2.078125 C 4.96875 2.078125 5.765625 1.328125 5.765625 -0.609375 C 5.765625 -0.609375 5.765625 -1.109375 5.765625 -1.109375 C 5 -0.1875 4.359375 0.203125 3.4375 0.203125 C 1.703125 0.203125 0.40625 -1.28125 0.40625 -3.59375 C 0.40625 -5.984375 1.671875 -7.546875 3.53125 -7.546875 C 4.46875 -7.546875 5.1875 -7.140625 5.765625 -6.265625 C 5.765625 -6.265625 5.765625 -7.34375 5.765625 -7.34375 C 5.765625 -7.34375 6.84375 -7.34375 6.84375 -7.34375 C 6.84375 -7.34375 6.84375 -1.203125 6.84375 -1.203125 Z M 5.65625 -3.625 C 5.65625 -5.40625 4.90625 -6.46875 3.65625 -6.46875 C 2.40625 -6.46875 1.625 -5.4375 1.625 -3.671875 C 1.625 -1.890625 2.390625 -0.875 3.671875 -0.875 C 4.90625 -0.875 5.65625 -1.875 5.65625 -3.625 Z M 5.65625 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-33-4-8879213f">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-33-5-8879213f">
|
||||
</g>
|
||||
<g id="glyph-33-6-8879213f">
|
||||
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-33-7-8879213f">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-34-0-8879213f">
|
||||
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-35-0-8879213f">
|
||||
<path d="M 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.140625 -7.34375 2.140625 -7.34375 C 2.140625 -7.34375 2.140625 0 2.140625 0 Z M 2.296875 -8.4375 C 2.296875 -8.4375 0.84375 -8.4375 0.84375 -8.4375 C 0.84375 -8.4375 0.84375 -9.890625 0.84375 -9.890625 C 0.84375 -9.890625 2.296875 -9.890625 2.296875 -9.890625 C 2.296875 -9.890625 2.296875 -8.4375 2.296875 -8.4375 Z M 2.296875 -8.4375 "/>
|
||||
</g>
|
||||
<g id="glyph-36-0-8879213f">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
<rect x="-60" y="-45" width="720" height="540" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 48 391 L 584 391 L 584 36 L 48 36 Z M 48 391 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 97.28125 391 L 97.28125 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 252.324219 391 L 252.324219 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 407.363281 391 L 407.363281 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 562.40625 391 L 562.40625 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 374.863281 L 584 374.863281 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 293.328125 L 584 293.328125 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 211.796875 L 584 211.796875 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 130.261719 L 584 130.261719 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 48 48.726562 L 584 48.726562 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-8879213f" x="286.824005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-8879213f" x="293.824005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-2-8879213f" x="300.824005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-8879213f" x="308.608002" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="318.716003" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-0-8879213f" x="322.608032" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="326.5" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="330.391998" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1-8879213f" x="338.175995" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-8879213f" x="89.300987" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-0-8879213f" x="97.476982" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-0-8879213f" x="248.430313" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1-8879213f" x="403.471619" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-0-8879213f" x="558.512939" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-0-8879213f" x="30.215996" y="379.966644"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-7-0-8879213f" x="22.431993" y="298.432861"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-0-8879213f" x="30.215996" y="298.432861"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-8-0-8879213f" x="14.648008" y="216.899078"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-9-0-8879213f" x="22.431993" y="216.899078"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-10-0-8879213f" x="30.215996" y="216.899078"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-11-0-8879213f" x="14.648008" y="135.365265"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-0-8879213f" x="22.431993" y="135.365265"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-13-0-8879213f" x="30.215996" y="135.365265"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-14-0-8879213f" x="14.648008" y="53.831478"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-15-0-8879213f" x="22.431993" y="53.831478"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-16-0-8879213f" x="30.215996" y="53.831478"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-17-0-8879213f" x="294.985992" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-0-8879213f" x="302.77002" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-17-1-8879213f" x="310.553986" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-0-8879213f" x="318.338013" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-1-8879213f" x="329.230011" y="28.947996"/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 160.957031 374.863281 L 183.105469 374.863281 L 183.105469 371.601562 L 160.957031 371.601562 Z M 160.957031 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 183.109375 374.863281 L 205.257812 374.863281 L 205.257812 363.449219 L 183.109375 363.449219 Z M 183.109375 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 205.257812 374.863281 L 227.40625 374.863281 L 227.40625 352.035156 L 205.257812 352.035156 Z M 205.257812 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 227.40625 374.863281 L 249.554688 374.863281 L 249.554688 321.050781 L 227.40625 321.050781 Z M 227.40625 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 249.554688 374.863281 L 271.703125 374.863281 L 271.703125 332.464844 L 249.554688 332.464844 Z M 249.554688 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 271.703125 374.863281 L 293.851562 374.863281 L 293.851562 348.773438 L 271.703125 348.773438 Z M 271.703125 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 293.851562 374.863281 L 316 374.863281 L 316 337.359375 L 293.851562 337.359375 Z M 293.851562 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 316 374.863281 L 338.148438 374.863281 L 338.148438 358.554688 L 316 358.554688 Z M 316 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 338.148438 374.863281 L 360.296875 374.863281 L 360.296875 360.1875 L 338.148438 360.1875 Z M 338.148438 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 360.296875 374.863281 L 382.445312 374.863281 L 382.445312 368.339844 L 360.296875 368.339844 Z M 360.296875 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 382.445312 374.863281 L 404.59375 374.863281 L 404.59375 368.339844 L 382.445312 368.339844 Z M 382.445312 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 205.257812 352.035156 L 227.40625 352.035156 L 227.40625 347.144531 L 205.257812 347.144531 Z M 205.257812 352.035156 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 227.40625 321.050781 L 249.554688 321.050781 L 249.554688 299.851562 L 227.40625 299.851562 Z M 227.40625 321.050781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 249.554688 332.464844 L 271.703125 332.464844 L 271.703125 288.4375 L 249.554688 288.4375 Z M 249.554688 332.464844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 271.703125 348.773438 L 293.851562 348.773438 L 293.851562 304.746094 L 271.703125 304.746094 Z M 271.703125 348.773438 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 293.851562 337.359375 L 316 337.359375 L 316 314.53125 L 293.851562 314.53125 Z M 293.851562 337.359375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 316 358.558594 L 338.148438 358.558594 L 338.148438 329.207031 L 316 329.207031 Z M 316 358.558594 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 338.148438 360.1875 L 360.296875 360.1875 L 360.296875 327.574219 L 338.148438 327.574219 Z M 338.148438 360.1875 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 360.296875 368.339844 L 382.445312 368.339844 L 382.445312 343.878906 L 360.296875 343.878906 Z M 360.296875 368.339844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 382.445312 368.339844 L 404.59375 368.339844 L 404.59375 345.511719 L 382.445312 345.511719 Z M 382.445312 368.339844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 404.59375 374.863281 L 426.742188 374.863281 L 426.742188 363.449219 L 404.59375 363.449219 Z M 404.59375 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 426.742188 374.863281 L 448.890625 374.863281 L 448.890625 361.816406 L 426.742188 361.816406 Z M 426.742188 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 448.890625 374.863281 L 471.039062 374.863281 L 471.039062 369.972656 L 448.890625 369.972656 Z M 448.890625 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 471.042969 374.863281 L 493.191406 374.863281 L 493.191406 373.234375 L 471.042969 373.234375 Z M 471.042969 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 183.109375 363.449219 L 205.257812 363.449219 L 205.257812 360.1875 L 183.109375 360.1875 Z M 183.109375 363.449219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 205.257812 347.140625 L 227.40625 347.140625 L 227.40625 334.09375 L 205.257812 334.09375 Z M 205.257812 347.140625 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 227.40625 299.851562 L 249.554688 299.851562 L 249.554688 273.761719 L 227.40625 273.761719 Z M 227.40625 299.851562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 249.554688 288.4375 L 271.703125 288.4375 L 271.703125 236.257812 L 249.554688 236.257812 Z M 249.554688 288.4375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 271.703125 304.746094 L 293.851562 304.746094 L 293.851562 246.042969 L 271.703125 246.042969 Z M 271.703125 304.746094 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 293.851562 314.527344 L 316 314.527344 L 316 267.238281 L 293.851562 267.238281 Z M 293.851562 314.527344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 316 329.203125 L 338.148438 329.203125 L 338.148438 296.589844 L 316 296.589844 Z M 316 329.203125 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 338.148438 327.574219 L 360.296875 327.574219 L 360.296875 304.746094 L 338.148438 304.746094 Z M 338.148438 327.574219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 360.296875 343.878906 L 382.445312 343.878906 L 382.445312 321.050781 L 360.296875 321.050781 Z M 360.296875 343.878906 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 382.445312 345.511719 L 404.59375 345.511719 L 404.59375 340.621094 L 382.445312 340.621094 Z M 382.445312 345.511719 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 404.59375 363.449219 L 426.742188 363.449219 L 426.742188 352.035156 L 404.59375 352.035156 Z M 404.59375 363.449219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 426.742188 361.816406 L 448.890625 361.816406 L 448.890625 356.925781 L 426.742188 356.925781 Z M 426.742188 361.816406 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 448.890625 369.972656 L 471.039062 369.972656 L 471.039062 366.710938 L 448.890625 366.710938 Z M 448.890625 369.972656 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 160.957031 371.601562 L 183.105469 371.601562 L 183.105469 368.339844 L 160.957031 368.339844 Z M 160.957031 371.601562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 183.109375 360.1875 L 205.257812 360.1875 L 205.257812 350.402344 L 183.109375 350.402344 Z M 183.109375 360.1875 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 205.257812 334.097656 L 227.40625 334.097656 L 227.40625 291.699219 L 205.257812 291.699219 Z M 205.257812 334.097656 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 227.40625 273.761719 L 249.554688 273.761719 L 249.554688 184.074219 L 227.40625 184.074219 Z M 227.40625 273.761719 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 249.554688 236.257812 L 271.703125 236.257812 L 271.703125 144.941406 L 249.554688 144.941406 Z M 249.554688 236.257812 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 271.703125 246.039062 L 293.851562 246.039062 L 293.851562 156.351562 L 271.703125 156.351562 Z M 271.703125 246.039062 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 293.851562 267.238281 L 316 267.238281 L 316 198.75 L 293.851562 198.75 Z M 293.851562 267.238281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 316 296.589844 L 338.148438 296.589844 L 338.148438 239.515625 L 316 239.515625 Z M 316 296.589844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 338.148438 304.746094 L 360.296875 304.746094 L 360.296875 259.085938 L 338.148438 259.085938 Z M 338.148438 304.746094 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 360.296875 321.050781 L 382.445312 321.050781 L 382.445312 301.484375 L 360.296875 301.484375 Z M 360.296875 321.050781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 382.445312 340.621094 L 404.59375 340.621094 L 404.59375 329.207031 L 382.445312 329.207031 Z M 382.445312 340.621094 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 404.59375 352.035156 L 426.742188 352.035156 L 426.742188 342.25 L 404.59375 342.25 Z M 404.59375 352.035156 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 426.742188 356.925781 L 448.890625 356.925781 L 448.890625 353.664062 L 426.742188 353.664062 Z M 426.742188 356.925781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 448.890625 366.710938 L 471.039062 366.710938 L 471.039062 365.082031 L 448.890625 365.082031 Z M 448.890625 366.710938 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 183.109375 350.402344 L 205.257812 350.402344 L 205.257812 347.140625 L 183.109375 347.140625 Z M 183.109375 350.402344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 205.257812 291.699219 L 227.40625 291.699219 L 227.40625 288.4375 L 205.257812 288.4375 Z M 205.257812 291.699219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 227.40625 184.074219 L 249.554688 184.074219 L 249.554688 177.550781 L 227.40625 177.550781 Z M 227.40625 184.074219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 249.554688 144.9375 L 271.703125 144.9375 L 271.703125 133.523438 L 249.554688 133.523438 Z M 249.554688 144.9375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 271.703125 156.351562 L 293.851562 156.351562 L 293.851562 138.414062 L 271.703125 138.414062 Z M 271.703125 156.351562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 293.851562 198.75 L 316 198.75 L 316 174.289062 L 293.851562 174.289062 Z M 293.851562 198.75 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 316 239.515625 L 338.148438 239.515625 L 338.148438 185.703125 L 316 185.703125 Z M 316 239.515625 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 338.148438 259.085938 L 360.296875 259.085938 L 360.296875 200.382812 L 338.148438 200.382812 Z M 338.148438 259.085938 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 360.296875 301.484375 L 382.445312 301.484375 L 382.445312 272.132812 L 360.296875 272.132812 Z M 360.296875 301.484375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 382.445312 329.203125 L 404.59375 329.203125 L 404.59375 294.957031 L 382.445312 294.957031 Z M 382.445312 329.203125 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 404.59375 342.25 L 426.742188 342.25 L 426.742188 321.050781 L 404.59375 321.050781 Z M 404.59375 342.25 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 426.742188 353.664062 L 448.890625 353.664062 L 448.890625 340.617188 L 426.742188 340.617188 Z M 426.742188 353.664062 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 448.890625 365.078125 L 471.039062 365.078125 L 471.039062 363.449219 L 448.890625 363.449219 Z M 448.890625 365.078125 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 471.042969 373.234375 L 493.191406 373.234375 L 493.191406 371.605469 L 471.042969 371.605469 Z M 471.042969 373.234375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 537.488281 374.863281 L 559.636719 374.863281 L 559.636719 373.234375 L 537.488281 373.234375 Z M 537.488281 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 72.363281 374.863281 L 94.511719 374.863281 L 94.511719 371.601562 L 72.363281 371.601562 Z M 72.363281 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 94.511719 374.863281 L 116.660156 374.863281 L 116.660156 363.449219 L 94.511719 363.449219 Z M 94.511719 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 116.660156 374.863281 L 138.808594 374.863281 L 138.808594 343.878906 L 116.660156 343.878906 Z M 116.660156 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 138.808594 374.863281 L 160.957031 374.863281 L 160.957031 319.421875 L 138.808594 319.421875 Z M 138.808594 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 160.957031 368.339844 L 183.105469 368.339844 L 183.105469 314.527344 L 160.957031 314.527344 Z M 160.957031 368.339844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 183.109375 347.140625 L 205.257812 347.140625 L 205.257812 299.851562 L 183.109375 299.851562 Z M 183.109375 347.140625 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 205.257812 288.4375 L 227.40625 288.4375 L 227.40625 242.777344 L 205.257812 242.777344 Z M 205.257812 288.4375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 227.40625 177.550781 L 249.554688 177.550781 L 249.554688 159.613281 L 227.40625 159.613281 Z M 227.40625 177.550781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 249.554688 133.523438 L 271.703125 133.523438 L 271.703125 122.109375 L 249.554688 122.109375 Z M 249.554688 133.523438 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 271.703125 138.414062 L 293.851562 138.414062 L 293.851562 131.890625 L 271.703125 131.890625 Z M 271.703125 138.414062 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 293.851562 174.289062 L 316 174.289062 L 316 167.765625 L 293.851562 167.765625 Z M 293.851562 174.289062 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 316 185.707031 L 338.148438 185.707031 L 338.148438 182.445312 L 316 182.445312 Z M 316 185.707031 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 338.148438 200.382812 L 360.296875 200.382812 L 360.296875 197.121094 L 338.148438 197.121094 Z M 338.148438 200.382812 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 94.511719 363.449219 L 116.660156 363.449219 L 116.660156 361.820312 L 94.511719 361.820312 Z M 94.511719 363.449219 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 116.660156 343.878906 L 138.808594 343.878906 L 138.808594 342.25 L 116.660156 342.25 Z M 116.660156 343.878906 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 138.808594 319.421875 L 160.957031 319.421875 L 160.957031 314.53125 L 138.808594 314.53125 Z M 138.808594 319.421875 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 160.957031 314.527344 L 183.105469 314.527344 L 183.105469 309.636719 L 160.957031 309.636719 Z M 160.957031 314.527344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 183.109375 299.851562 L 205.257812 299.851562 L 205.257812 294.960938 L 183.109375 294.960938 Z M 183.109375 299.851562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 205.257812 242.777344 L 227.40625 242.777344 L 227.40625 229.730469 L 205.257812 229.730469 Z M 205.257812 242.777344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 227.40625 159.613281 L 249.554688 159.613281 L 249.554688 149.828125 L 227.40625 149.828125 Z M 227.40625 159.613281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 249.554688 122.109375 L 271.703125 122.109375 L 271.703125 105.800781 L 249.554688 105.800781 Z M 249.554688 122.109375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 271.703125 131.894531 L 293.851562 131.894531 L 293.851562 128.632812 L 271.703125 128.632812 Z M 271.703125 131.894531 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 293.851562 167.769531 L 316 167.769531 L 316 164.507812 L 293.851562 164.507812 Z M 293.851562 167.769531 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 72.363281 371.601562 L 94.511719 371.601562 L 94.511719 369.972656 L 72.363281 369.972656 Z M 72.363281 371.601562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 94.511719 361.816406 L 116.660156 361.816406 L 116.660156 360.1875 L 94.511719 360.1875 Z M 94.511719 361.816406 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 116.660156 342.25 L 138.808594 342.25 L 138.808594 329.203125 L 116.660156 329.203125 Z M 116.660156 342.25 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 138.808594 314.527344 L 160.957031 314.527344 L 160.957031 285.175781 L 138.808594 285.175781 Z M 138.808594 314.527344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 160.957031 309.636719 L 183.105469 309.636719 L 183.105469 267.238281 L 160.957031 267.238281 Z M 160.957031 309.636719 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 183.109375 294.960938 L 205.257812 294.960938 L 205.257812 224.84375 L 183.109375 224.84375 Z M 183.109375 294.960938 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 205.257812 229.734375 L 227.40625 229.734375 L 227.40625 171.03125 L 205.257812 171.03125 Z M 205.257812 229.734375 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 227.40625 149.832031 L 249.554688 149.832031 L 249.554688 96.019531 L 227.40625 96.019531 Z M 227.40625 149.832031 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 249.554688 105.800781 L 271.703125 105.800781 L 271.703125 63.402344 L 249.554688 63.402344 Z M 249.554688 105.800781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 271.703125 128.632812 L 293.851562 128.632812 L 293.851562 96.019531 L 271.703125 96.019531 Z M 271.703125 128.632812 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 293.851562 164.507812 L 316 164.507812 L 316 135.15625 L 293.851562 135.15625 Z M 293.851562 164.507812 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 316 182.445312 L 338.148438 182.445312 L 338.148438 159.617188 L 316 159.617188 Z M 316 182.445312 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 338.148438 197.121094 L 360.296875 197.121094 L 360.296875 184.074219 L 338.148438 184.074219 Z M 338.148438 197.121094 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 360.296875 272.132812 L 382.445312 272.132812 L 382.445312 257.457031 L 360.296875 257.457031 Z M 360.296875 272.132812 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 382.445312 294.960938 L 404.59375 294.960938 L 404.59375 286.808594 L 382.445312 286.808594 Z M 382.445312 294.960938 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 116.660156 329.203125 L 138.808594 329.203125 L 138.808594 327.574219 L 116.660156 327.574219 Z M 116.660156 329.203125 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 138.808594 285.175781 L 160.957031 285.175781 L 160.957031 280.285156 L 138.808594 280.285156 Z M 138.808594 285.175781 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 160.957031 267.238281 L 183.105469 267.238281 L 183.105469 259.085938 L 160.957031 259.085938 Z M 160.957031 267.238281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 205.257812 171.027344 L 227.40625 171.027344 L 227.40625 167.765625 L 205.257812 167.765625 Z M 205.257812 171.027344 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 227.40625 96.019531 L 249.554688 96.019531 L 249.554688 89.496094 L 227.40625 89.496094 Z M 227.40625 96.019531 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 271.703125 96.019531 L 293.851562 96.019531 L 293.851562 94.390625 L 271.703125 94.390625 Z M 271.703125 96.019531 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 453 319 L 574 319 L 574 46 L 453 46 Z M 453 319 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 97.28125 391.5 L 97.28125 396.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 252.324219 391.5 L 252.324219 396.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 407.363281 391.5 L 407.363281 396.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 562.40625 391.5 L 562.40625 396.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 374.863281 L 42.5 374.863281 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 293.328125 L 42.5 293.328125 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 211.796875 L 42.5 211.796875 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 130.261719 L 42.5 130.261719 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 48.726562 L 42.5 48.726562 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(12.16%, 46.669999%, 70.590001%)" fill-opacity="1" d="M 458.980469 128.964844 L 478.980469 128.964844 L 478.980469 108.964844 L 458.980469 108.964844 Z M 458.980469 128.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 49.8%, 5.49%)" fill-opacity="1" d="M 458.980469 151.964844 L 478.980469 151.964844 L 478.980469 131.964844 L 458.980469 131.964844 Z M 458.980469 151.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(17.25%, 62.75%, 17.25%)" fill-opacity="1" d="M 458.980469 174.964844 L 478.980469 174.964844 L 478.980469 154.964844 L 458.980469 154.964844 Z M 458.980469 174.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(83.920002%, 15.29%, 15.69%)" fill-opacity="1" d="M 458.980469 197.964844 L 478.980469 197.964844 L 478.980469 177.964844 L 458.980469 177.964844 Z M 458.980469 197.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(58.039999%, 40.39%, 74.119997%)" fill-opacity="1" d="M 458.980469 220.964844 L 478.980469 220.964844 L 478.980469 200.964844 L 458.980469 200.964844 Z M 458.980469 220.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(54.900002%, 33.73%, 29.409999%)" fill-opacity="1" d="M 458.980469 243.964844 L 478.980469 243.964844 L 478.980469 223.964844 L 458.980469 223.964844 Z M 458.980469 243.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(89.020002%, 46.669999%, 76.08%)" fill-opacity="1" d="M 458.980469 266.964844 L 478.980469 266.964844 L 478.980469 246.964844 L 458.980469 246.964844 Z M 458.980469 266.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(49.8%, 49.8%, 49.8%)" fill-opacity="1" d="M 458.980469 289.964844 L 478.980469 289.964844 L 478.980469 269.964844 L 458.980469 269.964844 Z M 458.980469 289.964844 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(73.729998%, 74.119997%, 13.330001%)" fill-opacity="1" d="M 458.980469 312.964844 L 478.980469 312.964844 L 478.980469 292.964844 L 458.980469 292.964844 Z M 458.980469 312.964844 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-0-8879213f" x="485.675018" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-0-8879213f" x="494.228973" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-1-8879213f" x="498.120972" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-2-8879213f" x="506.296997" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-1-8879213f" x="510.188995" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-3-8879213f" x="517.973022" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-4-8879213f" x="525.757019" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-5-8879213f" x="533.541016" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-0-8879213f" x="486.781036" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-0-8879213f" x="497.014984" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-0-8879213f" x="500.907013" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-1-8879213f" x="509.082977" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-1-8879213f" x="512.974976" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-25-0-8879213f" x="520.758972" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-2-8879213f" x="524.651001" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-3-8879213f" x="532.434998" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-2-8879213f" x="486.997986" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-0-8879213f" x="496.798004" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-1-8879213f" x="500.690002" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-26-0-8879213f" x="508.865967" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-26-1-8879213f" x="512.757996" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-27-0-8879213f" x="520.542053" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-6-8879213f" x="524.434021" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-7-8879213f" x="532.218018" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-10-8879213f" x="548.561035" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="124.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-12-8879213f" x="548.561035" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="147.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-13-8879213f" x="548.561035" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="170.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-14-8879213f" x="548.561035" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="193.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-15-8879213f" x="548.561035" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="216.068008"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-0-8879213f" x="483.979004" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-1-8879213f" x="490.979004" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-2-8879213f" x="498.763" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-30-0-8879213f" x="510.425018" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-1-8879213f" x="518.208984" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-31-0-8879213f" x="525.992981" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-3-8879213f" x="529.101013" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-4-8879213f" x="536.88501" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-5-8879213f" x="544.669006" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-6-8879213f" x="548.561035" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-32-0-8879213f" x="556.345032" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-7-8879213f" x="560.237" y="239.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-16-8879213f" x="548.561035" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-15-8879213f" x="560.237" y="262.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-8879213f" x="483.979004" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="490.979004" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-8879213f" x="498.763" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-2-8879213f" x="510.425018" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-8879213f" x="518.208984" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-1-8879213f" x="525.992981" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-8879213f" x="529.101013" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-8879213f" x="536.88501" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-8879213f" x="544.669006" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-17-8879213f" x="548.561035" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-8879213f" x="556.345032" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-8879213f" x="560.237" y="285.067993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-0-8879213f" x="483.979004" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-1-8879213f" x="490.979004" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-2-8879213f" x="498.763" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-34-0-8879213f" x="510.425018" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-1-8879213f" x="518.208984" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-35-0-8879213f" x="525.992981" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-3-8879213f" x="529.101013" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-4-8879213f" x="536.88501" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-5-8879213f" x="544.669006" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-6-8879213f" x="548.561035" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-36-0-8879213f" x="556.345032" y="308.068024"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-33-7-8879213f" x="560.237" y="308.068024"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 391 L 584.5 391 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 48 391.5 L 48 35.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 47.5 36 L 584.5 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 391.5 L 584 35.5 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 101 KiB |
1973
examples/plots/skew_vs_runid.svg
Normal file
After Width: | Height: | Size: 452 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 106 KiB |
|
@ -2,152 +2,152 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="450" viewBox="0 0 600 450">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0-ed3ff0a4">
|
||||
<g id="glyph-0-0-648004ba">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-1-ed3ff0a4">
|
||||
<g id="glyph-0-1-648004ba">
|
||||
<path d="M 7.03125 0 C 7.03125 0 5.59375 0 5.59375 0 C 5.59375 0 3.109375 -3.96875 3.109375 -3.96875 C 3.109375 -3.96875 1.96875 -2.859375 1.96875 -2.859375 C 1.96875 -2.859375 1.96875 0 1.96875 0 C 1.96875 0 0.8125 0 0.8125 0 C 0.8125 0 0.8125 -10.203125 0.8125 -10.203125 C 0.8125 -10.203125 1.96875 -10.203125 1.96875 -10.203125 C 1.96875 -10.203125 1.96875 -4.234375 1.96875 -4.234375 C 1.96875 -4.234375 5.078125 -7.34375 5.078125 -7.34375 C 5.078125 -7.34375 6.578125 -7.34375 6.578125 -7.34375 C 6.578125 -7.34375 4.03125 -4.796875 4.03125 -4.796875 C 4.03125 -4.796875 7.03125 0 7.03125 0 Z M 7.03125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2-ed3ff0a4">
|
||||
<g id="glyph-0-2-648004ba">
|
||||
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3-ed3ff0a4">
|
||||
<g id="glyph-0-3-648004ba">
|
||||
</g>
|
||||
<g id="glyph-0-4-ed3ff0a4">
|
||||
<g id="glyph-0-4-648004ba">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5-ed3ff0a4">
|
||||
<g id="glyph-0-5-648004ba">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-6-ed3ff0a4">
|
||||
<g id="glyph-0-6-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0-ed3ff0a4">
|
||||
<g id="glyph-1-0-648004ba">
|
||||
<path d="M 9.90625 -7.34375 C 9.90625 -7.34375 7.75 0 7.75 0 C 7.75 0 6.421875 0 6.421875 0 C 6.421875 0 4.9375 -5.75 4.9375 -5.75 C 4.9375 -5.75 3.53125 0 3.53125 0 C 3.53125 0 2.21875 0 2.21875 0 C 2.21875 0 0.078125 -7.34375 0.078125 -7.34375 C 0.078125 -7.34375 1.375 -7.34375 1.375 -7.34375 C 1.375 -7.34375 2.875 -1.625 2.875 -1.625 C 2.875 -1.625 4.265625 -7.34375 4.265625 -7.34375 C 4.265625 -7.34375 5.703125 -7.34375 5.703125 -7.34375 C 5.703125 -7.34375 7.140625 -1.625 7.140625 -1.625 C 7.140625 -1.625 8.59375 -7.34375 8.59375 -7.34375 C 8.59375 -7.34375 9.90625 -7.34375 9.90625 -7.34375 Z M 9.90625 -7.34375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-0-ed3ff0a4">
|
||||
<g id="glyph-2-0-648004ba">
|
||||
<path d="M 3.96875 -10.203125 C 3.96875 -10.203125 0.65625 0.28125 0.65625 0.28125 C 0.65625 0.28125 -0.109375 0.28125 -0.109375 0.28125 C -0.109375 0.28125 3.203125 -10.203125 3.203125 -10.203125 C 3.203125 -10.203125 3.96875 -10.203125 3.96875 -10.203125 Z M 3.96875 -10.203125 "/>
|
||||
</g>
|
||||
<g id="glyph-2-1-ed3ff0a4">
|
||||
<g id="glyph-2-1-648004ba">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-3-0-ed3ff0a4">
|
||||
<g id="glyph-3-0-648004ba">
|
||||
<path d="M 7.21875 -3.03125 C 7.21875 -3.03125 0.953125 -3.03125 0.953125 -3.03125 C 0.953125 -3.03125 0.953125 -3.96875 0.953125 -3.96875 C 0.953125 -3.96875 7.21875 -3.96875 7.21875 -3.96875 C 7.21875 -3.96875 7.21875 -3.03125 7.21875 -3.03125 Z M 7.21875 -3.03125 "/>
|
||||
</g>
|
||||
<g id="glyph-4-0-ed3ff0a4">
|
||||
<g id="glyph-4-0-648004ba">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-5-0-ed3ff0a4">
|
||||
<g id="glyph-5-0-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-6-0-ed3ff0a4">
|
||||
<g id="glyph-6-0-648004ba">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-6-1-ed3ff0a4">
|
||||
<g id="glyph-6-1-648004ba">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-7-0-ed3ff0a4">
|
||||
<g id="glyph-7-0-648004ba">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-8-0-ed3ff0a4">
|
||||
<g id="glyph-8-0-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-9-0-ed3ff0a4">
|
||||
<g id="glyph-9-0-648004ba">
|
||||
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-10-0-ed3ff0a4">
|
||||
<g id="glyph-10-0-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-11-0-ed3ff0a4">
|
||||
<g id="glyph-11-0-648004ba">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-12-0-ed3ff0a4">
|
||||
<g id="glyph-12-0-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-13-0-ed3ff0a4">
|
||||
<g id="glyph-13-0-648004ba">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-14-0-ed3ff0a4">
|
||||
<g id="glyph-14-0-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-15-0-ed3ff0a4">
|
||||
<g id="glyph-15-0-648004ba">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-16-0-ed3ff0a4">
|
||||
<g id="glyph-16-0-648004ba">
|
||||
<path d="M 7.671875 0 C 7.671875 0 5.375 0 5.375 0 C 5.375 0 3.5625 -3.328125 3.5625 -3.328125 C 3.5625 -3.328125 2.78125 -2.484375 2.78125 -2.484375 C 2.78125 -2.484375 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -4.625 2.78125 -4.625 C 2.78125 -4.625 5.265625 -7.5625 5.265625 -7.5625 C 5.265625 -7.5625 7.484375 -7.5625 7.484375 -7.5625 C 7.484375 -7.5625 4.90625 -4.703125 4.90625 -4.703125 C 4.90625 -4.703125 7.671875 0 7.671875 0 Z M 7.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-16-1-ed3ff0a4">
|
||||
<g id="glyph-16-1-648004ba">
|
||||
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
|
||||
</g>
|
||||
<g id="glyph-16-2-ed3ff0a4">
|
||||
<g id="glyph-16-2-648004ba">
|
||||
<path d="M 10.71875 -7.5625 C 10.71875 -7.5625 8.578125 0 8.578125 0 C 8.578125 0 6.546875 0 6.546875 0 C 6.546875 0 5.421875 -5.328125 5.421875 -5.328125 C 5.421875 -5.328125 4.21875 0 4.21875 0 C 4.21875 0 2.203125 0 2.203125 0 C 2.203125 0 0.0625 -7.5625 0.0625 -7.5625 C 0.0625 -7.5625 2.09375 -7.5625 2.09375 -7.5625 C 2.09375 -7.5625 3.296875 -2.265625 3.296875 -2.265625 C 3.296875 -2.265625 4.453125 -7.5625 4.453125 -7.5625 C 4.453125 -7.5625 6.40625 -7.5625 6.40625 -7.5625 C 6.40625 -7.5625 7.546875 -2.265625 7.546875 -2.265625 C 7.546875 -2.265625 8.6875 -7.5625 8.6875 -7.5625 C 8.6875 -7.5625 10.71875 -7.5625 10.71875 -7.5625 Z M 10.71875 -7.5625 "/>
|
||||
</g>
|
||||
<g id="glyph-17-0-ed3ff0a4">
|
||||
<g id="glyph-17-0-648004ba">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-18-0-ed3ff0a4">
|
||||
<g id="glyph-18-0-648004ba">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-18-1-ed3ff0a4">
|
||||
<g id="glyph-18-1-648004ba">
|
||||
</g>
|
||||
<g id="glyph-18-2-ed3ff0a4">
|
||||
<g id="glyph-18-2-648004ba">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-18-3-ed3ff0a4">
|
||||
<g id="glyph-18-3-648004ba">
|
||||
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-18-4-ed3ff0a4">
|
||||
<g id="glyph-18-4-648004ba">
|
||||
<path d="M 8.578125 -7.03125 C 7.9375 -6.84375 7.265625 -6.734375 6.59375 -6.65625 C 7.234375 -5.984375 7.59375 -4.953125 7.59375 -3.609375 C 7.59375 -1.203125 6.328125 0.203125 4.265625 0.203125 C 2.1875 0.203125 0.953125 -1.203125 0.953125 -3.671875 C 0.953125 -6.125 2.203125 -7.546875 4.25 -7.546875 C 4.59375 -7.546875 4.90625 -7.5 5.1875 -7.4375 C 6.25 -7.53125 7.28125 -7.765625 8.296875 -8.0625 C 8.296875 -8.0625 8.578125 -7.03125 8.578125 -7.03125 Z M 6.375 -3.625 C 6.375 -5.453125 5.59375 -6.46875 4.265625 -6.46875 C 2.96875 -6.46875 2.171875 -5.4375 2.171875 -3.671875 C 2.171875 -1.890625 2.96875 -0.875 4.265625 -0.875 C 5.5625 -0.875 6.375 -1.90625 6.375 -3.625 Z M 6.375 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-18-5-ed3ff0a4">
|
||||
<g id="glyph-18-5-648004ba">
|
||||
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
|
||||
</g>
|
||||
<g id="glyph-18-6-ed3ff0a4">
|
||||
<g id="glyph-18-6-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-18-7-ed3ff0a4">
|
||||
<g id="glyph-18-7-648004ba">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-18-8-ed3ff0a4">
|
||||
<g id="glyph-18-8-648004ba">
|
||||
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-19-0-ed3ff0a4">
|
||||
<g id="glyph-19-0-648004ba">
|
||||
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
|
||||
</g>
|
||||
<g id="glyph-19-1-ed3ff0a4">
|
||||
<g id="glyph-19-1-648004ba">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-19-2-ed3ff0a4">
|
||||
<g id="glyph-19-2-648004ba">
|
||||
</g>
|
||||
<g id="glyph-19-3-ed3ff0a4">
|
||||
<g id="glyph-19-3-648004ba">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-20-0-ed3ff0a4">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-20-1-ed3ff0a4">
|
||||
</g>
|
||||
<g id="glyph-21-0-ed3ff0a4">
|
||||
<path d="M 7.78125 0 C 7.78125 0 6.640625 0 6.640625 0 C 6.640625 0 6.640625 -0.640625 6.640625 -0.640625 C 6.171875 -0.140625 5.578125 0.171875 4.84375 0.171875 C 4.109375 0.171875 3.515625 -0.140625 3.046875 -0.640625 C 3.046875 -0.640625 3.046875 3.21875 3.046875 3.21875 C 3.046875 3.21875 1.90625 3.21875 1.90625 3.21875 C 1.90625 3.21875 1.90625 -7.34375 1.90625 -7.34375 C 1.90625 -7.34375 3.046875 -7.34375 3.046875 -7.34375 C 3.046875 -7.34375 3.046875 -2.671875 3.046875 -2.671875 C 3.296875 -1.6875 3.890625 -0.890625 4.84375 -0.890625 C 5.796875 -0.890625 6.390625 -1.6875 6.640625 -2.671875 C 6.640625 -2.671875 6.640625 -7.34375 6.640625 -7.34375 C 6.640625 -7.34375 7.78125 -7.34375 7.78125 -7.34375 C 7.78125 -7.34375 7.78125 0 7.78125 0 Z M 7.78125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-21-1-ed3ff0a4">
|
||||
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
|
||||
</g>
|
||||
<g id="glyph-21-2-ed3ff0a4">
|
||||
</g>
|
||||
<g id="glyph-21-3-ed3ff0a4">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-21-4-ed3ff0a4">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-21-5-ed3ff0a4">
|
||||
<g id="glyph-20-0-648004ba">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-22-0-ed3ff0a4">
|
||||
<g id="glyph-20-1-648004ba">
|
||||
</g>
|
||||
<g id="glyph-23-0-ed3ff0a4">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
<g id="glyph-21-0-648004ba">
|
||||
<path d="M 7.78125 0 C 7.78125 0 6.640625 0 6.640625 0 C 6.640625 0 6.640625 -0.640625 6.640625 -0.640625 C 6.171875 -0.140625 5.578125 0.171875 4.84375 0.171875 C 4.109375 0.171875 3.515625 -0.140625 3.046875 -0.640625 C 3.046875 -0.640625 3.046875 3.21875 3.046875 3.21875 C 3.046875 3.21875 1.90625 3.21875 1.90625 3.21875 C 1.90625 3.21875 1.90625 -7.34375 1.90625 -7.34375 C 1.90625 -7.34375 3.046875 -7.34375 3.046875 -7.34375 C 3.046875 -7.34375 3.046875 -2.671875 3.046875 -2.671875 C 3.296875 -1.6875 3.890625 -0.890625 4.84375 -0.890625 C 5.796875 -0.890625 6.390625 -1.6875 6.640625 -2.671875 C 6.640625 -2.671875 6.640625 -7.34375 6.640625 -7.34375 C 6.640625 -7.34375 7.78125 -7.34375 7.78125 -7.34375 C 7.78125 -7.34375 7.78125 0 7.78125 0 Z M 7.78125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-21-1-648004ba">
|
||||
<path d="M 7.21875 -4.296875 C 7.21875 -4.296875 0.953125 -4.296875 0.953125 -4.296875 C 0.953125 -4.296875 0.953125 -5.25 0.953125 -5.25 C 0.953125 -5.25 7.21875 -5.25 7.21875 -5.25 C 7.21875 -5.25 7.21875 -4.296875 7.21875 -4.296875 Z M 7.21875 -1.75 C 7.21875 -1.75 0.953125 -1.75 0.953125 -1.75 C 0.953125 -1.75 0.953125 -2.703125 0.953125 -2.703125 C 0.953125 -2.703125 7.21875 -2.703125 7.21875 -2.703125 C 7.21875 -2.703125 7.21875 -1.75 7.21875 -1.75 Z M 7.21875 -1.75 "/>
|
||||
</g>
|
||||
<g id="glyph-21-2-648004ba">
|
||||
</g>
|
||||
<g id="glyph-21-3-648004ba">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-21-4-648004ba">
|
||||
<path d="M 2.671875 0 C 2.671875 0 1.21875 0 1.21875 0 C 1.21875 0 1.21875 -1.453125 1.21875 -1.453125 C 1.21875 -1.453125 2.671875 -1.453125 2.671875 -1.453125 C 2.671875 -1.453125 2.671875 0 2.671875 0 Z M 2.671875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-21-5-648004ba">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-22-0-648004ba">
|
||||
</g>
|
||||
<g id="glyph-23-0-648004ba">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
</g>
|
||||
</defs>
|
||||
|
@ -165,99 +165,99 @@
|
|||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 118.730469 L 584 118.730469 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 41 67.503906 L 584 67.503906 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-ed3ff0a4" x="283.324005" y="431.567993"/>
|
||||
<use xlink:href="#glyph-0-0-648004ba" x="283.324005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-ed3ff0a4" x="290.324005" y="431.567993"/>
|
||||
<use xlink:href="#glyph-0-1-648004ba" x="290.324005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-2-ed3ff0a4" x="297.324005" y="431.567993"/>
|
||||
<use xlink:href="#glyph-0-2-648004ba" x="297.324005" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-ed3ff0a4" x="305.108002" y="431.567993"/>
|
||||
<use xlink:href="#glyph-1-0-648004ba" x="305.108002" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-ed3ff0a4" x="315.216003" y="431.567993"/>
|
||||
<use xlink:href="#glyph-0-3-648004ba" x="315.216003" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-0-ed3ff0a4" x="319.107971" y="431.567993"/>
|
||||
<use xlink:href="#glyph-2-0-648004ba" x="319.107971" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-ed3ff0a4" x="326.891998" y="431.567993"/>
|
||||
<use xlink:href="#glyph-0-4-648004ba" x="326.891998" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1-ed3ff0a4" x="334.675995" y="431.567993"/>
|
||||
<use xlink:href="#glyph-2-1-648004ba" x="334.675995" y="431.567993"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-0-ed3ff0a4" x="82.383636" y="412.257996"/>
|
||||
<use xlink:href="#glyph-3-0-648004ba" x="82.383636" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-ed3ff0a4" x="90.559639" y="412.257996"/>
|
||||
<use xlink:href="#glyph-0-5-648004ba" x="90.559639" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-ed3ff0a4" x="240.047394" y="412.257996"/>
|
||||
<use xlink:href="#glyph-0-6-648004ba" x="240.047394" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-ed3ff0a4" x="393.623138" y="412.257996"/>
|
||||
<use xlink:href="#glyph-0-5-648004ba" x="393.623138" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-0-ed3ff0a4" x="547.198914" y="412.257996"/>
|
||||
<use xlink:href="#glyph-4-0-648004ba" x="547.198914" y="412.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-0-ed3ff0a4" x="23.216003" y="379.966644"/>
|
||||
<use xlink:href="#glyph-5-0-648004ba" x="23.216003" y="379.966644"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-0-ed3ff0a4" x="15.432" y="328.740082"/>
|
||||
<use xlink:href="#glyph-6-0-648004ba" x="15.432" y="328.740082"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-0-ed3ff0a4" x="23.216003" y="328.740082"/>
|
||||
<use xlink:href="#glyph-5-0-648004ba" x="23.216003" y="328.740082"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-7-0-ed3ff0a4" x="15.432" y="277.51355"/>
|
||||
<use xlink:href="#glyph-7-0-648004ba" x="15.432" y="277.51355"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-8-0-ed3ff0a4" x="23.216003" y="277.51355"/>
|
||||
<use xlink:href="#glyph-8-0-648004ba" x="23.216003" y="277.51355"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-9-0-ed3ff0a4" x="15.432" y="226.286972"/>
|
||||
<use xlink:href="#glyph-9-0-648004ba" x="15.432" y="226.286972"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-10-0-ed3ff0a4" x="23.216003" y="226.286972"/>
|
||||
<use xlink:href="#glyph-10-0-648004ba" x="23.216003" y="226.286972"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-11-0-ed3ff0a4" x="15.432" y="175.06044"/>
|
||||
<use xlink:href="#glyph-11-0-648004ba" x="15.432" y="175.06044"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-0-ed3ff0a4" x="23.216003" y="175.06044"/>
|
||||
<use xlink:href="#glyph-12-0-648004ba" x="23.216003" y="175.06044"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-1-ed3ff0a4" x="15.432" y="123.833862"/>
|
||||
<use xlink:href="#glyph-6-1-648004ba" x="15.432" y="123.833862"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-0-ed3ff0a4" x="23.216003" y="123.833862"/>
|
||||
<use xlink:href="#glyph-5-0-648004ba" x="23.216003" y="123.833862"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-13-0-ed3ff0a4" x="15.432" y="72.60733"/>
|
||||
<use xlink:href="#glyph-13-0-648004ba" x="15.432" y="72.60733"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-14-0-ed3ff0a4" x="23.216003" y="72.60733"/>
|
||||
<use xlink:href="#glyph-14-0-648004ba" x="23.216003" y="72.60733"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-15-0-ed3ff0a4" x="291.485992" y="28.947996"/>
|
||||
<use xlink:href="#glyph-15-0-648004ba" x="291.485992" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-16-0-ed3ff0a4" x="299.269989" y="28.947996"/>
|
||||
<use xlink:href="#glyph-16-0-648004ba" x="299.269989" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-16-1-ed3ff0a4" x="307.053986" y="28.947996"/>
|
||||
<use xlink:href="#glyph-16-1-648004ba" x="307.053986" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-16-2-ed3ff0a4" x="314.838013" y="28.947996"/>
|
||||
<use xlink:href="#glyph-16-2-648004ba" x="314.838013" y="28.947996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-17-0-ed3ff0a4" x="325.730011" y="28.947996"/>
|
||||
<use xlink:href="#glyph-17-0-648004ba" x="325.730011" y="28.947996"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 65.683594 374.863281 L 76.652344 374.863281 L 76.652344 359.496094 L 82.136719 359.496094 L 82.136719 374.863281 L 93.105469 374.863281 L 93.105469 364.617188 L 98.589844 364.617188 L 98.589844 359.496094 L 104.074219 359.496094 L 104.074219 354.371094 L 109.5625 354.371094 L 109.5625 364.617188 L 115.046875 364.617188 L 115.046875 349.25 L 120.53125 349.25 L 120.53125 328.757812 L 126.015625 328.757812 L 126.015625 313.390625 L 131.5 313.390625 L 131.5 339.003906 L 136.984375 339.003906 L 136.984375 303.144531 L 142.46875 303.144531 L 142.46875 272.410156 L 147.953125 272.410156 L 147.953125 298.023438 L 153.4375 298.023438 L 153.4375 323.636719 L 158.925781 323.636719 L 158.925781 292.902344 L 164.410156 292.902344 L 164.410156 262.164062 L 169.894531 262.164062 L 169.894531 287.777344 L 175.378906 287.777344 L 175.378906 251.921875 L 180.863281 251.921875 L 180.863281 241.675781 L 186.347656 241.675781 L 186.347656 257.042969 L 191.832031 257.042969 L 191.832031 267.289062 L 197.316406 267.289062 L 197.316406 236.550781 L 202.804688 236.550781 L 202.804688 159.710938 L 208.289062 159.710938 L 208.289062 236.550781 L 213.773438 236.550781 L 213.773438 216.0625 L 219.257812 216.0625 L 219.257812 175.082031 L 224.742188 175.082031 L 224.742188 200.695312 L 230.226562 200.695312 L 230.226562 52.136719 L 235.710938 52.136719 L 235.710938 195.570312 L 241.195312 195.570312 L 241.195312 82.871094 L 246.683594 82.871094 L 246.683594 169.957031 L 252.167969 169.957031 L 252.167969 113.609375 L 257.652344 113.609375 L 257.652344 149.46875 L 263.136719 149.46875 L 263.136719 169.957031 L 268.621094 169.957031 L 268.621094 108.484375 L 274.105469 108.484375 L 274.105469 195.570312 L 279.589844 195.570312 L 279.589844 149.46875 L 285.074219 149.46875 L 285.074219 210.9375 L 290.5625 210.9375 L 290.5625 123.855469 L 296.046875 123.855469 L 296.046875 180.203125 L 301.53125 180.203125 L 301.53125 231.429688 L 307.015625 231.429688 L 307.015625 169.957031 L 312.5 169.957031 L 312.5 200.695312 L 317.984375 200.695312 L 317.984375 246.796875 L 323.46875 246.796875 L 323.46875 205.816406 L 328.953125 205.816406 L 328.953125 200.695312 L 334.4375 200.695312 L 334.4375 216.0625 L 339.925781 216.0625 L 339.925781 251.921875 L 345.410156 251.921875 L 345.410156 226.304688 L 350.894531 226.304688 L 350.894531 267.289062 L 356.378906 267.289062 L 356.378906 287.777344 L 361.863281 287.777344 L 361.863281 298.023438 L 367.347656 298.023438 L 367.347656 277.53125 L 372.832031 277.53125 L 372.832031 267.289062 L 378.316406 267.289062 L 378.316406 313.390625 L 389.289062 313.390625 L 389.289062 328.757812 L 400.257812 328.757812 L 400.257812 339.003906 L 405.742188 339.003906 L 405.742188 333.882812 L 411.226562 333.882812 L 411.226562 328.757812 L 416.710938 328.757812 L 416.710938 344.128906 L 422.195312 344.128906 L 422.195312 333.882812 L 427.683594 333.882812 L 427.683594 359.496094 L 433.167969 359.496094 L 433.167969 354.371094 L 438.652344 354.371094 L 438.652344 359.496094 L 449.621094 359.496094 L 449.621094 369.742188 L 455.105469 369.742188 L 455.105469 374.863281 L 471.5625 374.863281 L 471.5625 369.742188 L 482.53125 369.742188 L 482.53125 374.863281 L 542.863281 374.863281 L 542.863281 369.742188 L 548.347656 369.742188 L 548.347656 374.863281 L 559.316406 374.863281 "/>
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 65.683594 374.863281 L 76.652344 374.863281 L 76.652344 359.496094 L 82.136719 359.496094 L 82.136719 374.863281 L 93.105469 374.863281 L 93.105469 364.617188 L 98.589844 364.617188 L 98.589844 359.496094 L 104.074219 359.496094 L 104.074219 354.371094 L 109.5625 354.371094 L 109.5625 364.617188 L 115.046875 364.617188 L 115.046875 349.25 L 120.53125 349.25 L 120.53125 328.757812 L 126.015625 328.757812 L 126.015625 308.269531 L 131.5 308.269531 L 131.5 339.003906 L 136.984375 339.003906 L 136.984375 303.144531 L 142.46875 303.144531 L 142.46875 257.042969 L 147.953125 257.042969 L 147.953125 303.144531 L 153.4375 303.144531 L 153.4375 313.390625 L 158.925781 313.390625 L 158.925781 282.65625 L 164.410156 282.65625 L 164.410156 257.042969 L 169.894531 257.042969 L 169.894531 287.777344 L 175.378906 287.777344 L 175.378906 257.042969 L 180.863281 257.042969 L 180.863281 241.675781 L 186.347656 241.675781 L 186.347656 257.042969 L 191.832031 257.042969 L 191.832031 267.289062 L 197.316406 267.289062 L 197.316406 236.550781 L 202.804688 236.550781 L 202.804688 154.589844 L 208.289062 154.589844 L 208.289062 231.429688 L 213.773438 231.429688 L 213.773438 226.304688 L 219.257812 226.304688 L 219.257812 169.957031 L 224.742188 169.957031 L 224.742188 190.449219 L 230.226562 190.449219 L 230.226562 52.136719 L 235.710938 52.136719 L 235.710938 190.449219 L 241.195312 190.449219 L 241.195312 82.871094 L 246.683594 82.871094 L 246.683594 169.957031 L 252.167969 169.957031 L 252.167969 113.609375 L 257.652344 113.609375 L 257.652344 154.589844 L 263.136719 154.589844 L 263.136719 169.957031 L 268.621094 169.957031 L 268.621094 108.484375 L 274.105469 108.484375 L 274.105469 190.449219 L 279.589844 190.449219 L 279.589844 149.46875 L 285.074219 149.46875 L 285.074219 210.9375 L 290.5625 210.9375 L 290.5625 123.855469 L 296.046875 123.855469 L 296.046875 180.203125 L 301.53125 180.203125 L 301.53125 231.429688 L 307.015625 231.429688 L 307.015625 169.957031 L 312.5 169.957031 L 312.5 200.695312 L 317.984375 200.695312 L 317.984375 246.796875 L 323.46875 246.796875 L 323.46875 205.816406 L 334.4375 205.816406 L 334.4375 216.0625 L 339.925781 216.0625 L 339.925781 251.921875 L 345.410156 251.921875 L 345.410156 226.304688 L 350.894531 226.304688 L 350.894531 267.289062 L 356.378906 267.289062 L 356.378906 287.777344 L 361.863281 287.777344 L 361.863281 298.023438 L 367.347656 298.023438 L 367.347656 277.53125 L 372.832031 277.53125 L 372.832031 267.289062 L 378.316406 267.289062 L 378.316406 313.390625 L 389.289062 313.390625 L 389.289062 328.757812 L 400.257812 328.757812 L 400.257812 339.003906 L 405.742188 339.003906 L 405.742188 333.882812 L 411.226562 333.882812 L 411.226562 328.757812 L 416.710938 328.757812 L 416.710938 344.128906 L 422.195312 344.128906 L 422.195312 333.882812 L 427.683594 333.882812 L 427.683594 359.496094 L 433.167969 359.496094 L 433.167969 354.371094 L 438.652344 354.371094 L 438.652344 359.496094 L 449.621094 359.496094 L 449.621094 369.742188 L 455.105469 369.742188 L 455.105469 374.863281 L 471.5625 374.863281 L 471.5625 369.742188 L 482.53125 369.742188 L 482.53125 374.863281 L 542.863281 374.863281 L 542.863281 369.742188 L 548.347656 369.742188 L 548.347656 374.863281 L 559.316406 374.863281 "/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 482 107 L 574 107 L 574 46 L 482 46 Z M 482 107 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 90.363281 391.5 L 90.363281 396.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 243.9375 391.5 L 243.9375 396.5 "/>
|
||||
|
@ -272,76 +272,76 @@
|
|||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 67.503906 L 35.5 67.503906 "/>
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="0.8" stroke-miterlimit="2" d="M 488.058594 76.5 L 508.058594 76.5 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-0-ed3ff0a4" x="513.059998" y="65.292999"/>
|
||||
<use xlink:href="#glyph-18-0-648004ba" x="513.059998" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-1-ed3ff0a4" x="520.843994" y="65.292999"/>
|
||||
<use xlink:href="#glyph-18-1-648004ba" x="520.843994" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-0-ed3ff0a4" x="524.736023" y="65.292999"/>
|
||||
<use xlink:href="#glyph-19-0-648004ba" x="524.736023" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-1-ed3ff0a4" x="532.911987" y="65.292999"/>
|
||||
<use xlink:href="#glyph-18-1-648004ba" x="532.911987" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-2-ed3ff0a4" x="536.804016" y="65.292999"/>
|
||||
<use xlink:href="#glyph-18-2-648004ba" x="536.804016" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-1-ed3ff0a4" x="544.588013" y="65.292999"/>
|
||||
<use xlink:href="#glyph-19-1-648004ba" x="544.588013" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-0-ed3ff0a4" x="552.371948" y="65.292999"/>
|
||||
<use xlink:href="#glyph-20-0-648004ba" x="552.371948" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-3-ed3ff0a4" x="560.156006" y="65.292999"/>
|
||||
<use xlink:href="#glyph-18-3-648004ba" x="560.156006" y="65.292999"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-0-ed3ff0a4" x="513.059998" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-0-648004ba" x="513.059998" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-0-ed3ff0a4" x="522.748047" y="81.603004"/>
|
||||
<use xlink:href="#glyph-22-0-648004ba" x="522.748047" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-1-ed3ff0a4" x="526.640015" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-1-648004ba" x="526.640015" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-2-ed3ff0a4" x="534.81604" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-2-648004ba" x="534.81604" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-3-ed3ff0a4" x="538.708008" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-3-648004ba" x="538.708008" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-4-ed3ff0a4" x="546.492004" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-4-648004ba" x="546.492004" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-5-ed3ff0a4" x="550.383972" y="81.603004"/>
|
||||
<use xlink:href="#glyph-21-5-648004ba" x="550.383972" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-0-ed3ff0a4" x="558.167969" y="81.603004"/>
|
||||
<use xlink:href="#glyph-23-0-648004ba" x="558.167969" y="81.603004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-4-ed3ff0a4" x="513.059998" y="97.912994"/>
|
||||
<use xlink:href="#glyph-18-4-648004ba" x="513.059998" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-2-ed3ff0a4" x="522.118042" y="97.912994"/>
|
||||
<use xlink:href="#glyph-19-2-648004ba" x="522.118042" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-5-ed3ff0a4" x="526.01001" y="97.912994"/>
|
||||
<use xlink:href="#glyph-18-5-648004ba" x="526.01001" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-1-ed3ff0a4" x="534.185974" y="97.912994"/>
|
||||
<use xlink:href="#glyph-20-1-648004ba" x="534.185974" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-6-ed3ff0a4" x="538.078003" y="97.912994"/>
|
||||
<use xlink:href="#glyph-18-6-648004ba" x="538.078003" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-7-ed3ff0a4" x="545.862" y="97.912994"/>
|
||||
<use xlink:href="#glyph-18-7-648004ba" x="545.862" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-3-ed3ff0a4" x="549.754028" y="97.912994"/>
|
||||
<use xlink:href="#glyph-19-3-648004ba" x="549.754028" y="97.912994"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-8-ed3ff0a4" x="557.537964" y="97.912994"/>
|
||||
<use xlink:href="#glyph-18-8-648004ba" x="557.537964" y="97.912994"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 40.5 391 L 584.5 391 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 41 391.5 L 41 35.5 "/>
|
||||
|
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
@ -1,5 +1,5 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.20.2
|
||||
# v0.20.4
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
@ -28,6 +28,9 @@ SQLite.tables(db)
|
|||
qaqc_single_run_results =
|
||||
DBInterface.execute(db, "select * from qaqc_single_run_results") |> DataFrame
|
||||
|
||||
# ╔═╡ 7a86a76d-7a69-4549-9998-36182e312ca7
|
||||
num_premassproduction = filter(:psboard_id => <(100), qaqc_single_run_results).psboard_id |> unique |> length
|
||||
|
||||
# ╔═╡ 0467fb45-6b97-4148-8343-0e4b06a7c2ec
|
||||
qaqc_runs = let
|
||||
df = DBInterface.execute(db, "select * from qaqc_runs") |> DataFrame
|
||||
|
@ -68,6 +71,7 @@ df_num_tested_boards = let
|
|||
)
|
||||
sort!(df, :runid)
|
||||
df = combine(groupby(df, :psboard_id), first)
|
||||
@info "" df nrow(df) filter(:psboard_id => <(100), df)
|
||||
df = combine(
|
||||
groupby(df, :campaign_id),
|
||||
:psboard_id => length ∘ unique => :num_tested_boards,
|
||||
|
@ -81,6 +85,9 @@ end
|
|||
# ╔═╡ fa7565e0-2662-4f2c-8e1c-8f6158557d58
|
||||
df_num_dispatched = let
|
||||
df = combine(groupby(qaqc_dispatch, :qaqc_campaign_id), nrow => :num_dispatched)
|
||||
transform!(df, :qaqc_campaign_id => ByRow(Float64) => :qaqc_campaign_id)
|
||||
# TODO: remove this later when dispatch table is updated
|
||||
push!(df, (qaqc_campaign_id = 7.5, num_dispatched = 11))
|
||||
df.num_total_dispatched = accumulate(+, df.num_dispatched)
|
||||
df = leftjoin(df, qaqc_campaigns, on = :qaqc_campaign_id => :id)
|
||||
disallowmissing!(df, :end_date)
|
||||
|
@ -90,13 +97,14 @@ end
|
|||
# ╔═╡ 8a2ae739-0da0-49cc-9614-74ac7e133599
|
||||
let
|
||||
fig = Figure(size = (600, 400))
|
||||
ax = Axis(fig[1, 1], limits = (nothing, (0, 1500)), title = "PS-Board QAQC progress")
|
||||
ax = Axis(fig[1, 1], limits = (nothing, (0, 1600)), title = "PS board QAQC progress")
|
||||
|
||||
n_campaings = nrow(df_num_dispatched)
|
||||
num_testeds = let
|
||||
v = df_num_tested_boards.num_total_tested |> copy
|
||||
hcat([0, v[1:(end - 1)]...], v) |> transpose |> (a -> reshape(a, 2 * n_campaings))
|
||||
end
|
||||
num_testeds[2:end] .= num_testeds[2:end] .- num_premassproduction
|
||||
num_dispatched = let
|
||||
v = df_num_dispatched.num_total_dispatched |> copy
|
||||
hcat([0, v[1:(end - 1)]...], v) |> transpose |> (a -> reshape(a, 2 * n_campaings))
|
||||
|
@ -106,26 +114,27 @@ let
|
|||
reshape(df_num_dispatched.start_date, (1, n_campaings)),
|
||||
reshape(df_num_dispatched.end_date, (1, n_campaings)),
|
||||
) |>
|
||||
(a -> reshape(a, 12)) |>
|
||||
(a -> reshape(a, 16)) |>
|
||||
skipmissing |>
|
||||
collect
|
||||
|
||||
@info "" num_testeds num_dispatched
|
||||
lines!(ax, start_end_dates, num_testeds, label = "tested")
|
||||
lines!(ax, start_end_dates, num_dispatched, label = "passed")
|
||||
middle_dates = let
|
||||
starts = df_num_dispatched.start_date
|
||||
@. (df_num_dispatched.end_date - starts) / 2 + starts
|
||||
end
|
||||
text!(
|
||||
ax,
|
||||
middle_dates,
|
||||
df_num_tested_boards.num_total_tested,
|
||||
text = ["1st", "2nd", "3rd", ("$(i)th" for i in 4:n_campaings)...],
|
||||
align = (:center, :bottom),
|
||||
)
|
||||
middle_dates = let
|
||||
starts = df_num_dispatched.start_date
|
||||
@. (df_num_dispatched.end_date - starts) / 2 + starts
|
||||
end
|
||||
text!(
|
||||
ax,
|
||||
middle_dates,
|
||||
df_num_tested_boards.num_total_tested,
|
||||
text = ["1st", "2nd", "3rd", ("$(i)th" for i in 4:(n_campaings - 1))..., ""],
|
||||
align = (:center, :bottom),
|
||||
)
|
||||
axislegend(position = :rb)
|
||||
save("qaqc_progress.svg", fig)
|
||||
hlines!(ax, 1480, color = Makie.wong_colors()[3])
|
||||
save("qaqc_progress.svg", fig)
|
||||
|
||||
fig
|
||||
end
|
||||
|
@ -136,6 +145,7 @@ end
|
|||
# ╠═436f0b91-4cc8-4c22-b625-cfd4779e20ec
|
||||
# ╠═085176e5-c0f9-4cf2-8416-581a8d20c941
|
||||
# ╠═363afd96-5b0d-4b09-b480-64a40ddce8cd
|
||||
# ╠═7a86a76d-7a69-4549-9998-36182e312ca7
|
||||
# ╠═0467fb45-6b97-4148-8343-0e4b06a7c2ec
|
||||
# ╠═4c30b33a-e15e-4b3c-a0f5-50184e7a711f
|
||||
# ╠═560bbdc3-26a4-4fe9-8459-e5ecaad04082
|
||||
|
|
661
examples/qaqc_progress.svg
Normal file
|
@ -0,0 +1,661 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="600" height="400" viewBox="0 0 600 400">
|
||||
<defs>
|
||||
<g>
|
||||
<g id="glyph-0-0-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-1-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-2-10ce3335">
|
||||
<path d="M 7.1875 -2.796875 C 7.1875 -1 5.8125 0.203125 3.84375 0.203125 C 1.890625 0.203125 0.515625 -1 0.515625 -2.8125 C 0.515625 -3.90625 1.078125 -4.671875 2.21875 -5.21875 C 1.203125 -5.859375 0.875 -6.359375 0.875 -7.28125 C 0.875 -8.828125 2.09375 -9.921875 3.84375 -9.921875 C 5.609375 -9.921875 6.828125 -8.828125 6.828125 -7.28125 C 6.828125 -6.34375 6.5 -5.84375 5.46875 -5.21875 C 6.625 -4.671875 7.1875 -3.90625 7.1875 -2.796875 Z M 5.578125 -7.25 C 5.578125 -8.21875 4.90625 -8.828125 3.84375 -8.828125 C 2.8125 -8.828125 2.125 -8.21875 2.125 -7.265625 C 2.125 -6.328125 2.8125 -5.71875 3.84375 -5.71875 C 4.890625 -5.71875 5.578125 -6.328125 5.578125 -7.25 Z M 5.921875 -2.78125 C 5.921875 -3.953125 5.078125 -4.671875 3.84375 -4.671875 C 2.625 -4.671875 1.78125 -3.953125 1.78125 -2.78125 C 1.78125 -1.625 2.625 -0.875 3.828125 -0.875 C 5.078125 -0.875 5.921875 -1.609375 5.921875 -2.78125 Z M 5.921875 -2.78125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-3-10ce3335">
|
||||
<path d="M 3.96875 -3.359375 C 3.96875 -3.359375 0.640625 -3.359375 0.640625 -3.359375 C 0.640625 -3.359375 0.640625 -4.375 0.640625 -4.375 C 0.640625 -4.375 3.96875 -4.375 3.96875 -4.375 C 3.96875 -4.375 3.96875 -3.359375 3.96875 -3.359375 Z M 3.96875 -3.359375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-4-10ce3335">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-5-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-6-10ce3335">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-0-7-10ce3335">
|
||||
<path d="M 6.8125 0 C 6.8125 0 5.65625 0 5.65625 0 C 5.65625 0 5.65625 -5.078125 5.65625 -5.078125 C 5.65625 -5.96875 5.0625 -6.53125 4.140625 -6.53125 C 2.953125 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.0625 -7.34375 2.0625 -7.34375 C 2.0625 -7.34375 2.0625 -6.109375 2.0625 -6.109375 C 2.703125 -7.125 3.40625 -7.546875 4.5 -7.546875 C 5.90625 -7.546875 6.8125 -6.765625 6.8125 -5.546875 C 6.8125 -5.546875 6.8125 0 6.8125 0 Z M 6.8125 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-8-10ce3335">
|
||||
<path d="M 4.5 -6.3125 C 2.6875 -6.28125 2.140625 -5.453125 2.140625 -3.8125 C 2.140625 -3.8125 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -7.34375 0.984375 -7.34375 C 0.984375 -7.34375 2.046875 -7.34375 2.046875 -7.34375 C 2.046875 -7.34375 2.046875 -6 2.046875 -6 C 2.71875 -7.09375 3.296875 -7.546875 4.046875 -7.546875 C 4.203125 -7.546875 4.296875 -7.53125 4.5 -7.5 C 4.5 -7.5 4.5 -6.3125 4.5 -6.3125 Z M 4.5 -6.3125 "/>
|
||||
</g>
|
||||
<g id="glyph-0-9-10ce3335">
|
||||
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-0-10-10ce3335">
|
||||
<path d="M 7.1875 -3.328125 C 7.1875 -3.328125 1.78125 -3.328125 1.78125 -3.328125 C 1.8125 -1.65625 2.71875 -0.875 3.9375 -0.875 C 4.875 -0.875 5.53125 -1.265625 5.859375 -2.21875 C 5.859375 -2.21875 7.03125 -2.21875 7.03125 -2.21875 C 6.734375 -0.734375 5.578125 0.203125 3.890625 0.203125 C 1.828125 0.203125 0.5625 -1.21875 0.5625 -3.625 C 0.5625 -6.03125 1.875 -7.546875 3.921875 -7.546875 C 5.296875 -7.546875 6.40625 -6.8125 6.890625 -5.609375 C 7.09375 -5.0625 7.1875 -4.390625 7.1875 -3.328125 Z M 5.9375 -4.375 C 5.9375 -5.515625 5.046875 -6.46875 3.90625 -6.46875 C 2.734375 -6.46875 1.90625 -5.59375 1.8125 -4.28125 C 1.8125 -4.28125 5.921875 -4.28125 5.921875 -4.28125 C 5.9375 -4.3125 5.9375 -4.375 5.9375 -4.375 Z M 5.9375 -4.375 "/>
|
||||
</g>
|
||||
<g id="glyph-0-11-10ce3335">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-12-10ce3335">
|
||||
<path d="M 6.9375 0 C 6.9375 0 5.890625 0 5.890625 0 C 5.890625 0 5.890625 -1.078125 5.890625 -1.078125 C 5.265625 -0.171875 4.5625 0.203125 3.5625 0.203125 C 1.578125 0.203125 0.359375 -1.265625 0.359375 -3.734375 C 0.359375 -6.078125 1.609375 -7.546875 3.515625 -7.546875 C 4.5 -7.546875 5.28125 -7.15625 5.765625 -6.40625 C 5.765625 -6.40625 5.765625 -10.203125 5.765625 -10.203125 C 5.765625 -10.203125 6.9375 -10.203125 6.9375 -10.203125 C 6.9375 -10.203125 6.9375 0 6.9375 0 Z M 5.765625 -3.640625 C 5.765625 -5.328125 4.96875 -6.453125 3.703125 -6.453125 C 2.4375 -6.453125 1.578125 -5.375 1.578125 -3.671875 C 1.578125 -1.953125 2.4375 -0.875 3.71875 -0.875 C 4.953125 -0.875 5.765625 -1.953125 5.765625 -3.640625 Z M 5.765625 -3.640625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-13-10ce3335">
|
||||
<path d="M 7.328125 -3.59375 C 7.328125 -1.265625 6.078125 0.203125 4.1875 0.203125 C 3.234375 0.203125 2.546875 -0.125 1.9375 -0.875 C 1.9375 -0.875 1.9375 3.046875 1.9375 3.046875 C 1.9375 3.046875 0.765625 3.046875 0.765625 3.046875 C 0.765625 3.046875 0.765625 -7.34375 0.765625 -7.34375 C 0.765625 -7.34375 1.828125 -7.34375 1.828125 -7.34375 C 1.828125 -7.34375 1.828125 -6.234375 1.828125 -6.234375 C 2.375 -7.09375 3.171875 -7.546875 4.171875 -7.546875 C 6.125 -7.546875 7.328125 -6.0625 7.328125 -3.59375 Z M 6.109375 -3.625 C 6.109375 -5.375 5.265625 -6.453125 3.96875 -6.453125 C 2.75 -6.453125 1.9375 -5.328125 1.9375 -3.609375 C 1.9375 -1.890625 2.75 -0.875 3.96875 -0.875 C 5.25 -0.875 6.109375 -1.953125 6.109375 -3.625 Z M 6.109375 -3.625 "/>
|
||||
</g>
|
||||
<g id="glyph-0-14-10ce3335">
|
||||
<path d="M 7.484375 -0.03125 C 7.109375 0.0625 6.9375 0.09375 6.6875 0.09375 C 6.125 0.09375 5.609375 -0.3125 5.484375 -0.875 C 4.84375 -0.1875 3.9375 0.203125 3 0.203125 C 1.515625 0.203125 0.59375 -0.578125 0.59375 -1.90625 C 0.59375 -2.796875 1.015625 -3.453125 1.875 -3.8125 C 2.328125 -3.984375 2.578125 -4.046875 4.234375 -4.25 C 5.15625 -4.375 5.453125 -4.578125 5.453125 -5.0625 C 5.453125 -5.0625 5.453125 -5.375 5.453125 -5.375 C 5.453125 -6.078125 4.859375 -6.46875 3.8125 -6.46875 C 2.71875 -6.46875 2.1875 -6.0625 2.09375 -5.171875 C 2.09375 -5.171875 0.90625 -5.171875 0.90625 -5.171875 C 0.984375 -6.859375 2.078125 -7.546875 3.84375 -7.546875 C 5.65625 -7.546875 6.609375 -6.84375 6.609375 -5.546875 C 6.609375 -5.546875 6.609375 -1.453125 6.609375 -1.453125 C 6.609375 -1.09375 6.828125 -0.875 7.234375 -0.875 C 7.3125 -0.875 7.359375 -0.875 7.484375 -0.90625 C 7.484375 -0.90625 7.484375 -0.03125 7.484375 -0.03125 Z M 5.453125 -2.53125 C 5.453125 -2.53125 5.453125 -3.625 5.453125 -3.625 C 5.046875 -3.4375 4.796875 -3.390625 3.5625 -3.21875 C 2.328125 -3.03125 1.8125 -2.703125 1.8125 -1.9375 C 1.8125 -1.140625 2.34375 -0.8125 3.25 -0.8125 C 4.375 -0.8125 5.453125 -1.484375 5.453125 -2.53125 Z M 5.453125 -2.53125 "/>
|
||||
</g>
|
||||
<g id="glyph-1-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-1-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-2-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-1-3-10ce3335">
|
||||
<path d="M 3.96875 -3.359375 C 3.96875 -3.359375 0.640625 -3.359375 0.640625 -3.359375 C 0.640625 -3.359375 0.640625 -4.375 0.640625 -4.375 C 0.640625 -4.375 3.96875 -4.375 3.96875 -4.375 C 3.96875 -4.375 3.96875 -3.359375 3.96875 -3.359375 Z M 3.96875 -3.359375 "/>
|
||||
</g>
|
||||
<g id="glyph-1-4-10ce3335">
|
||||
<path d="M 6.9375 0 C 6.9375 0 5.890625 0 5.890625 0 C 5.890625 0 5.890625 -1.078125 5.890625 -1.078125 C 5.265625 -0.171875 4.5625 0.203125 3.5625 0.203125 C 1.578125 0.203125 0.359375 -1.265625 0.359375 -3.734375 C 0.359375 -6.078125 1.609375 -7.546875 3.515625 -7.546875 C 4.5 -7.546875 5.28125 -7.15625 5.765625 -6.40625 C 5.765625 -6.40625 5.765625 -10.203125 5.765625 -10.203125 C 5.765625 -10.203125 6.9375 -10.203125 6.9375 -10.203125 C 6.9375 -10.203125 6.9375 0 6.9375 0 Z M 5.765625 -3.640625 C 5.765625 -5.328125 4.96875 -6.453125 3.703125 -6.453125 C 2.4375 -6.453125 1.578125 -5.375 1.578125 -3.671875 C 1.578125 -1.953125 2.4375 -0.875 3.71875 -0.875 C 4.953125 -0.875 5.765625 -1.953125 5.765625 -3.640625 Z M 5.765625 -3.640625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-5-10ce3335">
|
||||
<path d="M 7.078125 -2.890625 C 7.078125 -1.015625 5.765625 0.203125 3.71875 0.203125 C 1.6875 0.203125 0.609375 -0.78125 0.453125 -3 C 0.453125 -3 1.6875 -3 1.6875 -3 C 1.765625 -1.546875 2.421875 -0.875 3.765625 -0.875 C 5.046875 -0.875 5.828125 -1.625 5.828125 -2.875 C 5.828125 -3.96875 5.125 -4.625 3.765625 -4.625 C 3.765625 -4.625 3.09375 -4.625 3.09375 -4.625 C 3.09375 -4.625 3.09375 -5.65625 3.09375 -5.65625 C 5.0625 -5.65625 5.53125 -6.09375 5.53125 -7.15625 C 5.53125 -8.203125 4.875 -8.84375 3.78125 -8.84375 C 2.515625 -8.84375 1.921875 -8.1875 1.890625 -6.71875 C 1.890625 -6.71875 0.65625 -6.71875 0.65625 -6.71875 C 0.703125 -8.828125 1.765625 -9.921875 3.765625 -9.921875 C 5.65625 -9.921875 6.796875 -8.90625 6.796875 -7.203125 C 6.796875 -6.203125 6.328125 -5.5625 5.40625 -5.1875 C 6.59375 -4.78125 7.078125 -4.09375 7.078125 -2.890625 Z M 7.078125 -2.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-1-6-10ce3335">
|
||||
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-2-0-10ce3335">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-2-1-10ce3335">
|
||||
<path d="M 3.96875 -3.359375 C 3.96875 -3.359375 0.640625 -3.359375 0.640625 -3.359375 C 0.640625 -3.359375 0.640625 -4.375 0.640625 -4.375 C 0.640625 -4.375 3.96875 -4.375 3.96875 -4.375 C 3.96875 -4.375 3.96875 -3.359375 3.96875 -3.359375 Z M 3.96875 -3.359375 "/>
|
||||
</g>
|
||||
<g id="glyph-3-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-4-0-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-4-1-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-5-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-6-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-7-0-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-8-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-9-0-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-10-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-11-0-10ce3335">
|
||||
<path d="M 7.28125 -2.375 C 7.28125 -2.375 5.8125 -2.375 5.8125 -2.375 C 5.8125 -2.375 5.8125 0 5.8125 0 C 5.8125 0 4.578125 0 4.578125 0 C 4.578125 0 4.578125 -2.375 4.578125 -2.375 C 4.578125 -2.375 0.390625 -2.375 0.390625 -2.375 C 0.390625 -2.375 0.390625 -3.6875 0.390625 -3.6875 C 0.390625 -3.6875 4.90625 -9.921875 4.90625 -9.921875 C 4.90625 -9.921875 5.8125 -9.921875 5.8125 -9.921875 C 5.8125 -9.921875 5.8125 -3.484375 5.8125 -3.484375 C 5.8125 -3.484375 7.28125 -3.484375 7.28125 -3.484375 C 7.28125 -3.484375 7.28125 -2.375 7.28125 -2.375 Z M 4.578125 -3.484375 C 4.578125 -3.484375 4.578125 -7.828125 4.578125 -7.828125 C 4.578125 -7.828125 1.46875 -3.484375 1.46875 -3.484375 C 1.46875 -3.484375 4.578125 -3.484375 4.578125 -3.484375 Z M 4.578125 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-11-1-10ce3335">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-12-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-12-1-10ce3335">
|
||||
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-13-0-10ce3335">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-13-1-10ce3335">
|
||||
<path d="M 7.1875 -2.796875 C 7.1875 -1 5.8125 0.203125 3.84375 0.203125 C 1.890625 0.203125 0.515625 -1 0.515625 -2.8125 C 0.515625 -3.90625 1.078125 -4.671875 2.21875 -5.21875 C 1.203125 -5.859375 0.875 -6.359375 0.875 -7.28125 C 0.875 -8.828125 2.09375 -9.921875 3.84375 -9.921875 C 5.609375 -9.921875 6.828125 -8.828125 6.828125 -7.28125 C 6.828125 -6.34375 6.5 -5.84375 5.46875 -5.21875 C 6.625 -4.671875 7.1875 -3.90625 7.1875 -2.796875 Z M 5.578125 -7.25 C 5.578125 -8.21875 4.90625 -8.828125 3.84375 -8.828125 C 2.8125 -8.828125 2.125 -8.21875 2.125 -7.265625 C 2.125 -6.328125 2.8125 -5.71875 3.84375 -5.71875 C 4.890625 -5.71875 5.578125 -6.328125 5.578125 -7.25 Z M 5.921875 -2.78125 C 5.921875 -3.953125 5.078125 -4.671875 3.84375 -4.671875 C 2.625 -4.671875 1.78125 -3.953125 1.78125 -2.78125 C 1.78125 -1.625 2.625 -0.875 3.828125 -0.875 C 5.078125 -0.875 5.921875 -1.609375 5.921875 -2.78125 Z M 5.921875 -2.78125 "/>
|
||||
</g>
|
||||
<g id="glyph-13-2-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-14-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-15-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-16-0-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-17-0-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-18-0-10ce3335">
|
||||
<path d="M 7.15625 -7.015625 C 7.15625 -5.796875 6.4375 -4.765625 5.046875 -4.015625 C 5.046875 -4.015625 3.65625 -3.265625 3.65625 -3.265625 C 2.4375 -2.546875 1.984375 -2.03125 1.859375 -1.21875 C 1.859375 -1.21875 7.078125 -1.21875 7.078125 -1.21875 C 7.078125 -1.21875 7.078125 0 7.078125 0 C 7.078125 0 0.46875 0 0.46875 0 C 0.59375 -2.1875 1.1875 -3.125 3.265625 -4.296875 C 3.265625 -4.296875 4.546875 -5.03125 4.546875 -5.03125 C 5.4375 -5.53125 5.890625 -6.203125 5.890625 -6.984375 C 5.890625 -8.046875 5.046875 -8.84375 3.9375 -8.84375 C 2.71875 -8.84375 2.03125 -8.140625 1.9375 -6.484375 C 1.9375 -6.484375 0.703125 -6.484375 0.703125 -6.484375 C 0.765625 -8.890625 1.953125 -9.921875 3.96875 -9.921875 C 5.859375 -9.921875 7.15625 -8.6875 7.15625 -7.015625 Z M 7.15625 -7.015625 "/>
|
||||
</g>
|
||||
<g id="glyph-19-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-20-0-10ce3335">
|
||||
<path d="M 7.09375 -4.78125 C 7.09375 -1.515625 5.953125 0.203125 3.84375 0.203125 C 1.71875 0.203125 0.609375 -1.515625 0.609375 -4.859375 C 0.609375 -8.1875 1.703125 -9.921875 3.84375 -9.921875 C 6 -9.921875 7.09375 -8.21875 7.09375 -4.78125 Z M 5.84375 -4.890625 C 5.84375 -7.546875 5.1875 -8.828125 3.84375 -8.828125 C 2.515625 -8.828125 1.859375 -7.5625 1.859375 -4.84375 C 1.859375 -2.125 2.515625 -0.8125 3.828125 -0.8125 C 5.1875 -0.8125 5.84375 -2.078125 5.84375 -4.890625 Z M 5.84375 -4.890625 "/>
|
||||
</g>
|
||||
<g id="glyph-21-0-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-22-0-10ce3335">
|
||||
<path d="M 8.859375 -7.046875 C 8.859375 -4.96875 7.65625 -3.640625 5.78125 -3.640625 C 5.78125 -3.640625 3.15625 -3.640625 3.15625 -3.640625 C 3.15625 -3.640625 3.15625 0 3.15625 0 C 3.15625 0 1.0625 0 1.0625 0 C 1.0625 0 1.0625 -10.203125 1.0625 -10.203125 C 1.0625 -10.203125 5.578125 -10.203125 5.578125 -10.203125 C 7.703125 -10.203125 8.859375 -9.09375 8.859375 -7.046875 Z M 6.765625 -6.921875 C 6.765625 -7.96875 6.25 -8.453125 5.125 -8.453125 C 5.125 -8.453125 3.15625 -8.453125 3.15625 -8.453125 C 3.15625 -8.453125 3.15625 -5.390625 3.15625 -5.390625 C 3.15625 -5.390625 5.125 -5.390625 5.125 -5.390625 C 6.25 -5.390625 6.765625 -5.875 6.765625 -6.921875 Z M 6.765625 -6.921875 "/>
|
||||
</g>
|
||||
<g id="glyph-22-1-10ce3335">
|
||||
<path d="M 8.859375 -3.0625 C 8.859375 -1 7.3125 0.171875 4.671875 0.171875 C 2.078125 0.171875 0.453125 -1.015625 0.453125 -3.203125 C 0.453125 -3.203125 2.484375 -3.203125 2.484375 -3.203125 C 2.484375 -2.109375 3.359375 -1.515625 4.78125 -1.515625 C 6.0625 -1.515625 6.84375 -1.953125 6.84375 -2.8125 C 6.84375 -3.640625 6.328125 -3.9375 4.921875 -4.21875 C 4.921875 -4.21875 3.5 -4.5 3.5 -4.5 C 1.421875 -4.90625 0.625 -5.640625 0.625 -7.234375 C 0.625 -9.21875 2.046875 -10.375 4.5 -10.375 C 6.984375 -10.375 8.5 -9.25 8.5 -7.09375 C 8.5 -7.09375 6.53125 -7.09375 6.53125 -7.09375 C 6.53125 -8.140625 5.71875 -8.6875 4.390625 -8.6875 C 3.3125 -8.6875 2.625 -8.203125 2.625 -7.4375 C 2.625 -6.6875 3.0625 -6.390625 4.5625 -6.109375 C 4.5625 -6.109375 6.15625 -5.796875 6.15625 -5.796875 C 8.046875 -5.4375 8.859375 -4.671875 8.859375 -3.0625 Z M 8.859375 -3.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-22-2-10ce3335">
|
||||
<path d="M 7.96875 -3.71875 C 7.96875 -1.296875 6.53125 0.125 4.234375 0.125 C 1.90625 0.125 0.484375 -1.28125 0.484375 -3.78125 C 0.484375 -6.265625 1.90625 -7.6875 4.21875 -7.6875 C 6.578125 -7.6875 7.96875 -6.28125 7.96875 -3.71875 Z M 6 -3.75 C 6 -5.234375 5.3125 -6.109375 4.234375 -6.109375 C 3.15625 -6.109375 2.453125 -5.21875 2.453125 -3.78125 C 2.453125 -2.34375 3.15625 -1.453125 4.234375 -1.453125 C 5.28125 -1.453125 6 -2.34375 6 -3.75 Z M 6 -3.75 "/>
|
||||
</g>
|
||||
<g id="glyph-22-3-10ce3335">
|
||||
<path d="M 7.34375 0 C 7.34375 0 5.203125 0 5.203125 0 C 5.03125 -0.21875 4.984375 -0.5625 4.984375 -0.953125 C 4.296875 -0.234375 3.53125 0.125 2.6875 0.125 C 1.421875 0.125 0.390625 -0.578125 0.390625 -2.046875 C 0.390625 -3.421875 1.125 -4.0625 2.625 -4.328125 C 2.625 -4.328125 3.40625 -4.46875 3.40625 -4.46875 C 4.375 -4.640625 4.96875 -4.546875 4.96875 -5.34375 C 4.96875 -5.859375 4.59375 -6.109375 3.84375 -6.109375 C 2.875 -6.109375 2.546875 -5.859375 2.453125 -5.0625 C 2.453125 -5.0625 0.5625 -5.0625 0.5625 -5.0625 C 0.6875 -6.8125 1.75 -7.6875 3.796875 -7.6875 C 5.84375 -7.6875 6.890625 -6.90625 6.890625 -5.359375 C 6.890625 -5.359375 6.890625 -1.15625 6.890625 -1.15625 C 6.890625 -0.765625 6.984375 -0.5625 7.34375 -0.234375 C 7.34375 -0.234375 7.34375 0 7.34375 0 Z M 4.96875 -3.234375 C 4.96875 -3.234375 4.96875 -3.5625 4.96875 -3.5625 C 4.75 -3.453125 4.65625 -3.4375 4.140625 -3.328125 C 4.140625 -3.328125 3.46875 -3.203125 3.46875 -3.203125 C 2.65625 -3.046875 2.359375 -2.84375 2.359375 -2.265625 C 2.359375 -1.703125 2.765625 -1.453125 3.421875 -1.453125 C 4.40625 -1.453125 4.96875 -2.09375 4.96875 -3.234375 Z M 4.96875 -3.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-22-4-10ce3335">
|
||||
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-22-5-10ce3335">
|
||||
</g>
|
||||
<g id="glyph-22-6-10ce3335">
|
||||
<path d="M 10.4375 -0.53125 C 10.4375 -0.53125 9.359375 0.609375 9.359375 0.609375 C 9.359375 0.609375 8.15625 -0.53125 8.15625 -0.53125 C 7.34375 -0.046875 6.5625 0.171875 5.515625 0.171875 C 2.546875 0.171875 0.609375 -2.046875 0.609375 -5.109375 C 0.609375 -8.171875 2.53125 -10.375 5.515625 -10.375 C 8.5 -10.375 10.4375 -8.140625 10.4375 -5.140625 C 10.4375 -3.765625 10 -2.4375 9.3125 -1.59375 C 9.3125 -1.59375 10.4375 -0.53125 10.4375 -0.53125 Z M 8.328125 -5.09375 C 8.328125 -7.1875 7.21875 -8.578125 5.515625 -8.578125 C 3.828125 -8.578125 2.703125 -7.25 2.703125 -5.109375 C 2.703125 -2.96875 3.828125 -1.625 5.5 -1.625 C 5.953125 -1.625 6.40625 -1.71875 6.734375 -1.890625 C 6.734375 -1.890625 5.65625 -2.90625 5.65625 -2.90625 C 5.65625 -2.90625 6.71875 -4.046875 6.71875 -4.046875 C 6.71875 -4.046875 7.875 -2.953125 7.875 -2.953125 C 8.171875 -3.5625 8.328125 -4.25 8.328125 -5.09375 Z M 8.328125 -5.09375 "/>
|
||||
</g>
|
||||
<g id="glyph-22-7-10ce3335">
|
||||
<path d="M 9.84375 0 C 9.84375 0 7.6875 0 7.6875 0 C 7.6875 0 7.015625 -2.0625 7.015625 -2.0625 C 7.015625 -2.0625 3.1875 -2.0625 3.1875 -2.0625 C 3.1875 -2.0625 2.5 0 2.5 0 C 2.5 0 0.359375 0 0.359375 0 C 0.359375 0 3.984375 -10.203125 3.984375 -10.203125 C 3.984375 -10.203125 6.3125 -10.203125 6.3125 -10.203125 C 6.3125 -10.203125 9.84375 0 9.84375 0 Z M 6.4375 -3.8125 C 6.4375 -3.8125 5.109375 -7.796875 5.109375 -7.796875 C 5.109375 -7.796875 3.78125 -3.8125 3.78125 -3.8125 C 3.78125 -3.8125 6.4375 -3.8125 6.4375 -3.8125 Z M 6.4375 -3.8125 "/>
|
||||
</g>
|
||||
<g id="glyph-22-8-10ce3335">
|
||||
<path d="M 9.59375 -3.484375 C 9.46875 -1.140625 7.765625 0.171875 5.234375 0.171875 C 2.390625 0.171875 0.609375 -1.8125 0.609375 -5.09375 C 0.609375 -8.40625 2.40625 -10.375 5.296875 -10.375 C 7.59375 -10.375 9.359375 -9.09375 9.546875 -6.75 C 9.546875 -6.75 7.546875 -6.75 7.546875 -6.75 C 7.234375 -8.0625 6.5 -8.578125 5.359375 -8.578125 C 3.703125 -8.578125 2.71875 -7.328125 2.71875 -5.0625 C 2.71875 -2.84375 3.671875 -1.59375 5.296875 -1.59375 C 6.59375 -1.59375 7.421875 -2.1875 7.546875 -3.484375 C 7.546875 -3.484375 9.59375 -3.484375 9.59375 -3.484375 Z M 9.59375 -3.484375 "/>
|
||||
</g>
|
||||
<g id="glyph-22-9-10ce3335">
|
||||
<path d="M 8.03125 -3.78125 C 8.03125 -1.484375 6.6875 0.125 4.875 0.125 C 3.921875 0.125 3.25 -0.171875 2.765625 -1.015625 C 2.765625 -1.015625 2.765625 3.046875 2.765625 3.046875 C 2.765625 3.046875 0.8125 3.046875 0.8125 3.046875 C 0.8125 3.046875 0.8125 -7.5625 0.8125 -7.5625 C 0.8125 -7.5625 2.765625 -7.5625 2.765625 -7.5625 C 2.765625 -7.5625 2.765625 -6.4375 2.765625 -6.4375 C 3.25 -7.28125 3.921875 -7.6875 4.875 -7.6875 C 6.84375 -7.6875 8.03125 -6.015625 8.03125 -3.78125 Z M 6.078125 -3.75 C 6.078125 -5.1875 5.421875 -6.046875 4.421875 -6.046875 C 3.4375 -6.046875 2.765625 -5.1875 2.765625 -3.78125 C 2.765625 -2.359375 3.4375 -1.515625 4.421875 -1.515625 C 5.390625 -1.515625 6.078125 -2.375 6.078125 -3.75 Z M 6.078125 -3.75 "/>
|
||||
</g>
|
||||
<g id="glyph-22-10-10ce3335">
|
||||
<path d="M 7.578125 0.25 C 7.578125 2.03125 6.265625 3.046875 3.96875 3.046875 C 1.90625 3.046875 0.65625 2.140625 0.625 0.90625 C 0.625 0.90625 2.65625 0.90625 2.65625 0.90625 C 2.8125 1.484375 3.296875 1.796875 4.046875 1.796875 C 5.03125 1.796875 5.71875 1.15625 5.71875 0.25 C 5.71875 0.25 5.71875 -0.875 5.71875 -0.875 C 4.984375 -0.140625 4.453125 0.125 3.5625 0.125 C 1.703125 0.125 0.46875 -1.34375 0.46875 -3.703125 C 0.46875 -6.03125 1.8125 -7.6875 3.609375 -7.6875 C 4.484375 -7.6875 5.125 -7.296875 5.71875 -6.390625 C 5.71875 -6.390625 5.71875 -7.5625 5.71875 -7.5625 C 5.71875 -7.5625 7.578125 -7.5625 7.578125 -7.5625 C 7.578125 -7.5625 7.578125 0.25 7.578125 0.25 Z M 5.734375 -3.71875 C 5.734375 -5.125 5.015625 -6.046875 4.03125 -6.046875 C 3.078125 -6.046875 2.4375 -5.15625 2.4375 -3.71875 C 2.4375 -2.359375 3.078125 -1.515625 4 -1.515625 C 5.03125 -1.515625 5.734375 -2.359375 5.734375 -3.71875 Z M 5.734375 -3.71875 "/>
|
||||
</g>
|
||||
<g id="glyph-22-11-10ce3335">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-23-0-10ce3335">
|
||||
</g>
|
||||
<g id="glyph-24-0-10ce3335">
|
||||
<path d="M 8.046875 -3.6875 C 8.046875 -1.40625 6.671875 0.125 4.875 0.125 C 3.921875 0.125 3.265625 -0.21875 2.78125 -0.875 C 2.78125 -0.875 2.78125 0 2.78125 0 C 2.78125 0 0.828125 0 0.828125 0 C 0.828125 0 0.828125 -10.203125 0.828125 -10.203125 C 0.828125 -10.203125 2.78125 -10.203125 2.78125 -10.203125 C 2.78125 -10.203125 2.78125 -6.578125 2.78125 -6.578125 C 3.265625 -7.34375 3.9375 -7.6875 4.875 -7.6875 C 6.859375 -7.6875 8.046875 -5.828125 8.046875 -3.6875 Z M 6.09375 -3.765625 C 6.09375 -5.171875 5.40625 -6.046875 4.4375 -6.046875 C 3.453125 -6.046875 2.78125 -5.1875 2.78125 -3.8125 C 2.78125 -2.359375 3.4375 -1.515625 4.4375 -1.515625 C 5.40625 -1.515625 6.09375 -2.390625 6.09375 -3.765625 Z M 6.09375 -3.765625 "/>
|
||||
</g>
|
||||
<g id="glyph-24-1-10ce3335">
|
||||
<path d="M 7.625 0 C 7.625 0 5.671875 0 5.671875 0 C 5.671875 0 5.671875 -0.875 5.671875 -0.875 C 5.1875 -0.21875 4.515625 0.125 3.578125 0.125 C 1.578125 0.125 0.40625 -1.625 0.40625 -3.765625 C 0.40625 -6.046875 1.78125 -7.6875 3.578125 -7.6875 C 4.515625 -7.6875 5.1875 -7.34375 5.671875 -6.578125 C 5.671875 -6.578125 5.671875 -10.203125 5.671875 -10.203125 C 5.671875 -10.203125 7.625 -10.203125 7.625 -10.203125 C 7.625 -10.203125 7.625 0 7.625 0 Z M 5.671875 -3.734375 C 5.671875 -5.1875 5.015625 -6.046875 4.015625 -6.046875 C 3.03125 -6.046875 2.359375 -5.171875 2.359375 -3.765625 C 2.359375 -2.375 3.03125 -1.515625 4.015625 -1.515625 C 5 -1.515625 5.671875 -2.359375 5.671875 -3.734375 Z M 5.671875 -3.734375 "/>
|
||||
</g>
|
||||
<g id="glyph-24-2-10ce3335">
|
||||
<path d="M 5.1875 -5.6875 C 4.90625 -5.71875 4.78125 -5.734375 4.5625 -5.734375 C 3.421875 -5.734375 2.84375 -5.171875 2.84375 -4.015625 C 2.84375 -4.015625 2.84375 0 2.84375 0 C 2.84375 0 0.875 0 0.875 0 C 0.875 0 0.875 -7.5625 0.875 -7.5625 C 0.875 -7.5625 2.84375 -7.5625 2.84375 -7.5625 C 2.84375 -7.5625 2.84375 -6.078125 2.84375 -6.078125 C 3.265625 -7.09375 4.046875 -7.6875 4.9375 -7.6875 C 5 -7.6875 5.0625 -7.6875 5.1875 -7.671875 C 5.1875 -7.671875 5.1875 -5.6875 5.1875 -5.6875 Z M 5.1875 -5.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-24-3-10ce3335">
|
||||
<path d="M 7.28125 -2.234375 C 7.28125 -0.71875 6.109375 0.125 3.96875 0.125 C 1.6875 0.125 0.46875 -0.734375 0.40625 -2.390625 C 0.40625 -2.390625 2.328125 -2.390625 2.328125 -2.390625 C 2.484375 -1.578125 2.96875 -1.40625 3.859375 -1.40625 C 4.78125 -1.40625 5.3125 -1.59375 5.3125 -2.0625 C 5.3125 -2.265625 5.15625 -2.421875 4.65625 -2.578125 C 4.65625 -2.578125 2.328125 -3.296875 2.328125 -3.296875 C 0.921875 -3.734375 0.671875 -4.234375 0.671875 -5.171875 C 0.671875 -6.71875 1.859375 -7.6875 3.78125 -7.6875 C 5.8125 -7.6875 7.046875 -6.71875 7.0625 -5.125 C 7.0625 -5.125 5.1875 -5.125 5.1875 -5.125 C 5.171875 -5.8125 4.703125 -6.140625 3.765625 -6.140625 C 3.078125 -6.140625 2.625 -5.859375 2.625 -5.453125 C 2.625 -5.140625 2.765625 -5.015625 3.3125 -4.859375 C 3.3125 -4.859375 5.796875 -4.140625 5.796875 -4.140625 C 6.796875 -3.84375 7.28125 -3.203125 7.28125 -2.34375 C 7.28125 -2.34375 7.28125 -2.234375 7.28125 -2.234375 Z M 7.28125 -2.234375 "/>
|
||||
</g>
|
||||
<g id="glyph-25-0-10ce3335">
|
||||
<path d="M 7.34375 -3.5 C 7.34375 -3.5 7.34375 -3.265625 7.34375 -3.265625 C 7.34375 -3.265625 2.265625 -3.265625 2.265625 -3.265625 C 2.328125 -1.796875 2.90625 -1.375 3.84375 -1.375 C 4.546875 -1.375 5.171875 -1.578125 5.328125 -2.125 C 5.328125 -2.125 7.265625 -2.125 7.265625 -2.125 C 6.828125 -0.640625 5.453125 0.125 3.765625 0.125 C 1.625 0.125 0.3125 -1.265625 0.3125 -3.6875 C 0.3125 -6.21875 1.640625 -7.6875 3.8125 -7.6875 C 6.03125 -7.6875 7.34375 -6.109375 7.34375 -3.5 Z M 5.3125 -4.5625 C 5.203125 -5.640625 4.625 -6.1875 3.78125 -6.1875 C 2.90625 -6.1875 2.421875 -5.609375 2.296875 -4.5625 C 2.296875 -4.5625 5.3125 -4.5625 5.3125 -4.5625 Z M 5.3125 -4.5625 "/>
|
||||
</g>
|
||||
<g id="glyph-26-0-10ce3335">
|
||||
<path d="M 4.859375 0 C 4.859375 0 3.625 0 3.625 0 C 3.625 0 3.625 -7.0625 3.625 -7.0625 C 3.625 -7.0625 1.421875 -7.0625 1.421875 -7.0625 C 1.421875 -7.0625 1.421875 -7.953125 1.421875 -7.953125 C 3.328125 -8.1875 3.609375 -8.40625 4.046875 -9.921875 C 4.046875 -9.921875 4.859375 -9.921875 4.859375 -9.921875 C 4.859375 -9.921875 4.859375 0 4.859375 0 Z M 4.859375 0 "/>
|
||||
</g>
|
||||
<g id="glyph-26-1-10ce3335">
|
||||
<path d="M 6.421875 -2.0625 C 6.421875 -0.640625 5.25 0.203125 3.40625 0.203125 C 1.484375 0.203125 0.53125 -0.546875 0.46875 -2.234375 C 0.46875 -2.234375 1.703125 -2.234375 1.703125 -2.234375 C 1.859375 -1.125 2.453125 -0.875 3.5 -0.875 C 4.515625 -0.875 5.203125 -1.28125 5.203125 -1.953125 C 5.203125 -2.484375 4.890625 -2.734375 4.078125 -2.921875 C 4.078125 -2.921875 2.984375 -3.1875 2.984375 -3.1875 C 1.25 -3.609375 0.65625 -4.15625 0.65625 -5.3125 C 0.65625 -6.65625 1.765625 -7.546875 3.46875 -7.546875 C 5.171875 -7.546875 6.125 -6.734375 6.125 -5.296875 C 6.125 -5.296875 4.90625 -5.296875 4.90625 -5.296875 C 4.875 -6.0625 4.375 -6.46875 3.4375 -6.46875 C 2.484375 -6.46875 1.875 -6.03125 1.875 -5.359375 C 1.875 -4.84375 2.28125 -4.53125 3.234375 -4.3125 C 3.234375 -4.3125 4.359375 -4.046875 4.359375 -4.046875 C 5.8125 -3.703125 6.421875 -3.15625 6.421875 -2.0625 Z M 6.421875 -2.0625 "/>
|
||||
</g>
|
||||
<g id="glyph-27-0-10ce3335">
|
||||
<path d="M 7.1875 -3.296875 C 7.1875 -1.1875 5.78125 0.203125 3.78125 0.203125 C 2.015625 0.203125 0.890625 -0.578125 0.484375 -2.546875 C 0.484375 -2.546875 1.71875 -2.546875 1.71875 -2.546875 C 2.015625 -1.421875 2.671875 -0.875 3.75 -0.875 C 5.09375 -0.875 5.921875 -1.6875 5.921875 -3.125 C 5.921875 -4.59375 5.078125 -5.453125 3.75 -5.453125 C 2.984375 -5.453125 2.5 -5.203125 1.9375 -4.515625 C 1.9375 -4.515625 0.796875 -4.515625 0.796875 -4.515625 C 0.796875 -4.515625 1.546875 -9.71875 1.546875 -9.71875 C 1.546875 -9.71875 6.65625 -9.71875 6.65625 -9.71875 C 6.65625 -9.71875 6.65625 -8.5 6.65625 -8.5 C 6.65625 -8.5 2.53125 -8.5 2.53125 -8.5 C 2.53125 -8.5 2.140625 -5.9375 2.140625 -5.9375 C 2.71875 -6.359375 3.28125 -6.53125 3.96875 -6.53125 C 5.875 -6.53125 7.1875 -5.25 7.1875 -3.296875 Z M 7.1875 -3.296875 "/>
|
||||
</g>
|
||||
<g id="glyph-27-1-10ce3335">
|
||||
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-27-2-10ce3335">
|
||||
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-28-0-10ce3335">
|
||||
<path d="M 7.1875 -3.078125 C 7.1875 -1.140625 5.828125 0.203125 3.9375 0.203125 C 1.671875 0.203125 0.609375 -1.421875 0.609375 -4.515625 C 0.609375 -7.984375 1.84375 -9.921875 4.15625 -9.921875 C 5.671875 -9.921875 6.734375 -8.953125 6.96875 -7.34375 C 6.96875 -7.34375 5.734375 -7.34375 5.734375 -7.34375 C 5.546875 -8.28125 4.9375 -8.828125 4.078125 -8.828125 C 2.65625 -8.828125 1.875 -7.484375 1.859375 -5.0625 C 2.390625 -5.796875 3.15625 -6.171875 4.140625 -6.171875 C 5.921875 -6.171875 7.1875 -4.921875 7.1875 -3.078125 Z M 5.921875 -2.984375 C 5.921875 -4.3125 5.1875 -5.078125 3.984375 -5.078125 C 2.765625 -5.078125 1.9375 -4.28125 1.9375 -3.046875 C 1.9375 -1.78125 2.796875 -0.875 3.953125 -0.875 C 5.078125 -0.875 5.921875 -1.734375 5.921875 -2.984375 Z M 5.921875 -2.984375 "/>
|
||||
</g>
|
||||
<g id="glyph-28-1-10ce3335">
|
||||
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
|
||||
</g>
|
||||
<g id="glyph-29-0-10ce3335">
|
||||
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-30-0-10ce3335">
|
||||
<path d="M 7.28125 -8.6875 C 5.1875 -6.203125 3.796875 -3.203125 3.25 0 C 3.25 0 1.9375 0 1.9375 0 C 2.625 -3.109375 4.03125 -6 6 -8.5 C 6 -8.5 0.640625 -8.5 0.640625 -8.5 C 0.640625 -8.5 0.640625 -9.71875 0.640625 -9.71875 C 0.640625 -9.71875 7.28125 -9.71875 7.28125 -9.71875 C 7.28125 -9.71875 7.28125 -8.6875 7.28125 -8.6875 Z M 7.28125 -8.6875 "/>
|
||||
</g>
|
||||
<g id="glyph-30-1-10ce3335">
|
||||
<path d="M 6.796875 0 C 6.796875 0 5.640625 0 5.640625 0 C 5.640625 0 5.640625 -5.078125 5.640625 -5.078125 C 5.640625 -6.046875 4.953125 -6.53125 4.125 -6.53125 C 2.921875 -6.53125 2.140625 -5.546875 2.140625 -4.046875 C 2.140625 -4.046875 2.140625 0 2.140625 0 C 2.140625 0 0.984375 0 0.984375 0 C 0.984375 0 0.984375 -10.203125 0.984375 -10.203125 C 0.984375 -10.203125 2.140625 -10.203125 2.140625 -10.203125 C 2.140625 -10.203125 2.140625 -6.328125 2.140625 -6.328125 C 2.828125 -7.21875 3.453125 -7.546875 4.5 -7.546875 C 5.921875 -7.546875 6.796875 -6.78125 6.796875 -5.546875 C 6.796875 -5.546875 6.796875 0 6.796875 0 Z M 6.796875 0 "/>
|
||||
</g>
|
||||
<g id="glyph-31-0-10ce3335">
|
||||
<path d="M 3.5625 0 C 3.15625 0.0625 2.890625 0.09375 2.609375 0.09375 C 1.6875 0.09375 1.1875 -0.328125 1.1875 -1.0625 C 1.1875 -1.0625 1.1875 -6.390625 1.1875 -6.390625 C 1.1875 -6.390625 0.203125 -6.390625 0.203125 -6.390625 C 0.203125 -6.390625 0.203125 -7.34375 0.203125 -7.34375 C 0.203125 -7.34375 1.1875 -7.34375 1.1875 -7.34375 C 1.1875 -7.34375 1.1875 -9.359375 1.1875 -9.359375 C 1.1875 -9.359375 2.359375 -9.359375 2.359375 -9.359375 C 2.359375 -9.359375 2.359375 -7.34375 2.359375 -7.34375 C 2.359375 -7.34375 3.5625 -7.34375 3.5625 -7.34375 C 3.5625 -7.34375 3.5625 -6.390625 3.5625 -6.390625 C 3.5625 -6.390625 2.359375 -6.390625 2.359375 -6.390625 C 2.359375 -6.390625 2.359375 -1.578125 2.359375 -1.578125 C 2.359375 -1.0625 2.484375 -0.921875 3 -0.921875 C 3.21875 -0.921875 3.40625 -0.9375 3.5625 -0.984375 C 3.5625 -0.984375 3.5625 0 3.5625 0 Z M 3.5625 0 "/>
|
||||
</g>
|
||||
</g>
|
||||
<clipPath id="clip-0-10ce3335">
|
||||
<path clip-rule="nonzero" d="M 75 54 L 565 54 L 565 361 L 75 361 Z M 75 54 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-1-10ce3335">
|
||||
<path clip-rule="nonzero" d="M 75 55 L 565 55 L 565 361 L 75 361 Z M 75 55 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip-2-10ce3335">
|
||||
<path clip-rule="nonzero" d="M 56 59 L 584 59 L 584 62 L 56 62 Z M 56 59 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<rect x="-60" y="-40" width="720" height="480" fill="rgb(100%, 100%, 100%)" fill-opacity="1"/>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 56 361 L 584 361 L 584 36 L 56 36 Z M 56 361 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 104.488281 361 L 104.488281 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 253.878906 361 L 253.878906 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 403.265625 361 L 403.265625 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 555.101562 361 L 555.101562 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 361 L 584 361 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 320.375 L 584 320.375 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 279.75 L 584 279.75 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 239.125 L 584 239.125 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 198.5 L 584 198.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 157.875 L 584 157.875 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 117.25 L 584 117.25 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 76.625 L 584 76.625 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="0.12" stroke-miterlimit="1.154701" d="M 56 36 L 584 36 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="68.691803" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-10ce3335" x="76.475807" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-1-10ce3335" x="84.259811" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-0-10ce3335" x="92.043793" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-2-1-10ce3335" x="99.827797" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="104.489799" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-2-10ce3335" x="112.273804" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="120.0578" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-10ce3335" x="124.719803" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-2-10ce3335" x="132.503815" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="218.079544" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-3-0-10ce3335" x="225.863541" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="233.647552" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-10ce3335" x="241.431549" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-3-10ce3335" x="249.215561" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-0-10ce3335" x="253.877563" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-5-0-10ce3335" x="261.66153" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="269.445557" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="274.107544" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-10ce3335" x="281.891541" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="367.467316" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="375.251343" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-1-10ce3335" x="383.035339" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-10ce3335" x="390.819305" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="398.603333" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-10ce3335" x="403.26532" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="411.049316" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="418.833313" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="423.495331" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-4-0-10ce3335" x="431.279327" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="519.304077" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-6-0-10ce3335" x="527.088074" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-7-0-10ce3335" x="534.872009" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-6-10ce3335" x="542.656067" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="550.440063" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="555.102051" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="562.886047" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-3-10ce3335" x="570.670044" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-1-10ce3335" x="575.332031" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-5-10ce3335" x="583.116028" y="382.257996"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-8-0-10ce3335" x="38.216007" y="366.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-9-0-10ce3335" x="22.648001" y="325.477997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-10-0-10ce3335" x="30.432003" y="325.477997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-8-0-10ce3335" x="38.216007" y="325.477997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-11-0-10ce3335" x="22.648001" y="284.852997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-0-10ce3335" x="30.432003" y="284.852997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-10ce3335" x="38.216007" y="284.852997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-13-0-10ce3335" x="22.648001" y="244.228012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-14-0-10ce3335" x="30.432003" y="244.228012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-15-0-10ce3335" x="38.216007" y="244.228012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-13-1-10ce3335" x="22.648001" y="203.603012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-14-0-10ce3335" x="30.432003" y="203.603012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-15-0-10ce3335" x="38.216007" y="203.603012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-16-0-10ce3335" x="14.863997" y="162.978012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-13-2-10ce3335" x="22.648001" y="162.978012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-14-0-10ce3335" x="30.432003" y="162.978012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-15-0-10ce3335" x="38.216007" y="162.978012"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-17-0-10ce3335" x="14.863997" y="122.353004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-18-0-10ce3335" x="22.648001" y="122.353004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-19-0-10ce3335" x="30.432003" y="122.353004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-20-0-10ce3335" x="38.216007" y="122.353004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-0-10ce3335" x="14.863997" y="81.728004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-11-0-10ce3335" x="22.648001" y="81.728004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-0-10ce3335" x="30.432003" y="81.728004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-10ce3335" x="38.216007" y="81.728004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-21-0-10ce3335" x="14.863997" y="41.103004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-11-1-10ce3335" x="22.648001" y="41.103004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-0-10ce3335" x="30.432003" y="41.103004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-0-10ce3335" x="38.216007" y="41.103004"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-0-10ce3335" x="234.425003" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-1-10ce3335" x="243.763" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-23-0-10ce3335" x="253.100998" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-0-10ce3335" x="256.992981" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-2-10ce3335" x="265.546997" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-3-10ce3335" x="274.101013" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-4-10ce3335" x="281.88501" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-1-10ce3335" x="287.330994" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-5-10ce3335" x="295.88501" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-6-10ce3335" x="299.777008" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-7-10ce3335" x="310.669006" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-6-10ce3335" x="320.777008" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-8-10ce3335" x="331.669006" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-5-10ce3335" x="341.777008" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-9-10ce3335" x="345.669006" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-2-10ce3335" x="354.222992" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-2-10ce3335" x="359.669006" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-10-10ce3335" x="368.223022" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-4-10ce3335" x="376.777008" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-25-0-10ce3335" x="382.223022" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-22-11-10ce3335" x="390.006989" y="28.947998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-24-3-10ce3335" x="397.790985" y="28.947998"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-0-10ce3335)">
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="2" d="M 80 361 L 84.898438 333.171875 L 116.734375 333.171875 L 124.082031 300.875 L 202.449219 300.875 L 207.347656 260.859375 L 251.429688 260.859375 L 261.222656 190.578125 L 354.285156 190.578125 L 361.632812 150.96875 L 422.855469 150.96875 L 430.203125 110.953125 L 525.714844 110.953125 L 533.0625 60.984375 L 560 60.984375 L 560 58.953125 "/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-1-10ce3335)">
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(90.196079%, 62.352943%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 80 361 L 84.898438 340.6875 L 116.734375 340.6875 L 124.082031 312.25 L 202.449219 312.25 L 207.347656 263.5 L 251.429688 263.5 L 261.222656 198.5 L 354.285156 198.5 L 361.632812 161.9375 L 422.855469 161.9375 L 430.203125 125.375 L 525.714844 125.375 L 533.0625 62.203125 L 560 62.203125 L 560 59.96875 "/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-26-0-10ce3335" x="73.110983" y="321.791748"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-26-1-10ce3335" x="80.894972" y="321.791748"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-12-1-10ce3335" x="87.894981" y="321.791748"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-0-10ce3335" x="108.732162" y="289.494873"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-7-10ce3335" x="116.516167" y="289.494873"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-4-10ce3335" x="124.300171" y="289.494873"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-5-10ce3335" x="194.782974" y="249.479248"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-8-10ce3335" x="202.566956" y="249.479248"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-4-10ce3335" x="207.228973" y="249.479248"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-4-10ce3335" x="246.596527" y="179.197998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-10ce3335" x="254.380539" y="179.197998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-1-6-10ce3335" x="258.272537" y="179.197998"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-27-0-10ce3335" x="348.229187" y="139.588623"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-27-1-10ce3335" x="356.013184" y="139.588623"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-27-2-10ce3335" x="359.905182" y="139.588623"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-0-10ce3335" x="416.800598" y="99.573002"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-28-1-10ce3335" x="424.584595" y="99.573002"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-29-0-10ce3335" x="428.476624" y="99.573002"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-30-0-10ce3335" x="519.657745" y="49.604253"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-31-0-10ce3335" x="527.441742" y="49.604253"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-30-1-10ce3335" x="531.33374" y="49.604253"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip-2-10ce3335)">
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 61.960787%, 45.09804%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 56 60.375 L 584 60.375 "/>
|
||||
</g>
|
||||
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 496 355 L 578 355 L 578 300 L 496 300 Z M 496 355 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 104.488281 361.5 L 104.488281 366.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 253.878906 361.5 L 253.878906 366.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 403.265625 361.5 L 403.265625 366.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 555.101562 361.5 L 555.101562 366.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 361 L 50.5 361 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 320.375 L 50.5 320.375 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 279.75 L 50.5 279.75 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 239.125 L 50.5 239.125 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 198.5 L 50.5 198.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 157.875 L 50.5 157.875 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 117.25 L 50.5 117.25 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 76.625 L 50.5 76.625 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 36 L 50.5 36 "/>
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 44.705883%, 69.803923%)" stroke-opacity="1" stroke-miterlimit="2" d="M 501.933594 316 L 521.933594 316 "/>
|
||||
<path fill="none" stroke-width="1.5" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(90.196079%, 62.352943%, 0%)" stroke-opacity="1" stroke-miterlimit="2" d="M 501.933594 339 L 521.933594 339 "/>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-10ce3335" x="526.932007" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-10-10ce3335" x="530.824036" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-10ce3335" x="538.608032" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-9-10ce3335" x="545.608032" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-10-10ce3335" x="549.5" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-12-10ce3335" x="557.283997" y="321.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-13-10ce3335" x="526.932007" y="344.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-14-10ce3335" x="534.716003" y="344.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-10ce3335" x="542.5" y="344.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-11-10ce3335" x="549.5" y="344.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-10-10ce3335" x="556.5" y="344.102997"/>
|
||||
</g>
|
||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||
<use xlink:href="#glyph-0-12-10ce3335" x="564.283997" y="344.102997"/>
|
||||
</g>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 361 L 584.5 361 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 56 361.5 L 56 35.5 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 55.5 36 L 584.5 36 "/>
|
||||
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="1.154701" d="M 584 361.5 L 584 35.5 "/>
|
||||
</svg>
|
After Width: | Height: | Size: 74 KiB |
|
@ -8,7 +8,7 @@ using InteractiveUtils
|
|||
begin
|
||||
using Pkg
|
||||
Pkg.activate(".")
|
||||
Pkg.status()
|
||||
# Pkg.status()
|
||||
true || include("../src/PSBoardDataBase.jl")
|
||||
end
|
||||
|
||||
|
@ -21,6 +21,7 @@ begin
|
|||
using DBInterface
|
||||
using Tables
|
||||
using CairoMakie
|
||||
using ColorSchemes
|
||||
using Statistics
|
||||
using PlutoUI
|
||||
using Dates
|
||||
|
@ -308,7 +309,8 @@ end)
|
|||
combine(nrow, gdf_skews_on_psbid)
|
||||
|
||||
# ╔═╡ 0d3f7f0a-1713-4e22-acbb-7d370fabf5a7
|
||||
combine(gdf_skews_on_psbid, :skew => (v -> all(ismissing, v)) => :hasmissing) |> (df -> sort(df, :hasmissing, rev = true))
|
||||
combine(gdf_skews_on_psbid, :skew => (v -> all(ismissing, v)) => :hasmissing) |>
|
||||
(df -> sort(df, :hasmissing, rev = true))
|
||||
|
||||
# ╔═╡ 239a808c-0411-4542-ae68-6ae6af333bd2
|
||||
df_nrow_ordered = let
|
||||
|
@ -536,7 +538,7 @@ df_skews_selected = let df
|
|||
skew = sdf.skew[i],
|
||||
width = sdf.width[i],
|
||||
riseup = sdf.riseup[i],
|
||||
runid = sdf.runid[1],
|
||||
runid = sdf.runid[i],
|
||||
)
|
||||
end
|
||||
end
|
||||
|
@ -722,6 +724,8 @@ df_compare = let
|
|||
end
|
||||
|
||||
# ╔═╡ 3266d1fd-b8f0-4eb0-9a8e-2050bc9a626f
|
||||
# "comparison of multiple measurements of clock skew for 18 PS Boards" was deleted
|
||||
# because of new measurements for all 18 boards in campaign 6.5
|
||||
let
|
||||
fig = Figure(size = (600, 500))
|
||||
grd1 = fig[1, 1] = GridLayout()
|
||||
|
@ -747,7 +751,8 @@ let
|
|||
)
|
||||
colsize!(grd1, 2, Relative(0.4))
|
||||
for (key, sdf) in pairs(groupby(df_compare, :psbid))
|
||||
@assert sdf.runid[2] == 382 && sdf.runid[3] == 404
|
||||
@info "" sdf.runid
|
||||
# @assert sdf.runid[2] == 382 && sdf.runid[3] == 404
|
||||
scatterlines!(
|
||||
ax1,
|
||||
0:1:2,
|
||||
|
@ -789,7 +794,7 @@ let
|
|||
align = (:left, :center),
|
||||
)
|
||||
end
|
||||
campaigns = df_compare.campaign_id |> unique |> sort! .|> Int64
|
||||
campaigns = df_compare.campaign_id |> unique |> sort! .|> ceil .|> Int64
|
||||
Legend(
|
||||
grd1[2, 1],
|
||||
[
|
||||
|
@ -801,7 +806,7 @@ let
|
|||
orientation = :horizontal,
|
||||
)
|
||||
|
||||
fig
|
||||
# fig
|
||||
end
|
||||
|
||||
# ╔═╡ 660f2bd1-d4bc-45a8-9cf6-4e875aa9f7a2
|
||||
|
@ -864,7 +869,8 @@ md"""
|
|||
"""
|
||||
|
||||
# ╔═╡ 2a24c277-6679-49f3-b387-6937b7661a25
|
||||
invalid_measurements = [215, 291, 442, 460, 462, 545, 799, 802, 444, 255, 435, 1213, 1215, #= TODO: remove =# 1563]
|
||||
invalid_measurements =
|
||||
[215, 291, 442, 460, 462, 545, 799, 802, 444, 255, 435, 1213, 1215, 1563] #= TODO: remove =#
|
||||
|
||||
# ╔═╡ 13b4112f-96ab-41a1-8ef1-d940771f6ece
|
||||
df_skews_selected_valids = let
|
||||
|
@ -891,6 +897,59 @@ begin
|
|||
@assert all(==(1), df_skews_selected_valids.riseup)
|
||||
end
|
||||
|
||||
# ╔═╡ 4f45c81e-df2d-481f-9d30-580e44e03c72
|
||||
let
|
||||
rng = Random.Xoshiro(1000)
|
||||
example_results = rand(rng, eachrow(df_skews_selected_valids), 5)
|
||||
|
||||
fig = Figure(size = (600, 500))
|
||||
ax_1 = Axis(
|
||||
fig[1, 1],
|
||||
title = "example clock skew measurement result",
|
||||
xlabel = "offset / ns",
|
||||
ylabel = "count",
|
||||
limits = ((10, 16), nothing),
|
||||
)
|
||||
ax_2 = Axis(
|
||||
fig[2, 1],
|
||||
title = "example clock after substracting position contribution",
|
||||
xlabel = "offset / ns",
|
||||
ylabel = "count",
|
||||
limits = ((-3, 3), nothing),
|
||||
)
|
||||
|
||||
for example_result in example_results
|
||||
psbid = example_result.psbid
|
||||
runid = example_result.runid
|
||||
single_run =
|
||||
filter(
|
||||
[:psboard_id, :runid] => (
|
||||
(ref_psbid, ref_runid) -> begin
|
||||
psbid == ref_psbid && runid == ref_runid
|
||||
end
|
||||
),
|
||||
qaqc_single_results,
|
||||
) |> first
|
||||
pos_offset = qaqc_positions.rising_ns[single_run.position]
|
||||
rawfilename = "../test/input/slavelogs/main/$(psbid)_$(runid)_clk.txt"
|
||||
raw_points = map(eachline(rawfilename)) do line
|
||||
PSBoardDataBase.ClockParser._parse_line(line)
|
||||
end
|
||||
stds = map(raw_points) do ((time, count))
|
||||
sqrt(count * (1000 - count) / 1000)
|
||||
end
|
||||
collected_points = map(raw_points) do ((time, count))
|
||||
(time - pos_offset, count)
|
||||
end
|
||||
scatterlines!(ax_1, raw_points, markersize = 6, label = basename(rawfilename))
|
||||
scatterlines!(ax_2, collected_points, markersize = 6, label = basename(rawfilename))
|
||||
errorbars!(ax_1, raw_points, stds, whiskerwidth = 10)
|
||||
errorbars!(ax_2, collected_points, stds, whiskerwidth = 10)
|
||||
end
|
||||
axislegend(ax_2, position = :lt)
|
||||
fig
|
||||
end
|
||||
|
||||
# ╔═╡ 92d701aa-ab90-4c91-977d-2ce92823d130
|
||||
md"""
|
||||
## skew分布
|
||||
|
@ -929,6 +988,76 @@ let
|
|||
fig
|
||||
end
|
||||
|
||||
# ╔═╡ bf62eaca-dd23-4470-9c02-20ce6f9f34d7
|
||||
let
|
||||
df_with_raw = leftjoin(
|
||||
df_skews_selected_valids,
|
||||
select(df_rawskews, [:psbid, :runid, :skew]);
|
||||
on = [:psbid, :runid],
|
||||
renamecols = (identity => (s -> s * "_raw")),
|
||||
)
|
||||
fig = Figure(size = (600, 600))
|
||||
Label(
|
||||
fig[0, 1],
|
||||
"PS board clock skews measured in QAQC",
|
||||
tellwidth = false,
|
||||
fontsize = 20,
|
||||
)
|
||||
ax_raw = Axis(
|
||||
fig[1, 1],
|
||||
limits = ((10, 16), nothing),
|
||||
title = "before substracting position contrib.",
|
||||
)
|
||||
ax_new = Axis(
|
||||
fig[2, 1],
|
||||
limits = ((-3, 3), nothing),
|
||||
title = "after substracting position contrib.",
|
||||
xlabel = "skew / ns",
|
||||
)
|
||||
sh1 = stephist!(
|
||||
ax_raw,
|
||||
df_with_raw.skew_raw,
|
||||
color = Makie.wong_colors()[2],
|
||||
bins = range(10, 16, step = 2 / 56),
|
||||
)
|
||||
sh2 = stephist!(
|
||||
ax_new,
|
||||
df_with_raw.skew,
|
||||
color = Makie.wong_colors()[1],
|
||||
bins = range(-3, 3, step = 2 / 56),
|
||||
)
|
||||
Legend(
|
||||
fig[1, 1],
|
||||
[sh1],
|
||||
["""
|
||||
n = $(nrow(df_with_raw))
|
||||
μ = $(@sprintf "%.4g" mean(df_with_raw.skew_raw))
|
||||
σ = $(@sprintf "%.2g" std(df_with_raw.skew_raw))
|
||||
"""],
|
||||
tellwidth = false,
|
||||
tellheight = false,
|
||||
halign = :right,
|
||||
valign = :top,
|
||||
margin = (10, 10, 10, 10),
|
||||
)
|
||||
Legend(
|
||||
fig[2, 1],
|
||||
[sh2],
|
||||
["""
|
||||
n = $(nrow(df_skews_selected_valids))
|
||||
μ = $(@sprintf "%.2g" mean(df_skews_selected_valids.skew))
|
||||
σ = $(@sprintf "%.2g" std(df_skews_selected_valids.skew))
|
||||
"""],
|
||||
tellwidth = false,
|
||||
tellheight = false,
|
||||
halign = :right,
|
||||
valign = :top,
|
||||
margin = (10, 10, 10, 10),
|
||||
)
|
||||
save("plots/skew_distrib_before_after.svg", fig)
|
||||
fig
|
||||
end
|
||||
|
||||
# ╔═╡ 82063c4b-c0cf-4524-83fe-5207bb8363d8
|
||||
md"""
|
||||
### skew分布のcampaign依存性
|
||||
|
@ -949,11 +1078,12 @@ let
|
|||
xlabel = "skew / ns",
|
||||
)
|
||||
hists = Hist1D[]
|
||||
for gdf in groupby(df_skews_selected_valids, :campaign_id)
|
||||
for gdf in groupby(df_skews_selected_valids, :campaign_id, sort = true)
|
||||
push!(hists, Hist1D(gdf.skew, binedges = bins))
|
||||
end
|
||||
sh1 = stackedhist!(ax, hists, error_color = Pattern('/'))
|
||||
labels = ["campaign $i" for i in 1:7]
|
||||
@info "" hists |> length
|
||||
sh1 = stackedhist!(ax, hists, error_color = (:black, 0), color = ColorSchemes.tab10)
|
||||
labels = ["campaign $i" for i in [1:6; 6.5; 7; 7.5]]
|
||||
elements =
|
||||
[PolyElement(polycolor = sh1.attributes.color[][i]) for i in 1:length(labels)]
|
||||
Legend(
|
||||
|
@ -967,10 +1097,11 @@ let
|
|||
"""],
|
||||
tellwidth = false,
|
||||
tellheight = false,
|
||||
halign = :left,
|
||||
halign = :right,
|
||||
valign = :top,
|
||||
margin = (10, 10, 10, 10),
|
||||
)
|
||||
save("plots/skew_distrib_campaings.svg", fig)
|
||||
fig
|
||||
end
|
||||
|
||||
|
@ -997,7 +1128,28 @@ let
|
|||
title = "clock skew time dependency",
|
||||
)
|
||||
@info "" qaqc_runs
|
||||
df_campaign_runlimits = let
|
||||
df = combine(groupby(qaqc_runs, :campaign_id), :id => extrema)
|
||||
dropmissing!(df)
|
||||
df
|
||||
end
|
||||
@info "" df_campaign_runlimits
|
||||
scatter!(ax, df_skews_selected_valids.runid, df_skews_selected_valids.skew)
|
||||
rangebars!(ax,
|
||||
2.2,
|
||||
df_campaign_runlimits.id_extrema,
|
||||
direction = :x,
|
||||
color = :black,
|
||||
whiskerwidth = 10,
|
||||
)
|
||||
text!(
|
||||
ax,
|
||||
df_campaign_runlimits.id_extrema .|> mean,
|
||||
fill(2.3, nrow(df_campaign_runlimits)),
|
||||
text = df_campaign_runlimits.campaign_id .|> string,
|
||||
align = (:center, :center)
|
||||
)
|
||||
save("plots/skew_vs_runid.svg", fig)
|
||||
fig
|
||||
end
|
||||
|
||||
|
@ -1352,8 +1504,10 @@ end
|
|||
# ╠═cf658de8-a4c5-413e-b5e3-56b77a80336f
|
||||
# ╠═7efd380b-a976-4a86-8dff-8afd551f03fb
|
||||
# ╠═6a856a55-2611-41d0-a2c7-3645c066fc3c
|
||||
# ╠═4f45c81e-df2d-481f-9d30-580e44e03c72
|
||||
# ╟─92d701aa-ab90-4c91-977d-2ce92823d130
|
||||
# ╠═4a4ef945-b312-44ed-ab62-ce01fc33f926
|
||||
# ╠═bf62eaca-dd23-4470-9c02-20ce6f9f34d7
|
||||
# ╟─82063c4b-c0cf-4524-83fe-5207bb8363d8
|
||||
# ╠═dff359b1-4827-40c6-86e4-0915974ef27d
|
||||
# ╠═7920b03b-1d1a-4b51-bfc0-86d1361f2ff1
|
||||
|
|
17
examples/validate_firmware_write.html
Normal file
229
examples/validate_firmware_write.jl
Normal file
|
@ -0,0 +1,229 @@
|
|||
### A Pluto.jl notebook ###
|
||||
# v0.20.8
|
||||
|
||||
using Markdown
|
||||
using InteractiveUtils
|
||||
|
||||
# ╔═╡ 1d057382-316a-11f0-1fbd-c9c7f879bbb1
|
||||
begin
|
||||
using Pkg
|
||||
Pkg.activate(".")
|
||||
using CSV
|
||||
using SQLite
|
||||
using DataFrames
|
||||
using PlutoUI
|
||||
using PSBoardDataBase
|
||||
end
|
||||
|
||||
# ╔═╡ 3bf488c4-cd2a-4b2c-b2ee-a6f8d84368df
|
||||
TableOfContents(depth = 3)
|
||||
|
||||
# ╔═╡ f8b25d6d-5756-42fa-ac9f-a238d815dad2
|
||||
second_run_result = let
|
||||
result_file = PSBoardDataBase.DownloadCSVs.download_second_run_csv()
|
||||
df = CSV.read(result_file, DataFrame)
|
||||
PSBoardDataBase.prepare_eighth_campaign_result(df)
|
||||
df
|
||||
end
|
||||
|
||||
# ╔═╡ 7d7c80a3-800f-48cf-908b-172730320571
|
||||
md"""
|
||||
# Count summary
|
||||
"""
|
||||
|
||||
# ╔═╡ d597786d-3112-476e-a640-d494aed630bd
|
||||
filter(:motherboard_id => ismissing, second_run_result)
|
||||
|
||||
# ╔═╡ da2d6bb7-d970-4eeb-9a1a-bbdda6506312
|
||||
findall(ismissing, second_run_result.motherboard_id)
|
||||
|
||||
# ╔═╡ 9dae37ff-614a-4d50-9f32-908e799e325e
|
||||
@view(second_run_result[1315, :])
|
||||
|
||||
# ╔═╡ c3954e6c-5239-445e-bdeb-6caad6b3b377
|
||||
sdf_wrong_psbid = @view(second_run_result[1:1315, :])
|
||||
|
||||
# ╔═╡ 157a0ca3-a92a-4f6d-a3d3-c9650b4bf573
|
||||
sdf_correct_psbid = @view(second_run_result[1315:end, :])
|
||||
|
||||
# ╔═╡ 346993ff-fdb0-4f0f-a83f-23584e2bc540
|
||||
let
|
||||
correct_psbs = Set(sdf_correct_psbid.motherboard_id |> skipmissing)
|
||||
filter(Set(sdf_wrong_psbid.motherboard_id |> skipmissing)) do psbid
|
||||
!(psbid in correct_psbs)
|
||||
end
|
||||
end
|
||||
|
||||
# ╔═╡ c7adb9ed-ef92-4727-a446-556d65cf6f3f
|
||||
falied_boards = [895, 896, 1142, 1276, 1094, 1095]
|
||||
|
||||
# ╔═╡ b8b31ee3-ffc9-4d55-80ff-001dfebfc776
|
||||
md"""
|
||||
# slave log validation
|
||||
"""
|
||||
|
||||
# ╔═╡ f464ed57-7d42-42e5-a388-c815bba0ad60
|
||||
map(eachrow(second_run_result)) do row
|
||||
row
|
||||
end
|
||||
|
||||
# ╔═╡ 2bd267ea-78ab-454e-93e4-81a2f7a5d671
|
||||
second_run_writing_result = filter(:motherboard_id => (id -> begin
|
||||
coalesce(id != 999999, false)
|
||||
end), second_run_result)
|
||||
|
||||
# ╔═╡ 383e1e04-ba3e-49bf-9f99-46c53b37204b
|
||||
combined_result = map(eachrow(second_run_writing_result)) do row
|
||||
slavelog_dir = "../test/input/slavelogs/main/"
|
||||
logfilename = "$(row.motherboard_id)_$(row.runid).txt"
|
||||
logfilepath = joinpath(slavelog_dir, logfilename)
|
||||
if !ispath(logfilepath)
|
||||
return (psbid = row.motherboard_id, slavelog_psbid = missing, qspip = row.qspip)
|
||||
end
|
||||
if row.qspip != 1
|
||||
return (psbid = row.motherboard_id, slavelog_psbid = missing, qspip = row.qspip)
|
||||
end
|
||||
psbid = PSBoardDataBase.SlaveLogParserV2.parse_slave_log_v2(logfilepath)
|
||||
(psbid = row.motherboard_id, slavelog_psbid = psbid, qspip = row.qspip)
|
||||
end |> DataFrame
|
||||
|
||||
# ╔═╡ 162ef015-7acd-4431-91bd-f3c5f1d26f8a
|
||||
md"""
|
||||
## result
|
||||
**Looks OK**
|
||||
"""
|
||||
|
||||
# ╔═╡ a721c7e2-a19e-4a8a-87ba-6809fb9d1cc4
|
||||
combined_result.psbid |> unique |> length
|
||||
|
||||
# ╔═╡ e0411f36-fa75-445c-a275-b58cfa5ec73c
|
||||
filter(:qspip => ==(1), combined_result).psbid |> unique |> length
|
||||
|
||||
# ╔═╡ 5d66892d-3d12-4f0a-a128-18b95eab7123
|
||||
filter(:qspip => ==(0), combined_result).psbid |> unique |> length
|
||||
|
||||
# ╔═╡ abcf438d-7ebe-461d-bc19-1dedcf4861cc
|
||||
filter(:slavelog_psbid => ismissing, combined_result).psbid |> unique |> length
|
||||
|
||||
# ╔═╡ 8ccfce73-9fdf-48bd-a78f-39bfda3c7121
|
||||
combined_by_psbid = combine(groupby(combined_result, :psbid), [:slavelog_psbid, :qspip] => ((slavelog_psbid, qspip) -> begin
|
||||
# @info "" slavelog_psbid qspip
|
||||
if any(==(1), qspip)
|
||||
[(; qspip_ok = true)]
|
||||
else
|
||||
[(; qspip_ok = false)]
|
||||
end
|
||||
end) => [:qspip_ok])
|
||||
|
||||
# ╔═╡ eb77e281-1d5e-4ba1-a6d8-8e7235d5a7d0
|
||||
filter(:qspip_ok => !, combined_by_psbid).psbid
|
||||
|
||||
# ╔═╡ cb2d2f25-e008-4f62-a6a0-83febaddb2ef
|
||||
md"""
|
||||
# Compare with QAQC
|
||||
"""
|
||||
|
||||
# ╔═╡ c0d22530-f0a0-461d-b15c-779b1b6a2a42
|
||||
db = SQLite.DB("../psboard_qaqc.db")
|
||||
|
||||
# ╔═╡ 2244386c-5608-4914-abdd-c7403c1f0a74
|
||||
SQLite.tables(db)
|
||||
|
||||
# ╔═╡ 0d502ae5-a7a3-44f7-bfb9-49cf77e22cfe
|
||||
ps_boards = DBInterface.execute(db, "select * from ps_boards") |> DataFrame
|
||||
|
||||
# ╔═╡ 516e6255-63d4-4e83-9d9d-4a3dc46b8e56
|
||||
qaqc_single_result = DBInterface.execute(db, "select * from qaqc_single_run_results") |> DataFrame |> (df -> groupby(df, :psboard_id))
|
||||
|
||||
# ╔═╡ 9a1eb3d1-ed35-4032-b345-e18fa0657268
|
||||
qaqc_extra_result = DBInterface.execute(db, "select * from qaqc_extra_run_results") |> DataFrame |> (df -> groupby(df, :psboard_id))
|
||||
|
||||
# ╔═╡ f7710e79-86e4-4048-b3cf-03c7097b388c
|
||||
qaqc_dispatch = DBInterface.execute(db, "select * from qaqc_dispatch") |> DataFrame
|
||||
|
||||
# ╔═╡ 2beefcb1-a3e7-485c-bcca-d2fb1624119f
|
||||
qaqc_dispatch.psb_id .∈ Ref(filter(:qspip_ok => identity, combined_by_psbid).psbid)
|
||||
|
||||
# ╔═╡ f334909b-0a09-42fc-8fc0-64978ca6e067
|
||||
let
|
||||
passed = filter(:qspip_ok => identity, combined_by_psbid).psbid
|
||||
@info "" passed
|
||||
filter(qaqc_dispatch.psb_id) do psbid
|
||||
!(psbid in passed)
|
||||
end
|
||||
end
|
||||
|
||||
# ╔═╡ 2ef8303f-84a9-4053-a38e-b31fcd766796
|
||||
let
|
||||
qspi_tried = combined_by_psbid.psbid
|
||||
qspi_passed = filter(:qspip_ok => identity, combined_by_psbid).psbid
|
||||
Iterators.flatmap(qaqc_dispatch.psb_id) do psbid
|
||||
if psbid in qspi_passed
|
||||
return []
|
||||
end
|
||||
[(; psbid, qspi_tried = psbid in qspi_tried, qspi_passed = psbid in qspi_passed)]
|
||||
end |> DataFrame
|
||||
end
|
||||
|
||||
# ╔═╡ f16b9b80-242e-4349-99ee-a8de614a7b3e
|
||||
md"""
|
||||
## diff from dispatch list
|
||||
差分は全て、以下の2通りのいずれかに該当する。
|
||||
また、61はプレ量産なので、出荷リストに含まれない。
|
||||
|
||||
### QSPIパラメータ書き込みしようとしたが、失敗したもの
|
||||
```
|
||||
61
|
||||
896
|
||||
1094
|
||||
1142
|
||||
1160
|
||||
```
|
||||
|
||||
### 通常のファームウェア・QSPIパラメータ書き込み試験で漏れていて、あとで手動で統合試験ベンチで書き込んだもの
|
||||
```
|
||||
110
|
||||
108
|
||||
483
|
||||
484
|
||||
1402
|
||||
1401
|
||||
1553
|
||||
1533
|
||||
```
|
||||
"""
|
||||
|
||||
# ╔═╡ Cell order:
|
||||
# ╠═1d057382-316a-11f0-1fbd-c9c7f879bbb1
|
||||
# ╠═3bf488c4-cd2a-4b2c-b2ee-a6f8d84368df
|
||||
# ╠═f8b25d6d-5756-42fa-ac9f-a238d815dad2
|
||||
# ╠═7d7c80a3-800f-48cf-908b-172730320571
|
||||
# ╠═d597786d-3112-476e-a640-d494aed630bd
|
||||
# ╠═da2d6bb7-d970-4eeb-9a1a-bbdda6506312
|
||||
# ╠═9dae37ff-614a-4d50-9f32-908e799e325e
|
||||
# ╠═c3954e6c-5239-445e-bdeb-6caad6b3b377
|
||||
# ╠═157a0ca3-a92a-4f6d-a3d3-c9650b4bf573
|
||||
# ╠═346993ff-fdb0-4f0f-a83f-23584e2bc540
|
||||
# ╠═c7adb9ed-ef92-4727-a446-556d65cf6f3f
|
||||
# ╠═b8b31ee3-ffc9-4d55-80ff-001dfebfc776
|
||||
# ╠═f464ed57-7d42-42e5-a388-c815bba0ad60
|
||||
# ╠═2bd267ea-78ab-454e-93e4-81a2f7a5d671
|
||||
# ╠═383e1e04-ba3e-49bf-9f99-46c53b37204b
|
||||
# ╠═162ef015-7acd-4431-91bd-f3c5f1d26f8a
|
||||
# ╠═a721c7e2-a19e-4a8a-87ba-6809fb9d1cc4
|
||||
# ╠═e0411f36-fa75-445c-a275-b58cfa5ec73c
|
||||
# ╠═5d66892d-3d12-4f0a-a128-18b95eab7123
|
||||
# ╠═abcf438d-7ebe-461d-bc19-1dedcf4861cc
|
||||
# ╠═8ccfce73-9fdf-48bd-a78f-39bfda3c7121
|
||||
# ╠═eb77e281-1d5e-4ba1-a6d8-8e7235d5a7d0
|
||||
# ╠═cb2d2f25-e008-4f62-a6a0-83febaddb2ef
|
||||
# ╠═c0d22530-f0a0-461d-b15c-779b1b6a2a42
|
||||
# ╠═2244386c-5608-4914-abdd-c7403c1f0a74
|
||||
# ╠═0d502ae5-a7a3-44f7-bfb9-49cf77e22cfe
|
||||
# ╠═516e6255-63d4-4e83-9d9d-4a3dc46b8e56
|
||||
# ╠═9a1eb3d1-ed35-4032-b345-e18fa0657268
|
||||
# ╠═f7710e79-86e4-4048-b3cf-03c7097b388c
|
||||
# ╠═2beefcb1-a3e7-485c-bcca-d2fb1624119f
|
||||
# ╠═f334909b-0a09-42fc-8fc0-64978ca6e067
|
||||
# ╠═2ef8303f-84a9-4053-a38e-b31fcd766796
|
||||
# ╠═f16b9b80-242e-4349-99ee-a8de614a7b3e
|
|
@ -58,4 +58,8 @@ function download_jathub_csv(outfile::AbstractString = tempname())
|
|||
Downloads.download(URL_JATHUB_CSV, outfile)
|
||||
end
|
||||
|
||||
function download_second_run_csv(outfile::AbstractString = tempname())
|
||||
URL_SECOND_CSV::String = "https://docs.google.com/spreadsheets/u/0/d/128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU/export?format=csv&id=128qOseOy4QDotehYe4Wf2jj88tnwiXGVdR3NHrjcDYU&gid=717277847"
|
||||
Downloads.download(URL_SECOND_CSV, outfile)
|
||||
end
|
||||
end # module DownloadCSVs
|
||||
|
|
|
@ -12,6 +12,7 @@ using Dates
|
|||
include("QaqcMasterLog.jl")
|
||||
include("ClockParser.jl")
|
||||
include("SlaveLogParser.jl")
|
||||
include("SlaveLogParserV2.jl")
|
||||
|
||||
include("create_table.jl")
|
||||
include("DownloadCSVs.jl")
|
||||
|
@ -22,7 +23,10 @@ using .DispatchChecker
|
|||
|
||||
export create_database
|
||||
|
||||
@deprecate create_database_from_exported_csvs(dbpath::AbstractString; kw...) create_database(dbpath; kw...) false
|
||||
@deprecate create_database_from_exported_csvs(dbpath::AbstractString; kw...) create_database(
|
||||
dbpath;
|
||||
kw...,
|
||||
) false
|
||||
|
||||
"""
|
||||
create_database(
|
||||
|
@ -78,13 +82,15 @@ function create_database(
|
|||
runlist_table,
|
||||
dispatch_table,
|
||||
extra_100test_result_df,
|
||||
jathubs_table =
|
||||
jathubs_table,
|
||||
eighth_campaign_df =
|
||||
map((
|
||||
(:single_run_csv, DownloadCSVs.download_single_run_csv),
|
||||
(:runlist_csv, DownloadCSVs.download_runlist_csv),
|
||||
(:dispatch_csv, DownloadCSVs.download_dispatch_csv),
|
||||
(:hundred_csv, DownloadCSVs.download_hundred_run_csv),
|
||||
(:jathubs_csv, DownloadCSVs.download_jathub_csv),
|
||||
(:eighth_campaign_df, DownloadCSVs.download_second_run_csv),
|
||||
)) do (key, dlfunc)
|
||||
if !haskey(kw, key)
|
||||
Channel{DataFrame}(1) do ch
|
||||
|
@ -122,6 +128,8 @@ function create_database(
|
|||
add_skew_from_slave_clk_logs(db, slavelog_dir)
|
||||
add_slavelog_result(db, slavelog_dir, jld2_slavelog)
|
||||
|
||||
add_eighth_campaign_result(db, eighth_campaign_df)
|
||||
|
||||
if !isnothing(jld2_slavelog)
|
||||
close(jld2_slavelog)
|
||||
end
|
||||
|
|
105
src/SlaveLogParserV2.jl
Normal file
|
@ -0,0 +1,105 @@
|
|||
"""
|
||||
Parser for slave log in PS board firmware & PSBID writing campaign on 2025-05-12 - 16.
|
||||
"""
|
||||
module SlaveLogParserV2
|
||||
|
||||
struct SlaveLogV2ParseError <: Exception
|
||||
line::Int32
|
||||
message::String
|
||||
end
|
||||
|
||||
Base.showerror(io::IO, e::SlaveLogV2ParseError) =
|
||||
print(io, "Invalid log format at $(e.line): ", e.message)
|
||||
|
||||
"""
|
||||
Returns psbid
|
||||
"""
|
||||
function parse_slave_log_v2(filename::AbstractString)
|
||||
lines_iter = Iterators.Stateful(eachline(filename) |> enumerate)
|
||||
|
||||
let
|
||||
i, line = popfirst!(lines_iter)
|
||||
if !isempty(strip(line))
|
||||
throw(SlaveLogV2ParseError(i, "must be empty"))
|
||||
end
|
||||
end
|
||||
|
||||
let
|
||||
i, line = popfirst!(lines_iter)
|
||||
expected = "=============== Test QAPIp Start ==============="
|
||||
if line != expected
|
||||
throw(SlaveLogV2ParseError(i, "invalid header, expected: $(expected)"))
|
||||
end
|
||||
end
|
||||
|
||||
psbid = let
|
||||
i, line = popfirst!(lines_iter)
|
||||
m = match(r"PSBID :(?<psbid>\d+)", line)
|
||||
if isnothing(m)
|
||||
throw(SlaveLogV2ParseError(i, "expected PSBID, got $(line)"))
|
||||
end
|
||||
parse(Int64, m[:psbid])
|
||||
end
|
||||
|
||||
for _ in 1:619
|
||||
_line = popfirst!(lines_iter)
|
||||
end
|
||||
|
||||
read_psbid_0 = parse_copyn_section!(lines_iter, 0)
|
||||
read_psbid_1 = parse_copyn_section!(lines_iter, 1)
|
||||
read_psbid_2 = parse_copyn_section!(lines_iter, 2)
|
||||
|
||||
for _ in 1:9
|
||||
_ = popfirst!(lines_iter)
|
||||
end
|
||||
|
||||
if !isempty(lines_iter)
|
||||
throw(SlaveLogV2ParseError(2495, "expected end of file"))
|
||||
end
|
||||
|
||||
if psbid != read_psbid_0
|
||||
error("read PSBID 0 didn't match: expected $(psbid), read $(read_psbid_0)")
|
||||
end
|
||||
if psbid != read_psbid_1
|
||||
error("read PSBID 0 didn't match: expected $(psbid), read $(read_psbid_0)")
|
||||
end
|
||||
if psbid != read_psbid_2
|
||||
error("read PSBID 0 didn't match: expected $(psbid), read $(read_psbid_0)")
|
||||
end
|
||||
psbid
|
||||
end
|
||||
|
||||
function line_expected(linenum, line, expected)
|
||||
if line != expected
|
||||
throw(SlaveLogV2ParseError(linenum, "expected $(expected), got $(line)"))
|
||||
end
|
||||
end
|
||||
|
||||
function parse_copyn_section!(lines_iter, n::Integer)
|
||||
i, line = popfirst!(lines_iter)
|
||||
line_expected(i, line, "------------ COPY$(n) ------------")
|
||||
|
||||
i, line = popfirst!(lines_iter)
|
||||
line_expected(i, line, " PS board ID ")
|
||||
|
||||
_ = popfirst!(lines_iter)
|
||||
|
||||
i, line = popfirst!(lines_iter)
|
||||
line_expected(i, line, "Address : 0x0000")
|
||||
|
||||
i, line = popfirst!(lines_iter)
|
||||
m = match(r"Data : \s*(?<read>\d+)", line)
|
||||
if isnothing(m)
|
||||
throw(SlaveLogV2ParseError(i, "expected read PSBID, got $(line)"))
|
||||
end
|
||||
read_psbid = parse(Int64, m[:read])
|
||||
|
||||
_ = popfirst!(lines_iter)
|
||||
for _ in 1:615
|
||||
_ = popfirst!(lines_iter)
|
||||
end
|
||||
|
||||
return read_psbid
|
||||
end
|
||||
|
||||
end
|
|
@ -38,7 +38,7 @@ end
|
|||
Fill qaqc_campaigns table in `db`.
|
||||
"""
|
||||
function insert_qaqc_campaign_id(db::SQLite.DB)
|
||||
campaigns = [1, 2, 3, 4, 5, 6, 7]
|
||||
campaigns = [1, 2, 3, 4, 5, 6, 7, 7.5]
|
||||
dates = [
|
||||
(DateTime(2024, 7, 22), DateTime(2024, 7, 24)),
|
||||
(DateTime(2024, 8, 6), DateTime(2024, 8, 9)),
|
||||
|
@ -46,7 +46,8 @@ function insert_qaqc_campaign_id(db::SQLite.DB)
|
|||
(DateTime(2024, 9, 30), DateTime(2024, 10, 4)),
|
||||
(DateTime(2024, 11, 11), DateTime(2024, 11, 14)),
|
||||
(DateTime(2024, 12, 9), DateTime(2024, 12, 12)),
|
||||
(DateTime(2025, 1, 20), DateTime(2024, 1, 23)),
|
||||
(DateTime(2025, 1, 20), DateTime(2025, 1, 23)),
|
||||
(DateTime(2025, 2, 3), DateTime(2025, 2, 3)),
|
||||
]
|
||||
stmt_insert_campaigns = DBInterface.prepare(
|
||||
db,
|
||||
|
@ -975,3 +976,23 @@ function add_slavelog_result(
|
|||
|
||||
nothing
|
||||
end
|
||||
|
||||
function prepare_eighth_campaign_result(result_df)
|
||||
# counting
|
||||
popat!(result_df, 1)
|
||||
popat!(result_df, 1)
|
||||
popat!(result_df, 1)
|
||||
|
||||
transform!(
|
||||
result_df,
|
||||
:motherboard_id => ByRow(passmissing(id -> parse(Int64, id))) => :motherboard_id,
|
||||
)
|
||||
|
||||
falied_boards = [895, 896, 1142, 1276, 1094, 1095]
|
||||
|
||||
result_df
|
||||
end
|
||||
|
||||
function add_eighth_campaign_result(db, result_df)
|
||||
nothing
|
||||
end
|
||||
|
|
|
@ -36,7 +36,7 @@ CREATE TABLE qaqc_single_run_results (
|
|||
|
||||
CREATE TABLE qaqc_runs (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
campaign_id INTEGER,
|
||||
campaign_id REAL,
|
||||
run_datetime DATETIME,
|
||||
note TEXT,
|
||||
shifter TEXT NOT NULL,
|
||||
|
@ -57,7 +57,7 @@ CREATE TABLE qaqc_dispatch (
|
|||
);
|
||||
|
||||
CREATE TABLE qaqc_campaigns (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
id REAL NOT NULL PRIMARY KEY,
|
||||
start_date DATETIME NOT NULL,
|
||||
end_date DATETIME NOT NULL,
|
||||
note TEXT
|
||||
|
@ -176,3 +176,11 @@ AS
|
|||
qaqc_runs.id ASC,
|
||||
qaqc_positions.id;
|
||||
|
||||
CREATE TABLE qaqc_eighth_run_results(
|
||||
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
runid INTEGER NOT NULL,
|
||||
psboard_id INTEGER NOT NULL,
|
||||
position INTEGER NOT NULL,
|
||||
qspip INTEGER NOT NULL,
|
||||
note TEXT
|
||||
);
|
||||
|
|
1
test/input/.gitignore
vendored
|
@ -10,3 +10,4 @@ slavelogs/main/*
|
|||
!slavelogs/main/430_100.txt
|
||||
!slavelogs/main/364_88_longrun.txt
|
||||
!slavelogs/main/127_172.txt
|
||||
!slavelogs/main/567_792.txt
|
||||
|
|
2494
test/input/slavelogs/main/567_792.txt
Normal file
|
@ -163,6 +163,12 @@ true || include("../src/PSBoardDataBase.jl")
|
|||
end
|
||||
end
|
||||
|
||||
@testset "Slave log parser v2 (firmware/parameter writing campaign)" begin
|
||||
@test PSBoardDataBase.SlaveLogParserV2.parse_slave_log_v2(
|
||||
"./input/slavelogs/main/567_792.txt",
|
||||
) == 567
|
||||
end
|
||||
|
||||
@testset "Download data csv" begin
|
||||
out = tempname()
|
||||
@test CSV.read(
|
||||
|
|