Bump to 0.5.0
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.0] - 2025-01-23
|
||||||
|
|
||||||
|
Release for 7th campaign dispatching.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- QAQC progress plot notebook
|
- QAQC progress plot notebook
|
||||||
|
@ -109,7 +113,8 @@ Release for 6th campaign dispatching.
|
||||||
- Docs on the database and example of querying the database.
|
- Docs on the database and example of querying the database.
|
||||||
- Docs on the internal (Julia implementation)
|
- Docs on the internal (Julia implementation)
|
||||||
|
|
||||||
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.4.0...main
|
[unreleased]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.5.0...main
|
||||||
|
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.4.0...v0.5.0
|
||||||
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.1...v0.4.0
|
[0.4.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.1...v0.4.0
|
||||||
[0.3.1]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.0...v0.3.1
|
[0.3.1]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.3.0...v0.3.1
|
||||||
[0.3.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.2.0...v0.3.0
|
[0.3.0]: https://gitlab.cern.ch/wotsubo/PSBoardDataBase/-/compare/v0.2.0...v0.3.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is machine-generated - editing it directly is not advised
|
# This file is machine-generated - editing it directly is not advised
|
||||||
|
|
||||||
julia_version = "1.11.2"
|
julia_version = "1.11.3"
|
||||||
manifest_format = "2.0"
|
manifest_format = "2.0"
|
||||||
project_hash = "e20af0781afd5866dc7398b8d852e9c8ee3e4f13"
|
project_hash = "e20af0781afd5866dc7398b8d852e9c8ee3e4f13"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name = "PSBoardDataBase"
|
name = "PSBoardDataBase"
|
||||||
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
||||||
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
|
authors = ["Wataru Otsubo <wotsubo@icepp.s.u-tokyo.ac.jp>"]
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
|
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# This file is machine-generated - editing it directly is not advised
|
# This file is machine-generated - editing it directly is not advised
|
||||||
|
|
||||||
julia_version = "1.11.2"
|
julia_version = "1.11.3"
|
||||||
manifest_format = "2.0"
|
manifest_format = "2.0"
|
||||||
project_hash = "0c756de6376fd167a1756a34f8c071b8d2746ea3"
|
project_hash = "0c756de6376fd167a1756a34f8c071b8d2746ea3"
|
||||||
|
|
||||||
|
@ -327,7 +327,7 @@ version = "10.42.0+1"
|
||||||
deps = ["AutoHashEquals", "CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "Printf", "SQLite", "StaticArrays", "Tables"]
|
deps = ["AutoHashEquals", "CSV", "DBInterface", "DataFrames", "Dates", "Documenter", "Downloads", "Printf", "SQLite", "StaticArrays", "Tables"]
|
||||||
path = "/home/qwjyh/Documents/school/lab/PSBoard_QAQC/PSBoardDataBase"
|
path = "/home/qwjyh/Documents/school/lab/PSBoard_QAQC/PSBoardDataBase"
|
||||||
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
uuid = "779f6a9c-59fa-41f1-8ed1-e9a91eccb2f5"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
weakdeps = ["InteractiveUtils"]
|
weakdeps = ["InteractiveUtils"]
|
||||||
|
|
||||||
[deps.PSBoardDataBase.extensions]
|
[deps.PSBoardDataBase.extensions]
|
||||||
|
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 314 KiB |
|
@ -276,14 +276,28 @@ df_reset_failed_though_reconfig_done = transform(
|
||||||
reset_failed_though_reconfig_done = count(
|
reset_failed_though_reconfig_done = count(
|
||||||
slave_result.asdtp,
|
slave_result.asdtp,
|
||||||
) do asdtp_result
|
) do asdtp_result
|
||||||
asdtp_result.reconfig_done_2 == 0 &&
|
asdtp_result.reconfig_done_2 != asdtp_result.reconfig_done
|
||||||
asdtp_result.pllld_fail_counter == 10
|
|
||||||
end,
|
end,
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
) => [:psboard_id, :runid, :reset_failed_though_reconfig_done],
|
) => [:psboard_id, :runid, :reset_failed_though_reconfig_done],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# ╔═╡ 20633b30-a703-47bc-92a6-8743abbd375c
|
||||||
|
sort(dropmissing(df_reset_failed_though_reconfig_done, :reset_failed_though_reconfig_done), :reset_failed_though_reconfig_done, rev = true)
|
||||||
|
|
||||||
|
# ╔═╡ 9cf8e7cb-a1f6-4c5b-8c3b-3872d2020e57
|
||||||
|
result =
|
||||||
|
PSBoardDataBase.SlaveLogParser.parse_slavelog_file("../test/input/slavelogs/main/1070_310_longrun.txt")
|
||||||
|
|
||||||
|
# ╔═╡ 9b055b29-cf54-457d-8776-39430554ef9f
|
||||||
|
findall(result.asdtp) do result
|
||||||
|
result.reconfig_done != result.reconfig_done_2
|
||||||
|
end
|
||||||
|
|
||||||
|
# ╔═╡ d5d479b5-4d55-4a55-aa5f-893141981838
|
||||||
|
result.asdtp[53]
|
||||||
|
|
||||||
# ╔═╡ 14519d45-a6a9-4ba1-a4f2-9597d1335b2c
|
# ╔═╡ 14519d45-a6a9-4ba1-a4f2-9597d1335b2c
|
||||||
let
|
let
|
||||||
df_compare = outerjoin(
|
df_compare = outerjoin(
|
||||||
|
@ -295,7 +309,7 @@ let
|
||||||
end
|
end
|
||||||
|
|
||||||
# ╔═╡ dfeb3900-539f-4d8d-8103-edb67cf4e890
|
# ╔═╡ dfeb3900-539f-4d8d-8103-edb67cf4e890
|
||||||
#CSV.write("reset_failed_though_reconfig_done.csv", df_reset_failed_though_reconfig_done[:, [:psboard_id, :runid, :reset_failed_though_reconfig_done]])
|
CSV.write("reset_failed_though_reconfig_done.csv", df_reset_failed_though_reconfig_done[:, [:psboard_id, :runid, :reset_failed_though_reconfig_done]])
|
||||||
|
|
||||||
# ╔═╡ 332b7481-f6dc-4027-a5c5-cf58d5b6acd3
|
# ╔═╡ 332b7481-f6dc-4027-a5c5-cf58d5b6acd3
|
||||||
md"""
|
md"""
|
||||||
|
@ -435,6 +449,10 @@ barplot(
|
||||||
# ╟─650482e5-9b79-4304-aa5a-2b7c9a377013
|
# ╟─650482e5-9b79-4304-aa5a-2b7c9a377013
|
||||||
# ╠═4b9c0bd8-b17a-4933-8d6e-2da884fc4b5e
|
# ╠═4b9c0bd8-b17a-4933-8d6e-2da884fc4b5e
|
||||||
# ╠═a0baf37c-8b05-49c1-a6a4-027f3404f8b4
|
# ╠═a0baf37c-8b05-49c1-a6a4-027f3404f8b4
|
||||||
|
# ╠═20633b30-a703-47bc-92a6-8743abbd375c
|
||||||
|
# ╠═9cf8e7cb-a1f6-4c5b-8c3b-3872d2020e57
|
||||||
|
# ╠═9b055b29-cf54-457d-8776-39430554ef9f
|
||||||
|
# ╠═d5d479b5-4d55-4a55-aa5f-893141981838
|
||||||
# ╠═14519d45-a6a9-4ba1-a4f2-9597d1335b2c
|
# ╠═14519d45-a6a9-4ba1-a4f2-9597d1335b2c
|
||||||
# ╠═dfeb3900-539f-4d8d-8103-edb67cf4e890
|
# ╠═dfeb3900-539f-4d8d-8103-edb67cf4e890
|
||||||
# ╟─332b7481-f6dc-4027-a5c5-cf58d5b6acd3
|
# ╟─332b7481-f6dc-4027-a5c5-cf58d5b6acd3
|
||||||
|
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 115 KiB |
|
@ -2,151 +2,151 @@
|
||||||
<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">
|
<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>
|
<defs>
|
||||||
<g>
|
<g>
|
||||||
<g id="glyph-0-0-608d50d6">
|
<g id="glyph-0-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-0-1-608d50d6">
|
<g id="glyph-0-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-0-2-608d50d6">
|
<g id="glyph-0-2-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-0-3-608d50d6">
|
<g id="glyph-0-3-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-0-4-608d50d6">
|
<g id="glyph-0-4-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-0-5-608d50d6">
|
<g id="glyph-0-5-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-0-6-608d50d6">
|
<g id="glyph-0-6-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-1-0-608d50d6">
|
<g id="glyph-1-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-2-0-608d50d6">
|
<g id="glyph-2-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-2-1-608d50d6">
|
<g id="glyph-2-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-3-0-608d50d6">
|
<g id="glyph-3-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-4-0-608d50d6">
|
<g id="glyph-4-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-5-0-608d50d6">
|
<g id="glyph-5-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-6-0-608d50d6">
|
<g id="glyph-6-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-6-1-608d50d6">
|
<g id="glyph-6-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-7-0-608d50d6">
|
<g id="glyph-7-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-8-0-608d50d6">
|
<g id="glyph-8-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-9-0-608d50d6">
|
<g id="glyph-9-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-10-0-608d50d6">
|
<g id="glyph-10-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-11-0-608d50d6">
|
<g id="glyph-11-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-12-0-608d50d6">
|
<g id="glyph-12-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-13-0-608d50d6">
|
<g id="glyph-13-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-14-0-608d50d6">
|
<g id="glyph-14-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-15-0-608d50d6">
|
<g id="glyph-15-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-16-0-608d50d6">
|
<g id="glyph-16-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-16-1-608d50d6">
|
<g id="glyph-16-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-16-2-608d50d6">
|
<g id="glyph-16-2-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-17-0-608d50d6">
|
<g id="glyph-17-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-0-608d50d6">
|
<g id="glyph-18-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-1-608d50d6">
|
<g id="glyph-18-1-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-18-2-608d50d6">
|
<g id="glyph-18-2-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-3-608d50d6">
|
<g id="glyph-18-3-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-4-608d50d6">
|
<g id="glyph-18-4-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-5-608d50d6">
|
<g id="glyph-18-5-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-6-608d50d6">
|
<g id="glyph-18-6-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-7-608d50d6">
|
<g id="glyph-18-7-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-18-8-608d50d6">
|
<g id="glyph-18-8-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-19-0-608d50d6">
|
<g id="glyph-19-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-19-1-608d50d6">
|
<g id="glyph-19-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-19-2-608d50d6">
|
<g id="glyph-19-2-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-19-3-608d50d6">
|
<g id="glyph-19-3-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-20-0-608d50d6">
|
<g id="glyph-20-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-20-1-608d50d6">
|
<g id="glyph-20-1-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-21-0-608d50d6">
|
<g id="glyph-21-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-21-1-608d50d6">
|
<g id="glyph-21-1-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-21-2-608d50d6">
|
<g id="glyph-21-2-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-21-3-608d50d6">
|
<g id="glyph-21-3-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-21-4-608d50d6">
|
<g id="glyph-21-4-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-21-5-608d50d6">
|
<g id="glyph-21-5-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
<g id="glyph-22-0-608d50d6">
|
<g id="glyph-22-0-a5366a68">
|
||||||
</g>
|
</g>
|
||||||
<g id="glyph-23-0-608d50d6">
|
<g id="glyph-23-0-a5366a68">
|
||||||
<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 "/>
|
<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>
|
||||||
</g>
|
</g>
|
||||||
|
@ -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 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 "/>
|
<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">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-0-608d50d6" x="283.324005" y="431.567993"/>
|
<use xlink:href="#glyph-0-0-a5366a68" x="283.324005" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-1-608d50d6" x="290.324005" y="431.567993"/>
|
<use xlink:href="#glyph-0-1-a5366a68" x="290.324005" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-2-608d50d6" x="297.324005" y="431.567993"/>
|
<use xlink:href="#glyph-0-2-a5366a68" x="297.324005" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-1-0-608d50d6" x="305.108002" y="431.567993"/>
|
<use xlink:href="#glyph-1-0-a5366a68" x="305.108002" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-3-608d50d6" x="315.216003" y="431.567993"/>
|
<use xlink:href="#glyph-0-3-a5366a68" x="315.216003" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-2-0-608d50d6" x="319.107971" y="431.567993"/>
|
<use xlink:href="#glyph-2-0-a5366a68" x="319.107971" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-4-608d50d6" x="326.891998" y="431.567993"/>
|
<use xlink:href="#glyph-0-4-a5366a68" x="326.891998" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-2-1-608d50d6" x="334.675995" y="431.567993"/>
|
<use xlink:href="#glyph-2-1-a5366a68" x="334.675995" y="431.567993"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-3-0-608d50d6" x="82.383636" y="412.257996"/>
|
<use xlink:href="#glyph-3-0-a5366a68" x="82.383636" y="412.257996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-5-608d50d6" x="90.559639" y="412.257996"/>
|
<use xlink:href="#glyph-0-5-a5366a68" x="90.559639" y="412.257996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-6-608d50d6" x="240.047394" y="412.257996"/>
|
<use xlink:href="#glyph-0-6-a5366a68" x="240.047394" y="412.257996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-0-5-608d50d6" x="393.623138" y="412.257996"/>
|
<use xlink:href="#glyph-0-5-a5366a68" x="393.623138" y="412.257996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-4-0-608d50d6" x="547.198914" y="412.257996"/>
|
<use xlink:href="#glyph-4-0-a5366a68" x="547.198914" y="412.257996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-5-0-608d50d6" x="23.216003" y="379.966644"/>
|
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="379.966644"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-6-0-608d50d6" x="15.432" y="328.740082"/>
|
<use xlink:href="#glyph-6-0-a5366a68" x="15.432" y="328.740082"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-5-0-608d50d6" x="23.216003" y="328.740082"/>
|
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="328.740082"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-7-0-608d50d6" x="15.432" y="277.51355"/>
|
<use xlink:href="#glyph-7-0-a5366a68" x="15.432" y="277.51355"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-8-0-608d50d6" x="23.216003" y="277.51355"/>
|
<use xlink:href="#glyph-8-0-a5366a68" x="23.216003" y="277.51355"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-9-0-608d50d6" x="15.432" y="226.286972"/>
|
<use xlink:href="#glyph-9-0-a5366a68" x="15.432" y="226.286972"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-10-0-608d50d6" x="23.216003" y="226.286972"/>
|
<use xlink:href="#glyph-10-0-a5366a68" x="23.216003" y="226.286972"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-11-0-608d50d6" x="15.432" y="175.06044"/>
|
<use xlink:href="#glyph-11-0-a5366a68" x="15.432" y="175.06044"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-12-0-608d50d6" x="23.216003" y="175.06044"/>
|
<use xlink:href="#glyph-12-0-a5366a68" x="23.216003" y="175.06044"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-6-1-608d50d6" x="15.432" y="123.833862"/>
|
<use xlink:href="#glyph-6-1-a5366a68" x="15.432" y="123.833862"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-5-0-608d50d6" x="23.216003" y="123.833862"/>
|
<use xlink:href="#glyph-5-0-a5366a68" x="23.216003" y="123.833862"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-13-0-608d50d6" x="15.432" y="72.60733"/>
|
<use xlink:href="#glyph-13-0-a5366a68" x="15.432" y="72.60733"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-14-0-608d50d6" x="23.216003" y="72.60733"/>
|
<use xlink:href="#glyph-14-0-a5366a68" x="23.216003" y="72.60733"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-15-0-608d50d6" x="291.485992" y="28.947996"/>
|
<use xlink:href="#glyph-15-0-a5366a68" x="291.485992" y="28.947996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-16-0-608d50d6" x="299.269989" y="28.947996"/>
|
<use xlink:href="#glyph-16-0-a5366a68" x="299.269989" y="28.947996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-16-1-608d50d6" x="307.053986" y="28.947996"/>
|
<use xlink:href="#glyph-16-1-a5366a68" x="307.053986" y="28.947996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-16-2-608d50d6" x="314.838013" y="28.947996"/>
|
<use xlink:href="#glyph-16-2-a5366a68" x="314.838013" y="28.947996"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-17-0-608d50d6" x="325.730011" y="28.947996"/>
|
<use xlink:href="#glyph-17-0-a5366a68" x="325.730011" y="28.947996"/>
|
||||||
</g>
|
</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 257.042969 L 169.894531 257.042969 L 169.894531 292.902344 L 175.378906 292.902344 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 241.675781 L 202.804688 241.675781 L 202.804688 149.46875 L 208.289062 149.46875 L 208.289062 236.550781 L 213.773438 236.550781 L 213.773438 221.183594 L 219.257812 221.183594 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 103.363281 L 257.652344 103.363281 L 257.652344 154.589844 L 263.136719 154.589844 L 263.136719 175.082031 L 268.621094 175.082031 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 210.9375 L 328.953125 210.9375 L 328.953125 195.570312 L 334.4375 195.570312 L 334.4375 221.183594 L 339.925781 221.183594 L 339.925781 246.796875 L 345.410156 246.796875 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 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 257.042969 L 169.894531 257.042969 L 169.894531 292.902344 L 175.378906 292.902344 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 241.675781 L 202.804688 241.675781 L 202.804688 149.46875 L 208.289062 149.46875 L 208.289062 241.675781 L 213.773438 241.675781 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 108.484375 L 257.652344 108.484375 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 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 210.9375 L 328.953125 210.9375 L 328.953125 195.570312 L 334.4375 195.570312 L 334.4375 221.183594 L 339.925781 221.183594 L 339.925781 246.796875 L 345.410156 246.796875 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-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 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 "/>
|
<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" 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 "/>
|
<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">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-0-608d50d6" x="513.059998" y="65.292999"/>
|
<use xlink:href="#glyph-18-0-a5366a68" x="513.059998" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-1-608d50d6" x="520.843994" y="65.292999"/>
|
<use xlink:href="#glyph-18-1-a5366a68" x="520.843994" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-19-0-608d50d6" x="524.736023" y="65.292999"/>
|
<use xlink:href="#glyph-19-0-a5366a68" x="524.736023" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-1-608d50d6" x="532.911987" y="65.292999"/>
|
<use xlink:href="#glyph-18-1-a5366a68" x="532.911987" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-2-608d50d6" x="536.804016" y="65.292999"/>
|
<use xlink:href="#glyph-18-2-a5366a68" x="536.804016" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-19-1-608d50d6" x="544.588013" y="65.292999"/>
|
<use xlink:href="#glyph-19-1-a5366a68" x="544.588013" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-20-0-608d50d6" x="552.371948" y="65.292999"/>
|
<use xlink:href="#glyph-20-0-a5366a68" x="552.371948" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-3-608d50d6" x="560.156006" y="65.292999"/>
|
<use xlink:href="#glyph-18-3-a5366a68" x="560.156006" y="65.292999"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-0-608d50d6" x="513.059998" y="81.603004"/>
|
<use xlink:href="#glyph-21-0-a5366a68" x="513.059998" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-22-0-608d50d6" x="522.748047" y="81.603004"/>
|
<use xlink:href="#glyph-22-0-a5366a68" x="522.748047" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-1-608d50d6" x="526.640015" y="81.603004"/>
|
<use xlink:href="#glyph-21-1-a5366a68" x="526.640015" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-2-608d50d6" x="534.81604" y="81.603004"/>
|
<use xlink:href="#glyph-21-2-a5366a68" x="534.81604" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-3-608d50d6" x="538.708008" y="81.603004"/>
|
<use xlink:href="#glyph-21-3-a5366a68" x="538.708008" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-4-608d50d6" x="546.492004" y="81.603004"/>
|
<use xlink:href="#glyph-21-4-a5366a68" x="546.492004" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-21-5-608d50d6" x="550.383972" y="81.603004"/>
|
<use xlink:href="#glyph-21-5-a5366a68" x="550.383972" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-23-0-608d50d6" x="558.167969" y="81.603004"/>
|
<use xlink:href="#glyph-23-0-a5366a68" x="558.167969" y="81.603004"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-4-608d50d6" x="513.059998" y="97.912994"/>
|
<use xlink:href="#glyph-18-4-a5366a68" x="513.059998" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-19-2-608d50d6" x="522.118042" y="97.912994"/>
|
<use xlink:href="#glyph-19-2-a5366a68" x="522.118042" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-5-608d50d6" x="526.01001" y="97.912994"/>
|
<use xlink:href="#glyph-18-5-a5366a68" x="526.01001" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-20-1-608d50d6" x="534.185974" y="97.912994"/>
|
<use xlink:href="#glyph-20-1-a5366a68" x="534.185974" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-6-608d50d6" x="538.078003" y="97.912994"/>
|
<use xlink:href="#glyph-18-6-a5366a68" x="538.078003" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-7-608d50d6" x="545.862" y="97.912994"/>
|
<use xlink:href="#glyph-18-7-a5366a68" x="545.862" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-19-3-608d50d6" x="549.754028" y="97.912994"/>
|
<use xlink:href="#glyph-19-3-a5366a68" x="549.754028" y="97.912994"/>
|
||||||
</g>
|
</g>
|
||||||
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
|
||||||
<use xlink:href="#glyph-18-8-608d50d6" x="557.537964" y="97.912994"/>
|
<use xlink:href="#glyph-18-8-a5366a68" x="557.537964" y="97.912994"/>
|
||||||
</g>
|
</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 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 "/>
|
<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 |